HTC One M7 access to bootloader but can't select Fastboot.

Soldato
Joined
8 Jan 2012
Posts
2,802
Okay, so my brothers phone for whatever reason today decided to just die on him. (Battery still there etc) When attempting to boot the device I get the HTC logo screen and then it just goes black. However, I can access the bootloader. But this in itself for some reason entails another issue. Pressing power to select something causes the bootloader to freeze entirely. As far as I can tell at least. The device is completely stock. Obviously the best case scenario would be to unlock the bootloader flash TWRP and try to see if a ROM could fix the issue. Wondering if anyone has any advice on how I can first of all... Get the device into fastboot USB mode?
 
You could try and reboot it into fastboot using adb?

You'll need the Android SDK tools and HTC USB Driver installed, and then you could just use 'adb reboot fastboot'

You could also use 'adb reboot recovery' and do a factory reset from there

edit: Links

Android SDK http://dl.google.com/android/installer_r24.4.1-windows.exe
HTC Sync will install the USB driver, just uninstall HTC afterwards and the USB driver will remain
 
Last edited:
You could try and reboot it into fastboot using adb?

You'll need the Android SDK tools and HTC USB Driver installed, and then you could just use 'adb reboot fastboot'

You could also use 'adb reboot recovery' and do a factory reset from there

edit: Links

Android SDK http://dl.google.com/android/installer_r24.4.1-windows.exe
HTC Sync will install the USB driver, just uninstall HTC afterwards and the USB driver will remain


Already got ADB etc. Doesn't ADB require me to have the device actively booted up?
 
It's been a long time for me too :p. Think I remember using it being just in the bootloader.

I think the issue is currently then that the Fastboot is not automatically becoming USB mode. :/ Which is odd. The phone IS charging off my USB cable... But theres no way to select fastboot meaning that I can't unfortunately use an RUU or sideload a ROM/recovery. :c I really don't understand why it freezes when I press the power button to select an option.
 
If you're booted into hboot you should still be able to issue adb commands

Hm. I gave adb devices a shot earlier to see what would happen and it lists nothing there. :/

Yeah just tried again. Its really quite odd... It definitely is charging off of the cable... but its just not recognized...
 
Last edited:
Have you got the HTC usb driver installed? I was recently doing adb stuff on my M8 and it wasn't recognised until that was installed
 
Have you got the HTC usb driver installed? I was recently doing adb stuff on my M8 and it wasn't recognised until that was installed

Yeah I tested to make sure I had the USB drivers installed. My M8 shows up on ADB and fastboot devices perfectly fine. :/ I'll try an ADB command whilst in fastboot on my M8 I think.

Seems that being in hboot doesn't allow ADB commands unfortunately. I guess the phone is brown bread.
 
Back
Top Bottom