[RECOVERY] PRE/Post OTA Stock Recovery Images - myTouch 4G Android Development

For anyone who wants it, here's the STOCK PRE & Post-OTA recovery images. (I just added PRE-OTA if for some reason it's needed down the road.)
If you plan on flashing it back over the ClockWork recovery image, make sure S=OFF otherwise the flash won't complete successfully.
You can turn S=ON back after the flash.
THIS IS NOT A FLASHABLE ZIP - I only zipped it to get it to upload as an attachment! You will need to do a Fastboot Flash to install (there may be other methods but Fastboot is what I used).
Below are instructions I am borrowing from the Amen-Ra recovery installation from the N1 - they will apply the same here!
via fastboot
Code:
Copy recovery.img to a location where fastboot can find it.
Boot your phone into fastboot mode (power on while holding volume down, then select fastboot)
Connect your phone via usb to your pc/mac/...
fastboot devices (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery.img
via terminal app
Code:
Copy recovery.img to the root of your sdcard
start the terminal app
su(press enter)
flash_image recovery /sdcard/recovery.img(press enter)
reboot recovery(press enter)
I hope this proves to be useful to at least 1 person!

Thanks a lot!
MYT4G (Glacier)

sounds like a good way to restore...now all we need are some roms

The reason I dug this up was that I am very curious as to whether after having rooted, if you have stock recovery and S=ON whether or not further OTAs will come to you.
Back in my N1 days if the stock recovery was not present an OTA couldn't install.

Sweet! Was looking for the stock recovery before exchanging my mytouch. Where/how did you get this?

Great contribution

c_licious said:
Sweet! Was looking for the stock recovery before exchanging my mytouch. Where/how did you get this?
Click to expand...
Click to collapse
Actually I merely extracted them from the stock Rom here on xda and from the ota update file someone posted but nobody has figured out how to apply. Both have been tested on my phone.
I figured I would make it easier on everyone who simply wants to download the recovery as opposed to the entire rom or update.

Does this then solve the problem people have of not being able to root because they downgraded? If so, we may not need that OTA update link anymore.

kitsunisan said:
Does this then solve the problem people have of not being able to root because they downgraded? If so, we may not need that OTA update link anymore.
Click to expand...
Click to collapse
Check this thread out - I was just reading it, should help out!
http://forum.xda-developers.com/showthread.php?t=843428

Nevermind, wasn't paying attention when I posted, thought it was something else. Still, will come in very handy for me, I just got my replacement today, and replacing clockwork recovery was the last thing I needed to do.

JWhipple said:
The reason I dug this up was that I am very curious as to whether after having rooted, if you have stock recovery and S=ON whether or not further OTAs will come to you.
Back in my N1 days if the stock recovery was not present an OTA couldn't install.
Click to expand...
Click to collapse
Thanks for making these available. I also wanted to get the recovery to hopefully let me get OTA's again (got the first one).
I was hoping I could do so with everything stock (unroot with visionary) but also being able to leave s=off - does that absolutely have to be set back =on?

You got the first one after reverting back from being rooted?
gaww said:
Thanks for making these available. I also wanted to get the recovery to hopefully let me get OTA's again (got the first one).
I was hoping I could do so with everything stock (unroot with visionary) but also being able to leave s=off - does that absolutely have to be set back =on?
Click to expand...
Click to collapse
Sent from my HTC Glacier using XDA App

gaww said:
Thanks for making these available. I also wanted to get the recovery to hopefully let me get OTA's again (got the first one).
I was hoping I could do so with everything stock (unroot with visionary) but also being able to leave s=off - does that absolutely have to be set back =on?
Click to expand...
Click to collapse
Not sure - but if you want to "appear" to be 100% stock w/ OTA update, probably best to set it to S=ON.
The thing is though, my understanding is that if even if you use the unroot, you still will have persistent root unless HTC or Google somehow patches the exploit that was used to get root in the first place. So, you'll have root but won't be able to change anything on the ROM unless you turn S=OFF again. I ran the unroot and S=ON and still have the ability to do everything (other than mess with the ROM) that your standard Rooted phone would be able to.

jjlean said:
You got the first one after reverting back from being rooted?
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
You can force install the first OTA, but without forcing it I don't believe it's going to happen.
http://forum.xda-developers.com/showthread.php?t=843428 shows how to do it.

JWhipple said:
You can force install the first OTA, but without forcing it I don't believe it's going to happen.
http://forum.xda-developers.com/showthread.php?t=843428 shows how to do it.
Click to expand...
Click to collapse
I got the first OTA before doing s=off (needed the OTA to make it work at the time - did it first day).
I am trying to find out about the second OTA, about which there is practically no information available. I would I assume I have to have the first one installed to get the second (but what is it?).
Again - thanks for posting the original stock recoveries - have a feeling I may need one down the road (like when 2.3 finally comes out and I have a reason to go back to stock).

I've yet to see anyone say that they have actually received a 2nd OTA... Go figure?

Would I be able to use this recovery image to get my phone back up an running again?
I was messing around trying to apply the custom animations and somehow ended up getting my phone stuck in a constant reboot mode.
I have done some research and think that I am on the right track, but can someone verify this for me?
I have permroot with S-OFF, factory reset from the bootloader menu does not get me anywhere, but the phone is recognized through the "fastboot" prompt.
Would I just place the recovery image in the root of the sd card and run these commands?:
fastboot erase recovery
fastboot flash recovery.img
Thanks in advance for any help

From terminal im getting image not found? Do I have to mount or something?
Also... From pc ....Put .img in a place where fast boot can see it, where is thay
Sent from my HTC Glacier using XDA App

Ok guys, the absolute easiest way to do this... This is dependent upon you having S=OFF.
1) Install the android SDK....
2) In my case, fastboot is in C:\sdk\tools as I installed the SDK to C:\SDK. For fastboot to see the image file, I placed the image file (after extracted from the .ZIP) into the C:\sdk\tools folder.
3) Shut down the phone. Turn it back on while holding down the VOL-DOWN button.
4) On the bottom of the screen you'll see:
FASTBOOT
RECOVERY
FACTORY RESET
SIMLOCK
IMAGE CRC
5) FASTBOOT should already be highlighted. Press the POWER button.
6) If your USB isn't already plugged in, do it now.
7) Give the PC max of 30 seconds to recognize the bootloader mode.
8) From a DOS prompt, navagate into the C:\SDK\TOOLS folder.
9) Type "FASTBOOT DEVICES" (less the quotes) and press ENTER. If your phone is recognized it should show the serial info of your phone.
10) Type "FASTBOOT FLASH RECOVERY RECOVERY.IMG" (again, less the quotes) and press ENTER .
11) You should see the send and receive. If you do, SUCCESS.

