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.

troubleshooting connectivity issues:
-try a reboot of the PC
-try different usb cables and ports
-dont use a usb hub
-dont use usb 3.0
-make sure nothing capable of comunicating with the phone is enabled and running. htc sync,pdanet,easy tether,and even itunes have all been known to cause issues.
-windows 8 has been known to have issues. try a windows 7 or older machine
failing the above,
-i use these drivers for fastboot and adb(donwload and run as admin): http://downloads.unrevoked.com/HTCDriver3.0.0.007.exe
failing that,try manually updating the drivers in the following manner:
-put the phone in fastboot mode(select fastboot from the hboot menu)
-open device manager on the PC
-plug in phone,watch for it to pop up in device manager.
-update drivers with device manager,pointing the wizard to the extracted
driver download folder from above
note that you can check the connectivity of the phone,and make sure drivers are working by in the following manner:
-open cmd window. change to directory containing adb/fastboot utilities
-adb with the phone in the booted OS,usb debug enabled,enter:
adb devices in a cmd window
-fastboot with phone in fastboot,enter:
fastboot devices in cmd window
in either case,a properly connected phone with working drivers installed should report back the phones serial number.


once you get a response from fastboot devices then enter this command,and post its resulting output here:
fastboot getvar all
on to your prollem,it definately sounds like youve got some bad partitions,or some sort of hardware failure. try installing recovery again from a real PC,and not from the VM. if you can access it,thats awsome! if not,we can try launching recovery directly in to phone memory. the command is very similar:
fastboot boot recoveryimagename.img
i.e.,if youre recovery image is just named "recovery",then:
fastboot boot recovery.img
hopefully this will result in your recovery menu onscreen after the splash. if the phone hangs,or bootloops from this command,go ahead and try adb devices after a couple minutes.