Skip to content

Instantly share code, notes, and snippets.

@ecentinela
Created February 19, 2011 20:07
Show Gist options
  • Save ecentinela/835321 to your computer and use it in GitHub Desktop.
Save ecentinela/835321 to your computer and use it in GitHub Desktop.
flash recovery HTC Hero
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