牛骨文教育服务平台(让学习变的简单)
博文笔记

在 Android 5.1.1 执行 remount system failed 解决方法

创建时间:2015-12-11 投稿人: 浏览次数:12857



shanshanx@shanshanx:~$ adb root
adbd is already running as root

shanshanx@shanshanx:~$ adb remount
dm_verity is enabled on the system partition.
Use "adb disable-verity" to disable verity.
If you do not, remount may succeed, however, you will still not be able to write to these volumes.
remount of system failed: Read-only file system
remount failed

方法一:
1.adb disable-verity and than adb reboot( may be not work sometimes)

方法二:
2.device/xx/baytrail/xx/fstab
/dev/block/by-name/android_system       /system         ext4    ro                                         wait,verify  

删除 verify 标识;


方法三:

让 adb 默认 打开root 权限,


修改 ramdisk里的 ro.secure=0 




声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。