|
||||
Re: Rooting
Quote:
__________________
Olympic-class smoker since 2005.
Sponsored by Kools. |
|
||||
Re: Rooting
Quote:
after root, you're going to download the recovery image. As soon as it is downloaded, change its name (for simplicity's sake) to "recovery.img" (without the quotes, obviously). Now, on the phone, download terminal emulator from the market. There are several free ones. My personal favorite is this one. Now, move that recovery.img to the sdcard. You can do this by mounting the phone as mass storage and just drag and dropping it to the root of the card. Now, fire up the terminal emulator. Type this in: Code:
su mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system flash_image recovery /sdcard/recovery.img Let me know. |
|
||||
Re: Rooting
Quote:
|
|
|
|