Please help - stuck on HTC logo screen

winwiz

Senior Member
Oct 26, 2007
1,969
650
0
Hey guys

Can you help me out please.

I have HTC Desire HD
It has clockworkmod recovery installed
when i put the phone in bootloader mode, it is

****UNLOCKED****
ACE PVT SHIP S-ON RL

The phone is stuck on the HTC logo screen

I have flashed a custom ROM
and then tried to flash BOOT.IMG via ADB

when I type adb devices, I get a blank return message.

I believe the issue is that I need to flash boot.img to get the ROM working

I can't boot into the OS and flash the RUU to get it back to stock either

I just need a working phone, not bothered whether it is a custom ROM or stock

Any advise is greatly appreciated
 

yumm91

Senior Member
Jan 6, 2013
323
81
58
Hey guys

Can you help me out please.

I have HTC Desire HD
It has clockworkmod recovery installed
when i put the phone in bootloader mode, it is

****UNLOCKED****
ACE PVT SHIP S-ON RL

The phone is stuck on the HTC logo screen

I have flashed a custom ROM
and then tried to flash BOOT.IMG via ADB

when I type adb devices, I get a blank return message.

I believe the issue is that I need to flash boot.img to get the ROM working

I can't boot into the OS and flash the RUU to get it back to stock either

I just need a working phone, not bothered whether it is a custom ROM or stock

Any advise is greatly appreciated
You need to flash boot.img through fastboot, not adb.

Go to fastboot, and type fastboot flash boot boot.img

Sent from my Desire HD
 
  • Like
Reactions: winwiz

winwiz

Senior Member
Oct 26, 2007
1,969
650
0
You need to flash boot.img through fastboot, not adb.

Go to fastboot, and type fastboot flash boot boot.img

Sent from my Desire HD

OK great

flashboot picks up the device
i am writing the boot.img to the device now

fingers crossed
 
Last edited:

winwiz

Senior Member
Oct 26, 2007
1,969
650
0
C:\platform-tools>fastboot devices
HT11SRX00226 fastboot

C:\platform-tools>fastboot flash boot boot.img
sending 'boot' (2590 KB)...
OKAY [ 0.446s]
writing 'boot'...

how long does this take?