Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Even though I try all the rebooting shortcuts, it doesn't load regular ROM and doesn't load recovery. It keeps showing the white screen with HTC logo and "quietly brilliant" slogan. And it starts it over and over.
When I press power + back button for bootloader it takes me the Fastboot/Hboot screen. But... What can I do from there?
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
Once (hopefully) in the recovery, scroll down and select Flash zip from sdcard, select recovery-RA-hero-v1.7.0.1-update.zip and confirm.Code:$su #flash_image recovery /sdcard/recovery-RA-hero-v1.7.0.1.img #reboot recovery
When complete, select Power off then try booting back into recovery by holding down HOME while powering on. Fingers crossed, it will have worked....