首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

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

2012-11-07 
[android]adb remount失败的解决方法emount failed: Operation not permittedadb remount 失败。1. 确定是

[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

热点排行