This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: Android remount system as r/w

Part Number: AM625


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