How can I flash the Stock Recovery ROM for my Desire Z?
Basically, I want to remove what ClockWorkMod did. Even when I turned Fast Boot off, turned off the phone, it wouldn't, and will startup ClockWorkMod instead. That said, I can't boot into HBOOT at all since wanting to go into HBOOT means I'm required to turn the phone off completely first.
I'm also having trouble finding my shipped ROM (1.34.707.5), and from the other threads I read, it seemed like a bad idea to grab other DZ ROMs and try flashing it.
Can anyone help/guide me with this? Thanks!
Edit: Prior to this, I was trying to overclock my DZ using this guide for noobs http: //androidforums.com/desire-z-all-things-root/233729-ultimate-guide-rooting-overclocking-your-bell-desire-z-newb-friendly.html. I followed every step, inclusive of the backup.
Kudos to Blue1k for the guide and gtrab for the amazing overclock script
Code:
adb reboot bootloader
will get you into fastboot usb.
Hm,fastboot at settings menu deactivated.
Turned phone off,then holding trackpad down and turning phone
on works for me!
Thanks keinengel for the tip!
@Ganli I can't turn phone off using the menu (and with Fast Boot turned off). I tried removing the battery and I got into HBOOT successfully.
That said, I didn't like the way ClockWorkMod disabled my turning off phone (I do appreciate the backup features it provided). Is there anyway I could restore the original recovery back?
n3ph said:
That said, I didn't like the way ClockWorkMod disabled my turning off phone (I do appreciate the backup features it provided). Is there anyway I could restore the original recovery back?
Click to expand...
Click to collapse
There's a known issue with ClockworkMod where, when you have your phone turned off and you plug in the charger, it automatically then starts up in Clockwork. Is this what you're seeing ? Because if not, that sounds very odd (Clockwork disabling turning off your phone ).
You can flash a new recovery from fastboot, if you have the eng hboot installed. I presume you can take the recovery.img file from one of the stock ROMs, then do "fastboot flash recovery recovery.img".
steviewevie said:
There's a known issue with ClockworkMod where, when you have your phone turned off and you plug in the charger, it automatically then starts up in Clockwork. Is this what you're seeing ? Because if not, that sounds very odd (Clockwork disabling turning off your phone ).
You can flash a new recovery from fastboot, if you have the eng hboot installed. I presume you can take the recovery.img file from one of the stock ROMs, then do "fastboot flash recovery recovery.img".
Click to expand...
Click to collapse
Bingo. It turned off completely when I non-fast boot powered it down without the charger plugged in!
I would like to flash the original recovery like what you mentioned. I am afraid of hardware incompatibilities as mine has a different software version than the ones I've seen here. I wonder if I could use them. (By the way, I haven't seen any recovery.img around, only PC10IMGs)
n3ph said:
I would like to flash the original recovery like what you mentioned. I am afraid of hardware incompatibilities as mine has a different software version than the ones I've seen here. I wonder if I could use them. (By the way, I haven't seen any recovery.img around, only PC10IMGs)
Click to expand...
Click to collapse
The PC10IMG is a zip file containing various stuff to make up a ROM, mainly these are partition images. One of them is recovery.img. So you can get recovery.img from one of those ROM images.
What ROM are you running exactly ?
Stock ROM. Probably one of the Asian version.
Baseband
12.28b.60.140eU_26.03.02.02_M
Kernel
2.6.32.21-gd2764ed
[email protected] #1
Tue Oct 26 16:04:03 CST 2010
Build number
1.34.707.5 CL273326 release-keys
Software
1.34.707.5
I haven't seen any ROM with this version on XDA yet. I saw about the RUU in other threads. Will I be able to select flashing only the recovery from RUU? Or is it a full flash only?
n3ph said:
I haven't seen any ROM with this version on XDA yet. I saw about the RUU in other threads. Will I be able to select flashing only the recovery from RUU? Or is it a full flash only?
Click to expand...
Click to collapse
I have never tried the RUU. At a complete guess I would think it is only a full flash.
You can run the RUU then leave it at the first screen, then open up another window and find where Windows has put the temp files it has extracted from the RUU. Amongst those will be the ROM image, which you can open up (it's a zip file) and find the "recovery.img" file, which you can flash via fastboot if you have the eng hboot installed.
Understood. One more question, my HBOOT is stock. Not sure if this is different from "eng hboot" By Fastboot, you meant this program http: //forum.xda-developers.com/showthread.php?t=463627 right?
Im confused here and just thinking out loud for myself but maybe to provoke some logic here --
without clockworkmod you are unable to flash any roms. you must have clockworkmod to tinker with your phone. no clockworkmod = unroot, or semi root psuedo root whatever.
the only way people can flash stuff is with clockworkmod. its the only recovery available at this time.
if i am missing something or being redundant, my sincere regards.
??
n3ph said:
Understood. One more question, my HBOOT is stock. Not sure if this is different from "eng hboot" By Fastboot, you meant this program http: //forum.xda-developers.com/showthread.php?t=463627 right?
Click to expand...
Click to collapse
You can tell which hboot you have if you shut down the phone (fully, not HTC's confusingly-named "fast boot" mode, which is a sleep state) and then hold Volume down and then hold Power till it turns on.
If it says "SHIP" on the first line, it is the stock hboot. The engineering hboot says "ENG". The eng hboot gives you more options.
No need to install that program, if you go through the steps in my adb guide to setup adb via the SDK, you will have fastboot too.
androidcues said:
without clockworkmod you are unable to flash any roms. you must have clockworkmod to tinker with your phone. no clockworkmod = unroot, or semi root psuedo root whatever.
the only way people can flash stuff is with clockworkmod. its the only recovery available at this time.
Click to expand...
Click to collapse
Yes, the only recovery options we have at the moment are stock recovery or ClockworkMod recovery (installed from ROM Manager). Maybe we will get some more custom recoveries in the future, who knows ?
But you don't need ClockworkMod to flash a ROM. You can flash stock ROMs on a stock phone, though only ones designed specifically for your sub-model of phone (e.g. European ROMs if it's a European phone, T-Mobile ROMs if it's a G2, etc, etc).
If you get S-OFF then you can flash custom ROMs to your phone, or stock ROMs from a different stock Vision (e.g. flashing a stock European ROM onto an Asian DZ).
ClockworkMod is very very useful for letting you do a full backup (nandroid backup) of your ROM.
You can also flash other ways, e.g. flashing from your SD card via hboot, or if you have the eng hboot installed then you can use the fastboot mode/utility to flash too.
thank you i stand corrected.
Thanks for the help. After researching more on what you said, I have a better idea on the flashing process =)
I'll try to reserch more while waiting for a compatible ROM for my phone before trying anything again (in case I brick it)
n3ph said:
Thanks for the help. After researching more on what you said, I have a better idea on the flashing process =)
I'll try to reserch more while waiting for a compatible ROM for my phone before trying anything again (in case I brick it)
Click to expand...
Click to collapse
I'd like to know if anyone was able to make a copy of the stock ROM or has found the RUU for this specific version.
Related
Hi,
I have a TELUS HTC Desire that was already rooted when I got it.
It has HBOOT 0.93
I didn't know that my phone was SLCD so when I used ROM Manager to flash recovery, it messed up my recovery.
If I go into hboot, and press down arrow to boot into recovery, I get the black screen with the little phone and the red triangle with the exclamation mark.
I was desperate enough to try the ClockworkMod Recovery for the HBOOT 0.83 (ClockworkMod Recovery v2.5.0.1 SLCD)
from hxxp://forum.xda-developers.com/showthread.php?t=748618
flashed that on with UnrEVOked but didn't work. Recovery is still messed up.
I googled and searched for a week to find something for HBOOT 0.93 but I never find anything. Everything is for 82, 83 and 92. There are other people who asked about 0.93 in other threads but there are never answers to them.
Does anyone know of a proper ClockwordMod recovery img or ANY recovery img I can flash for my HBOOT 0.93
My phone is already android 2.2 but i would really like to flash to LeeDroid
Should I reflash my phone with the RUU to get rid of any dmg done? The only thing i'm afraid of is that my phone will be unrooted because of the RUU reflash and I can't find a way to root it.
If it's not possible to use UnrEVOked or Rom Manager to install LeeDroid because of HBOOT 0.93, I'm willing to manually do it.
But will the LeeDroid flash properly onto my phone if it's HBoot 0.93?
Does the flashboot thing when i boot into the HBOOT work for installing custom ROMS if I can't get into recovery? I noticed it will load images...but not sure exactly what the fastboot thing is suppose to do.
Thanks!!
HBOOT 0.93 is not the problem, neither is your SLCD. Use fastboot to flash your recovery, I suggest use either AmonRa 2.0.1 or CWM 2.5.1.8.
CWM from ROM Manager isn't the best recovery for your HBoot as I think it flashes 2.5.0.7 which is no good on your HBoot.
You can't flash a ROM from fastboot, you need recovery. Once you've done that, LeeDrOiD will work fine on your setup, but I would suggest you study up a lot more before proceeding, for one thing, it's easy to find a lot of info on HBoot 0.93 on this forum, secondly, get to know fastboot etc as you needs to know this for when things go wrong with cheat/easy methods like ROM Manager.
Take your time, be confident you know what you are doing it before you do it, you don't want to brick your phone.
Both of you need to know quite a bit more, but especially the OP...
But no he can of course not flash an unsigned recovery from fastboot without being s-off, and from the sound of the first post I'm confident he's not.
ghalalb is right though when he states that this has nothing to do with your bootloader version or slcd, and i really can't imagine how you can get the simple instructions on here wrong, but please simply use unrevoked via usb. It comes preloaded with a perfectly fine recovery for you, and also i believe you should really reconsider the decision to hack your phone with this little knowledge on the subject.
Also 2.5.0.7 vs 2.5.1.8 has nothing to do with hboot versions.. Both will work fine if flashed correctly, but the problem with just making rom manager flash the recovery is, that it is not quite up to date, so it does not actually flash anything. It just downloads an update.zip file, which loads the recovery when flashed. This fixed the problem of not being able to flash a custom recovery back before unrevoked came around. And to correct you on another thing you got wrong, yes you can actually flash a zip file containing something like a rom from fastboot if you are s-off. It will probably just not work exactly the same way, as the recoveries does.
That's interesting that you say hboot version and slcd has nothing to do with the ClockworkMod when other threads are very specific about which clockworkmod version you should use depending on your hboot and if your phone is slcd or not.
Also last time I did an update to the phone, it just used the fastboot. Didn't go into recovery.
I followed the exact instructions for unrevoked but an error occurrs when it tries to unroot...All I wanted to do was flash the recovery and not unroot the phone since it's already unrooted. So probably that's why it was having problems. But the recovery was still messed up after unrevoked did it's work.
I wonder if part of the problem is because I'm using a test image and not the actual production image for the phone. Which is probably another reason why the phone was already unrooted.
I'll try to reflash my phone using the RUU for a production image and try Unrevoked again just so everything is clean from the start
Trust me it doesn't matter. The only problem was on slcd phones back when they first came out, where cwm didn't contain the drivers for the new screen.
That is why it says it's for 0.83, as back then 0.83 was equal to slcd and all amoled models had come with 0.75 or 0.80. But now after the newer updates everyone is on 0.93 or so, and all newer cwm recoveries will work for both amoled and slcd. So no there is not a specific recovery for every bootloader, and there is no way a flash from rom manager messed your recovery up, as it never flashes anything.
And i think you might need to slow down and think about what you are doing? Because you talk about unrooting with unrevoked, and unrevoked will probably try to root your phone If you use unrevoked correctly you will have it working fine.
Also you say last time you updatet it, it used fastboot? updatet it officially? As then there is a reason you have the stock recovery. But try using the ruu and then go back to rooting using unrevoked or just keep it stock, as it might not be a good idea trying something without knowing what it does.
edit: and the screen you get with the phone in a triangle with an exclamation mark doesn't mean anything is wrong. It's just the stock htc recovery... If you press vol-up+power(or vol-down+power i don't remember) when you see this screen, you get a simple menu, which lets you flash update.zip and erase data.
mortenmhp said:
edit: and the screen you get with the phone in a triangle with an exclamation mark doesn't mean anything is wrong. It's just the stock htc recovery... If you press vol-up+power(or vol-down+power i don't remember) when you see this screen, you get a simple menu, which lets you flash update.zip and erase data.
Click to expand...
Click to collapse
Thanks for your response I thought that the triangle screen was bad since I tried the volume stuff and I couldn't get to the screen.
But if that's the stock htc recovery, then that means the clockworkmod recovery wasn't flashed properly?
I will try the keys again when i get to the recovery state later.
Actually I was having problems with UnrEVOked because my phone was ALREADY rooted. So it was trying to do something that was already done which is probably why it failed. I only needed unrevoked to flash the recovery...I didn't need it to do anything else but the recovery.
What I have on my phone right now is not the official load. It has test keys and crap in it....
Anyways, I'll see if I can get into the recovery menu properly before doing the RUU flash to have a clean start.
Ok Unrevoked should work fine anyway though. It just flashes a recovery and the su binary plus the superuser app. So if you are rooted it will just overwrite them. Your problem is far more likely to be a driver problem.
I rooted the old way as well(the one only allowing test keys signed roms) and then i used fake flash from rom manager until alpharev s-off came along, and now i just flash everything but roms from fastboot, it's far easier.
driver problem?
I followed the unrevoked instructions and my computer recognizes the phone while it's in bootloader
i can also adb shell into it when it's just normally powered on etc
oh and to answer previous question, yes i updated to 2.2 using fastboot
i put IMG99.zip onto my sdcard
powered on while holding the volume down for fastboot
it went and found the image on my sd card and grabbed it...and asked if I wanted to update...and viola...2.2
my phone was...2.0 or 2.1 when i first got it i think...i forgot what it was before 2.2
that's why i asked if anyone just stuck a custom rom into their SD card and tried using fastboot before....seems like everyone these days use things like rom manager, unrevoked etc >_<
I would think that the fastboot would find the zip file and can unzip and load it just like how it did the testkey one i did before....but i thought i would ask before i tried....maybe i should wait next week until i'm at home and have sd card readers in case anything goes wrong so i can recover the phone easier lol
There is a reason why people don't do that.. When you flash that way via fastboot, it only allow zip files signed by HTC, if you are s-on, and those write everything on the system to stock, which means you lose root and custom/modified recovery.
You could potentially do it that way if you were s-off, but the bootloader flashing utility does not allow as sophisticated commands as the custom recovery does, so everything in the original roms is actually packed in .img files for every partition.
All good advice.
I offered mine as my Desire would not accept CWM 2.5.0.7 (to this day it doesn't), and it would only accept CWM 2.5.1.8 or AmonRa 2.0.1. (as they work on PVT4 with a 40000 page) As for unrevoked, the only version that works for my Desire is 3.2.1, the latest (which I think is 3.3.2) doesn't work on my Desire.
It seems the longer these phones are around, the more individualised rooting and recovery has become, so advice should maybe always come with a word of caution.
***this is what worked for my device***
TinyAggie, I hope you are getting there!
Yep new page size will require the modified cwm for it, but it still has nothing to do with hboot version. However the other recoveries should flash ok as well, they just won't work well for installing roms(gave some error), which he hasn't come to yet
ghalalb said:
All good advice.
I offered mine as my Desire would not accept CWM 2.5.0.7 (to this day it doesn't), and it would only accept CWM 2.5.1.8 or AmonRa 2.0.1. (as they work on PVT4 with a 40000 page) As for unrevoked, the only version that works for my Desire is 3.2.1, the latest (which I think is 3.3.2) doesn't work on my Desire.
It seems the longer these phones are around, the more individualised rooting and recovery has become, so advice should maybe always come with a word of caution.
***this is what worked for my device***
TinyAggie, I hope you are getting there!
Click to expand...
Click to collapse
I found the same thing that only unrevoked 3.2 would work with my device.
I finally managed to flash the custom rom and is what i did to make it all work >_< Maybe it'll help someone else
I started with a fresh official load by flashing the RUU.
Then I used unrevoked that you can download from their website
I still got an error. CID missing. I go searching for it and it seems like a common enough error that the unrevoked team had addressed it
Because of the error, it was not able to unroot and flash recovery properly. The only thing it did was s-off.
So 2 ways to get root/recovery on your phone
1. Manually....find a PB99IMG.ZIP file that has root in it and flash that, then you can either use rom manager to flash the recovery or do it manually as well.
I created my own PB99IMG.zip with the recovery image of clockworkmod for desire using the android info .txt file I had in my other PB99IMG that contained the root access. Put the PB99IMG.zip into your SD card, go to Flash boot and let it do it's magic.
2. Easier way, get unrevoked 3.2 ... There was a warning for using it. Apparently you should only use the 3.2 version if you get the CID error.
But with unrevoked 3.2 it will give you superuser and the recovery image without you doing anything so it's easier.
So after I finally got Root, I backed up my sd card onto my comp.
Then I partitioned my SD card using ROM manager.
Once that was done, i flashed into recovery to do a backup.
After that I tried using ROM manager to flash leedroid...
it looked ok but it never managed to get past the splash screen after 20mins so I pulled the battery and rebooted
Same problem so I decided to flash manually.
Went into recovery and cleared everything then flashed the rom from SD.
Now I'm on leedroid
So far it looks exactly the same as the stock rom. It has everything I need so I'm happy.
I hope this helps anyone with similar problems.
Sometimes you just can't take the easy way out and have to do things manually
Hi all,
I'm sort of new to this. I've been using clockworkmod recover for a while now. Mostly to back up and restore. I want to try to load the stable CM7 rom or maybe some other rom that supports A2sd+ but I saw that at least CM7 recommends a newer version of ClockworkMod Recovery.
Right now I have 2.5.0.9. It's also the one that shows up in Rom Manager.
But I've seen here and other forums that people are now unto 3.0.0.5 and even beyond (I saw 3.0.2.4 on the CM forum)
So my question is what is the latest version of ClorkworkMod for the CDMA desire and how do I get it?
I saw an article on addictivetips.com that suggested renaming the new version to the name of the old one (2.5.0.9) and placing in in the Rom Manager folder on the SD and then flashing from Rom Manager thus fulling it into flashing a newer version.
Some, forums have guides on how to do that using adb and yet others have it as a zip file that can be flashed from the hboot.
Whats the best and I guest simplest way to get the new version.
Did you actually run into trouble with your current CWM trying to setup CM7?
The wiki states no problem using the version you currently have - 2.5.0.9.
If you do want to upgrade, you should follow this post.
foalsrock said:
If you do want to upgrade, you should follow this post.
Click to expand...
Click to collapse
Yep. thats exactly the forum I was referring to when I mentioned 3.0.2.4
Although I was not able to flash it using the PB99IMG.zip. Probably should ask there about that.
I did flash CM7 but,
here is what's weird: I tried the method where you fool the rom manager into flashing a newer recover outlined here.
Got the 3.0.2.4, but then when I went back into the Rom manager and hit reboot into recovery, it boots me into 2.5.0.9.
If I just press the power button, select reboot, and reboot into recovery I get 3.0.2.4. It's like I have two recovery images loaded.
I wiped the phone restored my nandroid backup of the stock rom I get 2.5.09.
Wipe again, as always everything data, cache, and dalvik. Load CM7 again. And the same thing two recoveries depending on how I reboot into it.
P.S.
1. Happy Passover, חג שמח.
2. forgot to say: if I power down and boot into Hboot with vol down + power and then go into recovery I get into 3.0.2.4
Do you happen to have your phone S-OFF?
If so, a simple solution might be to flash the 3.0.2.4 recovery .img file using "fastboot flash recovery xxx.img" @ hboot.
But you shouldn't S-OFF just for this as I'm not sure it'll actually resolve what you're experiencing.
It's a pretty odd situation and I think I better not give you advice which could potentially worsen it.
I'd seek help in the thread linked in the CM forums or hope that someone else might notice this post.
חג שמח! =)
foalsrock said:
Do you happen to have your phone S-OFF?
If so, a simple solution might be to flash the 3.0.2.4 recovery .img file using "fastboot flash recovery xxx.img" @ hboot.
Click to expand...
Click to collapse
I do have S-OFF, how would I flash this in Hboot?
Zhenya13 said:
I do have S-OFF, how would I flash this in Hboot?
Click to expand...
Click to collapse
This is assuming you have the Android SDK all set up on your computer (if not, read through the wiki).
Boot into the bootloader, type "fastboot devices". If you see your device listed - continue flashing by typing "fastboot flash recovery <filename>.img"
foalsrock said:
This is assuming you have the Android SDK all set up on your computer (if not, read through the wiki).
Boot into the bootloader, type "fastboot devices". If you see your device listed - continue flashing by typing "fastboot flash recovery <filename>.img"
Click to expand...
Click to collapse
Where should I put the img file? just to the root of the SD card?
תודה רבה
You should have the recovery .img file on your pc when flashing via fastboot
Guys, please help!! Yesterday I was so hungry for some ice cream sandwich, that I accidentally tried to flash a rom for HTC Incredible S onto my HTC Incredible! Only after the install failed (used Rom Manager, and when it rebooted, it was saying something about missing pb31img.nmh or some weird extension like that) did i realize what i have done. However my phone was pretty much functional at that point. I tried booting into hboot and doing recovery, but whenever i selected any of the hboot options (clear storage, recovery, factory reset), it would just reboot back into hboot. But at this point i was still able to boot into my phone. I tried backing up from saved images using Rom Manager, but when it rebooted, it always gave the pb31img message. Then it just froze. When i pulled the battery and plugged it back in, the phone just got stuck at the HTC Incredible white screen and would not boot. I've been searching the forums long and hard, but it seems all solutions assume i need to be able to boot into the phone, or to be able to simply use hboot to recover. None of these seem to be viable options for me at the moment. Please help with any suggestions as I wanted to wait for the Tegra 3 phones to come out before upgrading!!
fastboot and adb require phone to be able to boot. my phone does not boot into anything besides hboot. and even in hboot, none of the functions work. i was able to format my sd card and copy an img of the proper rom on there, and when i go to hboot->fastboot, it says "loading pb31img.zip" and shows the blue status bar, then says parsing "pb31img.zip" but that takes a second and then it just goes back to the hboot screen without installing anything!! does this mean i'm totally SOL now?
You can use fastboot to flash a stock image. You do not need to be able to boot to use fastboot,fastboot is thru hboot.
http://android-dls.com/wiki/index.php?title=Fastboot#Fastboot_Commands
However if you can get into hboot (the screen with the PB31IMG.zip message), then you can just do an ruu thru hboot. It sounds like your missing or have a corrupt boot image. You need to download the PB31IMG.zip ruu file from here (http://pvillecomp.com/?page_id=22), place it on your sdcard in no folders and then reboot thr phone. Hboot will find the file and prompt you to press vol up to update. Once thats done press vol up to reboot. Your phone should boot now. You will have to reroot if you want.
cmlusco said:
You can use fastboot to flash a stock image. You do not need to be able to boot to use fastboot,fastboot is thru hboot.
However if you can get into hboot (the screen with the PB31IMG.zip message), then you can just do an ruu thru hboot. It sounds like your missing or have a corrupt boot image. You need to download the PB31IMG.zip ruu file from here , place it on your sdcard in no folders and then reboot thr phone. Hboot will find the file and prompt you to press vol up to update. Once thats done press vol up to reboot. Your phone should boot now. You will have to reroot if you want.
Click to expand...
Click to collapse
OMG!!! Thank you soooo much! I can't give you enough thanks, you have no idea! I don't know why this one worked and lots of other cwm img files and rom img files didn't though! And i tried using the fastboot command through the terminal from the computer to flash this same RUU file, but it was giving me problems. But when i put it on the sd card, it worked right away. Now i have a phone to wait out for the Tegra 3!
Glad i could help.
Everything I have read so far says NOT to do any of that through a ROM manager. Could that be why his attempts to install a stock recovery failed?
This really helped me in my situation. I think I had an old version of clockworkmod on my Incredible and it wouldn't let me flash things correctly so it got me stuck in a bootloop but than I flashed the Froyo RUU PB31IMG.zip in hboot and it got my phone working again. Now time to re-root. (I chose Froyo because if you want to re-root with gingerbread you have to downgrade to Froyo which is a hassle)
Your device can not really be bricked. Impossible if you know what you are doing . Revert back to old rom after booting into recovery or choose a simpler from.
Sent from my HTC Incredible S
emaninthenation said:
Now time to re-root. (I chose Froyo because if you want to re-root with gingerbread you have to downgrade to Froyo which is a hassle)
Click to expand...
Click to collapse
If you are s-off it does not matter whether you use the froyo or gingerbread ruu. That is the whole point of getting s-off, so that if an ota or anything else for that matter replaces the custom recovery with the stock recovery, you will still be s-off allowing you to flash the custom recovery right back without having to do all that unrevoked stuff again.
Really hoping I can revive this incredible.
Got the phone in attempt to fix it, it's in a constant state of 'boot-loop syndrome'..
Can't go into recovery.. can't factory data reset.. all I get is the
....*vibrate*, white HTC incredible screen....*vibrate off*, etc. etc. etc.
The only thing that is working is hboot (as well as hboot usb when plugged into a pc).
But that's as far as I can get.. anything else I attempt to load from the hboot/bootloader it goes into a constant boot loop spasm.
The incredible is currently S-ON
Hboot- 0.92.0000
Radio-2.15.10.07.07
I've tried numerous PB31IMG stock files in attempt to recover the system.
The system/sd card detect the files just fine and attempt to load them.
The PB31IMG at pvillcomp ( http://pvillecomp.com/?page_id=22 ) didn't work, too old
This one, however, does work (only one so far I've found that does)
http://dinc.does-it.net/Stock_Images/4.08.605.2/PB31IMG.zip
But while going through the installation process it fails at Radio_**
all other variables within the file (bootloader, system, recovery, etc) complete successfully.
Once all the components of the zip file are installed, it gives the message
partition update fail!
Update fail!
Click to expand...
Click to collapse
Am stuck at this point, hoping for assistance.. if anyone knows any possible solutions or what the issue could be, please help!
Thank you.
echoedge said:
But while going through the installation process it fails at Radio_**
.
Click to expand...
Click to collapse
That sounds scary. I've heard that a failed radio flash is the only way to permenantly brick one of these phones.
Here's what I would try:
1. Update HBOOT to the latest, from here:
http://dinc.does-it.net/Hboots/Hboot_1.07/
2. Unlock the bootloader using htcdev (see cmlusco's or scotty's guides)
3. Flash a custom recovery using fastboot (I've used CWM and TWRP)
IF you can get all that to complete successfully, and can boot into recovery, you should then be able to get root adb access to the system. This will give you some more options, such as flashing an older RUU (again, see cmlusco's and scotty's guides for downgrading), and just maybe you'll be able to find something that works.
musical_chairs said:
That sounds scary. I've heard that a failed radio flash is the only way to permenantly brick one of these phones.
Here's what I would try:
1. Update HBOOT to the latest, from here:
http://dinc.does-it.net/Hboots/Hboot_1.07/
2. Unlock the bootloader using htcdev (see cmlusco's or scotty's guides)
3. Flash a custom recovery using fastboot (I've used CWM and TWRP)
IF you can get all that to complete successfully, and can boot into recovery, you should then be able to get root adb access to the system. This will give you some more options, such as flashing an older RUU (again, see cmlusco's and scotty's guides for downgrading), and just maybe you'll be able to find something that works.
Click to expand...
Click to collapse
Thanks for the website, was looking for something like that
Anywho, tried to flash it in the bootloader, it seems to find it a file for which is proper but does not give me any option to update it.
It just says "looking for PB31IMG... then finds it, says checking PB31IMG...", then the prompt goes away.
I'm quite limited when it comes to knowledge on this stuff, but anyone think if I decompile the stock ruu (~180mb) PB31IMG.zip, and flashboot each part of the update separately it may work?
I just got an HTC Desire A8181, and it is my very first time using an Android Device. The thing is that I already know that you can do a lot of things with Android devices (thats why I swapped from iOS to Android). Now here is my point, I basically need to know:
Basics about software and OS customizing for Android.
Basic things to know before do anything to my phone.
Tutorials for root the device (HTC Desire A8181)
Want to know if it is possible to make the phone work faster in terms of Manage the Processor and Ram Usage, how to do it, and understand the process.
And any other information that could be useful in order to make my phone work a lot better (take into consideration that I'm new with the OS and the phone, so there are a lot of things that I dont know about this theme.)
I also want to know if it is possible to install the latest Android Version on my HTC Desire and make it work fast.
Thanks in advance for your help!!!
The desire comes with sense 2.3 gingerbread. Sense is HTC's skin that they overlay ontop of the android operating system. Although it may look nice (doesnt really look that good to me), it is heavy and causes decreases in performance. When you s-off your device, and install a custom recovery you will be able to flash an aosp based custom rom. Aosp = android open source project, and basically means stock pure android...nothing running on top. As you can probably predict, this will result in faster speeds, less ram usage, and better battery. I think that answers the first few questions.
Next Ill move on to how to root it (make your phone good). I honestly think the term "root" is deceiving to most new users. I see people asking "how do i root my phone", but i think what they really want is to install a custom recovery and flash a custom rom. Being rooted on stock rom is pointless to me. Custom roms are where the good stuff is at.
Post your bootloader details here and ill walk you through the process. To get these details turn the phone off, then hold power + volume down until the phone boots into the bootloader. It should look similar to this. Post all of the first couple of lines at the top. The whole process summarized is this: s-off, install custom recovery, flash custom rom
There are also some other things that i would recommend doing so that you can have extra space for apps (you probably noticed you barely have any space at the moment), but ill get to that later when i give you more instructions.
Thanks for response so fast!
Chromium_ said:
The desire comes with sense 2.3 gingerbread. Sense is HTC's skin that they overlay ontop of the android operating system. Although it may look nice (doesnt really look that good to me), it is heavy and causes decreases in performance. When you s-off your device, and install a custom recovery you will be able to flash an aosp based custom rom. Aosp = android open source project, and basically means stock pure android...nothing running on top. As you can probably predict, this will result in faster speeds, less ram usage, and better battery. I think that answers the first few questions.
Next Ill move on to how to root it (make your phone good). I honestly think the term "root" is deceiving to most new users. I see people asking "how do i root my phone", but i think what they really want is to install a custom recovery and flash a custom rom. Being rooted on stock rom is pointless to me. Custom roms are where the good stuff is at.
Post your bootloader details here and ill walk you through the process. To get these details turn the phone off, then hold power + volume down until the phone boots into the bootloader. It should look similar to this. Post all of the first couple of lines at the top. The whole process summarized is this: s-off, install custom recovery, flash custom rom
There are also some other things that i would recommend doing so that you can have extra space for apps (you probably noticed you barely have any space at the moment), but ill get to that later when i give you more instructions.
Click to expand...
Click to collapse
Really thanks for all the information, I'll post the information you are asking me for when I go back to my house since now I'm working
But thanks for offer me your help with this, is my first Android and I would like to have fun with it, and you are right I barely have space for my apps now... Will be some other information needed in this process that I can post later on?
StheveO said:
Really thanks for all the information, I'll post the information you are asking me for when I go back to my house since now I'm working
But thanks for offer me your help with this, is my first Android and I would like to have fun with it, and you are right I barely have space for my apps now... Will be some other information needed in this process that I can post later on?
Click to expand...
Click to collapse
Nope, just your bootloader details for now.
Please tell me that I did not ****ed my phone
Ok so here is my problem now on, I tried to flash the CyanogenMod, but I dont know if i ****ed my phone or im just missing something...
Here is what I did:
1- I followed the instructions on another thread about the HTC_Unlock_Bootloader_Tool in order to unlock the bootloader.
2- I copied the CM-7.2.0.1-bravo.zip file into the sd card manually and also by using the "adb push" command.
But now my phone turns on, but every time that I try to access the Recovery option from the Fastboot menu just gives me an icon of the phone with a red advertise sign and then I press "Volume Up + Power" and got access to some sort of recovery options... But cannot go further than that... What can I do? Please tell me that I did not ****ed my phone?
When u unlock the bootloader u must then flash recovery via fastboot commands. In my sig ul see 4ext recovery as PB99IMG, download and extract the recovery.img and flash via fastboot. U can find a fastboot guide in bortaks troubleshooting guide (in my sig also)
Thanks for your response.
jmcclue said:
When u unlock the bootloader u must then flash recovery via fastboot commands. In my sig ul see 4ext recovery as PB99IMG, download and extract the recovery.img and flash via fastboot. U can find a fastboot guide in bortaks troubleshooting guide (in my sig also)
Click to expand...
Click to collapse
Ok so here is my new actual situation, cause I went to sleep at 3.00am just to keep working with the phone...
After check within some forums and stuff I realized that there was an app called ROM Manager that can flash the Recovery and also the ROM (Cyanogenmod is the one I want to install), I started researching for another way to do it since every single time that I tried to start in FastBoot and use the recovery option in order to flash anything I just got a black screen with an icon that seems to be the same phone with a red alert sign on its corner (icon which i really did not like at all!!!), so I started checking for another way to work with this and found ROM Manager, but when the app was installed and I tried to flash the ClockworkMod Recovery but ROM Manager was giving an error related with permissions, I thought that my HTC Desire was already Rooted since it said "*** Unlocked ***" on the Fastboot menu (My fault!) but I realized that it is not Rooted after download the Root Checker app from the Store... So basically here is the case resumed: Fastboot "Unlocked" (Via easy unlocker tool), ROM Manager App (Installed but no permissions to Flash the ClockworkMod Recovery nor CyanogenMod ROM), Root Checker App (Installed and seems that my phone is not rooted)... How do I need to proceed now on???
Thanks in advance for all your help! I never thought that Android were this complicated, but I like it ****ing so much!!! So I think that it is most likely a beginner issue
StheveO said:
Ok so here is my new actual situation, cause I went to sleep at 3.00am just to keep working with the phone...
After check within some forums and stuff I realized that there was an app called ROM Manager that can flash the Recovery and also the ROM (Cyanogenmod is the one I want to install), I started researching for another way to do it since every single time that I tried to start in FastBoot and use the recovery option in order to flash anything I just got a black screen with an icon that seems to be the same phone with a red alert sign on its corner (icon which i really did not like at all!!!), so I started checking for another way to work with this and found ROM Manager, but when the app was installed and I tried to flash the ClockworkMod Recovery but ROM Manager was giving an error related with permissions, I thought that my HTC Desire was already Rooted since it said "*** Unlocked ***" on the Fastboot menu (My fault!) but I realized that it is not Rooted after download the Root Checker app from the Store... So basically here is the case resumed: Fastboot "Unlocked" (Via easy unlocker tool), ROM Manager App (Installed but no permissions to Flash the ClockworkMod Recovery nor CyanogenMod ROM), Root Checker App (Installed and seems that my phone is not rooted)... How do I need to proceed now on???
Click to expand...
Click to collapse
Well, to root it, you need to flash a Superuser zip from recovery. To flash it, you need a custom recovery. To get a custom recovery, you do what @jmcclue said 2 posts above.
StheveO said:
but I like it ****ing so much!!!
Click to expand...
Click to collapse
I think it's " but I like it so ****ing much!!!".
More questions
abaaaabbbb63 said:
Well, to root it, you need to flash a Superuser zip from recovery. To flash it, you need a custom recovery. To get a custom recovery, you do what @jmcclue said 2 posts above.
I think it's " but I like it so ****ing much!!!".
Click to expand...
Click to collapse
Hahahahaha yeah sorry about that but I'm working so it is difficult to be on the phone talking about Hard Drives and troubleshoot them, while trying to figure out whats going on with my phone hahahahaha
So Basically and if I'm not mistaken (hopefully not, let me know if I am) I need to do the following:
-Download and Flash the 4eXT Recovery as PB99IMG from the previous response: After download the file can I go to CMD and use "adb reboot bootloader" then "adb fastboot flash recovery PB99IMG.zip" (that must flash the recovery right?)
-Then I need to Flash the Superuser from a Zip file: By accessing the new Recovery Interface installed previously, wipe chache / install from sd card / install from zip (that must root my device right?)
-After that I should be able to turn on my phone as normal and use the ROM Manager in order to Flash the CyanogenMod 7.2 right?
Sorry that I bother all of you in this way with so many question and ****, but I really want not only to flash my drive but also to learn about the process and what I'm doing to my phone... Thanks for everything.
StheveO said:
Hahahahaha yeah sorry about that but I'm working so it is difficult to be on the phone talking about Hard Drives and troubleshoot them, while trying to figure out whats going on with my phone hahahahaha
So Basically and if I'm not mistaken (hopefully not, let me know if I am) I need to do the following:
-Download and Flash the 4eXT Recovery as PB99IMG from the previous response: After download the file can I go to CMD and use "adb reboot bootloader" then "adb fastboot flash recovery PB99IMG.zip" (that must flash the recovery right?)
-Then I need to Flash the Superuser from a Zip file: By accessing the new Recovery Interface installed previously, wipe chache / install from sd card / install from zip (that must root my device right?)
-After that I should be able to turn on my phone as normal and use the ROM Manager in order to Flash the CyanogenMod 7.2 right?
Sorry that I bother all of you in this way with so many question and ****, but I really want not only to flash my drive but also to learn about the process and what I'm doing to my phone... Thanks for everything.
Click to expand...
Click to collapse
In my sig, you'll find a link "The PB99IMG method" under the "How to flash the 2.3 RUU" link. Use it to flash the recovery. Ignore the parts about the 2.3 RUU.
Another question...
abaaaabbbb63 said:
In my sig, you'll find a link "The PB99IMG method" under the "How to flash the 2.3 RUU" link. Use it to flash the recovery. Ignore the parts about the 2.3 RUU.
Click to expand...
Click to collapse
Ok, so after check the other post with the PB99IMG method the phone should ask meto install something after put the zip file into the sd card and start the bootloader??? The thing is, if that doesn't happen what can I do? Because if I try to go to the Recovery option the phone gives me the Black screen with the Icon of the phone and a red alert sign... :S
StheveO said:
Ok, so after check the other post with the PB99IMG method the phone should ask meto install something after put the zip file into the sd card and start the bootloader??? The thing is, if that doesn't happen what can I do? Because if I try to go to the Recovery option the phone gives me the Black screen with the Icon of the phone and a red alert sign... :S
Click to expand...
Click to collapse
You don't need to go to recovery for the PB99IMG method. Only bootloader.
StheveO said:
Ok, so after check the other post with the PB99IMG method the phone should ask meto install something after put the zip file into the sd card and start the bootloader??? The thing is, if that doesn't happen what can I do? Because if I try to go to the Recovery option the phone gives me the Black screen with the Icon of the phone and a red alert sign... :S
Click to expand...
Click to collapse
Yes thats what you should do. If that doesnt work you would try flashing the recovery via fastboot.
When you go into recovery right now and see the red warning thing, that is normal. It is the stock recovery, which makes sense because you havent installed a custom recovery yet. Once 4ext is installed you will no longer see that screen.
Another problem
Chromium_ said:
Yes thats what you should do. If that doesnt work you would try flashing the recovery via fastboot.
When you go into recovery right now and see the red warning thing, that is normal. It is the stock recovery, which makes sense because you havent installed a custom recovery yet. Once 4ext is installed you will no longer see that screen.
Click to expand...
Click to collapse
Ok, now here is the thing, I just used the BP99IMG method... But at the moment of go to the bootloader I just got an error message:
Main version is older!
Update Fail!
What Can I do!?
StheveO said:
Ok, now here is the thing, I just used the BP99IMG method... But at the moment of go to the bootloader I just got an error message:
Main version is older!
Update Fail!
What Can I do!?
Click to expand...
Click to collapse
I forgot you weren't S-off. Pardon me.
Do this:
http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/
Then extract the .img file from the PB99IMG zip, and put it on your C drive, do the path would be C://recovery.img.
Then, open CMD, connect your phone in fastboot mode, and use this command:
fastboot flash recovery C://recovery.img
jmcclue said:
When u unlock the bootloader u must then flash recovery via fastboot commands. In my sig ul see 4ext recovery as PB99IMG, download and extract the recovery.img and flash via fastboot. U can find a fastboot guide in bortaks troubleshooting guide (in my sig also)
Click to expand...
Click to collapse
:thumbup:
Here I go again!
abaaaabbbb63 said:
I forgot you weren't S-off. Pardon me.
Do this:
http://www.redmondpie.com/how-to-set-up-android-adb-and-fastboot-on-windows-tutorial/
Then extract the .img file from the PB99IMG zip, and put it on your C drive, do the path would be C://recovery.img.
Then, open CMD, connect your phone in fastboot mode, and use this command:
fastboot flash recovery C://recovery.img
Click to expand...
Click to collapse
Ok so If I understood it is necessary to have the phone S-Off which means that the bootloader is unlocked, right??
Because my bootloader says "Unlocked" on the top of the menu... What I'm not doing right?
StheveO said:
Ok so If I understood it is necessary to have the phone S-Off which means that the bootloader is unlocked, right??
Because my bootloader says "Unlocked" on the top of the menu... What I'm not doing right?
Click to expand...
Click to collapse
Unlocked does not mean s-off. You are Unlocked, but S-on. Just flash the recovery through fastboot, like jmcclue originally said.
Some good news
Sello I'm glad to let you know that finally I got my phone.cpletely flashed with the CM7 and this works just great... the only thing that I were not able to do is to partition my 4Gb SD card to assign 1Gb as phone extension and the rest as external storage...
Can you help me with this last thing, I just used a previous post...
With the 4ext recovery y created a first partition of 1024Mb as the ext of the system but my phone does not sees it, it keeps saying that only have 140Mb total as internal
StheveO said:
Sello I'm glad to let you know that finally I got my phone.cpletely flashed with the CM7 and this works just great... the only thing that I were not able to do is to partition my 4Gb SD card to assign 1Gb as phone extension and the rest as external storage...
Can you help me with this last thing, I just used a previous post...
With the 4ext recovery y created a first partition of 1024Mb as the ext of the system but my phone does not sees it, it keeps saying that only have 140Mb total as internal
Click to expand...
Click to collapse
Yes thats normal. Ur partition is there doing its job, dont worry.