Android - adb push not working on /system, read only
The sequence of commands that worked for me was
adb root
adb disable-verity
adb reboot
adb root
adb remount
If I don't reboot, remount does not succeed.
The sequence of commands that worked for me was
adb root
adb disable-verity
adb reboot
adb root
adb remount
If I don't reboot, remount does not succeed.