Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Tactical Fart
Old
#1  
Member - OP
Thanks Meter 0
Posts: 45
Join Date: Feb 2009
Default Restore Recovery Image?

I'm trying to install Cyanogen 4.1.99, but I think I screwed up. According to Fingerlickin I need to install cyanogen's recovery image. First, before I even tried this endeavor, I was running Cyanogen 4.11.1 with the EnochXTra theme. I flashed the recovery image as instructed but, when I rebooted (probably where I messed up) I didn't see the usual recovery mode menu, just some triangle with a "!" in it facing a phone/pda (and NO text). Now I can't flash update.zip files. (Yes I tried ALT+S).

Also Fingerlickin pointed me towards fastboot. I know it's the key right now, but I don't know where to go from here. I think I still have root because I have adb running and could "su" without any complaints.

(I decided to start a new thread because the one I was in had a different problem. Also I would search the forum but I don' know what to search for.)
 
B-man007
Old
#2  
Account currently disabled
Thanks Meter 0
Posts: 1,305
Join Date: Jun 2009
Location: Dallas
Quote:
Originally Posted by Tactical Fart View Post
I'm trying to install Cyanogen 4.1.99, but I think I screwed up. According to Fingerlickin I need to install cyanogen's recovery image. First, before I even tried this endeavor, I was running Cyanogen 4.11.1 with the EnochXTra theme. I flashed the recovery image as instructed but, when I rebooted (probably where I messed up) I didn't see the usual recovery mode menu, just some triangle with a "!" in it facing a phone/pda (and NO text). Now I can't flash update.zip files. (Yes I tried ALT+S).

Also Fingerlickin pointed me towards fastboot. I know it's the key right now, but I don't know where to go from here. I think I still have root because I have adb running and could "su" without any complaints.

(I decided to start a new thread because the one I was in had a different problem. Also I would search the forum but I don' know what to search for.)


http://forum.xda-developers.com/showthread.php?t=523558

instructions are in the OP. if you can boot into the rom, use

Code:
flash_image recovery /sdcard/cm-recovery-1.4.img
after putting the new recovery on your SD card


if that doesnt work

Code:
fastboot erase recovery
fastboot flash recovery cm-recovery-1.4.img
with fastboot



instructions to set up fastboot
http://forum.xda-developers.com/showthread.php?t=532719

you shouldnt need to flash the SPL if you have HardSPL or DangerSPL already. Just make sure you have the right drivers, and use the 1.6 SDK since its already out

If you have any others questions or need clarification, post here again
 
Tactical Fart
Old
#3  
Member - OP
Thanks Meter 0
Posts: 45
Join Date: Feb 2009
When I was in the rom, I used the terminal emulator, and when I tried to use "su" it said "uid 10031 not allowed to su". I tried "flash_image recovery /sdcard/cm-recovery-1.4.img" under adb and that flopped. Under fast boot I get "Error: cannot load 'cm-recovery-1.4.img'.

*Is nervous*
 
david1171
Old
#4  
Senior Member
Thanks Meter 157
Posts: 3,202
Join Date: Apr 2009

 
DONATE TO ME
Quote:
Originally Posted by Tactical Fart View Post
When I was in the rom, I used the terminal emulator, and when I tried to use "su" it said "uid 10031 not allowed to su". I tried "flash_image recovery /sdcard/cm-recovery-1.4.img" under adb and that flopped. Under fast boot I get "Error: cannot load 'cm-recovery-1.4.img'.

*Is nervous*
what spl do you have and is the recovery.img in the folder you are using fastboot from?
Device: Nexus S 4G
ROM: CM7
CM7 Theme Engine: MinimalBread
App Mod: Demotivators Protips Widget
My Icon Sets: Minimalist and Minimal
Twitter: david1171_
Google Chrome Theme: Minimalist
PayPal: If you would like to donate
 
B-man007
Old
#5  
Account currently disabled
Thanks Meter 0
Posts: 1,305
Join Date: Jun 2009
Location: Dallas
Quote:
Originally Posted by david1171 View Post
what spl do you have and is the recovery.img in the folder you are using fastboot from?
He has the DangerSPL

and do as david said. the cm recovery image must be in the same folder as the fastboot executable
 
david1171
Old
#6  
Senior Member
Thanks Meter 157
Posts: 3,202
Join Date: Apr 2009

 
DONATE TO ME
Quote:
Originally Posted by B-man007 View Post
He has the DangerSPL

and do as david said. the cm recovery image must be in the same folder as the fastboot executable
reading fail, that's what little sleep for the past few days does

i have a android folder on my C:\ drive with fastboot.exe, adb.exe, and the AdbWinApi.dll so that is the folder i use whenever i need fastboot, i keep the adb.exe and AdbWinApi.dll file in my system32 folder so i can use adb easier.
Device: Nexus S 4G
ROM: CM7
CM7 Theme Engine: MinimalBread
App Mod: Demotivators Protips Widget
My Icon Sets: Minimalist and Minimal
Twitter: david1171_
Google Chrome Theme: Minimalist
PayPal: If you would like to donate
 
B-man007
Old
#7  
Account currently disabled
Thanks Meter 0
Posts: 1,305
Join Date: Jun 2009
Location: Dallas
Quote:
Originally Posted by david1171 View Post
reading fail, that's what little sleep for the past few days does

i have a android folder on my C:\ drive with fastboot.exe, adb.exe, and the AdbWinApi.dll so that is the folder i use whenever i need fastboot, i keep the adb.exe and AdbWinApi.dll file in my system32 folder so i can use adb easier.
O dont worry he didnt mention it in this thread, it was in the other thread.

I do the same thing haha

@Technical Fart

Don't worry to much, your phone is still booting, its not bricked. Just take it slow and read everything carefully. since you got fastboot already set up, the hardest part is over.
 
Tactical Fart
Old
#8  
Member - OP
Thanks Meter 0
Posts: 45
Join Date: Feb 2009
Problem Fixed!!! I didn't know that you had to have the image in that same directory that you had the fastboot command in. Thank-you so much! It feels good to be in a cyanogen rom again.
 
B-man007
Old
#9  
Account currently disabled
Thanks Meter 0
Posts: 1,305
Join Date: Jun 2009
Location: Dallas
Quote:
Originally Posted by Tactical Fart View Post
Problem Fixed!!! I didn't know that you had to have the image in that same directory that you had the fastboot command in. Thank-you so much! It feels good to be in a cyanogen rom again.
NP

Can you please put [SOLVED] in the title?
 
Tactical Fart
Old
#10  
Member - OP
Thanks Meter 0
Posts: 45
Join Date: Feb 2009
Quote:
Originally Posted by B-man007 View Post
NP

Can you please put [SOLVED] in the title?
How do I do that?

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more

App Analytics, or the Death of the Independent App Developer

This is entry number one in a series of articles about tools for app developers, … more

Serajr Power Toggles Brings Settings to the Small App World

Ever since the introduction of multi-window with things like Cornerstone and … more