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

Root [CDMA] Radios, Hboot & Firmware - All Downloads

Know your a busy guy helping all us newbs, so keep it short. Since have been considering changing carriers also.

What's a "rooting policy"?? I'm guilty don't read the fine print most times, guess should start.
 
No problem ;) I like helping :)

Well in most cases you are voiding your warranty when rooting. Basically you may not be able to get your phone replaced if you brick it because of flashing a bad file or something.

Sprint's official policy (regarding a damaged rooted device) is to basically lecture/warn on the dangers of rooting but then open a support ticket and repair or replace just like any other device.

Also a plus about sprint is they offer unlimited data and don't throttle your data speeds. Though, big deal if your data doesn't work anyway, eh? Kinda moot. :rolleyes:

From what I understand, AT&T and Verizon are a lot more strict about rooted devices... Plus they cap your data speeds and AT&T doesn't offer unlimited data. Not sure about Verizon.

I'm on wifi most of the time so I've let it slide but I can hardly take a phone call at home.
 
Ya, might try a different radio. Cant be any worse than flashing du, pac, or miui roms..right.

Weird my doctor nurse calls and says call wont go thru on my cell number. But can pick up my house land line and it rings my cell. Also, this web site. wheresmycell.com and it rings and leaves a vm. Don't get it.
 
No problem ;) I like helping :)

Well in most cases you are voiding your warranty when rooting. Basically you may not be able to get your phone replaced if you brick it because of flashing a bad file or something.

Sprint's official policy (regarding a damaged rooted device) is to basically lecture/warn on the dangers of rooting but then open a support ticket and repair or replace just like any other device.

Also a plus about sprint is they offer unlimited data and don't throttle your data speeds. Though, big deal if your data doesn't work anyway, eh? Kinda moot. :rolleyes:

From what I understand, AT&T and Verizon are a lot more strict about rooted devices... Plus they cap your data speeds and AT&T doesn't offer unlimited data. Not sure about Verizon.

I'm on wifi most of the time so I've let it slide but I can hardly take a phone call at home.



Brian your way more talented then me but have a fresh copy of your rom backed up & try these features in pimp my rom, off the playstore, try a few different roms maybe some roms will work better then others
 

Attachments

  • 1375176643449.jpg
    1375176643449.jpg
    66.2 KB · Views: 245
  • 1375176654783.jpg
    1375176654783.jpg
    86.8 KB · Views: 266
  • 1375176667749.jpg
    1375176667749.jpg
    81.4 KB · Views: 229
Brian, I need your help! I have an HTC EVO 3D CDMA and i'm on Hboot 1.57.5757 with S-OFF and i'm trying to downgrade to Hboot 1.50.5050 and everytime I put the PG86IMG file into the root of my SD, and reboot into bootloader I get a CID INCORRECT message.. and I don't know what to do!
 
Brian, I need your help! I have an HTC EVO 3D CDMA and i'm on Hboot 1.57.5757 with S-OFF and i'm trying to downgrade to Hboot 1.50.5050 and everytime I put the PG86IMG file into the root of my SD, and reboot into bootloader I get a CID INCORRECT message.. and I don't know what to do!

Hmm, interesting. Is yours the virgin mobile version or sprint version? It shouldn't matter as these should work with both. Let me check my file and make sure but I think it's been used multiple times without issue.

Can you run a fastboot getvar all command and paste the information here?
 
What? How did you rooting and S-off without ever using fastboot??

I just checked the file and it's specified to work with both versions.

I'm out and about getting ready to drive home. Let me get back to you here in a bit once I get home.
 
Interesting... That's not the correct cid for the device which is why you are getting an error.

Did you use fastboot to get the cid? We may need to change it.
 
Well you can change it through fastboot. I've not done it before but it's not too hard. The hardest part is learning to use fastboot.

Sorry I'm kind of scattered right now. Trying to multi task.

I asked my buddy Scotty to peak in just to make sure it's okay to change the cid and waiting to hear from him.
 
first,we might should take a peak at the rest of your info. its peculiar that youd have a cdma device with a cid of HTC__001. it may just be that the cid getter app is picking that from build.prop or somewhere else if youre running a custom rom based on an international vartiant.

if you can do the following,and then paste for us the output(it will also get adb/fastboot set up for you):
first download and install these drivers: revolutionary drivers (mirror)

then,download this small file:
mini-adb.zip

-unzip it,and place the unzipped folder onto the root of your C drive(not inside a folder)

-open a cmd window(with win 7,click start bubble,type "command" or "cmd" in hte search box)

-now change to your mini-adb directory(assuming you didnt chagne the name). type in the black cmd window that opened on your PC:
cd c:\mini-adb

-pull the battery in your phone for a few seconds. hold volume down,then power. hold them both until you see the white/colored writing hboot screen

-select "fastboot" from the hboot menu with the vol rocker/power button

-in your cmd window type:
fastboot devices

it should output your phones serial number. if so youre good to go. if not,youre apparently having a driver issue. i usually recomend these drivers from Revolutionary: modified htc drivers download and install the drivers(you should just have to run that file). afterwards,unplug your phone,plug it back in. make sure its in fastboot. as soon as you get a result from "fastboot devices" your ready to procede to the next step.

-in your cmd window,type(or copy/paste,is much easier):
fastboot getvar all

-copy the info that outputs here. right click in your cmd window,click mark,highlight it all in white. hit enter. paste the info here. it will help us know which ruu for you to run. :)
 
first,we might should take a peak at the rest of your info. its peculiar that youd have a cdma device with a cid of HTC__001. it may just be that the cid getter app is picking that from build.prop or somewhere else if youre running a custom rom based on an international vartiant.

if you can do the following,and then paste for us the output(it will also get adb/fastboot set up for you):
first download and install these drivers: revolutionary drivers (mirror)

then,download this small file:
mini-adb.zip

-unzip it,and place the unzipped folder onto the root of your C drive(not inside a folder)

-open a cmd window(with win 7,click start bubble,type "command" or "cmd" in hte search box)

-now change to your mini-adb directory(assuming you didnt chagne the name). type in the black cmd window that opened on your PC:
cd c:\mini-adb

-pull the battery in your phone for a few seconds. hold volume down,then power. hold them both until you see the white/colored writing hboot screen

-select "fastboot" from the hboot menu with the vol rocker/power button

-in your cmd window type:
fastboot devices

it should output your phones serial number. if so youre good to go. if not,youre apparently having a driver issue. i usually recomend these drivers from Revolutionary: modified htc drivers download and install the drivers(you should just have to run that file). afterwards,unplug your phone,plug it back in. make sure its in fastboot. as soon as you get a result from "fastboot devices" your ready to procede to the next step.

-in your cmd window,type(or copy/paste,is much easier):
fastboot getvar all

-copy the info that outputs here. right click in your cmd window,click mark,highlight it all in white. hit enter. paste the info here. it will help us know which ruu for you to run. :)

whenever I open the CMD and type in cd c:\mini-adb it was says system cannot find the path specified
 
whenever I open the CMD and type in cd c:\mini-adb it was says system cannot find the path specified

first,we might should take a peak at the rest of your info. its peculiar that youd have a cdma device with a cid of HTC__001. it may just be that the cid getter app is picking that from build.prop or somewhere else if youre running a custom rom based on an international vartiant.

if you can do the following,and then paste for us the output(it will also get adb/fastboot set up for you):
first download and install these drivers: revolutionary drivers (mirror)

then,download this small file:
mini-adb.zip

-unzip it,and place the unzipped folder onto the root of your C drive(not inside a folder)

-open a cmd window(with win 7,click start bubble,type "command" or "cmd" in hte search box)

-now change to your mini-adb directory(assuming you didnt chagne the name). type in the black cmd window that opened on your PC:
cd c:\mini-adb

-pull the battery in your phone for a few seconds. hold volume down,then power. hold them both until you see the white/colored writing hboot screen

-select "fastboot" from the hboot menu with the vol rocker/power button

-in your cmd window type:
fastboot devices

it should output your phones serial number. if so youre good to go. if not,youre apparently having a driver issue. i usually recomend these drivers from Revolutionary: modified htc drivers download and install the drivers(you should just have to run that file). afterwards,unplug your phone,plug it back in. make sure its in fastboot. as soon as you get a result from "fastboot devices" your ready to procede to the next step.

-in your cmd window,type(or copy/paste,is much easier):
fastboot getvar all

-copy the info that outputs here. right click in your cmd window,click mark,highlight it all in white. hit enter. paste the info here. it will help us know which ruu for you to run. :)

