Welcome to CyanogenMod
![]() |
Welcome to our forum. Like most online communities you must register to post, but don't worry this is a simple free process that requires minimal information for you to signup. Be a part of the CyanogenMod Forum by signing in or creating an account. You can even sign in with your Facebook or Twitter account.
|
Have lost ability to go into recovery.
#1
Posted 14 July 2010 - 12:23 AM
I started by doing a wipe and loading CM6-RC1 and installing all my apps and settings (I had been on BBv0.4). I wanted to backup what I had done so far, but it would not work. When trying to backup or load a different kernel (through Rom Manager,) it looked like it was working, but there was no backup or new kernel after rebooting. I tried every way possible to get into Clockwork Mod recovery: Rom Manager, Quick Boot, holding down x and power but no go. All apps requiring root are working, but I no longer had the ability to get to recovery. Next, I flashed alternate recovery using Rom Manager and tried to go into SPRecovery, but it did the same as Clockwork Mod (long Moto logo then reboot).
* I was able to get to the bootloader, so I went ahead and flashed SPRecovery using RSDLite. Now in SPRecovery, I was able to restore an older backup of BB which loaded no problem.
Next, I was able to flash to Clockwork Mod recovery and loaded a wiped and clean copy of BBv0.4, loaded apps and settings and then tried to do a backup. Now I have the same problems with not being able to backup, change kernel, get into recovery that I did after loading CM6.
What took place while flashing RSDLite: After flashing my phone it booted back up with the BB bootanimation. Once it gets past the bootanimation, the phone has a solid red LED and looks like a dead phone after flashing a bad kernel. I waited till RSDLite finished flashing, then I pulled the battery and was able to boot back up into SPRecovery.*
At present my phone is running BBv0.4. I have root, all apps are running correctly but I cannot get into recovery. I don’t understand what has caused this problem or what to do next. Anybody run into something like this?
#2
Posted 14 July 2010 - 12:34 AM
If RomManager is working correctly in your current backup make sure it's up to date...
Connect to Wifi.
Open RM, go to settings, and choose "Erase Recovery" then back out.
Now go to settings and choose "Clear download cache".
Then go to the bottom of the RM list and choose "All ClockworkMod Recoveries" and choose version 2.0.2.0 or 2.0.2.4 and hit OK.
Select Motodroid.
After a short while you should see "successfully flashed"
Now try to boot into recovery by holding Power+X.
If that doesn't work, go back, clear download cache, flash spre, then flash CWMR again.
There's posts about this problem when coming from BB in the forums, I'll see if i can find them.
Also, mods please move to Experimental Forum.
#3
Posted 14 July 2010 - 01:15 AM
Absolute Zero, on 14 July 2010 - 12:34 AM, said:
If RomManager is working correctly in your current backup make sure it's up to date...
Connect to Wifi.
Open RM, go to settings, and choose "Erase Recovery" then back out.
Now go to settings and choose "Clear download cache".
Then go to the bottom of the RM list and choose "All ClockworkMod Recoveries" and choose version 2.0.2.0 or 2.0.2.4 and hit OK.
Select Motodroid.
After a short while you should see "successfully flashed"
Now try to boot into recovery by holding Power+X.
If that doesn't work, go back, clear download cache, flash spre, then flash CWMR again.
There's posts about this problem when coming from BB in the forums, I'll see if i can find them.
Also, mods please move to Experimental Forum.
I followed your directions exactly, each time unable to go into recovery.
Thank you Absolute Zero for your response. I will follow this thread and hope for a solution.
#6
Posted 14 July 2010 - 01:53 AM
BodyMarks, on 14 July 2010 - 01:43 AM, said:
flash_image file
#7
#8
Posted 14 July 2010 - 02:48 AM
Absolute Zero, on 14 July 2010 - 01:53 AM, said:
I placed a copy of "flash_image" and "recovery.img" on the root of my sd card.
I entered in terminal emulator:
su
cd /sdcard
flash_image recovery /sdcard/recovery.img
I got: mtd: re-read error at "0x0044000"... (Out of Memory)
error writing recovery: No Space left on device
/mnt/sdcard #
Could not go into recovery.
#9
Posted 14 July 2010 - 02:59 AM
BodyMarks, on 14 July 2010 - 02:48 AM, said:
I entered in terminal emulator:
su
cd /sdcard
flash_image recovery /sdcard/recovery.img
I got: mtd: re-read error at "0x0044000"... (Out of Memory)
error writing recovery: No Space left on device
/mnt/sdcard #
Could not go into recovery.
Or try ADB.
#10
Posted 14 July 2010 - 03:44 AM
Absolute Zero, on 14 July 2010 - 02:59 AM, said:
Or try ADB.
I tried again using virtual emulator; same result "error writing recovery: No space left on device"
I also used ADB but got the same result. Why would it say no space left on device?
Attached Files
#11
Posted 14 July 2010 - 03:47 AM
BodyMarks, on 14 July 2010 - 03:44 AM, said:
I also used ADB but got the same result. Why would it say no space left on device?
I'm getting the same thing. I want to try the fastboot way to fix it, but I can't figure out how fastboot works exactly... Anyone wanna help me with that?
#12
Posted 14 July 2010 - 04:50 AM
BodyMarks, on 14 July 2010 - 03:44 AM, said:
I also used ADB but got the same result. Why would it say no space left on device?
Note, you do not have to include the "/sdcard/" since you have already changed directory (cd) into /sdcard. In other words, you can just type "flash_image recovery recovery.img" but either way is fine.
Edit: I tried it and got the memory errors too, but as I stated, on the second run it flashed fine. I was able to go back and forth between CMR 2.0.2.0 and 2.0.2.4 a couple times (booting into each to verify it actually flashed).
#13
Posted 14 July 2010 - 05:16 AM
Absolute Zero, on 14 July 2010 - 04:50 AM, said:
Note, you do not have to include the "/sdcard/" since you have already changed directory (cd) into /sdcard. In other words, you can just type "flash_image recovery recovery.img" but either way is fine.
Thank you for your continued assistance. I'm afraid I got the same results when entering "flash_image recovery recovery.img" for the second time.
#14
Posted 14 July 2010 - 05:19 AM
http://forum.cyanoge...dpost__p__21996
I posted a script to get round the OOM issues
it should work the same on your phone
#15
Posted 14 July 2010 - 12:29 PM
Firerat, on 14 July 2010 - 05:19 AM, said:
http://forum.cyanoge...dpost__p__21996
I posted a script to get round the OOM issues
it should work the same on your phone
The first time I tried it it said something like it could not read "/sdcard/FR-flashRec-v02.txt". I went ahead and rebooted my Droid and tried a second time and it said "sh: can't open '/sdcard/FR-flashRec-v0.2.txt"
I put an extra "." as in -v0.2.txt
i tried it again with correction and ran (see screen shot). It did not freeze and eventually I shut down the Droid and tried to boot into recovery but no go.
Attached Files
#16
Posted 14 July 2010 - 09:45 PM















