可以使用umount命令来卸载sdcard。
unmount /mtn/sdcard/.android_secure
如何重新安装。我尝试使用mount命令
mount /mnt/sdcard/.android_secure
可以使用umount命令来卸载sdcard。
unmount /mtn/sdcard/.android_secure
如何重新安装。我尝试使用mount命令
mount /mnt/sdcard/.android_secure
Answers:
连接设备并在命令提示符下:
键入adb devices
&按回车键(您的设备现在应该列出)...
键入adb shell
并按回车(等待出现“#”)。
输入mount sdcard
旁边的“#”号和按回车键...
如果要安装外部卡,还需要知道安装点。
举个例子:
su mount -o bind / mnt / emmc / sdcard / external_sd