• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

quick question (possibly dumb)...

Pecosb

Newbie
Jan 12, 2010
25
0
hey all, just had a quick question. im rooted with fresh2.0d and i have the old 1.5.2 recovery image and want to load on the new 1.6 recovery image before i load fresh2.1.2 on my phone.. so my question is how do i go about loading the new recovery image onto my phone? do i have to unroot and reroot with the new recovery image or is there a simpler way?

i tried searching but i couldnt find anything specific about flashing the new recovery image onto an alrdy rooted phone. sorry if this question has been asked or if it is just a dumb question, but i figured this would be the most efficient way to get a reliable answer.

anyways, thanks for your time guys/gals, and i appreciate any info on the matter.
 
hey all, just had a quick question. im rooted with fresh2.0d and i have the old 1.5.2 recovery image and want to load on the new 1.6 recovery image before i load fresh2.1.2 on my phone.. so my question is how do i go about loading the new recovery image onto my phone? do i have to unroot and reroot with the new recovery image or is there a simpler way?

i tried searching but i couldnt find anything specific about flashing the new recovery image onto an alrdy rooted phone. sorry if this question has been asked or if it is just a dumb question, but i figured this would be the most efficient way to get a reliable answer.

anyways, thanks for your time guys/gals, and i appreciate any info on the matter.

Thanks to ccapasso for the following:

