He guys and gals,
I managed to root and flash one daughters HTC Legend months ago but am now trying to do the same to my other daughters Legend but am scratching my head as I have hit a wall. I have unlocked the bootloader, I have root, I just can't flash CWM 5.0.2.0 like I did with the first phone.
I am using this method
That is what I get. flash image not found. I can see it there if I ls.
Any suggestions? I have searched and found no answer.
I managed to root and flash one daughters HTC Legend months ago but am now trying to do the same to my other daughters Legend but am scratching my head as I have hit a wall. I have unlocked the bootloader, I have root, I just can't flash CWM 5.0.2.0 like I did with the first phone.
I am using this method
Manual Method
Download the latest version of the ClockworkMod Recovery:
ClockworkMod Recovery 5.0.2.0: Download
md5: f309816309f92323e283e9fca67ab62b
Move the ClockworkMod Recovery to the same folder as adb (the /platform-tools folder within the Android SDK folder).
Toggle on USB Debugging (Settings » Applications » Development).
Connect the device to the computer.
On the computer, open the terminal & navigate to the Android SDK Tools folder.
Type in the following commands:
adb push recovery-clockwork-5.0.2.0-legend.img /sdcard/recovery-clockwork-5.0.2.0-legend.img
adb shell
su
cd /sdcard/
flash_image recovery recovery-clockwork-5.0.2.0-legend.img
Code:
c:\Android>adb push recovery-clockwork-5.0.2.0-legend.img /sdcard/recovery-clock
work-5.0.2.0-legend.img
2029 KB/s (3186688 bytes in 1.533s)
c:\Android>adb shell
$ su
su
# cd /sdcard/
cd /sdcard/
# flash_image recovery recovery-clockwork-5.0.2.0-legend.img
flash_image recovery recovery-clockwork-5.0.2.0-legend.img
flash_image: not found
# flash_image recovery recovery-clockwork-5.0.2.0-legend.img
flash_image recovery recovery-clockwork-5.0.2.0-legend.img
flash_image: not found
#
Any suggestions? I have searched and found no answer.