• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Stuck on black screen with 4 triangles in the corners... Help Pls

Juan00089

Lurker
Hi guys... I purchase this phone with this problem
when turn on shows this screen(4 triangles an logo HTC)

614838849.jpg


i try to enter in hboot with volume - and power but still the same screen i try with this RUU_Ace_Gingerbread_S_Cingular_US_2.47.502.7_Radio _12.56.60.25_26.10.04.03_M_release_200368_signed

32360494.jpg


but is frozen on 56%

when i desconect the usb shows this other screen were is says RUU



i dont know what to do can you please help me?

thanks
 
your phone is stuck in ruu mode.

do you have the android sdk set up?

if so,plug in the phone,open a cmd window,make sure the phone is beeing seen:

fastboot devices

if you get your serial number back,then

fastboot reboot-bootloader

however,that will not necessarily fix whatever is wrong. you can try extracting "rom.zip" from the ruu,and flashing it in hboot. but it will likely hang on whatever partition its hanging on when running the ruu.

unfortunately,hanging on any partition is not good sign- especially if its the radio or other firmware.

let me know if you need more specific directions :)
 
hi thanks for ur help...what is android sdk and what is it for?

i write fastboot devices in cmd and shows the serial number

when i write fastboot reboot-bootloader the phone restart and shows the same black screen w/ triangles
 
sorry for the short answer earlier, i was at work :eek:

when you enter "fastboot oem ?" it should spit out a bunch of different commands. the one youre looking for is this:
INFOresetRUUflag

if you see it,youll want to put the phone in fastboot,open a cmd window,then enter:
fastboot devices

fastboot oem resetRUUflag

fastboot reboot-bootloader

that should get you back to normal fastboot :) some older hboots do trap you in ruu mode if something fails,sorry for the confusion.

to answer the other question,the sdk is the android "standard development kit" wich contains utilities such as adb and fastboot. since you knew how to open a cmd window and run the command,i assume you have something set up containing those utilities... even if you were calling it somethign esle :)
 
Back
Top Bottom