`

关于adb remount 失败:remount failed: Operation not permitted

阅读更多

我想删掉系统自带的UC浏览器的apk,当我在终端命令 adb remount 之后,命令终端显示

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

4. 然后你就有apk文件(或者系统目录)的读写权限了,例如你就可以使用adb push 把文件push到系统目录中去了,或者删除系统文件。

原文:http://forum.xda-developers.com/showthread.php?t=685146

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics