摘要: 获得了Root权限后,adb shell进入文件系统,有时仍然不能对系统文件夹进行写操作,典型的如删除/system/app下的Apk, 例如系统报:rm failed for xxx.apk, Read-only file system 只要执行命令:mount -o rw,remount -t 阅读全文
posted @ 2017-08-23 15:32 Alter 阅读(5034) 评论(1) 推荐(1)