Last updated 5 years ago
Was this helpful?
在Android O系统中, /system 目录是只读的,要挂载成读写的方法如下:
/system
adb root adb disable-verity adb reboot adb remount adb shell mount -o rw,remount /system