[Q] Need Help with Recovery!! - myTouch 3G Slide Q&A, Help & Troubleshooting

I have succesfully root my girlfriends slide and gained s-off thru Aplha . but i tried to flash cwm 2.5 thru fastboot like an idiot thinking this was the proper way of permanently flashing new recovery and now cannot get into recovery neither factory with triangle or cwm. How do i fix this or will i have to unroot bascially and start over to get the recovery .img again? Also, who can help with permanently flashing cw recovery so that i do not have to use the update.zip method.?

poor2rican1 said:
I have succesfully root my girlfriends slide and gained s-off thru Aplha . but i tried to flash cwm 2.5 thru fastboot like an idiot thinking this was the proper way of permanently flashing new recovery and now cannot get into recovery neither factory with triangle or cwm. How do i fix this or will i have to unroot bascially and start over to get the recovery .img again? Also, who can help with permanently flashing cw recovery so that i do not have to use the update.zip method.?
Click to expand...
Click to collapse
Did you try to fastboot flash the update.zip? That's not good, you should've flashed the cw2.5 .img file. No, you don't have to reroot or res-off, but download the .img file for the latest clockwork recovery on koush's website, for our device. Then, on your computer, while in fastboot mode and plugged into usb, type
fastboot flash recovery filename.img
obviously replacing filename.img with the actual file name/location.

Related

Recovery and Flash_Image not working

I rooted my phone and was able to access Clockwork, but since then I have not been able to boot into recovery. I have gone through many troubleshooting steps including trying to use Rom Manager by clockworkmod to flash a new recovery, trying to go through to root process again and trying to use terminal and adb to flash a recovery. When I try flash_image, it says "flash_image: not found". Rom manager won't boot into recovery. My phone sticks at the exclamation screen when I try to manually boot into recovery. I can't use update.zip because that requires that you have the ability to user recovery. I haven't been able to find any other way to flash a recovery mod onto my system. Is there any way that I can just get the files that are supposed to be installed on the phone and the locations they are supposed to go to so I can just flash them one at a time? Or does anyone have another possible solution?
ESPRDIAG.zip
ESPRDIAG.nbh
ESPRIMG.zip
ESPRIMG.nbh
All those files are showing as missing when I start bootloader.
I think you need to re-root your device if not first. If it is rooted whatever rom you have selected to install needs to be in the root directory of your sdcard. Again before you can flash any rom you need to be rooted and have access to clockwork.
I hope that helps if not try this
http://forum.xda-developers.com/showthread.php?t=702973&page=103
Go through the root process again to get back to clockwork to flash a new ROM. Or follow the process to flash the engineering rom, which will save you from having to do all of that to get back in to clockwork recovery each time.
Finally got it to work, but is there any way that I can get it to go into Clockwork every time I boot into recovery without having to flash it again?
Flashing the engineering rom will enable you to leave update.zip on the root of your sdcard and just flash update.zip eachtime you get to recovery to get into clockwork. Or if you have flashed eng build you can start using rom manager to boot into clockwork recovery. Afaik that's the only way to boot into clockwork.
SySfS

Clockwork Mod

I am trying to update my clockwork mod through recovery, flash .zip, locate the updated zip and flash. It all seems ok with the version but when I boot in the phone and back in recovery it comes the old one. How can I solve this ? Thanks.
DiWizard said:
I am trying to update my clockwork mod through recovery, flash .zip, locate the updated zip and flash. It all seems ok with the version but when I boot in the phone and back in recovery it comes the old one. How can I solve this ? Thanks.
Click to expand...
Click to collapse
if you have s-off you can just flash the recovery image file from fastboot
Use unrevoked to flash it.
You're using fake-flash to run the latest one (or the crap ROM Manager) - as said either run unrEVOked again or, if S-OFF, flash it manually

Frustrated!

