View Single Post
  #2538 (permalink)  
Old 05-21-2011, 09:47 AM
eu0741924381's Avatar
eu0741924381
N00b
Offline
 
Join Date: Apr 2011
Posts: 38
Reputation: 40
eu0741924381 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)

Quote:
Originally Posted by cris11368 View Post
What happened to the RHODIMG.NBH with the recovery built in? I can't figure out for the life of me how to do the non recovery one and then flash the recovery img onto the phone.
Actually flashing recovery to your device is easy, just read [GUIDE] ADB, Fastboot, and Nandroid for Noobs - xda-developers oh how to get drivers and fastboot up and running.

Place the recovery.img in your fasboot/adb folder;

The open a command prompt and "cd" to your fasboot/adb folder;

Then type "fasboot devices" to print a list of your connected fasboot devices (mine is "? fasboot");

Then type "fastboot flash recovery recovery.img", this will flash recovery.img to your recovery partition;

Then type "fastboot reboot" to reboot your phone.

You should now be able to boot your phone into recovery by holding the power button once the blue screen turns on.

Also a lot of people that reported that in recovery end button does not work but you can use the psihical keyboard to navigate recovery, up and down arrows to select and enter key to choose.

If you can't get the drivers running try googleing for them, some android file explorers install the drivers as well.

Hope this helps.
__________________
Rhod100_uk
Reply With Quote
This post has been thanked 1 times.