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

Root [CDMA] Help MEE! I have soft bricked my phone!

Im stuck in boot loop. HBoot v 1.58
Ruu cannot load
Fastboot can get into temp recovery
s never turned off. unlocked bootloader and flashed su and boom boot loop happened.

unlocked with htcdev bc that was the only thing i could get to work. PLease help me.

I also tried making a stock rom zip and renamed it PG86.img and it appeared to flash but still in bootloop.
I tried relocking and then it would say security warning. Please help me Im new to this whole htc thing. way harder to use that samsung and lg
 
Im stuck in boot loop. HBoot v 1.58
Ruu cannot load
Fastboot can get into temp recovery
s never turned off. unlocked bootloader and flashed su and boom boot loop happened.

unlocked with htcdev bc that was the only thing i could get to work. PLease help me.

I also tried making a stock rom zip and renamed it PG86.img and it appeared to flash but still in bootloop.
I tried relocking and then it would say security warning. Please help me Im new to this whole htc thing. way harder to use that samsung and lg

Which RUU did you try running? It would have to be the Ice Cream Sandwich RUU because you will not be able to go backward in software with s-on. Also, since you are s-on, the bootloader does have to be relocked to run the RUU. I don't know why super user would cause a boot loop... I have not heard of this before.

Check your bootloader and make sure it is ****RELOCKED****

If not get into fastboot with adb reboot bootloader then run command fastboot oem lock

Download this RUU: Shipped ROMs

Get the phone into fastboot usb mode either by connecting to the pc and using adb reboot bootloader or manually get into your bootloader by doing a battery pull and then holding volume down+power. Then select fastboot. When plugged into the pc you should see FASTBOOT USB

When in fastboot usb, run that RUU and follow the instructions it includes like disabling HTC sync, screen saver, etc...

If you want to try getting rooted again after the RUU, you can unlock the bootloader again with the same unlock token you already have.

You will need a custom recovery, I would suggest 4ext recovery, especially being s-on. Flash that through fastboot after unlocking with fastboot flash recovery 4ext_recovery.img

Then I would download a fresh copy of SuperSU.
Get that here: http://forum.xda-developers.com/showthread.php?t=1538053
and download the one named CWM-SuperSU-v0.99.zip

Flash Super su through recovery and you should be rooted on the stock rom! Good luck! ;)
 
Upvote 0
Did you...

Check your bootloader and make sure it is ****RELOCKED****

If not get into fastboot with adb reboot bootloader then run command fastboot oem lock


????

Failing to re-lock your bootloader could cause that error... You can also make sure you're connected to the PC using a USB 2.0 - NOT 3.0 - port. Sorry, but that's all I got for now...
 
Upvote 0
ok so i have found out that error 131 means im using the wrong ruu

so help me find the right one pleaeaeaeasse

model num PG86100

vto 5/29/12

hboot 1.58

htc 3d cdma sprint US

The one I linked you to is the right one. If it didn't work, either you aren't relocked or we are missing some info...
 
Upvote 0
i am re locked. it i have also noticed that adb devices shows no serial number anymore. it did at one time. but other functions are also no longer working. I am still able to flash into cwm if i unlock the bootloader

the the top of hboot it says

RELOCKED
Security Warning
SHOOTER XC SHIP S-ON RL
HBOOT 1.58.0000
Radio 1.09.00.0706
openADSP-v02.6.0.2226.00.0217
eMMc-boot
may 17 2012, 15:06:44

also clicking power down only reloads the HBOOT

power button only turns phone to blank white screen with htc logo. then immediatly to HBOOT

also i could not get sdk to eer run on my computer. I installed many versions of java and even jdk java. still doesnt read the java i clearly have installed.

Im possibly thinking that windows 7 x64 may not be compatible with this software?

ALL my USB ports are 2.0

I have several cables. I have tried different ones as well. I have tried the OEM HTC cable