Alright I have a problem. I bought a used G2 which had already been rooted. I installed CM7 on it and it worked fine except for wi-fi (little did I know the awful path this was about to send me down). I thought this might be because I was using Recovery 2.5, so I switched to recovery 3.0 and flashed CM7 again, same problem. I found out you have to reboot the phone after your first boot to get wifi working a lot of time so that was my fault, I should have researched that more thoroughly from the beginning and I would have avoided this whole ordeal. Anyway after this I wanted to downgrade to Recovery 2.5 again because there are a lot of zips that can't be installed through recovery with 3.0. So I tried to do that and couldn't, I looked around and found that was probably because I didn't have eng s-off which I didn't, I had s-off but not engineering.
So I tried getting that working, this took forever because I couldn't figure out if I was supposed to use the OTA or preOTA.ko file. I discovered my phone was post OTA so I tried using that file and didn't receive the correct error message (Function not implemented), but instead some other error. After researching this and trying to find out why that could be or what exactly the OTA part of it does without a definitive answer I decided to go ahead and run the terminal command for eng s-off anyway feeling relatively safe. This succeeded and I was happy that I'd finally figured everything out! Wrong. I had eng s-off. Also I was able to downgrade the recovery again through terminal, however after doing this and trying to boot into recovery it would just stay at the white HTC symbol. Fine, maybe I can't downgrade to 2.5 after installing CM7. So I upgraded Recovery back to 3.0 and used it to install CM6.1.
After doing this I went into ROM manager and dropped myself back down to recovery 2.5.1.3. Now whenever I try to reboot into recovery I immediately get taken to fastboot. I've tried searching for any others having problems like this without success and I'm extremely frustrated. I tried using different versions of recovery 2.0, I tried updating to recovery 3.0 all without any success, still just boots into fastboot if I try to get into recovery. Please tell me someone knows what my issue could be and how I can fix it, meanwhile I'll continue trying to work it out and let you know if I do. Thankyou.
EDIT: It appears for whatever reason rom manager may actually not be flashing a recovery, if someone could post the 2.5.1.3 recovery.img that would be wonderful
I dont know if you have Andriod SDK set up and if you know how to use Fastboot, but since you have an ENG. Hboot you can use fastboot to flash a new recovery image onto your phone, you can download the CWM Recovery 3.0.0.5 .Img from HERE. Place the new recovery image into the same folder your Fastboot.exe file is and run this command:
Code:
fastboot flash recovery <name of recovery.img>
There is also a way to flash a new recovery using flash_image method from you phone, so you can download a new recovery from the link above and use this method to flash it.
2.5.1.3 recovery is obsolete, the new 3.0.0.5 recovery supports all roms 2.2. and 2.3.
joemm said:
I dont know if you have Andriod SDK set up and if you know how to use Fastboot, but since you have an ENG. Hboot you can use fastboot to flash a new recovery image onto your phone, you can download the CWM Recovery 3.0.0.5 .Img from HERE. Place the new recovery image into the same folder your Fastboot.exe file is and run this command:
Code:
fastboot flash recovery <name of recovery.img>
There is also a way to flash a new recovery using flash_image method from you phone, so you can download a new recovery from the link above and use this method to flash it.
2.5.1.3 recovery is obsolete, the new 3.0.0.5 recovery supports all roms 2.2. and 2.3.
Click to expand...
Click to collapse
Thanks, yes I know how to use fastboot, and I did install the 3.0.0.5 recovery earlier, the problem with recovery 3 is that a lot of older zips don't support it and I'd really like that functionality. Any idea on where I might be able to find the older recovery? Thanks in advance
I have a copy of the 2.5.1.3 recovery, I put it in my dropbox for you:
http://dl.dropbox.com/u/17831112/recovery.img
Heres a MD5 checksum for it:
0C9C47FC09460DB17EC4BDA5F4F97A12
Update for anyone else frustrated by this, I found a tool that will attempt to update your zip to the new edify format. I've tried it on a couple zips so far and it worked both times, they just added support for the G2. Here's the link
http://forum.xda-developers.com/showthread.php?t=903598

Flash "Temporary" CWR, becomes Permanent?