I was able to do all of the steps listed, but I keep getting stuck at a boot loop.
Fastboot recognized my phone, flash recovery from fastboot says that it is successful, but still no luck.
Sent from my HTC HD2 using XDA App

Related

clock work mod / root issues

So i am running the stock rom unlocked and rooted. Everything has been working fine until recently.
I wanted to flash a boot animation instead of just copy and paste with root explorer. So i booted into fastboot (volume hold then power). I then selected recovery and my phone shows the android thinking then he's flat on his back with an exclamation point above him. I followed the rootwiki for the gnex to the letter. Any ideas on whats wrong?
Thanks for helping a newb.
No solution from me.. but:
dalumberjack said:
So i am running the stock rom unlocked and rooted. Everything has been working fine until recently.
I wanted to flash a boot animation instead of just copy and paste with root explorer. So i booted into fastboot (volume hold then power). I then selected recovery and my phone shows the android thinking then he's flat on his back with an exclamation point above him. I followed the rootwiki for the gnex to the letter. Any ideas on whats wrong?
Thanks for helping a newb.
Click to expand...
Click to collapse
Afraid I can't help you but I had exactly the same issue. I used flashed the original recovery again and again but kept getting droid flat on it's back with the red exclamation mark. Finaly I decided that I found recovery imporatant enough and decided to flash CWM recovery. That gave me at least recovery back. I would prefer however getting stock recovery back. So if someone has a resolution I would be one happy camper.
Tried to flash it again and it gave me an error in adb saying faiked partition.
Any help is appreciated
Try flashing CWM with Rom Manager.
The android on his back with exclamation point is stock recovery. You have a few options: install ROM manager and flash clockworkmod through it (some people's phones need this done before each flash I think based on root process) or you can change the name of your recovery-from-boot.p file which is a file that causes ICS to revert back to stock recovery, and some have to use root explorer to change the read/write access to get clockwork to stick. I would just use ROM Manager for it. If you ever want stock recovery you can download the factory image file from Google and extract the recovery.img and use fastboot
- copy the recovery.img file to the directory that contains your fastboot utility
- start-up a terminal/command session
- put your phone into fastboot / bootloader mode
- type the following fastboot command to flash the stock recovery:
Code:
fastboot flash recovery recovery.img
At least my problem is solved. The fact that droid with the red exclamation mark is stock left me searching how to get into recovery then. It appears that if you hit Volume up and power shortly when you see that image it loads stock recovery menu.
Two simple questions: I want my GN to be close to stock, haven't flashed custom rom's radio's etc. What I do want is Root and SetCPU (for power saving options during screen off), rootexplorer, Volume+ etcetera working. I've managed to put them all on, now:
If I reflash stock recovery and lock my bootloader: will they keep on working and:
If I get OTA updates: will they keep on working too?
Thanks in advance for any reply...
Diger36 said:
At least my problem is solved. The fact that droid with the red exclamation mark is stock left me searching how to get into recovery then. It appears that if you hit Volume up and power shortly when you see that image it loads stock recovery menu.
Two simple questions: I want my GN to be close to stock, haven't flashed custom rom's radio's etc. What I do want is Root and SetCPU (for power saving options during screen off), rootexplorer, Volume+ etcetera working. I've managed to put them all on, now:
If I reflash stock recovery and lock my bootloader: will they keep on working and:
If I get OTA updates: will they keep on working too?
Thanks in advance for any reply...
Click to expand...
Click to collapse
you can leave your phone unlocked and root with a method such as CF-Root and leave your factory recovery and OTA's will go through and install without issue. Having the bootloader unlocker doesn't effect OTA's at all. There are a some programs that claim they maintain root after OTA but even if they don't you can just re root with a program like CF-Root
joshnichols189 said:
Try flashing CWM with Rom Manager.
Click to expand...
Click to collapse
This. I had the exact same issue when trying to flash anything after I rooted. either flash CWM through rom manager or install CWM permanently if you haven't already. After I installed it I've had no issues.

Back to Stock HTC Euro Rom

I have searched to find the answer to this but the going from 1.29 to 1.28 bit is confusing me.
I have an HTC One X that was on T-Mobile UK 1.26. I usedthe HTC Dev and clockwork and ended up with the LeeDroid Rom with 1.29 firmware.
I have the phone for sale and have someone local who wants it, but he says he wants the standard rom on it or a stock HTC one. Don't ask why, I don't know.
What exactly can I do to get it back...I have some backups I made via the option in Recovery all the way back to the T-Mobile rom...with options to restore boot.img
Or can't I go back because I am on 1.29 ?
monkeyphonix said:
I have searched to find the answer to this but the going from 1.29 to 1.28 bit is confusing me.
I have an HTC One X that was on T-Mobile UK 1.26. I usedthe HTC Dev and clockwork and ended up with the LeeDroid Rom with 1.29 firmware.
I have the phone for sale and have someone local who wants it, but he says he wants the standard rom on it or a stock HTC one. Don't ask why, I don't know.
What exactly can I do to get it back...I have some backups I made via the option in Recovery all the way back to the T-Mobile rom...with options to restore boot.img
Or can't I go back because I am on 1.29 ?
Click to expand...
Click to collapse
You can go back; it's only if you'd done an official update (OTA or RUU) that you'd be stuck, because they also update the bootloader and you can't downgrade that.
Since you've got backups I would just restore the backup of the T-Mobile ROM, flash the boot.img which is in the nandroid backup folder, then (if he's wanting it completely stock), flash the stock recovery and lock the bootloader again.
Alternatively, if you can find a T-Mobile RUU you can just lock the bootloader then run the RUU to write everything back to stock, but it seems a waste of time downloading a full RUU when you've got a backup of the software you want already sitting there.
Hey thanks, will give that a try..cheers
I flashed the original backup from April in recovery and it just hangs at a white screen on reboot.
monkeyphonix said:
I flashed the original backup from April in recovery and it just hangs at a white screen on reboot.
Click to expand...
Click to collapse
Did you flash the boot.img via fastboot as well?
Does that have to be done on my pc ? I just flashed the boot.img then the actual backup. Via the phone
Unless you're s-off you can't write to the boot partition from recovery, so you need to do it from your computer using fastboot. Exactly the same as when you're flashing a ROM.
I never used a pc for anything to get it to the Leedroid...I'll have to look for a guide to do what you said. Apart from when I did the HTC Dev unlock thing.
Thanks for your help.
monkeyphonix said:
I never used a pc for anything to get it to the Leedroid...I'll have to look for a guide to do what you said. Apart from when I did the HTC Dev unlock thing.
Thanks for your help.
Click to expand...
Click to collapse
Interesting; I'm impressed your ROM's been working, seeing as you've seemingly been using the stock 1.26 boot.img with the 1.29 ROM.
Anyway, it's a similar (red identical) process to the one you used to unlock the bootloader. Assuming you've still got the fastboot executable on your PC from when you unlocked, and a copy of the boot.img from the backup you're trying to restore:
1) copy boot.img into the same folder as the fastboot binary
2) turn your phone on in fastboot mode (turn it off, hold vol-down and power on and it should boot into bootloader; select 'fastboot' from the menu if it doesn't automatically load into fastboot mode)
3) connect the phone to the PC via USB (the text on the phone should now say "fastboot USB")
4) on your PC open a command prompt and navigte to the folder containing your boot.img and the fastboot binary
5) run the following command: fastboot flash boot boot.img
6) run the following command: fastboot erase cache
7) run the following command: fastboot reboot
I've just reverted back to stock recovery instead of the original boot for some reason, been at a wedding and am a bit very drunk still, so I really need to get the stock boot.img file from somewhere don't I.
Edit, I found it in clockwork folder by connecting to pc and it is 8mb from April.
I did what you said and it all worked, great thanks. I am now back on stock boot.img abd back to tmobile 1.26....but still with the clockwork recovery and still rooted.
I know how to revert back to the stock recovery as I just did it by mistake...should I be d-rooting it or whatever you call it...and will I have wiped out my sim unlock I paid for ?
Also it is offering me an update of 28 or so mb, is this safe to install ? I am on 1.26 right now. Or do I want to get rid of clockworkd and revert to stock recovery first ?
The 28mb update will be the 1.28 update; you would need to restore the stock recovery and lock the bootloader again to install that (it will just download and fail if you try to install it now).
If the person you're selling it to wants it completely back to stock, then flash your stock recovery, then go back into fastboot (same process as before) and use the command fastboot oem lock to lock the bootloader again. Then accept the update and it'll be back to stock and updated to 1.28.
No idea about SIM-unlocks, sorry. I imagine it would still hold (otherwise everyone who's flashing ROMs, updates or backups would need to keep re-doing it), but I'm honestly just guessing at this point so don't take any of that as anything conclusive.
Ok I did all that and relocked it just about to do the update. Thanks very much for your help.

Half way unrooted

Hi,
I was rooted with S-OFF, super CID etc. and decided to unroot. Looks like I made a mess of it, since I flashed the lasted RUU (RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed.exe) via HTC Sync.
So I lost root, super cid and clockworkmod. But I still have Radio S-OFF.
What is the easiest/safest way to get back to full root?
thanx.
PS. My device is from November 2011, so I guess it shipped with Froyo.
Download Rooted version RUU 3.12.*** full version
1.Boot your phone in recovery mode (vol down + power)
2.Wipe data Factory Reset
3.Wipe Cache partition
4.Install Zip from SD card .... wait Finish
5.Restart
then flash rom what you wanted.
HoundDK said:
Hi,
I was rooted with S-OFF, super CID etc. and decided to unroot. Looks like I made a mess of it, since I flashed the lasted RUU (RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed.exe) via HTC Sync.
So I lost root, super cid and clockworkmod. But I still have Radio S-OFF.
What is the easiest/safest way to get back to full root?
thanx.
PS. My device is from November 2011, so I guess it shipped with Froyo.
Click to expand...
Click to collapse
Forget about Froyo....you are running GB now so that is the important thing. To get back root just flash Superuser app and update the binary. Then reboot and you should have root...to get CWM back, you have to flash it in fastboot....if you need help send me a PM and will guide you.
Remember OP has lost ClockworkMod too... OP you need to reflash ClockworkMod before you can follow those instructions. Just flash it the same way you did in the first place, using fastboot is the most reliable way to do it, I'd link you but I'm not allowed yet. Google if you need help though, there's loads of tutorials. You basically just hold power + down volume when booting your phone, select and click "fastboot", then plug the phone into your computer, open a command prompt (you need the Android SDK installed) and type "fastboot flash recovery [path to your recovery file]" and you're done.
Hexgore said:
Remember OP has lost ClockworkMod too... OP you need to reflash ClockworkMod before you can follow those instructions. Just flash it the same way you did in the first place, using fastboot is the most reliable way to do it, I'd link you but I'm not allowed yet. Google if you need help though, there's loads of tutorials. You basically just hold power + down volume when booting your phone, select and click "fastboot", then plug the phone into your computer, open a command prompt (you need the Android SDK installed) and type "fastboot flash recovery [path to your recovery file]" and you're done.
Click to expand...
Click to collapse
He won't be able to flash recovery in that way as he is S-OFF and not ENG S-OFF...he needs to flash it in other way...but it is possible. That is why I invited him to send me a PM just to lend him a hand....

[Q] General Assistance on HTC Desire A8181

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.

New Verizon HTC one S-off but can not access recovery

I just got an HTC one from Best Buy Mobile (Verizon) yesterday. Turned S-Off using runrunner. Verified root but can not access recovery. I had the same issue with a S4 but it was a known issue for all that has updated to the 4.3.
I have tried all the suggestions in flashing TWRP. I am wondering if this is a Verizon related issue? Maybe they are putting something on their phones to prevent recovery?
HELP!!!!
Something is really jacked up with my phone. It kept saying Unfortunately Amazon has stopped. Over and over again. So I gave up and went to do a factory restore and data wipe. I first went to Super user and removed permanent root. I then tried to do a factory wipe through settings/backup & reset reset phone. It still gave me issues trying to enter recovery mode. It would get hung up and then reboot to a sort of safe mode version of the OS. (with a red disclaimer at the bottom). Then I tried to do factory reset by holding the volume down and power. Its doing the same thing. At this point I don't are about root I just want a working phone.
Any suggestions?
Flash twrp from the xda thread here and then flash arom. What exactly are you doing to flash it?
Sent from my One using xda app-developers app
I have tried flashing a recovery. Now I dont have root and cant do anything. It will not let me even upgrade firmware. I tried to get it back to stock. My recovery is jacked up.
adodson927 said:
I have tried flashing a recovery. Now I dont have root and cant do anything. It will not let me even upgrade firmware. I tried to get it back to stock. My recovery is jacked up.
Click to expand...
Click to collapse
OK, so you are s-ff, is your bootloader unlocked?
IF you are not on stock recovery YOU CANNOT run an update
I'm s-off bootloader unlocked. I have no recovery. Not even stock.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
adodson927 said:
I'm s-off bootloader unlocked. I have no recovery. Not even stock.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
.. you have to have a recovery..
I think?
can you successfully fastboot flash a custom recovery? If not can you fastboot the stock recovery..?
To be completely honest, I would just run the RUU. should fix you right up
You could boot into RUU and flash the decrypted stock rom zip to get back to straight stock. The zip reflashes stock recovery. I don't see why that wouldn't work.
Edit: Oops. Didn't even notice andy just recommended the same thing lol. My fault.
adodson927 said:
I'm s-off bootloader unlocked. I have no recovery. Not even stock.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thats odd, i thought you had to have a recovery of some kind.
Here is what I would do:
Lets try Flashing CWM instead of TWRP in fastboot I will post it, and I will also post the stock recovery there to as well.
https://www.dropbox.com/s/kk2esdrx1g1b50p/recovery-clockwork-touch-6.0.4.5-m7vzw.img
the image is easily installed via an unlocked bootloader with the following command:
fastboot flash recovery imagename.img
in this case: fastboot flash recovery recovery-clockwork-touch-6.0.4.5-m7vzw.img
See if it actually takes, and report back any errors.
If for some reason it does not, try booting into bootloader/fastboot then push the stock recovery:
https://www.dropbox.com/s/hgzgq84svzahvnv/htconerecovery_signed.img
Hopefully that will at least take and try to push CWM again , reboot bootloader and reboot into recovery . I am hoping that does it for you.
Go here: http://download.chainfire.eu/370/SuperSU/UPDATE-SuperSU-v1.80.zip and dump SU on the root of your SD card and flash the SU.
I have seen people have all kind of weird issues with rum runner and I am just glad i had the official java card method used on mine. I also tend to just use a stock ROM which is just de-bloated.
Anyways I have used Santod040 roms in case i need to go back to pure stock ROM only: http://forum.xda-developers.com/showthread.php?t=2485319
You will need the odex one to run any OTA
The firmware is a different thing to flash.
here are the checksums:
htconerecovery_signed.img
MD5: E3F5208454689BE7F09835D4A60953A8
SHA-1: 1B0734D97732039528159AD1409AFEE858B5E9F1
SHA3-256: E0741EB77E5DEBEA932EE74F374FAC9E1037776178944279E8B12832C30E2546
recovery-clockwork-touch-6.0.4.5-m7vzw.img
MD5: 21A386CB920C485844E3BE0727351838
SHA-1: 312350D7383850915A648E2060AA2FC72B5EA08F
SHA3-256: 78B0C42CD62D3EB2B18BF62B544FC86878A56199DB96D13F26EA65663A822932
Thanks guys!
I was able to install TWRP and also Superuser.
Here are the instructions I used. Maybe they will help someone else like me.
Power off your device, then press and hold Power and Volume Down until you're in the bootloader menu. Highlight FASTBOOT and press Power. You should see Fastboot USB highlighted in red.
Download the latest version of TWRP for your phone and carrier. Rename file to twrp.img.
Open a command prompt on your computer and navigate to your SDK directory. Type "fastboot flash recovery twrp.img" and hit Enter.
Then I backed up my stock rom using TWRP
In TWRP's main menu, tap Reboot. It will tell you that you're not rooted and ask you to install SuperSU, so swipe to confirm. When you reboot your phone, you should see a notification that you need to install the SuperSU app. Open the notification and select TWRP, since the app from Google Play only works with S-OFF.
Worked flawlessly.
I installed NuSenseONE max and I love it so far.
adodson927 said:
Thanks guys!
I was able to install TWRP and also Superuser.
Here are the instructions I used. Maybe they will help someone else like me.
Power off your device, then press and hold Power and Volume Down until you're in the bootloader menu. Highlight FASTBOOT and press Power. You should see Fastboot USB highlighted in red.
Download the latest version of TWRP for your phone and carrier. Rename file to twrp.img.
Open a command prompt on your computer and navigate to your SDK directory. Type "fastboot flash recovery twrp.img" and hit Enter.
Then I backed up my stock rom using TWRP
In TWRP's main menu, tap Reboot. It will tell you that you're not rooted and ask you to install SuperSU, so swipe to confirm. When you reboot your phone, you should see a notification that you need to install the SuperSU app. Open the notification and select TWRP, since the app from Google Play only works with S-OFF.
Worked flawlessly.
I installed NuSenseONE max and I love it so far.
Click to expand...
Click to collapse
how else were you trying to flash a recovery ?!?
Goo.im app as well as ROM Manager, ROM Toolbox can flash recoveries. I've notice there isn't much compatibility with the m7vzw though. You can also use terminal command's from the device. All of these require root access though.
Sent from my One using XDA Premium 4 mobile app
Hey everyone, so my problem is that i did run rumrummer the way it said on the directions and i double checked my rom version type countless times. It says that i am unlocked and s-off, but i cant access recovery. I tried flashing recovery with fastboot command prompt, and still no luck. It gives me a "error: cannot open 'open.img', I navigated to the folder that it is located in and executed the command properly every time. I also dont know how to flash superuser using flashboot, so any help will be very much appreciated. Also I'm kinda new to rooted, I have some experience from a few years back, but dont remember everything.
Jo5ton1018 said:
Hey everyone, so my problem is that i did run rumrummer the way it said on the directions and i double checked my rom version type countless times. It says that i am unlocked and s-off, but i cant access recovery. I tried flashing recovery with fastboot command prompt, and still no luck. It gives me a "error: cannot open 'open.img', I navigated to the folder that it is located in and executed the command properly every time. I also dont know how to flash superuser using flashboot, so any help will be very much appreciated. Also I'm kinda new to rooted, I have some experience from a few years back, but dont remember everything.
Click to expand...
Click to collapse
place the name.img file in the same folder as the adb and fastboot executables, open command prompt as administrator for that directory, then type "fastboot flash recovery name.img" substitute name.img for the actual name of the file including extension and make sure there are no quotes around it. also, use "fastboot devices" or "adb devices" to make sure your phone is being recognized.
I got it to work, finally. Thanks for the reply pointedge. I beat u to it earlier in the day and forgot to post up again that I got it. It was like u said, I just had the file in the wrong folder.
Sent from my HTC6500LVW using XDA Premium 4 mobile app
nrfitchett4 said:
how else were you trying to flash a recovery ?!?
Click to expand...
Click to collapse
I'm willing to bet he flashed the wrong recovery. It's happened to a lot of people.

Categories

Resources