Android取消system只读属性
打开在Android SDK的Platform-tools目录的adb.ext
?
执行以下命令:
?
adb shell "mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system"
?
OK。
发布时间: 2012-07-31 12:33:46 作者: rapoo
Android取消system只读属性
打开在Android SDK的Platform-tools目录的adb.ext
?
执行以下命令:
?
adb shell "mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system"
?
OK。