View Single Post
  #10 (permalink)  
Old 11-21-2010, 08:41 PM
Karl's Avatar
Karl
N00b
Offline
Location: Bakersfield,CA
 
Join Date: Nov 2009
Posts: 2,750
Reputation: 3545
Karl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIPKarl is still contributing even after becoming a VIP
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Karl Send a message via Yahoo to Karl Send a message via Skype™ to Karl
Re: Help with Evo Rooting

Sounds like recovery didnt flash right just reload it
heres how



Install

  • You NEED to have root and NAND NEEDS to be unlocked before you can install this recovery! Follow this post to ROOT and unlock NAND.
  • There are several ways to install a custom recovery, choose the one that suits you most (fastboot or terminal/adb).

via fastboot
Code:
Copy recovery-RA-evo-v1.8.0.img to a location where fastboot can find it.
Boot your phone into fastboot mode
fastboot devices(press enter) (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-RA-evo-v1.8.0.img(press enter)
via terminal app or adb => Make sure your rom contains flash_image!!
Code:
Copy recovery-RA-evo-v1.8.0.img to the root of your sdcard
start the terminal app or launch adb
su(press enter)
flash_image recovery /sdcard/recovery-RA-evo-v1.8.0.img(press enter)
reboot recovery(press enter)
How to boot in Recovery Mode
  1. Boot the phone while holding down the VOLUMEDOWN-key.
  2. Navigate to RECOVERY with the the VOLUMEDOWN-key.
  3. Press the POWER-key to select.

Download

ALWAYS check the md5sum to make sure the file isn't corrupted.

Latest version :
Reply With Quote