在Android O系统中, /system 目录是只读的,要挂载成读写的方法如下:
/system
adb root adb disable-verity adb reboot adb remount adb shell mount -o rw,remount /system
Android O, failed to mount /system, /dev/block/dm-0 is read only
Last updated 4 years ago