Jump to content

Recovery


Recommended Posts

Guest A_2_Z
Posted

Is there any way to get recovery without using Command Promt?

Guest despotovski01
Posted
Is there any way to get recovery without using Command Promt?

No, there isn't.

Guest JackG
Posted
No, there isn't.

Yes there is, make sure you have the fastboot rom flashed and you are rooted, and download something called "flash_image" (from the attachments below) and put it in the root of your SD Card, get your recovery image in the root of the card too.

Then, download Terminal Emulator from the market when it opens press the menu button and select "Toggle Soft Keyboard" when the keyboard comes up type in

su
cd /sdcard
chmod 755 flash_image
./flash_image recovery /sdcard/recovery.img [/codebox]

(Change the recovery.img to the name of your recovery image eg. recovery_clockwork_2.5.1.8_swift.img or recovery_clockwork_2.5.0.5_swift.img)

Then, reboot the phone, and hold down the Menu+Power and you should be welcomed with the Clockwork menu.

Hope it helps.

flash_image.zip

Guest Dr.Alani
Posted
Yes there is, make sure you have the fastboot rom flashed and you are rooted, and download something called "flash_image" (from the attachments below) and put it in the root of your SD Card, get your recovery image in the root of the card too.

Then, download Terminal Emulator from the market when it opens press the menu button and select "Toggle Soft Keyboard" when the keyboard comes up type in

su
cd /sdcard
chmod 755 flash_image
./flash_image recovery /sdcard/recovery.img [/codebox]

(Change the recovery.img to the name of your recovery image eg. recovery_clockwork_2.5.1.8_swift.img or recovery_clockwork_2.5.0.5_swift.img)

Then, reboot the phone, and hold down the [b]Menu+Power[/b] and you should be welcomed with the Clockwork menu.

Hope it helps.

You mean Home+Power , right?

Guest JackG
Posted
You mean Home+Power , right?

Yeah sorry about that i was thinking of G1 as thats my main device atm

-Jack

Guest A_2_Z
Posted
Yes there is, make sure you have the fastboot rom flashed and you are rooted, and download something called "flash_image" (from the attachments below) and put it in the root of your SD Card, get your recovery image in the root of the card too.

Then, download Terminal Emulator from the market when it opens press the menu button and select "Toggle Soft Keyboard" when the keyboard comes up type in

su
cd /sdcard
chmod 755 flash_image
./flash_image recovery /sdcard/recovery.img [/codebox]

(Change the recovery.img to the name of your recovery image eg. recovery_clockwork_2.5.1.8_swift.img or recovery_clockwork_2.5.0.5_swift.img)

Then, reboot the phone, and hold down the Menu+Power and you should be welcomed with the Clockwork menu.

Hope it helps.

Thanks I will try this soon :(

Guest A_2_Z
Posted
Yes there is, make sure you have the fastboot rom flashed and you are rooted, and download something called "flash_image" (from the attachments below) and put it in the root of your SD Card, get your recovery image in the root of the card too.

Then, download Terminal Emulator from the market when it opens press the menu button and select "Toggle Soft Keyboard" when the keyboard comes up type in

su
cd /sdcard
chmod 755 flash_image
./flash_image recovery /sdcard/recovery.img [/codebox]

(Change the recovery.img to the name of your recovery image eg. recovery_clockwork_2.5.1.8_swift.img or recovery_clockwork_2.5.0.5_swift.img)

Then, reboot the phone, and hold down the Menu+Power and you should be welcomed with the Clockwork menu.

Hope it helps.

hey i tried this and it didn't work. Excatly what it says:

$ export PATH=/data/local/bin:$PATH

$su

# cd /sdcard

# chmod 755 flash_image

Unable to chmod flash image: No such file or directory

#

Guest JackG
Posted
hey i tried this and it didn't work. Excatly what it says:

$ export PATH=/data/local/bin:$PATH

$su

# cd /sdcard

# chmod 755 flash_image

Unable to chmod flash image: No such file or directory

#

Try

chmod 755 ./flash_image

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.