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。權限

相關文章
相關標籤/搜索