Related
Please I have a peculiar problem, I pray you can assist me. I tried to root my telus dhd using advanced hack kit, after running the hack kit the phone failed to reboot. It stock at a blank bLack screen. To solve that, I mistakenly flash a froyo pd98img on a GB ROM. Since then, the phone takes about 20 to 30 minutes to boot. It will start with a splash screen and vibrate for about 10 minutes then takes another 10 minutes to boot. The problem is I can't enter boot loader and I can't use the hack kit again to return to stock since the phone won't reboot in the process.
I will appreciate any help. Thanks for your time.
And why exactly can't you enter the bootloader? Remove and re-insert your battery, Press Vol Down and Power button to boot into the bootloader.
Can you post the text that appears on the bootloader? Is your phone S-OFF yet?
degreatone said:
Please I have a peculiar problem, I pray you can assist me. I tried to root my telus dhd using advanced hack kit, after running the hack kit the phone failed to reboot. It stock at a blank bLack screen. To solve that, I mistakenly flash a froyo pd98img on a GB ROM. Since then, the phone takes about 20 to 30 minutes to boot. It will start with a splash screen and vibrate for about 10 minutes then takes another 10 minutes to boot. The problem is I can't enter boot loader and I can't use the hack kit again to return to stock since the phone won't reboot in the process.
I will appreciate any help. Thanks for your time.
Click to expand...
Click to collapse
Sounds like a messed bootloader. Go to the Ace Think Tank thread linked in my signature. Find the PDF in post #7. In that, read about the messed bootloader fix.
if4ct0r said:
And why exactly can't you enter the bootloader? Remove and re-insert your battery, Press Vol Down and Power button to boot into the bootloader.
Can you post the text that appears on the bootloader? Is your phone S-OFF yet?
Click to expand...
Click to collapse
volume down and power button doesn't work, the phone won't boot that way. I don't think its s-off
[QUOTtgranola;32865757]Sounds ns like a messed bootloader. Go to the Ace Think Tank thread linked in my signature. Find the PDF in post #7. In that, read about the messed bootloader fix.[/QUOTE]
Yes, it's messed up bootloader. Yesterday on #ahksupport, @attn1 gave an adb command, which after typing it, The phone booted to a black screen with HTC on it. Then he gave me a link to a file which he ask me to paste in cmd window. But unfortunately he changed his mind due my inability to respond swiftly to his question.
I have found the PDF, will give it a try. Thanks
Update: This is the file uploaded to by @attn1 yesterday. I believe it's an extracted and unlocked bootloader. The only problem is that I don't know how to flash it. If anyone can assist me.
degreatone said:
Please I have a peculiar problem, I pray you can assist me. I tried to root my telus dhd using advanced hack kit, after running the hack kit the phone failed to reboot. It stock at a blank bLack screen. To solve that, I mistakenly flash a froyo pd98img on a GB ROM. Since then, the phone takes about 20 to 30 minutes to boot. It will start with a splash screen and vibrate for about 10 minutes then takes another 10 minutes to boot. The problem is I can't enter boot loader and I can't use the hack kit again to return to stock since the phone won't reboot in the process.
I will appreciate any help. Thanks for your time.
Click to expand...
Click to collapse
I have the same problem... if u can enter in boot menu ur are saved... u need to instal GB rom back on your phone, you have link here http://forum.xda-developers.com/showthread.php?t=1335027 if I'm right your RUU is smoething .707.4..download that, connect your dhd on usb and run that program..it will instal your old rom. when u do that fin AHK that is updated one month ago and run it. that helped me. And sorry on bad eanglish
bananagranola said:
Sounds like a messed bootloader. Go to the Ace Think Tank thread linked in my signature. Find the PDF in post #7. In that, read about the messed bootloader fix.
Click to expand...
Click to collapse
Alexi666 said:
I have the same problem... if u can enter in boot menu ur are saved... u need to instal GB rom back on your phone, you have link here http://forum.xda-developers.com/showthread.php?t=1335027 if I'm right your RUU is smoething .707.4..download that, connect your dhd on usb and run that program..it will instal your old rom. when u do that fin AHK that is updated one month ago and run it. that helped me. And sorry on bad eanglish
Click to expand...
Click to collapse
Is yours Telus too? I downloaded an RUU intending to flash it using windows, the computer detects the phone but I was afraid. I read in some forums that flashing the RUU in this situation can lead to brick! Pls advise me. Thanks for the reply
degreatone said:
Is yours Telus too? I downloaded an RUU intending to flash it using windows, the computer detects the phone but I was afraid. I read in some forums that flashing the RUU in this situation can lead to brick! Pls advise me. Thanks for the reply
Click to expand...
Click to collapse
Just make sure you read properly how to do it before proceeding. Read the guide bananagranola gave you and follow the instructions. We can help with almost anything but conquering your fear. Unless you want glevitan to connect to your computer via teamviewer and have him press 'next'.
Sent from a dream.
degreatone said:
Yes, it's messed up bootloader. Yesterday on #ahksupport, @attn1 gave an adb command, which after typing it, The phone booted to a black screen with HTC on it. Then he gave me a link to a file which he ask me to paste in cmd window. But unfortunately he changed his mind due my inability to respond swiftly to his question.
I have found the PDF, will give it a try. Thanks
Update: This is the file uploaded to by @attn1 yesterday. I believe it's an extracted and unlocked bootloader. The only problem is that I don't know how to flash it. If anyone can assist me.
Click to expand...
Click to collapse
Ok, this is what you have to do. I sent you the pastebin link in the IRC channel yesterday but afterwards attn1 told me that that solution would not work in your case. You need to flash that HBOOT in this way:
Code:
adb reboot oem-78
wget https://dl.dropbox.com/u/13152450/ace/PD9812000_Ace_Gingerbread_S_hboot_0.85.0024.zip --no-check-certificate
fastboot flash zip PD9812000_Ace_Gingerbread_S_hboot_0.85.0024.zip
The code will also download the hboot....BE PATIENT IT WILL TAKE TIME TO FLASH...RELAX AND ENJOY
glevitan said:
Ok, this is what you have to do. I sent you the pastebin link in the IRC channel yesterday but afterwards attn1 told me that that solution would not work in your case. You need to flash that HBOOT in this way:
Code:
adb reboot oem-78
wget https://dl.dropbox.com/u/13152450/ace/PD9812000_Ace_Gingerbread_S_hboot_0.85.0024.zip --no-check-certificate
fastboot flash zip PD9812000_Ace_Gingerbread_S_hboot_0.85.0024.zip
The code will also download the hboot....BE PATIENT IT WILL TAKE TIME TO FLASH...RELAX AND ENJOY
Click to expand...
Click to collapse
I will try that now. Thanks a lot
glevitan said:
Ok, this is what you have to do. I sent you the pastebin link in the IRC channel yesterday but afterwards attn1 told me that that solution would not work in your case. You need to flash that HBOOT in this way:
Code:
adb reboot oem-78
wget https://dl.dropbox.com/u/13152450/ace/PD9812000_Ace_Gingerbread_S_hboot_0.85.0024.zip --no-check-certificate
fastboot flash zip PD9812000_Ace_Gingerbread_S_hboot_0.85.0024.zip
The code will also download the hboot....BE PATIENT IT WILL TAKE TIME TO FLASH...RELAX AND ENJOY
Click to expand...
Click to collapse
I sent the code, the phone rebooted to a black HTC screen, and has been on it for almost an hour now? Is it normal? Tanks for the help, it's appreciated.
It shows white screen now with the following information:
Ace pvt ship s-on
Hboot-0. 85.0007
Macrop -0438
Radio 26.03.04.26_m
RUU
What should I do next?
degreatone said:
Is yours Telus too? I downloaded an RUU intending to flash it using windows, the computer detects the phone but I was afraid. I read in some forums that flashing the RUU in this situation can lead to brick! Pls advise me. Thanks for the reply
Click to expand...
Click to collapse
im not sure, i know that it was asian and 707.4... usualy u can't do nothing with usb because u can't turn on debbuging on your phone, with that RUU asian 707.4 u can instal rom without debbuging.. i'm not sure but if u can access hboot your dhd is not bricked and there is hope to install rom on it.. i was spent 6h reading forums to find solution for my problem
degreatone said:
I sent the code, the phone rebooted to a black HTC screen, and has been on it for almost an hour now? Is it normal? Tanks for the help, it's appreciated.
It shows white screen now with the following information:
Ace pvt ship s-on
Hboot-0. 85.0007
Macrop -0438
Radio 26.03.04.26_m
RUU
What should I do next?
Click to expand...
Click to collapse
that is normal as you don´t have a RUU in your phone. Does it still take long time to boot in hboot? from there you should be able to flash a RUU as that hboot supports multiple CIDs
I don't think it worked as he is still showing the .007 boot which is froyo.
Question why wouldn't your guide work in this case? Is it because of it being the nam version(pd12000 vs pd10000)? Hboot versions not interchangeable?or something else that as mentioned in the irc
marsdta said:
I don't think it worked as he is still showing the .007 boot which is froyo.
Question why wouldn't your guide work in this case? Is it because of it being the nam version(pd12000 vs pd10000)? Hboot versions not interchangeable?or something else that as mentioned in the irc
Click to expand...
Click to collapse
to be strictly plain I am not quite sure..but Attn1 told me that the fix in the guide will only work with just one RUU build 1.32.xxx can't remember now. So he has to flash a new hboot that will allow multiple CIDs...
Sent from my GT-N7000 using xda app-developers app
glevitan said:
that is normal as you don´t have a RUU in your phone. Does it still take long time to boot in hboot? from there you should be able to flash a RUU as that hboot supports multiple CIDs
Click to expand...
Click to collapse
Can I go ahead and flash an RUU now? If yes, can I flash any gb ruu or it has to be telus?
How do I flash it? Am I going to extract the image and place it on sd card or run the. exe file from computer.
Am highly grateful for the help. Thank you
degreatone said:
Can I go ahead and flash an RUU now? If yes, can I flash any gb ruu or it has to be telus?
How do I flash it? Am I going to extract the image and place it on sd card or run the. exe file from computer.
Am highly grateful for the help. Thank you
Click to expand...
Click to collapse
Just one question...when you flashed the hboot did you get the OKAY.finished in the command prompt? Your is still at slow motion for booting??
If the answers to the question are: Yes. No...then you can flash an unbranded RUU and it should work. :good:
glevitan said:
Just one question...when you flashed the hboot did you get the OKAY.finished in the command prompt? Your is still at slow motion for booting??
If the answers to the question are: Yes. No...then you can flash an unbranded RUU and it should work. :good:
Click to expand...
Click to collapse
No, I didn't get OKAY in the command, It didn't show finished. The phone screen just showed black with HTC written on it for almost two hours. Then eventually it rebooted to white screen withe info I posted above. Yes it's still at the motion boot.
degreatone said:
No, I didn't get OKAY in the command, It didn't show finished. The phone screen just showed black with HTC written on it for almost two hours. Then eventually it rebooted to white screen withe info I posted above. Yes it's still at the motion boot.
Click to expand...
Click to collapse
Then I don´t think you have flashed the hboot....the process will take 2 or 3 hours I guess. You need to get OKAY. Finished near the end to know that you have achived the goal.
If you want I can lend you a hand via teamviewer (http://www.teamviewer.com/) but you have to put the phone in fastboot usb first. When you are there just send me the ID and PASS over a Private Message (PM)...
glevitan said:
Then I don´t think you have flashed the hboot....the process will take 2 or 3 hours I guess. You need to get OKAY. Finished near the end to know that you have achived the goal.
If you want I can lend you a hand via teamviewer (http://www.teamviewer.com/) but you have to put the phone in fastboot usb first. When you are there just send me the ID and PASS over a Private Message (PM)...
Click to expand...
Click to collapse
Thanks for the assistance. I will try the command again to night, if unsuccessful I will send you a pm tomorrow. Once again, thanks
So I decided to root my android desire hd phone and avail the benefits of blackout ics rom on my phone.
This is how I approached.
I unlocked the bootloader from HTC Dev.
I have the adb with me, adb devices, adb restart bootloader are working absolutely fine and cell phone was detectable.
I downloaded the aahk and blackout rom from xda forums.
But I am not able to use the aahk properly. It says in instruction to do a fastboot flash boot boot.img from command prompt with the source being the place where aahk is placed on the PC. But it still doesn't work, and probably this is the root cause of the issues I am facing.
I tried downloading the CWM to boot into recovery, but that also gave me an error stating cannot find the adbwinapi.dll file.
So after that, I did a factory reset of my cellphone and truly I got my first success and I was able to get into the bootloader and recovery.
I can reach to the bootloader screen (white screen+3 andro dummies), but when I select the fastboot option It says cannot find image(which image, is it referring to boot.img). I deleted the cache on my cell phone, but again things are pending from here on.
The description on this screen says S-ON and some other things. Does that mean the security is still on?
I have the rom loaded on the sd card with renamed to update.zip, but when I select update option from the recovery it again says cannot find image, rebooting!(what image this is referring to).
And after all this sequence I am down with a cellphone now degraded to froyo from ginger bread and back to stone age!
Please advise.
TH3_M0Nk said:
So I decided to root my android desire hd phone and avail the benefits of blackout ics rom on my phone.
This is how I approached.
I unlocked the bootloader from HTC Dev.
I have the adb with me, adb devices, adb restart bootloader are working absolutely fine and cell phone was detectable.
I downloaded the aahk and blackout rom from xda forums.
But I am not able to use the aahk properly. It says in instruction to do a fastboot flash boot boot.img from command prompt with the source being the place where aahk is placed on the PC. But it still doesn't work, and probably this is the root cause of the issues I am facing.
I tried downloading the CWM to boot into recovery, but that also gave me an error stating cannot find the adbwinapi.dll file.
So after that, I did a factory reset of my cellphone and truly I got my first success and I was able to get into the bootloader and recovery.
I can reach to the bootloader screen (white screen+3 andro dummies), but when I select the fastboot option It says cannot find image(which image, is it referring to boot.img). I deleted the cache on my cell phone, but again things are pending from here on.
The description on this screen says S-ON and some other things. Does that mean the security is still on?
I have the rom loaded on the sd card with renamed to update.zip, but when I select update option from the recovery it again says cannot find image, rebooting!(what image this is referring to).
And after all this sequence I am down with a cellphone now degraded to froyo from ginger bread and back to stone age!
Please advise.
Click to expand...
Click to collapse
You have not done anything fine...anything at all. My advice is that you'd better start reading hard buddy or you will end up with a 300 bucks paperweight.
Use the guide in my signature to start.
Tip 1:If you really downgrade to froyo and you were running gingerbread, you might have messed the bootloader..can you boot in hboot in normal times or takes ages?
Tip 2:The Hack Kit can not be run with an unlocked bootloader...that is what the manual says. The manual is there just to avoid this.
If your bootloader is still unlocked, then you have to install CWM recovery, put the rom in the sdcard (no rename is necessary) and then flash the boot.img from where that file is located (I usually put in the PC desktop) and not from the Hack Kit folder.
Then, from CWM flash the rom normally and you will be up and running.
Unlocking the bootloader will not give you S-OFF....
glevitan said:
You have not done anything fine...anything at all. My advice is that you'd better start reading hard buddy or you will end up with a 300 bucks paperweight.
Use the guide in my signature to start.
Tip 1:If you really downgrade to froyo and you were running gingerbread, you might have messed the bootloader..can you boot in hboot in normal times or takes ages?
Tip 2:The Hack Kit can not be run with an unlocked bootloader...that is what the manual says. The manual is there just to avoid this.
If your bootloader is still unlocked, then you have to install CWM recovery, put the rom in the sdcard (no rename is necessary) and then flash the boot.img from where that file is located (I usually put in the PC desktop) and not from the Hack Kit folder.
Then, from CWM flash the rom normally and you will be up and running.
Unlocking the bootloader will not give you S-OFF....
Click to expand...
Click to collapse
I had this tutorial open side by side in your signature while I was doing it. (the noob one)
I can go into Hboot normal times.
I am writing it down here from the main website from where I downloaded the aahk. And it says
Unlock the bootloader using the HTC DEV bootloader unlock process.
Download att-ace-30-isboot.zip and unzip it (don’t forget to check MD5)
fastboot flash boot boot.img
relock bootloader
But just now you told me that it should not be run on an unlocked bootloader! I am a little confused.
TH3_M0Nk said:
I had this tutorial open side by side in your signature while I was doing it. (the noob one)
I can go into Hboot normal times.
I am writing it down here from the main website from where I downloaded the aahk. And it says
Unlock the bootloader using the HTC DEV bootloader unlock process.
Download att-ace-30-isboot.zip and unzip it (don’t forget to check MD5)
fastboot flash boot boot.img
relock bootloader
But just now you told me that it should not be run on an unlocked bootloader! I am a little confused.
Click to expand...
Click to collapse
Yeah, but also says this: "...No Temproot for Inspire Build 3.20.502.52..." But you have a Desire HD, haven't you? And your build is not that one, is it?
glevitan said:
Yeah, but also says this: "...No Temproot for Inspire Build 3.20.502.52..." But you have a Desire HD, haven't you? And your build is not that one, is it?
Click to expand...
Click to collapse
Yeah.
I think i found the answers I was looking for and since I used the bugger HTC dev unlocker (which I shouldn't have used), I have to come down a step and start over again.
http://forum.xda-developers.com/showpost.php?p=31211732&postcount=396
This made me realize deep down search is more important. Thanks
TH3_M0Nk said:
Yeah.
I think i found the answers I was looking for and since I used the bugger HTC dev unlocker (which I shouldn't have used), I have to come down a step and start over again.
http://forum.xda-developers.com/showpost.php?p=31211732&postcount=396
This made me realize deep down search is more important. Thanks
Click to expand...
Click to collapse
No problem. Get a working phone and then you can try to run the Hack Kit...but it has to be stock or otherwise will not work. :good:
glevitan said:
No problem. Get a working phone and then you can try to run the Hack Kit...but it has to be stock or otherwise will not work. :good:
Click to expand...
Click to collapse
I am not sure if you are on right now, but i am giving a try to the steps mentioned by that gentlemen above in the link.
the phone is now stuck at signature verification. I reasearched for it but could not find a viable solution or an exploit that can overcome it(though everyone seems to be suggesting to install CWM recovery)
Not taking any chances to convert my phone into a brick! Whats the best way.
TH3_M0Nk said:
I am not sure if you are on right now, but i am giving a try to the steps mentioned by that gentlemen above in the link.
the phone is now stuck at signature verification. I reasearched for it but could not find a viable solution or an exploit that can overcome it(though everyone seems to be suggesting to install CWM recovery)
Not taking any chances to convert my phone into a brick! Whats the best way.
Click to expand...
Click to collapse
ok, Have you managed to unlock the bootloader? if you are already unlocked, do you mind if I have a look at it over teamviewer?
glevitan said:
ok, Have you managed to unlock the bootloader? if you are already unlocked, do you mind if I have a look at it over teamviewer?
Click to expand...
Click to collapse
I am following the steps sequentially as mentioned in that link by sashank. The bootloader is partially unlocked due to the HTCDEV process.
Couple of other things that I noticed. The android version is still at 2.3.5 however the device was shipped with Froyo. My mistake to have said that it is downgraded to froyo when I did the factory reset.
The facebook for HTC Sense thing is jacked up big time, I cannot find that in peoples app.
The device has (believe me) gained speed. pretty strange.
Once I reach home 3 hours from now, i'll update this thread and we can connect through Teamviewer so that you can have a look.hope thats cool!
Thanks
TH3_M0Nk said:
I am following the steps sequentially as mentioned in that link by sashank. The bootloader is partially unlocked due to the HTCDEV process.
Couple of other things that I noticed. The android version is still at 2.3.5 however the device was shipped with Froyo. My mistake to have said that it is downgraded to froyo when I did the factory reset.
The facebook for HTC Sense thing is jacked up big time, I cannot find that in peoples app.
The device has (believe me) gained speed. pretty strange.
Once I reach home 3 hours from now, i'll update this thread and we can connect through Teamviewer so that you can have a look.hope thats cool!
Thanks
Click to expand...
Click to collapse
Ok, just let me know when you are online and be arrange it.
glevitan said:
Ok, just let me know when you are online and be arrange it.
Click to expand...
Click to collapse
Yes I am online now. Let me know how to proceed.
TH3_M0Nk said:
Yes I am online now. Let me know how to proceed.
Click to expand...
Click to collapse
download the teamviewer: http://www.teamviewer.com
Get the ID and PASS and send them over a Private Message, NOT HERE
UPDATE: NO progress overall, but I've been trying fastboot, but it gives me a verify failed error
What do I do?
Hey guys,
I'm really sorry if this has been answered already, but to the best of my surfing, it hasn't
Any way, so I ran the Advanced Ace Hack Kit on a VirtualBox Ubuntu environment.
so it offered to do all necessary for a downgrade, and it downloaded everything and SUCCESSFULLY downgraded my device(DHD) back to Froyo
now, I tried rooting..
I don't know what exactly went wrong.. but this is the status of the phone:
As usual, stuck in white screen
I CAN access H-BOOT, and CWM is apparently installed too... so I'm guessing it's rooted
However, The status is still clear:
S-on
Please put me on the light here?
AAHK is retired. The files it needs have been pulled and the server take down. If you have CWM and S-On, I have a hunch your bootloader is unlocked. Is it? If so you can flash ROMs. For S-On, each time you flash a ROM you need to fastboot flash boot.img.
bananagranola said:
AAHK is retired. The files it needs have been pulled and the server take down. If you have CWM and S-On, I have a hunch your bootloader is unlocked. Is it? If so you can flash ROMs. For S-On, each time you flash a ROM you need to fastboot flash boot.img.
Click to expand...
Click to collapse
Hey thanks for your reply, but how do I do that?
I'm trying to flash jelly time, and how can I upload fast boot.img.. I'm sorry, switching from motorola has made understanding difficult also how do I know if it is unlocked?
and is it better to s-off?
can we talk by email? it's my user name at gmail.com
I tend to like doing this in a forum, because if I screw up giving you directions someone else will come by and say so. To check whether you are unlocked, reboot holding down volume-down and power. What does it say? S-Off is currently not an option and it is unknown when it will be one, but yes, S-Off is better.
bananagranola said:
I tend to like doing this in a forum, because if I screw up giving you directions someone else will come by and say so. To check whether you are unlocked, reboot holding down volume-down and power. What does it say? S-Off is currently not an option and it is unknown when it will be one, but yes, S-Off is better.
Click to expand...
Click to collapse
I tried using aahk a few weeks ago before I realized that it wouldn't work. The phone was soft bricked after trying to use the downgrade file. 5 hours of tinkering and I got it to - s off and root but all I recall is using a combo of adb pushes, super one clicked some aahk..
Basically I 'mashed the keypad until I accidentally dialed the right number'.
brandub said:
I tried using aahk a few weeks ago before I realized that it wouldn't work. The phone was soft bricked after trying to use the downgrade file. 5 hours of tinkering and I got it to - s off and root but all I recall is using a combo of adb pushes, super one clicked some aahk..
Basically I 'mashed the keypad until I accidentally dialed the right number'.
Click to expand...
Click to collapse
AAHK worked a few weeks ago. It only got retired this week.
bananagranola said:
AAHK worked a few weeks ago. It only got retired this week.
Click to expand...
Click to collapse
Hmm..
But what can I do now? And thank you for your prompt responses, but I haven't been getting anywhere..
For starters, all I want to do now is to get it working...
How can I do that? I'll give custom ROMS a shot once I'm done that..
Thanks
Flash a ROM from CWM. Then fastboot flash boot.img.
bananagranola said:
Flash a ROM from CWM. Then fastboot flash boot.img.
Click to expand...
Click to collapse
Hmm I found instructions regarding fastboot, but now it's a different problem..
<waiting for device>
i installed drivers, but perhaps not the right ones.. do I need any sdk or something? or any specific adb drivers?
ashindnile said:
Hmm I found instructions regarding fastboot, but now it's a different problem..
<waiting for device>
i installed drivers, but perhaps not the right ones.. do I need any sdk or something? or any specific adb drivers?
Click to expand...
Click to collapse
Make sure the driver is installed when the usb cable is unplugged. That is crucial for some cases
yumm91 said:
Make sure the driver is installed when the usb cable is unplugged. That is crucial for some cases
Click to expand...
Click to collapse
which one? the one that comes with HTC sync?
can anyone get me a package with all that's necessary to use the adb tool? thanks
ashindnile said:
which one? the one that comes with HTC sync?
can anyone get me a package with all that's necessary to use the adb tool? thanks
Click to expand...
Click to collapse
If you are running it in windows environment, aahk should provide adb and fastboot command. Just run the hack.ace.cmd as administrator and after that just close it. It should be installed then. To check whether it is installed, just type adb or fastboot in command prompt. It should gives an info regarding adb and fastboot option..
But from your problem, it shows that the adb and fastboot is already installed, but there is a problem with usb connection.
The driver is provided in aahk inside windrivers folder.. Just install it with cable unplugged from phone.
@ Bananagranola, yes your right. I read attn1's post on his website 3 weeks ago about discontinuing and thought he already did.
I now recall my problem was the downgrade file not installing and issues installing cwm.
Inside the aahk I noticed flash_adb was set to flash_hboot which wasn't helping my efforts. I turned flash_adb on and I think that got things rolling. I still had to use super one click to finish the job but I read recently that flashing boot.img would have solved that.
I'd rather do things manually than automated but super one click worked well for me.
brandub said:
@ Bananagranola, yes your right. I read attn1's post on his website 3 weeks ago about discontinuing and thought he already did.
I now recall my problem was the downgrade file not installing and issues installing cwm.
Inside the aahk I noticed flash_adb was set to flash_hboot which wasn't helping my efforts. I turned flash_adb on and I think that got things rolling. I still had to use super one click to finish the job but I read recently that flashing boot.img would have solved that.
I'd rather do things manually than automated but super one click worked well for me.
Click to expand...
Click to collapse
hmm.. but I'm soft bricked..
also now I made some progress: I'm able to use adb, but I get the signature verify error, meaning my bootloader apparently is not unlocked..
is that what it means?
and I'm using the boot.img from the froyo official rom..
please help! anyone?
Anyone?
Are you trying to flash a ROM? The boot.img you need is the one in that ROM zip, not one in a Froyo RUU.
So I've been trying to root my dads old Desire for a while now, with no success - it is locked to o2 and I'm on Orange. I didn't really want to pay to unlock it, and rooting it would have been nice. I've done two phones before, so I figured it shouldn't be too bad. Eventually I discovered it was HBOOT 1.03, and this was the problem, so the solution was to backdate the software to an earlier version (the phone is still S-ON and I cannot get this thing to take ANYTHING)
I was trying to roll back from Froyo to 2.1.
The current problem is that now the phone will not boot. With a simple turn-on it just sits at the white HTC screen, or if you go into Hboot it tries (what I assume is) 'fastboot' and checks the PB99IMG.zip file on the SD card. If I say I don't want to update and go to 'recovery' it loads the screen with the exclamation mark in a triangle in it. The problem here is that pressing up+power does nothing. I've tried a quick press, and a long hold multiple times, and with no result except the first time. Unfortunately I didn't go through the proceedure the first time, assuming it'd work again. Damn!
If I start the update it says 'can not roll back the hboot version'. It also fails on the radio_v2.
Any help will be much appreciated, and if you need any details (I've probably missed something) please ask!
Thanks
papercutout said:
So I've been trying to root my dads old Desire for a while now, with no success - it is locked to o2 and I'm on Orange. I didn't really want to pay to unlock it, and rooting it would have been nice. I've done two phones before, so I figured it shouldn't be too bad. Eventually I discovered it was HBOOT 1.03, and this was the problem, so the solution was to backdate the software to an earlier version (the phone is still S-ON and I cannot get this thing to take ANYTHING)
I was trying to roll back from Froyo to 2.1.
The current problem is that now the phone will not boot. With a simple turn-on it just sits at the white HTC screen, or if you go into Hboot it tries (what I assume is) 'fastboot' and checks the PB99IMG.zip file on the SD card. If I say I don't want to update and go to 'recovery' it loads the screen with the exclamation mark in a triangle in it. The problem here is that pressing up+power does nothing. I've tried a quick press, and a long hold multiple times, and with no result except the first time. Unfortunately I didn't go through the proceedure the first time, assuming it'd work again. Damn!
If I start the update it says 'can not roll back the hboot version'. It also fails on the radio_v2.
Any help will be much appreciated, and if you need any details (I've probably missed something) please ask!
Thanks
Click to expand...
Click to collapse
If it fails with Radio_v2, then it's a radio brick, and that's the reason it won't boot. I'm afraid you can't do much, due to the hboot version.
abaaaabbbb63 said:
If it fails with Radio_v2, then it's a radio brick, and that's the reason it won't boot. I'm afraid you can't do much, due to the hboot version.
Click to expand...
Click to collapse
I'm not too worried about getting a different rom on it, or rooting it or anything any more, currently I'd like to just put it back into a working state, as it was, probably locked to o2, if you've any suggestions on how to do that?
papercutout said:
I'm not too worried about getting a different rom on it, or rooting it or anything any more, currently I'd like to just put it back into a working state, as it was, probably locked to o2, if you've any suggestions on how to do that?
Click to expand...
Click to collapse
First, try this:
http://forum.xda-developers.com/showthread.php?t=1564644
abaaaabbbb63 said:
First, try this:
http://forum.xda-developers.com/showthread.php?t=1564644
Click to expand...
Click to collapse
The one step here I'm halted by is producing a Goldcard - the link to the website on the tool doesn't work any more (I've scoured t'internet, and that's the general consensus). Any idea where else I can input the CID to get a Goldcard Image?
Also how do I run the RUU on my computer? What file is it in the HTC Desire Android Upgrade folder I need to run? Afterall, there's no file titled 'RUU.exe'
Thanks
papercutout said:
The one step here I'm halted by is producing a Goldcard - the link to the website on the tool doesn't work any more (I've scoured t'internet, and that's the general consensus). Any idea where else I can input the CID to get a Goldcard Image?
Also how do I run the RUU on my computer? What file is it in the HTC Desire Android Upgrade folder I need to run? Afterall, there's no file titled 'RUU.exe'
Thanks
Click to expand...
Click to collapse
Just realized that it wouldn't work, because you have to boot your phone for the downgrader tool.
You could try something else. Unlock your bootloader using the HTC Dev site :http://www.htcdev.com/bootloader, and then try installing a custom recovery.
abaaaabbbb63 said:
Just realized that it wouldn't work, because you have to boot your phone for the downgrader tool.
You could try something else. Unlock your bootloader using the HTC Dev site and then try installing a custom recovery.
Click to expand...
Click to collapse
I've unlocked the bootloader (although obviously I'm still S-ON and HBOOT 1.03), so how would I go about installing a custom recovery?
Everything I can find online implies I need to do it starting with the phone up and running...
Thanks
papercutout said:
I've unlocked the bootloader (although obviously I'm still S-ON and HBOOT 1.03), so how would I go about installing a custom recovery?
Everything I can find online implies I need to do it starting with the phone up and running...
Thanks
Click to expand...
Click to collapse
You download this:
http://forum.xda-developers.com/showthread.php?p=28277117
You extract the recovery.img from it.
You then use fastboot to flash it:
fastboot flash recovery recovery.img
abaaaabbbb63 said:
You download this:
http://forum.xda-developers.com/attachment.php?attachmentid=1631968&d=1357780284
You extract the recovery.img from it.
You then use fastboot to flash it:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
That worked spot on! Have you got anything you'd recommend I put on there now? (factory reset didn't do anything, didn't really expect it to)
I tried cyangenmod7 for the desire, but with no luck. File 'BAD' or somethign when tried to read it from the SD card.
papercutout said:
That worked spot on! Have you got anything you'd recommend I put on there now? (factory reset didn't do anything, didn't really expect it to)
I tried cyangenmod7 for the desire, but with no luck. File 'BAD' or somethign when tried to read it from the SD card.
Click to expand...
Click to collapse
Try a MildWild ROM. Maybe the CM7 download was somehow faulty.
Can ya post the link to the thread and not just post the PB99IMG file? Thanks
jmcclue said:
Can ya post the link to the thread and not just post the PB99IMG file? Thanks
Click to expand...
Click to collapse
Sorry jmc. Will do
abaaaabbbb63 said:
Try a MildWild ROM. Maybe the CM7 download was somehow faulty.
Click to expand...
Click to collapse
You're getting good at this
So, that's on and working, but it's still locked to the carrier, o2. I've just tried 'HTC Desire unlock v0.9.5' but that didn't work (despite the program telling me it went flawlessly).
Any more suggestions?
papercutout said:
You're getting good at this
So, that's on and working, but it's still locked to the carrier, o2. I've just tried 'HTC Desire unlock v0.9.5' but that didn't work (despite the program telling me it went flawlessly).
Any more suggestions?
Click to expand...
Click to collapse
Try using a different USB port.
abaaaabbbb63 said:
Try using a different USB port.
Click to expand...
Click to collapse
Nope, nada. I tried v0.94 too. Nothing again. I guess I'll need to get a key. Damn that hboot 1.03!
At least the phone is actually WORKING now though, thanks to you, appreciated.
My phone is having a bowl of bootloops right now lol.
I have a unlocked htc 10, i unlocked the bootloader (S-on since leedroid thread didn't say it was necessary), flashed the latest TWRP formatted data part, rebooted recovery again, swiped allow modifications, flashed the marshmallow version of the ROM and nothing but bootloops. what am i missing? thanks
first time HTC owner here coming from a 6p so show mercy
drago10029 said:
My phone is having a bowl of bootloops right now lol.
I have a unlocked htc 10, i unlocked the bootloader (S-on since leedroid thread didn't say it was necessary), flashed the latest TWRP formatted data part, rebooted recovery again, swiped allow modifications, flashed the marshmallow version of the ROM and nothing but bootloops. what am i missing? thanks
first time HTC owner here coming from a 6p so show mercy
Click to expand...
Click to collapse
Are you on MM firmware or N?
Also S-OFF is the way to go.
andybones said:
Are you on MM firmware or N?
Also S-OFF is the way to go.
Click to expand...
Click to collapse
I was on latest stock nougat before I started the process. since the I have tried flashing both leedroid marshmallow zip and the nougat magisk zip also. and what's the deal with s-off?
Everywhere i look they're all how to's about s-off lol. seems hard to find a thread on what s-off is, if it's needed to for a specific ROM or not :/ that being said leedroid it wasn't needed as quoted below. thanks!
If you wish to s-off first, please follow >> THIS GUIDE << by @jcase & return when your device is back up and running.
First boot will take approximately 15 minutes due to Art optimization
Click to expand...
Click to collapse
UPDATE: things have gotten worse.... I was attempting to relock the bootloader since RUU was failing with error 155, someone in a diff HTC thread said locked bootloader was needed for RUU. now phone flashes HTC logo then powers off. buttons pressed not going to recovery right now anyone wanna chime in? please...
@defcomg you know anything about HTC phones? I am currently stuck in the sunken place lol
drago10029 said:
I was on latest stock nougat before I started the process. since the I have tried flashing both leedroid marshmallow zip and the nougat magisk zip also. and what's the deal with s-off?
Everywhere i look they're all how to's about s-off lol. seems hard to find a thread on what s-off is, if it's needed to for a specific ROM or not :/ that being said leedroid it wasn't needed as quoted below. thanks!
Click to expand...
Click to collapse
https://forum.xda-developers.com/showthread.php?t=1680928
andybones said:
https://forum.xda-developers.com/showthread.php?t=1680928
Click to expand...
Click to collapse
hmmmm according to that post the TWRP i flashed should have reverted on reboot and that hasn't been the case at all since it has survived multiple reboots... any thoughts on that?
"...Basically, all changes made to these partitions while the phone is running is not permanent, and will be reset upon a reboot..."
EDIT: also does that mean unless I have S-off none of the custom ROMs will flash? so what's the point of unlocking a bootloader is that needs to be disabled also
drago10029 said:
hmmmm according to that post the TWRP i flashed should have reverted on reboot and that hasn't been the case at all since it has survived multiple reboots... any thoughts on that?
"...Basically, all changes made to these partitions while the phone is running is not permanent, and will be reset upon a reboot..."
EDIT: also does that mean unless I have S-off none of the custom ROMs will flash? so what's the point of unlocking a bootloader is that needs to be disabled also
Click to expand...
Click to collapse
Keep in mind the date on that post is from a few years back (2012). You can't put all your eggs into one basket, so to speak. I was just giving you 1 article I found from a simple Google Search. Encryption and TWRP have changed quite a lot, especially since Nougat.
From my small amount of time, I think you may be confused about what the difference is between an unlocked bootloader and S-OFF, which I'd need to even go back and read that article, but thought it touched a little on it
The 10 has changed quite a bit too from past phones. Before you'd need to be S-OFF and unlocked bootloader. Now S-OFF unlocked and S-OFF locked are basically the same, but that can be found in threads if you'd like to find more info on that.
Most the info is there, you just need to search. If you need help finding articles, I can try and help with that. I've been surprised with the great info I've found after awhile of coming up empty.
I'm just now seeing all the new posts that came from before I posted and have been on my phone and don't have the time to catch up on it all right now.
Hope things get squared away for you soon, I'll check in when I can.
It seemed you were in a simple bootloop, but I'm not 100%. I think your issue was flashing MM ROM on N firmware. Can't do that.
Also, Verizon doesn't allow us to unlock bootloader on Htc-dev. So if we want to root, we must S-OFF.
andybones said:
Keep in mind the date on that post is from a few years back. You can't put all your eggs into one basket, so to speak. I was just giving you 1 article I found from a simple Google Search. Encryption and TWRP have changed quite a lot, especially since Nougat.
I'm just now seeing all the new posts that came from before I posted and have been on my phone and don't have the time to catch up on it all right now.
Hope things get squared away for you soon, I'll check in when I can.
Click to expand...
Click to collapse
gotcha and thanks! so for anyone else who wants to help. I have regained access to download mode and bootloader. when attempting to run latest official RUU.exe from HTC's site, i get error 155. via HTC the error means I'm using the wrong update but my phone reports SW 2.48.617.1 and I'm trying to update it to SW 2.48.617.3.
also i have relocked the bootloader and have s-off.
drago10029 said:
gotcha and thanks! so for anyone else who wants to help. I have regained access to download mode and bootloader. when attempting to run latest official RUU.exe from HTC's site, i get error 155. via HTC the error means I'm using the wrong update but my phone reports SW 2.48.617.1 and I'm trying to update it to SW 2.48.617.3.
also i have relocked the bootloader and have s-off.
Click to expand...
Click to collapse
What method have you tried for the SW?
is it an RUU or just firmware?
I suggest the sdcard method.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure.
https://www.androidfilehost.com/?fid=24545065934258327
Either remove your current fastboot.exe and rename this one to it, or keel it as htc_fastboot.exe and use the correct, htc_fastboot flash, over fastboot flash
andybones said:
What method have you tried for the SW?
is it an RUU or just firmware?
I suggest the sdcard method.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure.
https://www.androidfilehost.com/?fid=24545065934258327
Either remove your current fastboot.exe and rename this one to it, or keel it as htc_fastboot.exe and use the correct, htc_fastboot flash, over fastboot flash
Click to expand...
Click to collapse
bear in mind I'm still learning all this HTC stuff lol
is it an RUU or just firmware? It's an RUU.exe for HTC 10 unlocked edition that i got from there website
I suggest the sdcard method. you mean installing custom ROM zip from sd card? otherwise i'm not sure what you mean.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure. hmmm well I used fastboot.exe from minimal adb & fasboot to unlock bootloader and that worked fine, and should i still i just replace fastboot in platform tools folder with fastboot.exe from htc website?
also so s-off shouldn't be needed to install the ROMs? just bootloader unlock?
drago10029 said:
bear in mind I'm still learning all this HTC stuff lol
is it an RUU or just firmware? It's an RUU.exe for HTC 10 unlocked edition that i got from there website
I suggest the sdcard method. you mean installing custom ROM zip from sd card? otherwise i'm not sure what you mean.
Make sure to have the correct htc_fastboot.exe over the standard fastboot.exe, this could be the cause of your failure. hmmm well I used fastboot.exe from minimal adb & fasboot to unlock bootloader and that worked fine, and should i still i just replace fastboot in platform tools folder with fastboot.exe from htc website?
also so s-off shouldn't be needed to install the ROMs? just bootloader unlock?
Click to expand...
Click to collapse
Keep in mind this is me helping in my free time.
Use the linked htc_fastboot.. It's made for htc, it's why I mentioned it..
I've seen many ppl have RUU fail by not using this.
Also an RUU/firmware have 3 methods to install.
I suggest the sd-card method. Safest.
Search. Search. Search. ...
Option 1
Copy 2PS6IMG.zip (THIS IS FOR VERIZON, YOUR CARRIER WILL NEED TO BE RENAMED CORRECTLY) to root of a physical SD formatted to fat32. No exfat! No internal storage! Must be external SD formated to fat32!
Reboot phone to download mode and follow prompts once RUU is detected by phone.
Option 2
EXE option. Download EXE file below (for windows) and simply double click to start. You can either be booted to OS with USB debugging enabled OR booted into download mode for this to start.
Option 3
Fastboot RUU mode . This method assumes you have a working ADB/Fastboot directory on your PC. Download RUU zip file and place in your working fastboot/adb directory. Boot your phone to download mode and connect to PC. Issue the following commands.
htc_fastboot oem rebootRUU
###while in this mode your phone will display an HTC logo on the screen
htc_fastboot flash zip 2PS6IMG.zip
##while in this mode you will see an HTC logo on the screen and a green status bar across the bottom of the screen. When command output ##completes it may say reboot required to flush etc... if that's the case issue a "htc_fastboot reboot-bootloader" command and restart option 1 again.
## assuming flash completes and no further flushing/reboots are requested from the cmd output you can now reboot IF you simply wish to reboot the system you can issue "htc_fastboot reboot" which will reboot system.
## expect a good 5 minute plus first boot!
--Taken from
Also read here. This is a great thread.
There's a lot of info out there.
Just search and do your homework.
It's easy to turn that device into a useless brick.
Especially being S-OFF... Secuirty-off..
I know it can be overwhelming, but the info is out there, and if not, just ask, as others most likely have the same question and this will help them.
And correct, with S-OFF isn't needed to flash ROMs. Only bootloader unlock.
andybones said:
Keep in mind this is me helping in my free time.
Use the linked htc_fastboot.. It's made for htc, it's why I mentioned it..
I've seen many ppl have RUU fail by not using this.
Also an RUU/firmware have 3 methods to install.
I suggest the sd-card method. Safest.
Search. Search. Search. ...
Option 1
Copy 2PS6IMG.zip (THIS IS FOR VERIZON, YOUR CARRIER WILL NEED TO BE RENAMED CORRECTLY) to root of a physical SD formatted to fat32. No exfat! No internal storage! Must be external SD formated to fat32!
Reboot phone to download mode and follow prompts once RUU is detected by phone.
Option 2
EXE option. Download EXE file below (for windows) and simply double click to start. You can either be booted to OS with USB debugging enabled OR booted into download mode for this to start.
Option 3
Fastboot RUU mode . This method assumes you have a working ADB/Fastboot directory on your PC. Download RUU zip file and place in your working fastboot/adb directory. Boot your phone to download mode and connect to PC. Issue the following commands.
htc_fastboot oem rebootRUU
###while in this mode your phone will display an HTC logo on the screen
htc_fastboot flash zip 2PS6IMG.zip
##while in this mode you will see an HTC logo on the screen and a green status bar across the bottom of the screen. When command output ##completes it may say reboot required to flush etc... if that's the case issue a "htc_fastboot reboot-bootloader" command and restart option 1 again.
## assuming flash completes and no further flushing/reboots are requested from the cmd output you can now reboot IF you simply wish to reboot the system you can issue "htc_fastboot reboot" which will reboot system.
## expect a good 5 minute plus first boot!
--Taken from
Also read here. This is a great thread.
There's a lot of info out there.
Just search and do your homework.
It's easy to turn that device into a useless brick.
Especially being S-OFF... Secuirty-off..
I know it can be overwhelming, but the info is out there, and if not, just ask, as others most likely have the same question and this will help them.
And correct, with S-OFF isn't needed to flash ROMs. Only bootloader unlock.
Click to expand...
Click to collapse
my bad, i hope i didn't come off rude or anything. i do appreciate all your help and i understand it. I do the same here when i have the free time.
I will ask some question's on both those threads you linked. I came across one of them but no s-off and didn't wanna pay for sunshine app. also topjohnwu thread about stock and guides would be helpful if it listed which phones the code names correlate to.
in the end I see your point, keep researching and asking. and I do that very often and promise. today was different since a bunch of PC failed to install updates at work (post wannacry) lol and dealing with my bootlooping phone, my mind was scattered. iv'e bricked before but never on a phone this expensive *__*
thanks again andy!
JUST AN UPDATE: i restored via twrp after i got the bootlooping to stop. I completely forgot I had made one -__- (more scatter brains) so I'm good to go now.... kinda.
drago10029 said:
my bad, i hope i didn't come off rude or anything. i do appreciate all your help and i understand it. I do the same here when i have the free time.
I will ask some question's on both those threads you linked. I came across one of them but no s-off and didn't wanna pay for sunshine app. also topjohnwu thread about stock and guides would be helpful if it listed which phones the code names correlate to.
in the end I see your point, keep researching and asking. and I do that very often and promise. today was different since a bunch of PC failed to install updates at work (post wannacry) lol and dealing with my bootlooping phone, my mind was scattered. iv'e bricked before but never on a phone this expensive *__*
thanks again andy!
JUST AN UPDATE: i restored via twrp after i got the bootlooping to stop. I completely forgot I had made one -__- (more scatter brains) so I'm good to go now.... kinda.
Click to expand...
Click to collapse
You didn't come off rude at all, I was actually hoping you didn't take my response as being rude. S-OFF and sunshine is completely worth the $25. However, for a normal user like yourself, you don't need it.
Glad to hear that you're somewhat good to go, lol.
You can always pm me or tag me in a post if needed and I'll do my best to help.
andybones said:
You didn't come off rude at all, I was actually hoping you didn't take my response as being rude. S-OFF and sunshine is completely worth the $25. However, for a normal user like yourself, you don't need it.
Glad to hear that you're somewhat good to go, lol.
You can always pm me or tag me in a post if needed and I'll do my best to help.
Click to expand...
Click to collapse
glad no guns are being drawn here
and since no you offered lol.... how do i get my CID and MID? using the fastboot you kindly spotted me...
fastboot getvar all and fastboot oem readcid: both return nothing but fastboot not recognized..... etc. etc. I am in download mode (unlocked and s-on if that matters)
drago10029 said:
glad no guns are being drawn here
and since no you offered lol.... how do i get my CID and MID? using the fastboot you kindly spotted me...
fastboot getvar all and fastboot oem readcid: both return nothing but fastboot not recognized..... etc. etc. I am in download mode (unlocked and s-on if that matters)
Click to expand...
Click to collapse
Fastboot isn't recognized? As in it's not working?
drago10029 said:
gotcha and thanks! so for anyone else who wants to help. I have regained access to download mode and bootloader. when attempting to run latest official RUU.exe from HTC's site, i get error 155. via HTC the error means I'm using the wrong update but my phone reports SW 2.48.617.1 and I'm trying to update it to SW 2.48.617.3.
also i have relocked the bootloader and have s-off.
Click to expand...
Click to collapse
2.48.617.3? I don't think there is such a thing. Do you mean 2.41.617.3?
andybones said:
Fastboot isn't recognized? As in it's not working?
Click to expand...
Click to collapse
xunholyx said:
2.48.617.3? I don't think there is such a thing. Do you mean 2.41.617.3?
Click to expand...
Click to collapse
1st things 1st, SOS is no more. was trying to flash leedroid magisk file, thinking it was a ROM until i noticed the file size so I went back to stock via TWRP backup (i forgot I made) since RUU was giving 155 error.
2nd the HTC fastboot wasn't working for some reason.. adb devices cmd detected nothing, it worked at my job though since i have android studio/platform tools there (shrug) so used that fastboot instead.
3rd I did mean SW 2.48.617.1 that's the exact OS version # that download mode reports currently and was the last official update i took several days before going custom route.
drago10029 said:
1st things 1st, SOS is no more. was trying to flash leedroid magisk file, thinking it was a ROM until i noticed the file size so I went back to stock via TWRP backup (i forgot I made) since RUU was giving 155 error.
2nd the HTC fastboot wasn't working for some reason.. adb devices cmd detected nothing, it worked at my job though since i have android studio/platform tools there (shrug) so used that fastboot instead.
3rd I did mean SW 2.48.617.1 that's the exact OS version # that download mode reports currently and was the last official update i took several days before going custom route.
Click to expand...
Click to collapse
Okay. Cool that you got it fixed. But you did say you were trying to update from 2.48.617.1 to 2.48.617.3, so that's why I said there was no .3
xunholyx said:
Okay. Cool that you got it fixed. But you did say you were trying to update from 2.48.617.1 to 2.48.617.3, so that's why I said there was no .3
Click to expand...
Click to collapse
oooh i see lol.. too many numbers.