【解决】模拟器设置system读写报错'/dev/block/sda6' is read-only mount: '/system' not in /proc/mounts adb disable-verity failed to read fstab '/dev/root' is read-only
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管理器,进行文件拷贝