Related
I am trying to root my EVO. I once had it rooted and unrooted it...i think...with unrEVOked. I wanted to root the phone and install a custom rom again but I cant seem to get it to root.
I have tried unrEVOked(and followed all the easy steps to root on a forum....more then once), and once I got the initial screen were it sais to plug the phone in and make sure it has USBdebugging on, I do just that and nothing happens. so....
I tried to use Simple Root .1. Once again, found a forum on how to root with this program and followed the steps...more then once...and still no luck. With Simple Root I watched a video and in the video the prompt screen said that it was pushing a file to the phone and then it is suppose to go to the HBOOT screen....which does not happen on my phone, it skips that step and tells me to go to step 2, but I haven't completed step 1 yet....
I really dont know if me rooting the phone befor is causing this, but if anybody has any advice it would be greatly appreciated.
Thank
dizl.evo
If you're on the OTA gingerbread update then you won't be able to root.
I have not updated yet. It asked me to but i was about to root so didn't feel the need to update the HTC software.....
So you're not on 2.3? I don't have an evo, but the rroot process was pretty easy for me using unrevoked. USB debugging on, set to charge only. (Fastboot off, if that's an option in settings>power.)
when i first got the phone i rooted it with unrevoked and yea, it was easy....
But yes i actually am on 2.3.3.... Dont know if that is gingerbread or not...
here is my software info...
Android Version -2.3.3
Baseband Version -2.15.00.05.02
Kernel -2.6.35.10-g4e39384 [email protected] #1
Build number -4.22.651.2 CL60865 release-keys
Software number -4.22.651.2
Browser version -WebKit/533.1
PRI version -2.15_003
PRL Version -60680
Today, I randomly checked to see if there was a HTC update, and there was and it said that 2.3 (Gingerbread) 4.24.651.1 was available.....I dont know if any of that helps....
Can you get into recovery? What is the status of your hboot security?
Power off. Pull battery for 1 min. Hold volume down. Press power.
Report here if S on or S off please.
Try going into recovery.
Sent from my PC36100 using XDA Premium App
Try moving over to the EVO 4G forum for Q&A...
Sent from my PC36100 using XDA Premium App
lil_bono said:
Can you get into recovery? What is the status of your hboot security?
Power off. Pull battery for 1 min. Hold volume down. Press power.
Report here if S on or S off please.
Try going into recovery.
Sent from my PC36100 using XDA Premium App
Click to expand...
Click to collapse
HBOOT = s-off
as far as recovery, it shows a phone with a red triangle with an exclamation point.....
Good news! You are still rooted! (technicaly, S-off is not root, but just as good) Jump over to the EVO 4G forums and start reading! And asking questions here...
http://forum.xda-developers.com/forumdisplay.php?f=652
You can flash a recovery that will allow you to, in turn, flash whatever ROM you would like...
I suggest Amon-Ra recovery.
Good luck!
I'm kind of surprised that you were having problems with unrevoked. That is probably because you somehow upgraded to 2.3.3. Unrevoked used the initial exploit of rageagainstthecage, and this was blocked in 2.3.3. However, you obviously used unrevoked some time BEFORE you received 2.3.3. Either way, just reflash a recovery pc36img.zip version of Amon Ra found here...
http://forum.xda-developers.com/showthread.php?t=705026
then download a ROM, I suggest MikG or Synergy to the root of your SD card and flash via recovery.
THANKS lil_bono. i really appreciate your help...
Ok so i went to the HBOOT screen and clicked recovery and it failed....so is a flashrecovery different or am i going to still run into the same problem of it giving me that red triangle??
Youre welcome. Yes. Flashed recovery can be of different types and is what you need. It will have locally packaged commands instead of the stock adb connection only. Head over to the EVO forums and start searching and reading.
Sent from my PC36100 using XDA Premium App
You Must Be Rooted With S-OFF To Do This!
Seeing how there is no way to root 4.24 yet, I thought I would throw a little something together in case anyone needs to unroot before taking their phone into Sprint. This will return your phone to stock with S-ON while leaving a backdoor to reroot with. I have tested this as best I can without actually upgrading my hBoot (I want to keep the eng hboot), but there are no guarantees you won't run into issues. You also must flash the modified PC36IMG before setting S-ON in order for this to work.
While it would be trivial to create a script to automate this process, I wanted to make sure you know exactly what this does so it is easier to re-root. Plus there's no fun in having a script do all the work.
I've included all the files needed to use ADB and Fastboot on Windows, Linux and Macs. They have been renamed to match the operating system (eg. ADB for Windows is adbw, fastboot for Linux is fastbootl) and you may need to set the correct permissions in order to use them.
You will need:
Unrevoked Forever - The latest version of Unrevoked's S-OFF and S-ON tools
E4GUnroot.zip - The modified 4.24.651.1 PC36IMG zip and an unpacked copy of Amon RA's 1.8 recovery
Basic knowledge about ADB and Fastboot
Plenty of Battery Life
A little common sense
Click to expand...
Click to collapse
How To Unroot:
Make a Nandroid with the Boot, System and Data partitions along with your .android folder.
Make sure you have Radio S-OFF and not S-OFF from the ENG hBoot. If your bootloader shows SHIP S-OFF you should be good, if it shows ENG S-OFF then you will want to run Unrevoked Forever to make sure S-OFF is set from the radio.
Use ADB to reboot into RUU mode.
Code:
adb reboot oem-78
Once in RUU mode flash the PC36IMG. Be very careful that you do not interrupt it, doing so can easily result in the permanent bricking of your phone.
Code:
fastboot flash zip PC36IMG_4.24.651.1_Rootable.zip
Watch the output and make sure it completes correctly. If you get an error saying something about "remote 90: hboot pre-update" flash it again.
When it's finished flashing reboot and make your way into the Recovery.
Code:
fastboot reboot
--or--
fastboot reboot-bootloader
The recovery may show a green arrow for a few moments, wait for it to turn into the Red Triangle with an Exclamation Mark inside of it. Then push Amon RA's recovery to the phone and bring up the UI.
Code:
adb push amon_ra_1.8-mod /
adb shell "busybox --install /sbin"
adb shell "nohup /sbin/recovery &"
Now that the Recovery is up, use it to flash Unrevoked's S-ON tool.
You are now fully unrooted with S-ON! After you remove your SD card there will be nothing on your phone to show it was rooted.
Click to expand...
Click to collapse
How To Root Again:
Reboot into the Recovery and bring up Amon RA's recovery.
Run Unrevoked's S-OFF tool to unlock the NAND.
Flash your Recovery of choice and use it to restore your Nandroid
And that's it! You should be good to go again.
Click to expand...
Click to collapse
As always, you and you alone are responsible for everything you do to your phone. This is for informational purposes only; neither XDA nor I can be held responsible for anything that happens as a result of doing this.
Click to expand...
Click to collapse
Reserved...
I won't have to use this method, being rooted already, but will definitely help a lot of people. Also VERY clear, do good job man.
Agreed, great and useful guide.
Sent from my PC36100 using XDA Premium App
Good job and very educated post.
Just figured it may come in handy to someone, I had to unroot mine a few times to take it in to Sprint and I always did something similar to this to make it easier to reroot. If you wanted too you could even restore your data partition from a nandroid and remove all the root apps, that way your phone is still how you like it just unrooted for the time being.
Thank you sir. Very informative and useful post..
I have a question about this since it seems what your describing may help me. Since I got my E3d I have been playing around with my e4g and I upgraded mt hboot not realizing it would turn s-on. I know I'm still rooted since i have flashed at least 3 custom roms since then. I am on cm7.3 currently. For my case would using the unrevoked s-on/s-off tool to turn s-off work?
Great job here, hope I never have to use this though but should help many that need to take in their phone for service.
XpAcErX said:
I have a question about this since it seems what your describing may help me. Since I got my E3d I have been playing around with my e4g and I upgraded mt hboot not realizing it would turn s-on. I know I'm still rooted since i have flashed at least 3 custom roms since then. I am on cm7.3 currently. For my case would using the unrevoked s-on/s-off tool to turn s-off work?
Click to expand...
Click to collapse
Try using unrevoked forever from the recovery. If your radio is updated it may not let you do it but it's worth a try
Sent from my PG86100 using XDA Premium App
xHausx said:
Try using unrevoked forever from the recovery. If your radio is updated it may not let you do it but it's worth a try
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
Thanks for the reply but i see from their site that 2.15.00.05.02 is not on the supported list.
XpAcErX said:
Thanks for the reply but i see from their site that 2.15.00.05.02 is not on the supported list.
Click to expand...
Click to collapse
Yeah, you'll most likely need to downgrade it first. I won't be getting home till late tonight or early in the morning but when I do I'll try to put some stuff together for you to downgrade with
Do you use a pc or linux?
Sent from my PG86100 using XDA Premium App
xHausx said:
Yeah, you'll most likely need to downgrade it first. I won't be getting home till late tonight or early in the morning but when I do I'll try to put some stuff together for you to downgrade with
Do you use a pc or linux?
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
Thanks for your help, I have a pc.
Okay Haus. Now root my evo. Lol.
You can do it
Ill give you a hug from far away.
Sent from my PC36100 using Tapatalk
XpAcErX said:
Thanks for your help, I have a pc.
Click to expand...
Click to collapse
Sent a pm
tommytomatoe said:
Okay Haus. Now root my evo. Lol.
You can do it
Ill give you a hug from far away.
Sent from my PC36100 using Tapatalk
Click to expand...
Click to collapse
You mean you lost root too? I'm working it but unfortunately I haven't had that much free time to do it. I get the feeling it won't be too much longer now though.
xHausx said:
Sent a pm
Click to expand...
Click to collapse
Thanks, I'll dl and try it tonight.
hey xHausx
I've been with my Evo since the beginning so I have no issues, but a friend of mine just bought the Evo. Unfortunately, his came with gingerbread with 4.24.651. Since his is not rooted to begin with, we can't unroot and reroot, so is it safe to assume that this method will not work? If so, are there any known methods to root? thanks in advance....
heyman123 said:
so is it safe to assume that this method will not work? If so, are there any known methods to root? thanks in advance....
Click to expand...
Click to collapse
Correct assumption and nope. Join the masses over in Q&A and General posting about this daily.
github said:
Correct assumption and nope. Join the masses over in Q&A and General posting about this daily.
Click to expand...
Click to collapse
thanks for the response.
hmmm... well, all I can say is...... bummer! to my friend
aaaaaaand I'm back to s-off, thanks haus!
Here the latest shipped RUU for SuperSonic
http://www.filefactory.com/file/cfe....15.00.0808_NV_2.15_release_220182_signed.exe
Enjoy!
As always, thanks
Sent from my PC36100 using xda premium
Nice! But just curious. How do you use this? Of all the things I know about rooting and whatnot this is the only thing I'm stumped on...
Sent from my PC36100 using XDA App
You run it on your pc. It returns your phone to stock
We're comin from a pure power source.
Football said:
Here the latest shipped RUU for SuperSonic
http://www.filefactory.com/file/cfe....15.00.0808_NV_2.15_release_220182_signed.exe
Enjoy!
Click to expand...
Click to collapse
Thank you Sir!
as always, thank you!!
exactly what I needed for my newly purchased evo 4G, big thanks!
I keep getting Error 170 when trying to run this... Running Win7 x64. Is there anything special I need to do to get this to work?
Drakhar said:
I keep getting Error 170 when trying to run this... Running Win7 x64. Is there anything special I need to do to get this to work?
Click to expand...
Click to collapse
That's what I am wondering. Every other RUU he uploaded were zip files that you just flashed through HBoot & this one is a exe file. How do you use this? This is a non-Rooted Rom right?
Drakhar said:
I keep getting Error 170 when trying to run this... Running Win7 x64. Is there anything special I need to do to get this to work?
Click to expand...
Click to collapse
Don't know exactly where you coming from and going to, 4.53 to 4.54? But something and that has been working and continued for me.
This ruu.exe is ran from the PC through usb debugging enabled, and having the correct drivers installed, I am on xp so I ran latest drivers maually, for higher o/s ver. its going to regonized the android and try to install autmatically....press stop/cancel you will need to configure it manually to have it install the correct drivers.
assuming you done this already, then enable settings>applic>develop>usb-deb and device powered on to home screen, from pc just double click the .exe and go through simple menu's and continue to process.
good luck and hope it helps..
latest Drivers
RUU4.54
Thank football!!!!
Anybody checked if stagefright libs were updated by HTC?
I have a custom slash screen on my EVO, will this put back on the oem Sprint one back on it? I just bought a E3D and am selling my EVO.
doeboy1984 said:
I have a custom slash screen on my EVO, will this put back on the oem Sprint one back on it? I just bought a E3D and am selling my EVO.
Click to expand...
Click to collapse
it should!!!
brad
my dilemma is that I have a rooted evo running a synergy rom on Hboot .79 and Radio 1.39
thing is that the s status is S-ON on this particular phone and unrevoked forever does not work on that radio version.
I've tried to upgrade the radio through clockwork recovery with the prepackaged zip yet when I reboot the phone still shows the old radio version.
I've tried installing an RUU from the PC but they all error out.
I'm looking for an RUU packaged in an install-able .zip that includes updated Radios Kernels Hboot and ROM in one. Is that even possible so i can fix this phone and get it some updated radios?!
brad560 said:
it should!!!
Click to expand...
Click to collapse
So I know you say it "should" but I don't want to RUU and then still have my batman logo as my splash screen, that would suck. I would ave to re-root it to try and find a splash .img, but I guess I will try it out and see if it works.
skunkd said:
brad
my dilemma is that I have a rooted evo running a synergy rom on Hboot .79 and Radio 1.39
thing is that the s status is S-ON on this particular phone and unrevoked forever does not work on that radio version.
I've tried to upgrade the radio through clockwork recovery with the prepackaged zip yet when I reboot the phone still shows the old radio version.
I've tried installing an RUU from the PC but they all error out.
I'm looking for an RUU packaged in an install-able .zip that includes updated Radios Kernels Hboot and ROM in one. Is that even possible so i can fix this phone and get it some updated radios?!
Click to expand...
Click to collapse
just saw you replied to me, sorry for the lateness. first of all, i would try aman ra for recovery, as many users have had problems with clockwork. as far as the ruu, how can you be s-on and still be rooted?
brad560 said:
just saw you replied to me, sorry for the lateness. first of all, i would try aman ra for recovery, as many users have had problems with clockwork. as far as the ruu, how can you be s-on and still be rooted?
Click to expand...
Click to collapse
I have the opposite issue. I have S-OFF (Revolutionary) but on stock unrooted (brought the phone to Sprint for a broken power button, and they ended up not fixing it, but flashed 4.53 stock rooted).
How the hell do I get this ROM rooted since Revolutionary doesn't want to root it because the bootloader is unlocked and I can't go to recovery because once I'm on the HTC white background fastboot screen, the volume button are locked and my power button is dead anyway...
I'm trying this Ruu .exe hoping it will give me S-ON but I'm doubtful it will happen...
EDIT: Just as I thought, I'm now on stock rooted 4.54 with S-OFF. And no power button
doeboy1984 said:
So I know you say it "should" but I don't want to RUU and then still have my batman logo as my splash screen, that would suck. I would ave to re-root it to try and find a splash .img, but I guess I will try it out and see if it works.
Click to expand...
Click to collapse
They will always update the splash screen, it helps to identify the firmware and rom versions at a glance. During install the setup program will create a temp folder with PC36IMG.zip or update.zip look in this zip file and you should see a splash.img file or something like that (sorry haven't looked HTC updates since my Hero Days).
Sent from my PC36100 using xda premium
Any way to get this to be able to install through the bootloader because my usb port is broken on my phone and it won't stay connected to the computer and I need to get Unrooted, s-off, return to stock, stock hboot because I need to take my phone to Sprint to get phone replaced/fixed. Thanks.
Sent from my PC36100 using xda premium
Hello,
I bought me a used evo shift 4g with android 4.1.1. Is there a possibility, to get s-off or root? I can't even get into bootloader (volume down and power). I already tried different methods, but nothing seems to work. Can anybody help me please?
derkleinebroicher said:
Hello,
I bought me a used evo shift 4g with android 4.1.1. Is there a possibility, to get s-off or root? I can't even get into bootloader (volume down and power). I already tried different methods, but nothing seems to work. Can anybody help me please?
Click to expand...
Click to collapse
Yes you can get s-off, look in the development section, there is a one click root. Since you have 4.1 on there I am guessing you are S-ON rooted?
derkleinebroicher said:
Hello,
I bought me a used evo shift 4g with android 4.1.1. Is there a possibility, to get s-off or root? I can't even get into bootloader (volume down and power). I already tried different methods, but nothing seems to work. Can anybody help me please?
Click to expand...
Click to collapse
If you can't get into bootloader, try enabling usb debugging ( Settings > Development), then connect your phone to your computer and download the Android Debug Bridge (ADB) from HERE
Open a command window in the place where you extracted the adb files and type "adb devices"
If your device is not recognized, download and install the drivers from HERE
After that, try "adb devices" again, if something like "HT8472JW76 device" shows up, then that's good
Now type "adb reboot-bootloader" and see if that gets you into bootloader
This is kind of a lot of work, but it definitely helps in the long run. Also, I would not run my utility until you have downgraded to 2.2 by running an RUU (all of them can be found HERE, 2.2 is the one that has the number "1.17.651") or by flashing a PG06IMG.zip through bootloader. The utility checks what version you are using, and if its anything other than 2.2 or 2.3.4 it throws an error, so just downgrade to 2.2 directly and then use the utility.
If you have any questions or if anything does not make sense, don't be afraid to ask
Sent from my PG06100 using xda premium
bilgerryan said:
Yes you can get s-off, look in the development section, there is a one click root. Since you have 4.1 on there I am guessing you are S-ON rooted?
Click to expand...
Click to collapse
Nevr heard about s-on rooted - but i'm no expert. What I can say is, that i have no super-user rights.
CNexus said:
If you can't get into bootloader, try enabling usb debugging ( Settings > Development), then connect your phone to your computer and download the Android Debug Bridge (ADB) from HERE
Open a command window in the place where you extracted the adb files and type "adb devices"
If your device is not recognized, download and install the drivers from HERE
After that, try "adb devices" again, if something like "HT8472JW76 device" shows up, then that's good
Now type "adb reboot-bootloader" and see if that gets you into bootloader
This is kind of a lot of work, but it definitely helps in the long run. Also, I would not run my utility until you have downgraded to 2.2 by running an RUU (all of them can be found HERE, 2.2 is the one that has the number "1.17.651") or by flashing a PG06IMG.zip through bootloader. The utility checks what version you are using, and if its anything other than 2.2 or 2.3.4 it throws an error, so just downgrade to 2.2 directly and then use the utility.
If you have any questions or if anything does not make sense, don't be afraid to ask
Sent from my PG06100 using xda premium
Click to expand...
Click to collapse
OK! Thanks a lot. I will tell you, if I was sussesful.
derkleinebroicher said:
Nevr heard about s-on rooted - but i'm no expert. What I can say is, that i have no super-user rights.
Click to expand...
Click to collapse
Do you have superuser installed? Or ROM Manager? You're problem is strange. Check out ROM Manager after you install superuser and see if it will let you install a recovery... I have never had S-On root I just know it's out there and you have to have some kind of root because you are not on stock. I am S-Off and most of the people on here are, so root that baby and get to flashing.
bilgerryan said:
Do you have superuser installed? Or ROM Manager? You're problem is strange. Check out ROM Manager after you install superuser and see if it will let you install a recovery... I have never had S-On root I just know it's out there and you have to have some kind of root because you are not on stock. I am S-Off and most of the people on here are, so root that baby and get to flashing.
Click to expand...
Click to collapse
well, I know these things from my wildfire. I have installed superuser and also ROM manager but can'tget superuser permissions or install a recovery. But when I start the phone, there is not the original HTC-screen, but a custom-screen. So I agree with you, that I am not on stock - some kind of very strange. It seems to me, that all the root-tools only work with 2.3.x, so if i could downgrade, that might help as well.
derkleinebroicher said:
well, I know these things from my wildfire. I have installed superuser and also ROM manager but can'tget superuser permissions or install a recovery. But when I start the phone, there is not the original HTC-screen, but a custom-screen. So I agree with you, that I am not on stock - some kind of very strange. It seems to me, that all the root-tools only work with 2.3.x, so if i could downgrade, that might help as well.
Click to expand...
Click to collapse
The shift was shipped with 2.2 and 2.3.x so if you have anything other then that it was rooted to get to where you are. How you lost root is beyond any of us. And maybe beyond the guy that sold it to you. Pull the battery and place it back in hold volume down and power, that should be a sure shot at getting to bootloader, then take a picture and post that
Sent from my myTouch_4G_Slide using Tapatalk 2
He said he couldn't get to the bootloader with power and volume down
derkleinebroicher said:
well, I know these things from my wildfire. I have installed superuser and also ROM manager but can'tget superuser permissions or install a recovery. But when I start the phone, there is not the original HTC-screen, but a custom-screen. So I agree with you, that I am not on stock - some kind of very strange. It seems to me, that all the root-tools only work with 2.3.x, so if i could downgrade, that might help as well.
Click to expand...
Click to collapse
Like strapped365 said, this is definitely a weird situation and I've never come across it myself. The best option would probably be to just run a 2.2 RUU and root from there. You can also check for root by downloading "root checker" from the play store, its by joeykrim (the free version will work fine)
strapped365 said:
The shift was shipped with 2.2 and 2.3.x so if you have anything other then that it was rooted to get to where you are. How you lost root is beyond any of us. And maybe beyond the guy that sold it to you. Pull the battery and place it back in hold volume down and power, that should be a sure shot at getting to bootloader, then take a picture and post that
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
He had said earlier that that didn't work for him, that's why I suggested the adb route
derkleinebroicher said:
OK! Thanks a lot. I will tell you, if I was sussesful.
Click to expand...
Click to collapse
No problem, post if any issues :good:
Sent from my speed-y
If he can't get into boot loader its probably because fastboot is checked. In 2.3x its in settings/power at the bottom. I don't know about his though.
Chad The Pathfinder said:
If he can't get into boot loader its probably because fastboot is checked. In 2.3x its in settings/power at the bottom. I don't know about his though.
Click to expand...
Click to collapse
Hmm, my understanding was that fastboot is only on HTC roms?
Sent from my PG06100 using xda premium
Chad The Pathfinder said:
If he can't get into boot loader its probably because fastboot is checked. In 2.3x its in settings/power at the bottom. I don't know about his though.
Click to expand...
Click to collapse
He said he was on 4.1 there are only two choices for JB before yesterday... Evervolv or deck's CM10
bilgerryan said:
He said he couldn't get to the bootloader with power and volume down
Click to expand...
Click to collapse
Bootloader don't just do a houdini its there somewhere
Sent from my myTouch_4G_Slide using Tapatalk 2
I was thinking broken volume button cuz I couldn't come up with anything else lol
Bootloader don't just do a houdini its there somewhere
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
Hmm, thats interesting. So its not possible to delete the bootloader at all?
Sent from my PG06100 using xda premium
It's me again. I just connected the guy, who sold me this phone. Perhaps he can help. If not, i will try the adb-method. If I get problems with that, I'll ask for help again here - i'f never tried this method. But thanks to all you guys so far for your interest and support. i'll keep you informed.
P.S. Root checker told me "no root". And because some one asked me, this is the bootscreen. there is no HTC-screen before that. ATTACH]1532658[/ATTACH]
derkleinebroicher said:
It's me again. I just connected the guy, who sold me this phone. Perhaps he can help. If not, i will try the adb-method. If I get problems with that, I'll ask for help again here - i'f never tried this method. But thanks to all you guys so far for your interest and support. i'll keep you informed.
P.S. Root checker told me "no root". And because some one asked me, this is the bootscreen. there is no HTC-screen before that. ATTACH]1532658[/ATTACH]
Click to expand...
Click to collapse
No problem, keep us posted :good:
Sent from my PG06100 using xda premium
CNexus said:
Hmm, thats interesting. So its not possible to delete the bootloader at all?
Sent from my PG06100 using xda premium
Click to expand...
Click to collapse
Check what was quoted.... Did I say that? no I did not, i said it don't just disappear. And before that I said the guy that sold it to him would know what was wrong.
Now if you delete your bootloader that's on you, and if you did it and didn't tell anyone then sold said phone, you would be the only one who could help someone in that situation. After you hangout here more you will notice a redundancy of posts because 90% of rooted users don't even deserve to have a smartphone let alone a rooted one, so they never know what their talking about so we try to push the core troubleshooting methods to get them to where they need to go. It's like calling sprint what's their first step? Factory data reset to give you a level playing field, here I just told the guy how to get into bootloader if there was a fastboot checked. Also I've seen so many users get the version of Sense mixed up with the version of Android so again we fall back to the core known methods of solving a problem. I've been with the shift since release so I've seen every failed ota by HTC and every moronic thing that can be done with this phone. But no matter how I told him to get somewhere all you new guys just take over like no oldies but goodies know......btw if bootloader is missing adb reboot bootloader wouldn't work either right? So again with the redundant instructions to get the the same place
Sent from my myTouch_4G_Slide using Tapatalk 2
bilgerryan said:
He said he was on 4.1 there are only two choices for JB before yesterday... Evervolv or deck's CM10
Click to expand...
Click to collapse
Just forget about me....
btw, there are alot more sites then XDA that may have ROMS for the shift.
I'm sure I haven't bricked this phone, because in the process of rooting it, it will eventually say it's S-OFF. But after getting to that point, I can choose Recovery in CWM and when it gets to the white screen with the green HTC logo, after about 4 seconds, it will fade to black. This has happened to 2 phones I've rooted. Luckily mine worked like a charm, but after the last 2...I'm afraid to root another one. Does this sound like a bad memory card, or maybe it's not a gold card? I've searched around and couldn't find an answer, so maybe someone here at XDA has experienced this problem and has an answer.
TIA
t4duzan said:
I'm sure I haven't bricked this phone, because in the process of rooting it, it will eventually say it's S-OFF. But after getting to that point, I can choose Recovery in CWM and when it gets to the white screen with the green HTC logo, after about 4 seconds, it will fade to black. This has happened to 2 phones I've rooted. Luckily mine worked like a charm, but after the last 2...I'm afraid to root another one. Does this sound like a bad memory card, or maybe it's not a gold card? I've searched around and couldn't find an answer, so maybe someone here at XDA has experienced this problem and has an answer.
TIA
Click to expand...
Click to collapse
I quite don't get that....you can choose recovery in CWM?? what does that is supposed to mean? CWM is a custom recovery. I guess that you are probably refering to hboot. Anyway, if you are S-OFF, then you might not have a recovery installed, so flash a new one (use the guide in my signature or look for post # 7 in the Ace Think Tank in the general section of the Desire HD forum)
Make sure first that you are S-OFF for certain, if you are not, then you won't be able to flash anything at all. Then, try re running the Hack Kit again from the white splash screen as the manual tells you to.
glevitan said:
I quite don't get that....you can choose recovery in CWM?? what does that is supposed to mean? CWM is a custom recovery. I guess that you are probably refering to hboot. Anyway, if you are S-OFF, then you might not have a recovery installed, so flash a new one (use the guide in my signature or look for post # 7 in the Ace Think Tank in the general section of the Desire HD forum)
Make sure first that you are S-OFF for certain, if you are not, then you won't be able to flash anything at all. Then, try re running the Hack Kit again from the white splash screen as the manual tells you to.
Click to expand...
Click to collapse
Yes, I guess I did mean hboot. In the process of Recovery is when it will fail and there is a ROM loaded for it to recover from on the SD card. Is it possibly because it is looking for the clockworkmod/backup folder and there is not one? I just realized that maybe I can copy a backup from my phone (we have the same exact phone) and place in there if it's possible. I don't have access to the phone now, as it is a friends. Also, if it fades out at the white HTC logo and just gets hung up, there is no way to re-run the Hack Kit is there?
Thanks for the help glevitan, as you've helped me before and I HAVE downloaded your Ultimate Hack Guide and keep it on my phone for reference.
t4duzan said:
Yes, I guess I did mean hboot. In the process of Recovery is when it will fail and there is a ROM loaded for it to recover from on the SD card. Is it possibly because it is looking for the clockworkmod/backup folder and there is not one? I just realized that maybe I can copy a backup from my phone (we have the same exact phone) and place in there if it's possible. I don't have access to the phone now, as it is a friends. Also, if it fades out at the white HTC logo and just gets hung up, there is no way to re-run the Hack Kit is there?
Thanks for the help glevitan, as you've helped me before and I HAVE downloaded your Ultimate Hack Guide and keep it on my phone for reference.
Click to expand...
Click to collapse
Just a question, are you sure that the phone is S-OFF? or has an unlocked bootlaoder? In either way you can flash recovery again from fastboot and then a custom rom again.
If you need help, I can lend you a hand via teamviewer..just let me know. :good:
glevitan said:
Just a question, are you sure that the phone is S-OFF? or has an unlocked bootlaoder? In either way you can flash recovery again from fastboot and then a custom rom again.
If you need help, I can lend you a hand via teamviewer..just let me know. :good:
Click to expand...
Click to collapse
I'm going by after work to pick up the phone and will work on it this weekend. Thanks for the offer of help too. I'll post back with how this turns out.
t4duzan said:
I'm going by after work to pick up the phone and will work on it this weekend. Thanks for the offer of help too. I'll post back with how this turns out.
Click to expand...
Click to collapse
ok. Good luck!
Ok glevitan, I believe the problem might be in the PD98IMG.zip that's on the root of my SD card. I noticed when the phone booted into hboot, it would display that the image file was wrong, or something to that effect and then would force an update, which would load the HTC spashscreen and then ultimately fade out. I figured it had a bad PD98IMG.zip file, so I found the original aahk-13012012.zip and extracted the PD98IMG.zip from there and overwrote the one in the root. It didn't work. A different story...I noticed on my Inspire 4G (working correctly, but hboot had same error, even though I could load recovery from there) that it wasn't finding the correct image either. I copied over the PD98IMG.zip onto my phone and now both phones are now fading out on the HTC splashscreen after about 4 seconds. This tells me that it's in the SD card, right? If so, any suggestions? Both phones were rooted using this version of aahk.
Edit: Also, with this new PD98IMG.zip image, hboot will go into the process of parsing for
[1] boot
[2] recovery
[3] radio_v2
Once this is done, I push Power to reboot and that's when I get the failure in the HTC splashscreen.
Edit: I noticed in the PD98IMG.zip there was no md5 file, so I stuck one in there and got my phone working (which is not the one with the original issue started in this thread) and was able to restore a nandroid backup. I put this same SD card in the original damaged phone and it didn't restore like mine did. I still think it's an SD card issue causing the HTC splashscreen fadeout, but don't know where to go know.
Also, my PD98IMG.zip only has a recovery.img and a recovery.md5 file in it. I noticed that the original aahk PD98IMG.zip has those along with a boot.img and a radio.img. Should those be in the PD98IMG.zip? I know this post was edited twice and is very jumbled, so if you can make sense of it and offer solutions, much obliged.
t4duzan said:
Ok glevitan, I believe the problem might be in the PD98IMG.zip that's on the root of my SD card. I noticed when the phone booted into hboot, it would display that the image file was wrong, or something to that effect and then would force an update, which would load the HTC spashscreen and then ultimately fade out. I figured it had a bad PD98IMG.zip file, so I found the original aahk-13012012.zip and extracted the PD98IMG.zip from there and overwrote the one in the root. It didn't work. A different story...I noticed on my Inspire 4G (working correctly, but hboot had same error, even though I could load recovery from there) that it wasn't finding the correct image either. I copied over the PD98IMG.zip onto my phone and now both phones are now fading out on the HTC splashscreen after about 4 seconds. This tells me that it's in the SD card, right? If so, any suggestions? Both phones were rooted using this version of aahk.
Edit: Also, with this new PD98IMG.zip image, hboot will go into the process of parsing for
[1] boot
[2] recovery
[3] radio_v2
Once this is done, I push Power to reboot and that's when I get the failure in the HTC splashscreen.
Edit: I noticed in the PD98IMG.zip there was no md5 file, so I stuck one in there and got my phone working (which is not the one with the original issue started in this thread) and was able to restore a nandroid backup. I put this same SD card in the original damaged phone and it didn't restore like mine did. I still think it's an SD card issue causing the HTC splashscreen fadeout, but don't know where to go know.
Also, my PD98IMG.zip only has a recovery.img and a recovery.md5 file in it. I noticed that the original aahk PD98IMG.zip has those along with a boot.img and a radio.img. Should those be in the PD98IMG.zip? I know this post was edited twice and is very jumbled, so if you can make sense of it and offer solutions, much obliged.
Click to expand...
Click to collapse
Ok, I quite don't get much...sorry, but that version of the Hack Kit is old, so use the lastest one: http://tau.shadowchild.nl/attn1/?p=74
But again, I don't still get if the phone is S-OFF or not. If you are S-OFF there is no need to do all that process. Even, you can flash a RUU without using the PD98IMG way if you suspect that the sdcard is messed.
You can flash it over fastboot.... Anyway, you will have to flash this RUU (which is the gingerbread update 2.3.3 version of ATT. the lastest one, if you are not S-OFF will make things a bit harder for you to run the hack kit later): http://https://dl.dropbox.com/u/30674730/RUU_Ace_Gingerbread_S_Cingular_US_2.47.502.7_Radio_12.56.60.25_26.10.04.03_M_release_200368_signed.exe
Put the phone in fastboot usb (when in hboot, plug the phone and it should read fastboot usb in red, if not, just press power button to toggle to fastboot). Then, just run that .exe file and it should flash...
glevitan said:
Ok, I quite don't get much...sorry, but that version of the Hack Kit is old, so use the lastest one: http://tau.shadowchild.nl/attn1/?p=74
But again, I don't still get if the phone is S-OFF or not. If you are S-OFF there is no need to do all that process. Even, you can flash a RUU without using the PD98IMG way if you suspect that the sdcard is messed.
You can flash it over fastboot.... Anyway, you will have to flash this RUU (which is the gingerbread update 2.3.3 version of ATT. the lastest one, if you are not S-OFF will make things a bit harder for you to run the hack kit later): http://https://dl.dropbox.com/u/30674730/RUU_Ace_Gingerbread_S_Cingular_US_2.47.502.7_Radio_12.56.60.25_26.10.04.03_M_release_200368_signed.exe
Put the phone in fastboot usb (when in hboot, plug the phone and it should read fastboot usb in red, if not, just press power button to toggle to fastboot). Then, just run that .exe file and it should flash...
Click to expand...
Click to collapse
Sorry, I thought I had said I was S-OFF. I can get my phone to be fastboot usb when hooked up with a usb in hboot, but can't reflash aahk or anything computer related. It just doesn't seem to recognize anything on the PC.
Edit: And I apologize glevitan, I've searched and found a couple of threads related to the black screen after the HTC logo, so I know you guys have helped and explained this numerous times before. I just couldn't get any of the suggestions from those threads to work out. Thanks for any help you may input.
t4duzan said:
Sorry, I thought I had said I was S-OFF. I can get my phone to be fastboot usb when hooked up with a usb in hboot, but can't reflash aahk or anything computer related. It just doesn't seem to recognize anything on the PC.
Edit: And I apologize glevitan, I've searched and found a couple of threads related to the black screen after the HTC logo, so I know you guys have helped and explained this numerous times before. I just couldn't get any of the suggestions from those threads to work out. Thanks for any help you may input.
Click to expand...
Click to collapse
I was having a similar problem, I'm not too sure if it relates to what your experiencing. But I was trying to gain s-off my hboot was in fact unlocked but was still s-on. I was reading around and flashed a few boot.img with fast boot. I had that problem where htc screen would show then fade to black, and then stay black.
What I did was (I had installed recovery pretty early on) I did a factory reset in recovery then went to restore. Prior to this thank god I had transfered my nandroids to the pc b4 flashing new boot.img(s) then flashed the boot.img from the nandroid I just restored. All was well back into stock. I then found the insecure boot.img to use for aahk, flashed that in fastboot and relocked hboot. Reran aahk in linux. Got me to S-OFF with unlock.
If you need a fairly stock nandroid I can provide one.
t4duzan said:
Sorry, I thought I had said I was S-OFF. I can get my phone to be fastboot usb when hooked up with a usb in hboot, but can't reflash aahk or anything computer related. It just doesn't seem to recognize anything on the PC.
Edit: And I apologize glevitan, I've searched and found a couple of threads related to the black screen after the HTC logo, so I know you guys have helped and explained this numerous times before. I just couldn't get any of the suggestions from those threads to work out. Thanks for any help you may input.
Click to expand...
Click to collapse
Ok, you need to reflash the RUU I posted above....you just need to flash that from fastboot usb. If you can't do it, Then you need to flash it manually. Just let me know and I can lend you a hand over teamviewer. When you get the phone back, then you run the hack kit.
glevitan said:
Ok, you need to reflash the RUU I posted above....you just need to flash that from fastboot usb. If you can't do it, Then you need to flash it manually. Just let me know and I can lend you a hand over teamviewer. When you get the phone back, then you run the hack kit.
Click to expand...
Click to collapse
glevitan, you're awesome. I restored the phone by running the RUU executable and reran the aahk and am now fully rooted. Both times I got the black screen on this phone previously was on the same PC, but this time I ran aahk on my PC and it ran correctly. I sincerely appreciate your help in helping me to achieve root for this phone. Hopefully this thread helps someone in the future.
Can you or anyone do step by step on how too root the HTC inspire? From step one an not for get anything even if its an hour long video? Anything would help. I'm new with the HTC inspire. It seems that I can't root it at all. I'm not saying I can't root phones I rooted a lot. I have done the HTC Evo sprint the HTC amaze tmobile I have done three galaxy s2's the sprint the boost an the straight talk an many more. But this HTC inspire has me at a "STOP" noting seems too work at all. Please Help Me.
Sent from my SGH-I777 using xda app-developers app
jimmyport said:
Can you or anyone do step by step on how too root the HTC inspire? From step one an not for get anything even if its an hour long video? Anything would help. I'm new with the HTC inspire. It seems that I can't root it at all. I'm not saying I can't root phones I rooted a lot. I have done the HTC Evo sprint the HTC amaze tmobile I have done three galaxy s2's the sprint the boost an the straight talk an many more. But this HTC inspire has me at a "STOP" noting seems too work at all. Please Help Me.
Sent from my SGH-I777 using xda app-developers app
Click to expand...
Click to collapse
What have you tried? AAHK is the only real option. There is a very clear guide over at the Ace Think Tank post #7, linked in my signature.
jimmyport said:
Can you or anyone do step by step on how too root the HTC inspire? From step one an not for get anything even if its an hour long video? Anything would help. I'm new with the HTC inspire. It seems that I can't root it at all. I'm not saying I can't root phones I rooted a lot. I have done the HTC Evo sprint the HTC amaze tmobile I have done three galaxy s2's the sprint the boost an the straight talk an many more. But this HTC inspire has me at a "STOP" noting seems too work at all. Please Help Me.
Sent from my SGH-I777 using xda app-developers app
Click to expand...
Click to collapse
Besides what bananagranola said, you need to know that video tutorials suck. They skip important details and that, will probably get you stuck. Read the guide adviced, and the hack kit site (got the link in the Ace Think Tank Thread)...that is all you need to know.
I have tryed the Aahk. My problem is when it ask me to downgrade ruu an all that. All my phone dose when I run the aahk I push 1 an then it ask too downgrade so i put y then something about the ruu an I put y then it says pushing the 9 something file. ( sorry I'm not home on my computer ) so I'm not 100% on what it is saying. But then my phone boots to Hboot dose its thank. Then says bad image. I have done this a lot of times with the aahk. I even tock the s-on off an on. Is there a way that someone can jump into my computer an do this?
Sent from my SGH-I777 using xda app-developers app
---------- Post added at 10:11 AM ---------- Previous post was at 10:03 AM ----------
I wish they would do a video an not skip anything at all. That would be really nice. I fill like there is stuff I'm missing. Dose anyone know off there heads what all needs too be downloade? I have the aahk an drivers. I did everything I been reading the fing manual. I have a ROM an gapps ready too go. Just need too root the phone so I can run the rom.
Sent from my SGH-I777 using xda app-developers app
jimmyport said:
I have tryed the Aahk. My problem is when it ask me to downgrade ruu an all that. All my phone dose when I run the aahk I push 1 an then it ask too downgrade so i put y then something about the ruu an I put y then it says pushing the 9 something file. ( sorry I'm not home on my computer ) so I'm not 100% on what it is saying. But then my phone boots to Hboot dose its thank. Then says bad image. I have done this a lot of times with the aahk. I even tock the s-on off an on. Is there a way that someone can jump into my computer an do this?
Sent from my SGH-I777 using xda app-developers app
---------- Post added at 10:11 AM ---------- Previous post was at 10:03 AM ----------
I wish they would do a video an not skip anything at all. That would be really nice. I fill like there is stuff I'm missing. Dose anyone know off there heads what all needs too be downloade? I have the aahk an drivers. I did everything I been reading the fing manual. I have a ROM an gapps ready too go. Just need too root the phone so I can run the rom.
Sent from my SGH-I777 using xda app-developers app
Click to expand...
Click to collapse
Try using a different sdcard. If the RUU image is not being read, that is probably due to a bad sdcard. It is corrupted to work as a goldcard but fine for usual day use.
I have. I have had 4 of them now. Two 2 gigs one 36gig an one 8 gig. New I paid for them an a new USB cored fast data cable for the phone.
Sent from my SGH-I777 using xda app-developers app
jimmyport said:
I have. I have had 4 of them now. Two 2 gigs one 36gig an one 8 gig. New I paid for them an a new USB cored fast data cable for the phone.
Sent from my SGH-I777 using xda app-developers app
Click to expand...
Click to collapse
2gb is enough...don't use another cable but the oem one that came with the phone. Anyway, that seems to be a sdcard issue. Try with another one and then report back.
I will go buy one more. But I Dont thank its that. An why not use a fast data cored for my phone?
Sent from my SGH-I777 using xda app-developers app