Option A:
1. Use Kitchen (I didn't but I think it says it can do it)

or

Option B:
1. Mount your SD card, put the 1.6.2 img on your SD card. Unmount your SD Card.
2. Make sure SD Card is unmounted and USB Debugging Is enabled
3. Open a command prompt, and cd to your android-sdk-windows/tools directory
4. Issue the following commands (press enter after each)

adb remount
adb shell
cd /sdcard/
flash_image recovery recovery-RA-heroc-v1.6.2.img

After those commands, make sure it flashes successfully (It will return to the # sign). When I did mine, I kept getting the out of memory error. To fix this I simply unplugged the phone, and repeated my steps. Do not reboot the phone until the img successfully flashes.

After you get it successfully flashed, you will issue the following command

reboot recovery

That should take your into RA
 
  • Like
Reactions: Pecosb
Upvote 0
Thanks for the info...

I'm curious as well to the updated recovery image... Differences and fixes - specifically, if anyone is aware of them. I searched and found no info other than it's (recovery) updated.

Also, is it backward compatible? I.e., to restore and older backup for instance (1.5, not that I would want to, just happy to know I could).

Happy Trails!
:cool:
 
Upvote 0
Thanks for the info...

I'm curious as well to the updated recovery image... Differences and fixes - specifically, if anyone is aware of them. I searched and found no info other than it's (recovery) updated.

Also, is it backward compatible? I.e., to restore and older backup for instance (1.5, not that I would want to, just happy to know I could).

Happy Trails!
:cool:

Yes, it is backward compatible.

Here is a link to the Dev of the RA post:
[Recovery] CDMA Sprint [07-Mar-2010] RA-heroc-v1.6.2 - xda-developers

Release notes are in there :)
 
  • Like
Reactions: cooolone2
Upvote 0
ok... now I'm done???

lol, HELP!!! hahaha...

I tried to update the Recovery to 1.6.2 and now I think my recovery console is gone.

I couldn't get it going and I read this...
xda-developers - View Single Post - [Recovery ROM] [07-Mar-2010] RA-hero-v1.6.2

Of course because it wasn't working I tried this and now...

When I try to boot into recovery I get the HTC screen and a little red box in the top left hand corner that says FASTBOOT USB. Phone doesn't respond.
I continually get that file does not exist when trying to flash, but it's there on the root of sdcard.

So I disconnect the USB and pull the battery. IF I try to boot into recovery it just stays on the HTC screen (I'm assuming it's looking for recovery and it's gone - so stuck). If I just press power button the phones starts normally (phew!!! a relief!) So I can access the phone and debugging/su through the command prompt.

:(

So... now, how do I replace or restore the recovery? Ideas???
I feel so defeated and noobish. thanks for any help in advance.

So embarrassing...
 
Upvote 0
ok... now I'm done???

lol, HELP!!! hahaha...

I tried to update the Recovery to 1.6.2 and now I think my recovery console is gone.

I couldn't get it going and I read this...
xda-developers - View Single Post - [Recovery ROM] [07-Mar-2010] RA-hero-v1.6.2

Of course because it wasn't working I tried this and now...

When I try to boot into recovery I get the HTC screen and a little red box in the top left hand corner that says FASTBOOT USB. Phone doesn't respond.
I continually get that file does not exist when trying to flash, but it's there on the root of sdcard.

So I disconnect the USB and pull the battery. IF I try to boot into recovery it just stays on the HTC screen (I'm assuming it's looking for recovery and it's gone - so stuck). If I just press power button the phones starts normally (phew!!! a relief!) So I can access the phone and debugging/su through the command prompt.

:(

So... now, how do I replace or restore the recovery? Ideas???
I feel so defeated and noobish. thanks for any help in advance.

So embarrassing...


get fresh kitchen. click root.. on root page check box for flash RA only.. then click root.. it'll put the 1.6.2 RA on for you
 
Upvote 0
get fresh kitchen. click root.. on root page check box for flash RA only.. then click root.. it'll put the 1.6.2 RA on for you

Agreed. If this doesn't work you can always do it manually:

1. Mount your SD Card. Place recovery image on SD Card.
2. Unmount SD Card.
3. Open a command prompt and cd to your android-sdk-windows/tools directory
4. Issue the following commands: (press enter after each)

adb remount
adb shell
cd /sdcard/
flash_image recovery recovery-RA-heroc-v1.6.2.img

After this goes through successfully, you will get the # sign returned (same as you did when rooting and flashing the old RA manually).

Only enter the next command after the # sign shows up. If it doesn't or you get an error, do NOT enter this command:

reboot recovery
 
Upvote 0
get fresh kitchen. click root.. on root page check box for flash RA only.. then click root.. it'll put the 1.6.2 RA on for you

Cool, thanks... I've tried every angle I could read online and nothing worked. So Fresh Kitchen is menu driven then, lol, I enjoy command line, but will make an exception, lmao... I'm freaking cause I don't wanna mess anything else up and lose access to Nandroid Restore, lol.

Turns out that when looking closer at that page and it's thread, it was NOT for CDMA Hero, I'm usually pretty good making sure, but wow, what a hiccup!
As always, the computers only do what YOU tell them too, all mistakes are mostly HUMAN error, lol.

Using the cmd to wipe a folder is not to smart ;)
"cat /dev/zero > /dev/mtd/mtd1"

I did read somewhere though that there are copies of those core folders on the phone??? Is that true? Just curious, cause I'm wondering why then it didn't replace what was missing when I rebooted... but maybe I read something wrong. Anyway, also not a good idea to try things at 1:00 a.m., lol.

Thanks Again!
Your help is appreciated.
:cool:
 
Upvote 0
Agreed. If this doesn't work you can always do it manually:

1. Mount your SD Card. Place recovery image on SD Card.
2. Unmount SD Card.
3. Open a command prompt and cd to your android-sdk-windows/tools directory
4. Issue the following commands: (press enter after each)

adb remount
adb shell
cd /sdcard/
flash_image recovery recovery-RA-heroc-v1.6.2.img

After this goes through successfully, you will get the # sign returned (same as you did when rooting and flashing the old RA manually).

Only enter the next command after the # sign shows up. If it doesn't or you get an error, do NOT enter this command:

reboot recovery

ok... here's what I get???


C:\android-sdk-windows\tools>adb remount
adb server is out of date. killing...
* daemon started successfully *
remount failed: Operation not permitted

*** What does remount failed mean??? ***
*** so I continue...

C:\android-sdk-windows\tools>adb shell
$ cd /sdcard/
cd /sdcard/
$ flash_image recovery recovery-RA-heroc-v1.6.2.img
flash_image recovery recovery-RA-heroc-v1.6.2.img
flash_image: permission denied

*** so I load SU permisson *** Still???

$ su
su
# flash_image recovery recovery-RA-heroc-v1.6.2.img
flash_image recovery recovery-RA-heroc-v1.6.2.img
flash_image: not found
# flash_image recovery /sdcard/recovery-RA-heroc-v1.6.2.img
flash_image recovery /sdcard/recovery-RA-heroc-v1.6.2.img
flash_image: not found
# exit
exit
$ exit
exit

C:\android-sdk-windows\tools>


So I back out, it tells me the files aren't there and they are, both in tools directory and the sdcard ROOT. What am I missing or doing wrong?

Thanks
:)

oh... and this is what I have loaded onto my phone... if it helps.
[ROM] Newest Sprint leak - RUU_Hero_C_Sprint_2.27.651.5_R_signed_release - xda-developers
 
Upvote 0
get fresh kitchen. click root.. on root page check box for flash RA only.. then click root.. it'll put the 1.6.2 RA on for you

ok, tried this too and it says:

The Kitchen has detected that you don't appear to be running a stock Sprint rom. This root method only works on the Sprint Hero. Would you like to continue.

??? lol, I'm just trying to go cautiously here and not screw it up and have to put all my info back into phone. So is it not recognizing the 2.1 update I loaded to the phone? What's your best guess?

Thanks all... I REALLY appreciate it and hate troubling you.
:)
 
Upvote 0
ok, So sorry to hijack this thread too... but ...

So Kitchen failed, flashrec too.

I'm real interested to know... can I just unpack to recovery image file and push the files where they belong on the phone? hahaha, and if so... what commands or permissions to enable writing the files and the directories they belong.

IF all else fails, can I re-run the entire ROOT process and just write over everything, but losing what I have and start from scratch again (contacts, apps, data?)

Wow... what a drag, but, thanks again for any help, in advance!
:)
 
Upvote 0
Ok peeps... come now, anyone, any ideas???

I've been all over the place with this... even checking and changing directory permissions and trying to push recovery.img from the nandroid backup to the phone, all no good. Wow...

so anyway, if I re-run the entire ROOT process will I be able to start over?
I have access to shell and root now.

Thanks :)
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones