[android]adb remount失敗的解決方法

大搜車-自娛發表於2012-10-11
emount failed: Operation not permitted
adb remount 失敗。
1. 確定是否正確連線手機了
adb devices
2. 進入shell
adb shell
3. shell中輸入命令(命令最前面的#號不用輸入)
# su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
# chmod 777 /system
# cd system
# exit

4.多注意檔案的許可權以及所屬使用者,例如+s許可權,chmod 6755 a.txt chown root a.txt

相關文章