Quote:
Originally Posted by cris11368
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.