adb remount 失败:remount failed: Operation not permitted

执行adb remount的时候失败了,提示remount failed: Operation not permitted

1. 确定是否正确连接

adb devices

2. 进入shell

adb shell

3. shell中输入命令(命令最前面的#号不用输入)

# su

# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

# chmod 777 /system

# exit


原文:http://forum.xda-developers.com/showthread.php?t=685146

你可能感兴趣的:(adb remount 失败:remount failed: Operation not permitted)