remount of /system failed: Read-only file system 问题

问题如下:

$ adb  root 
adbd is already running as root
$ 
$ 
$ adb  remount 
remount of /system failed: Read-only file system
remount failed


 

问题解决:

$ adb  disable-verity 
Verity disabled on /system
Now reboot your device for settings to take effect
$  
$ adb  reboot
$ 
$ 
$ adb   root 
adbd is already running as root
$ 
$ 
$ adb  remount 
remount succeeded

猜你喜欢

转载自blog.csdn.net/u014689845/article/details/89707845
今日推荐