After following Droid-Life.com's guide on unlocking the bootloader, and then rooting the phone, after installing Rom Manager and flashing CWR through the manager, the recovery truly becomes permanent.
This causes problems because if I try to install an OTA update I get the red error because I'm not running stock recovery.
I guess my question is, is there a stock recovery.img that I'm able to flash through fastboot in order to get rid of CWR and get back stock recovery? Thanks!
If you can't follow my train of thought: When I want to root, I need to install SU.zip through CWR
push su.zip thru adb to phone > flash CWR "temporarily" > install su.zip > reboot
But the problem is, the next time I try rebooting to recovery, I get CWR, not stock recovery like I wanted. And that stock-recovery.p file is still on my phone and alive.
http://forum.xda-developers.com/showthread.php?t=1399879
Shortly after posting, I just answered my own question. I downloaded the stock images from Google, found the recovery.img image in there, simply flashed with ADB and worked great. Thanks for your attention

Phone can boot into fastboot, and system but wont go into recovery

Hi guys i flashed the 3.5.3 CM today but i decided to go back with 3.26 again, so i followed a guide that tells me to install stock recovery over twrp before i install the rom but after i fastboot flash the recovery i cannot go into the recovery anymore.
i tried to flashed the modified twrp and then boot to recovery but still wont open it.
the phone works and can go into fastboot still but it just wont access recovery
anyway to fix it? sorry if this has been discussed before. im on a mac for more info
TIA
1+3
Is your OS booting?
yea
Got the same problem here. Can boot into system and fastboot but if boot to recovery i get the oneplus logo and the bootloaderscreen and then i get a black screen where i should get my recovery. And if wanna Force shutdown my oneplus it freezes somehow. I tried everything to fix this with no result. Stock recovery doesnt work too.
Hi I just had the same problem, I have sent it back to Oneplus for repair. According to the ticket, I had a faulty motherboard, which has been replaced. If you can, do it. I only had to wait for a week before it was sent back.
Had the same problem last night. Following method nr 2 in thos thread solved it.
http://forum.xda-developers.com/showthread.php?t=3405700
Sent from my ONEPLUS A3003 using XDA-Developers mobile app
using fastboot to wipe the recovery partition then fastboot flashing modified twrp twice worked for me, i think the oneplus recovery image thats doing the rounds doesn't want to play nice lol
If youre phone boots in to system, download Flashify from play, flash recovery.img (you need to extract .img file). Go to recovery to check if it works. If not try other recovery.
after flashing the community build i cant boot my device in fastboot mode, it wont start the recovery or boot the system sucessfully.
danxtian said:
Hi guys i flashed the 3.5.3 CM today but i decided to go back with 3.26 again, so i followed a guide that tells me to install stock recovery over twrp before i install the rom but after i fastboot flash the recovery i cannot go into the recovery anymore.
i tried to flashed the modified twrp and then boot to recovery but still wont open it.
the phone works and can go into fastboot still but it just wont access recovery
anyway to fix it? sorry if this has been discussed before. im on a mac for more info
TIA
Click to expand...
Click to collapse
If your device is unlocked, flash the recovery.img from fastboot.
You can download TWRP for oneplus 3 from their site.
Rename the downloaded recovery to recovery.img.
And open fastboot in the path of the recovery image.
Use the command:
Code:
fastboot flash recovery recovery.img
Hopefully this helps
g3ck08 said:
If your device is unlocked, flash the recovery.img from fastboot.
You can download TWRP for oneplus 3 from their site.
Rename the downloaded recovery to recovery.img.
And open fastboot in the path of the recovery image.
Use the command:
Code:
fastboot flash recovery recovery.img
Hopefully this helps
Click to expand...
Click to collapse
managed to fix it the other day, by flashing the modded twrp.. somehow that one worked after that i flashed the 3.26 plus the 3.26 modem ones because if i didnt, my touch screen wont work...
For me, I flashed the twrp from fastboot.
But still the 1+ logo shows when I try to boot in to recovery for 5 sec and shuts down with 2 dots of lights in the navigation button area
The normal boot is working fine. Did flash the recovery using apps like TWRP Manager, Flashify etc. It will show successfulll. But when I try to boot in to recovery, same result.
Please help

Categories

Resources