How do I change read only files on Android?
Method 2:
- Open terminal on your android phone (download here):
- Type this in the terminal : su. Choose one: (for security mount /system back to RO when finished) Mount system RW: mount -o rw,remount /system. Mount system RO: mount -o ro,remount /system.