android-emulator-m1-preview
android-emulator-m1-preview copied to clipboard
'/dev/block/dm-0' is read-only
I want cp certificate in /cacert, However, an error occurs during command execution; The command is mount -o rw,remount / mount -o rw,remount /system mount -o rw,remount /dev/block/dm-0 /system
All of these commands report errors:'/dev/block/dm-0' is read-only
Google search is the solution:adb disable-verity
However, after I execute the command, a new error is still generated:
I want cp certificate in /cacert, However, an error occurs during command execution; The command is mount -o rw,remount / mount -o rw,remount /system mount -o rw,remount /dev/block/dm-0 /system
All of these commands report errors:'/dev/block/dm-0' is read-only
Google search is the solution:adb disable-verity
However, after I execute the command, a new error is still generated:
I also encountered this problem, did you solve it?