I will try another computer in the AM

Its F-d up that I have a powerfull CPU and it has compatibility issues. not the first time btw.
 
  • Like
Reactions: DonB
Upvote 0
in a worse case,you can get back to recovery by re-unlocking with your original token. the security warning is what typically happens when you relock the bootloader while on custom software,or recovery.

i would be interested in the output from:

fastboot getvar all

enter that command with the phone in fastboot,in a cmd window. paste the output here :)

i suspect that maybe something changed your main version,giving you the error while trying to run the correct ruu. if thats the case,we will see it in the getvar all output. we can react in the following manner:
-reunlock bootloader
-boot to,or launch recovcery into memory
-flash main version tool in recovery
-relock bootloader
-run ruu,should work this time :)

main version tool
 
Upvote 0
in a worse case,you can get back to recovery by re-unlocking with your original token. the security warning is what typically happens when you relock the bootloader while on custom software,or recovery.

i would be interested in the output from:

fastboot getvar all

enter that command with the phone in fastboot,in a cmd window. paste the output here :)

i suspect that maybe something changed your main version,giving you the error while trying to run the correct ruu. if thats the case,we will see it in the getvar all output. we can react in the following manner:
-reunlock bootloader
-boot to,or launch recovcery into memory
-flash main version tool in recovery
-relock bootloader
-run ruu,should work this time :)

main version tool


I tried another RUU before u sent this message. I will post the updated getvar after I run the RUU u posted originally

c:\FASTB>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.58.0000
INFOversion-baseband: 1.09.00.0706
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 2.89.651.2
INFOserialno: HT16MHX29870
INFOimei: 355195000000010
INFOproduct: shooter
INFOplatform: HBOOT-8260
INFOmodelid: PG8610000
INFOcidnum: SPCS_001
INFObattery-status: good
INFObattery-voltage: 3800mV
INFOpartition-layout: Generic
INFOsecurity: on
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: dirty-3f645641
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!
finished. total time: 0.021s


also this is what i get when typing adb devices FASTB is the name of my adb folder

c:\FASTB>adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached


c:\FASTB>

before it used to show a serial number and now its showing a demon started?
 
  • Like
Reactions: DonB
Upvote 0
hmm your main version matches,as does your cid...

You could extract rom.zip from the .exe and flash it from hboot.

That version definagely should work


I left fast boot connected for 20minutes. and then it magically showed the serial number. then i flashed your RUU and BOOM works!!!!


awesome awesome awesome.

so do you reccomend a certain procedure to root and flash and turn on hotspot? I dont need a fancy rom. just simple and with hotspot or usb tether
 
  • Like
Reactions: scotty85 and DonB
Upvote 0
so do you reccomend a certain procedure to root and flash and turn on hotspot? I dont need a fancy rom. just simple and with hotspot or usb tether


If All you want is wifi tether and want to be stock with root access I would suggest just doing this:


If you want to try getting rooted again after the RUU, you can unlock the bootloader again with the same unlock token you already have.

You will need a custom recovery, I would suggest 4ext recovery, especially being s-on. Flash that through fastboot after unlocking with fastboot flash recovery 4ext_recovery.img

Then I would download a fresh copy of SuperSU.
Get that here: http://forum.xda-developers.com/showthread.php?t=1538053
and download the one named CWM-SuperSU-v0.99.zip

Flash Super su through recovery and you should be rooted on the stock rom! Good luck! ;)
 
Upvote 0
  • Like
Reactions: joeygeeeeeee
Upvote 0
awesome. Im will try that on my unrooted samsung epic.

I want to flash this htc to boost. I vae paid for a writeup. I just have to get root. do you think i will need s-off ??

you might... its possible the partitions you will need to write the new info to are write protected when s-on. im not familiar with the process,so i cant say for sure. whomever made your guide would be the one to ask ;)
 
  • Like
Reactions: joeygeeeeeee
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones