Created
February 19, 2011 20:07
-
-
Save ecentinela/835321 to your computer and use it in GitHub Desktop.
flash recovery HTC Hero
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell reboot bootloader | |
fastboot boot recovery-RA-hero-v1.7.0.1.img | |
adb shell mount /sdcard | |
adb push recovery-RA-hero-v1.7.0.1.img /sdcard/recovery-RA-hero-v1.7.0.1.img | |
adb shell flash_image recovery /sdcard/recovery-RA-hero-v1.7.0.1.img | |
adb shell reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment