Hello,
I have a customer who's looking to make some local modifications to the filesystem.
mount -o rw,remount /dev/block/dm-0 / '/dev/block/dm-0' is read-only [ 2600.651149][ T1801] EXT4-fs (dm-0): re-mounted. Quota mode: none.
They are also unable to disable verity, even though the build is a userdebug build configuration:
builduser@grs-xerus:~$ adb disable-verity /system/bin/disable-verity only works for userdebug builds Overlayfs setup failed with error No such file or directory
Is there something else that needs to be set to enable modifications to the device filesystem?
Munan