Hello, I am trying to set up root and when I was following this step: Type the following into Telnet (these commands will give you root access easier in the future):
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd sdcard
flash_image recovery recovery.img
cat recovery.img > /system/recovery.img
I got a message that says : cannot create /system/recovery.img: read-only file system##
I checked my spelling and everything was entered correctly.
Can you please help?
Thanks!!
Deanna
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cd sdcard
flash_image recovery recovery.img
cat recovery.img > /system/recovery.img
I got a message that says : cannot create /system/recovery.img: read-only file system##
I checked my spelling and everything was entered correctly.
Can you please help?
Thanks!!
Deanna