Mount a filesystem read-write
To get around this, you need to mount the partition read-write. Typically this is done with /system partition
$ adb shell
$ su
$ mount -o rw,remount -t yaffs2 /dev/block/mmcblk0p3 /system
(Replace /dev/block/mmcblk0p3 & /system with appropriate device path and mount point, as obtained from cat /proc/mounts)
No comments:
Post a Comment