【解决】模拟器设置system读写报错‘/dev/block/sda6‘ is read-only mount: ‘/system‘ not in /proc/mounts adb disable-v

remount 失败

‘/dev/block/sda6’ is read-only

adb disable-verity failed to read fstab

‘/dev/root’ is read-only

mount -o remount,rw /system

mount: ‘/system’ not in /proc/mounts

mount -o rw,remount -t auto /

主要是设置没调好

模拟器需要打开可写系统盘或System.vmdk可写入

然后再试试.\adb remount

如果没有remount命令:

mount -o remount,rw /system

如果报mount: ‘/system’ not in /proc/mounts

就执行

mount -o rw,remount -t auto /

不用shell操作,就安装MT管理器,进行文件拷贝

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/ead0d39af7.html