USB Debugging DISABLED - How can I flash boot.img?

Search This thread

bfawks

Member
Jul 3, 2013
22
3
I'm trying to get my phone back to a custom ROM after abandoning it for over a year so I am having trouble remembering what I did...

USB Debugging is definitely off. When I go into a command prompt to flash the boot.img, "adb devices" returns no devices. The drivers all seem to be up to date - so how can I flash the boot.img? I can't get into the OS as I get stuck at the white HTC logo boot - soft bricked.
 
Last edited:

projectisaac

Senior Member
Jan 7, 2014
236
32
I'm trying to get my phone back to a custom ROM after abandoning it for over a year so I am having trouble remembering what I did...

USB Debugging is definitely off. When I go into a command prompt to flash the boot.img, "adb devices" returns no devices. The drivers all seem to be up to date - so how can I flash the boot.img? I can't get into the OS as I get stuck at the white HTC logo boot - soft bricked.

I would normally recommend RUU (http://xdaforums.com/showthread.php?t=1562890) to revert to stock firmware and then turn on USB debugging like normal, but I'm worried that your device may still be unlocked (then RUU won't work).

Hold the phone, when you boot into the bootloader, and select "fastboot", can you flash the boot.img that way? (command prompt: "fastboot flash boot boot.img", assuming your command prompt is opened in the same folder as fastboot.exe and your boot.img)
 

bfawks

Member
Jul 3, 2013
22
3
I would normally recommend RUU (http://xdaforums.com/showthread.php?t=1562890) to revert to stock firmware and then turn on USB debugging like normal, but I'm worried that your device may still be unlocked (then RUU won't work).

Hold the phone, when you boot into the bootloader, and select "fastboot", can you flash the boot.img that way? (command prompt: "fastboot flash boot boot.img", assuming your command prompt is opened in the same folder as fastboot.exe and your boot.img)

Seems like after I updated the drivers and mounted the device, I was able to get my PC to recognize the phone through ADB devices. I went back into the fastboot and flashed the .img and it worked. Thanks for your help.