我的操作系统是PixysOS - Android 11
mount -o rw,remount /system
它不能说-
mount: '/system' not in /proc/mounts
但通常情况下,它是有效的。我还在android 9上进行了测试
发布于 2021-08-16 13:04:35
退出adb shell,然后:
$ adb root
$ adb disable-verity
$ adb remount
$ adb shell
$ mount -o rw,remount /
发布于 2020-12-27 14:21:50
https://stackoverflow.com/questions/65463354
复制相似问题