not to be a smartass, but did you dismount your phone, or is it still hooked up to the computer?
This is a discussion on Custom Recovery Image within the Droid Hacks forums, part of the Droid Hacking category; not to be a smartass, but did you dismount your phone, or is it still hooked up to the computer?...
not to be a smartass, but did you dismount your phone, or is it still hooked up to the computer?
and you put in the part about blocking the stock recovery from running, yes?
You should do it before hand, then you can reboot into recovery to see if it worked, then reboot normally into android and it won't reflash the old recovery.image.
Ok guys I'm stuck. This is what I did:
1) Downloaded t he flash_image.zip and recovery-0.08.img
2) Extracted flash_image from the zip file.
3) Copied flash_image (NOT the zip) and the .img file to my sd card.
4) Safely removed and then dismounted the sd card so it is accessible by the phone.
5) Opened up terminal emulator and tried all of the following from the $ prompt AND the # (su) prompt:
flash_image recovery /sdcard/recovery-0.08.img
/sdcard/flash_image recovery /sdcard/recovery-0.08.img
I also tried to cd into /sdcard/ and run the same two commands. I tried
./flash_image recovery /sdcard/recovery-0.08.img
also and that didn't work.
Am I going about this the wrong way? I also noticed that someone mentioned disabling the stock recovery. I didn't see anything about that in the instructions, how do I go about doing that?
I'm an Android noob but I have some linux experience. Do I need to chown flash_image or something?
Reboot your phone into recovery mode, and you will be able to use the updated recovery.
I entered the commands for blocking the stock recovery first, and still the 2nd part where I flash the recovery image is not working. I am going to delete the 2 files re download them and put on sd card again.
im getting the error flash_image not found... also, the first time i tried, i lost mount ability, had to reinstall drivers..
anyone have any insight as to why its not recognizing? should i try through adb?
Forgot to mention, the command which seems to get me the farthest is:
/sdcard/flash_image recovery /sdcard/recovery-0.08.img
What I get from that is:
/sdcard/flash_image: permission denied
I get that even when I su to the # prompt. Any ideas?
There's got to be a missing step here. Maybe another program that is required?