打开在Android SDK的Platform-tools目录的adb.ext
执行以下命令:
adb shell "mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system"
OK。
本文指导您如何在Android SDK的Platform-tools目录下执行adb命令,具体为:使用adbshell命令进行系统挂载操作。
打开在Android SDK的Platform-tools目录的adb.ext
执行以下命令:
adb shell "mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system"
OK。

被折叠的 条评论
为什么被折叠?