简世博客

一个简单的世界——博客空间,写了一些Android相关的技术文章,和一些点滴的想法

0%

adb remount失败的解决方法

 

 

xc@xc-OptiPlex-7040:~/MyWorkspace$ adb remount
remount of /system failed: Read-only file system
remount failed
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb disable-verity 
Verity disabled on /system
Now reboot your device for settings to take effect
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb reboot
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb root
restarting adbd as root
xc@xc-OptiPlex-7040:~/MyWorkspace$ adb remount
remount succeeded