|
||||
Recovery-RA-HEROV.1.5.2
It has been updated again with a nandroid 2.2.2 fix. Some people reported failures in backup make sure to check yours... Features
U]Install[/U] There are several ways to install a custom recovery, choose the one that suits you most (I probably forgot a few). put the recovery image on root of SD card, and from cmd prompt "adb shell" "su" "cd /sdcard/" "flash_image recovery recovery-RA-heroc-v1.5.2.img" "reboot recovery" ***remove the quotation marks " **** via adb -> Requires a custom recovery (with test-keys) Code: Copy recovery-RA-heroc-v1.5.2.img to the root of your sdcard Boot into your current custom recovery (boot while holding HOME) Connect your Hero via usb to your pc/mac/... adb shell $su (not required if you have root already) #mount -a #flash_image recovery /sdcard/recovery-RA-heroc-v1.5.2.img via fastboot + adb -> In case you don't have a custom recovery, so when you get signature fail errors Code: adb shell reboot bootloader fastboot boot recovery-RA-heroc-v1.5.2.img adb shell mount /sdcard adb push recovery-RA-heroc-v1.5.2.img /sdcard/recovery-RA-heroc-v1.5.2.img adb shell flash_image recovery /sdcard/recovery-RA-heroc-v1.5.2.img adb shell reboot Download Latest :
Old versions :
Change-log : v1.5.2 Code: - Updated Nandroid to v2.2.2 (fix ext restore issues)
__________________
I can do all things through Christ who strengthens me
Have a listen to my music as well tell me what you think http://www.myspace.com/siremusicgroup Thank a Fellow Geeker If you have been helped by hitting the button below Last edited by athlet1c; 12-16-2009 at 04:30 PM. |
This post has been thanked 7 times. |
|
||||
Re: Recovery-RA-HEROV.1.5.2
|
|
||||
Re: Recovery-RA-HEROV.1.5.2
i keep getting error : run nandroid-mobile.sh via adb! what do i do?
__________________
To error is human; To really botch things up you need a PPC!!
CDMA Vogue in a GSM white housing? Yep I did it!! http://forum.ppcgeeks.com/showthread...ght=white+case |
|
||||
Re: Recovery-RA-HEROV.1.5.2
In your adb code you still have 1.5.1.img but it should be 1.5.2.img. Just a note because there will be some who are thrown off.
|
This post has been thanked 1 times. |
|
|
|