a new recovery image has been dropped by Koush
Install method #1 via hBoot - you MUST have the engineering bootloader to use this method.
Download from here http://download.clockworkmod.com/recoveries/recovery-clockwork-5.0.2.0-glacier.img / store in your ADB tools folder
Push to the root of the SD Card
verify the MD5SUM
It will kick out a series of number, match it to this
Method 2 via ADB you can do this with either the Terminal Emulator or Cmd Prompt via ADB/SDK
Download the recovery image, push it to the SDCard and verify the MD5SUM as mentioned above
but instead
for Terminal Emulator
It will kick out a statement telling to it did it to verify it took
the phone should kick into recovery
for Cmd Prompt
Or you use Clockwork ROM Manager to download flash and install this new recovery image. However this method cannot verify the MD5SUM so it might not take the first time due to a bad download. The other two methods are fool proof.
Install method #1 via hBoot - you MUST have the engineering bootloader to use this method.
Download from here http://download.clockworkmod.com/recoveries/recovery-clockwork-5.0.2.0-glacier.img / store in your ADB tools folder
Push to the root of the SD Card
Code:
c:\adb> adb push recovery-clockwork-5.0.2.0-glacier /mnt/sdcard
verify the MD5SUM
Code:
c:\adb> adb shell
# md5sum /mnt/sdcard/recovery-clockwork-5.0.2.0-glacier.zip
It will kick out a series of number, match it to this
a5aea82ec2ad7b836c9c179fce0d520d
Method 2 via ADB you can do this with either the Terminal Emulator or Cmd Prompt via ADB/SDK
Download the recovery image, push it to the SDCard and verify the MD5SUM as mentioned above
but instead
for Terminal Emulator
Code:
su[enter]
# flash_image recovery /sdcard/recovery-clockwork-5.0.2.0-glacier.img[enter]
It will kick out a statement telling to it did it to verify it took
Code:
# reboot recovery
the phone should kick into recovery
for Cmd Prompt
Code:
c:\adb> adb shell
# flash_image recovery /sdcard/recovery-clockwork-5.0.2.0-glacier.img
# reboot reocvery
Or you use Clockwork ROM Manager to download flash and install this new recovery image. However this method cannot verify the MD5SUM so it might not take the first time due to a bad download. The other two methods are fool proof.