mount

来源:互联网 发布:java 和 php 结合开发 编辑:程序博客网 时间:2024/05/08 01:49
remount 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
# chomd 777 app
# cd app
# chmod 777 UCWEB.apk
# exit