`
MyEyeOfJava
  • 浏览: 1126837 次
  • 性别: Icon_minigender_1
  • 来自: 北京
博客专栏
7af2d6ca-4fe1-3e9a-be85-3f65f7120bd0
测试开发
浏览量:70242
533896eb-dd7b-3cde-b4d3-cc1ce02c1c14
晨记
浏览量:0
社区版块
存档分类
最新评论

[android]adb remount失败的解决方法

阅读更多
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
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics