Jump to content

Recovery


Guest A_2_Z

Recommended Posts

Guest JackG
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

Link to comment
Share on other sites

Guest Dr.Alani
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?

Link to comment
Share on other sites

Guest A_2_Z
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 :(

Link to comment
Share on other sites

Guest A_2_Z
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

#

Link to comment
Share on other sites

Guest JackG
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

Link to comment
Share on other sites

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.