C:\>fastboot getvar all
INFOversion: 0.5
INFOversion-bootloader: 1.57.5757
INFOversion-baseband: 1.09.00.0108
INFOversion-cpld: None
INFOversion-microp: None
INFOversion-main: 1.13.651.7
INFOserialno: HTxxxxxxxxxx
INFOimei: [mod removed]
INFOproduct: shooter
INFOplatform: HBOOT-8260
INFOmodelid: PG8610000
INFOcidnum: HTC__001
INFObattery-status: good
INFObattery-voltage: 3800mV
INFOpartition-layout: Generic
INFOsecurity: off
INFObuild-mode: SHIP
INFOboot-mode: FASTBOOT
INFOcommitno-bootloader: 51a46db4
INFOhbootpreupdate: 11
INFOgencheckpt: 0
all: Done!

HERE YOU GO :)
 
So everything looks like the HTC Evo V 4g for virgin mobile other than the cid.

Did you change that or did you get the phone like that?

It'd odd that that it's incorrect, especially for this device.

Considering the fact that your phone is S-off, you should be able to change the cid as far as I know. I don't think changing it will harm anything, but since I've never done it, hoping Scotty will give the Okay.
 
that is extremely odd it is like that.if its a refurb device,possibly someone in its past has rooted and changed it :confused:

at any rate,looks ok to change it,i just wanted to be 100% sure that you didnt actually have a gsm device or different model.

all you need to do,is put the phone into fastboot and open the cmd windlow like above. then just enter the bold commands(blue is just extra info):

fastboot oem writecid SPCS_002 (thats one underscore,cid is always 8 characters)

fastboot reboot-bootloader

fastboot getvar cid (or you could alternately use fastboot getvar all )

verify that your cid has changed. you should be good to go now to change the hboot. :)
 
that is extremely odd it is like that.if its a refurb device,possibly someone in its past has rooted and changed it :confused:

at any rate,looks ok to change it,i just wanted to be 100% sure that you didnt actually have a gsm device or different model.

all you need to do,is put the phone into fastboot and open the cmd windlow like above. then just enter the bold commands(blue is just extra info):

fastboot oem writecid SPCS_002 (thats one underscore,cid is always 8 characters)

fastboot reboot-bootloader

fastboot getvar cid (or you could alternately use fastboot getvar all )

verify that your cid has changed. you should be good to go now to change the hboot. :)

I seriously can't thank you guys enough, because it WORKED!
 
bought a used sprint evo 3d off ebay running stock 2.95.651.6 unrooted rom

the problem in htcdev process wont unlock this phone. i get the code sent to me and i run it and it says it unlocks but no screen comes up on the phone asking me if i want to do it like it did on my other evo3d i just did.

this has been reported all over the place but really havent found a good guide

basically i want to reflash the same stock rom mentioned above and have the htcdev unlock code work just like it did on my other evo3d i just did

to my understanding i have to do a temproot then flash an ruu the unlock with htcdev code i already got?

please help (not a noob but someone that is confused with some knowledge)

really i just want to have the stock firmware working correctly
i noticed in dfs tools that esn change or imei change are not writing like they should
i have the spc/msl and 16 digit SP
something is wrong with all the peoples evo3d that cant complete the htcdev unlock process when the screen dont popup when in fastbood when flashing the unlock_code
when phone is doing that it also can not be wrote to in dfs tools or cdma workshop in the esn/imei area.
spc can be wrote to and other areas just not the 16 digit SP areas that open up

probably releated to each other
anyhow just want to reflash with same rom somehow....or really just fix what is going on...
 
the folks that have unlock troubles usually resolve them with an ruu. unfortunately,there is not an ruu for your current build,and i believe you have an hboot change that prevents you from a simple main version change to downgrade.

if factory resets havent helped,i can only offer real basic advice:
-no usb hubs
-no usb 3.0
-try different usb cables and ports
-make sure nothing is running on the pc that can interfere(htc sync,pdanet,easy tether,even i tunes)
-try updating drivers
-if youre using windows 8 try a machine with something older

alot of times folks that simply cannot figure out the issues that are fustrating them find success by simply using a different machine.
 
the folks that have unlock troubles usually resolve them with an ruu. unfortunately,there is not an ruu for your current build,and i believe you have an hboot change that prevents you from a simple main version change to downgrade.

if factory resets havent helped,i can only offer real basic advice:
-no usb hubs
-no usb 3.0
-try different usb cables and ports
-make sure nothing is running on the pc that can interfere(htc sync,pdanet,easy tether,even i tunes)
-try updating drivers
-if youre using windows 8 try a machine with something older

alot of times folks that simply cannot figure out the issues that are fustrating them find success by simply using a different machine.

i have (3) evo3d exactly the same (from sprint) with exact same firmware and i did a factory reset on each
just this (1) is being a problem
alot of people are having this same problem

please help
 
Back
Top Bottom