Thursday, April 7, 2011

How to mount /system folder for write access

$ adb shell
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

when you finish whatever you need to do just run this

#
mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system

No comments:

Post a Comment