`

adb remount 提示:remount failed: Operation not permitted

 
阅读更多
adb remount 提示:remount failed: Operation not permitted

引用

解决方案如下:



1. 进入shell

  adb shell


2. shell下输入命令
shell@android:/ $ su
shell@android:/ # mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
shell@android:/ # chmod 777 /system
shell@android:/ # cd system
shell@android:/system # chmod 777 app
shell@android:/system # cd app
shell@android:/system/app # exit
shell@android:/ $ exit


解决方案2:

adb root

adb remount


转载自:http://blog.csdn.net/zhaodezhong/article/details/10432447
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics