View Single Post
Old November 8th, 2009, 09:31 PM   #55 (permalink)
pking
Member
 
pking's Avatar
 
Join Date: Nov 2009
Location: Denver, CO
Posts: 156
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Once that is done, type in adb shell (or sudo ./adb shell in ubuntu). If your command prompt is a dollar sign then type in su and press enter. If it is a pound sign you are good. Then type in the following:

adb shell flash_image recovery recovery-RA-heroc-v1.2.3.img
Quick clarification on that - if you're already in the shell (after typing ./adb shell), you do not need to prepend 'adb shell' to further commands. The progress should look something like this:

./adb push recovery-RA-heroc-v.1.2.3.img /sdcard/
./adb shell (<-- this connects you to your phone's shell)
$ su
# cd /sdcard
# flash_image recovery recovery-RA-heroc-v1.2.3.img
#

At that point the recovery image should be loaded. Power down your phone, power it up while holding the volume-down and power buttons, you should be at a screen showing you the little Android mascot on a skateboard.

From there hit the Home button to enter the recovery image you just loaded. (screenshot above)
pking is offline  
Last edited by pking; November 8th, 2009 at 09:32 PM.
Reply With Quote