android 手机 remount failed: Operation not permitted

remount failed: Operation not permittedshell

1. 肯定是否正确链接手机了code

adb devices

2. 进入shellrem

adb shell

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

# su

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

# chmod 777 /system

# exit

4. 而后你就有系统目录的读写权限了,例如你就可使用adb push 把文件push到系统目录中去了,或者删除系统文件。io


若是没有su权限,请先自行root。权限

相关文章
相关标签/搜索