PDA

View Full Version : [Recovery] [32A & 32B] [16-May-2010] RA-sapphire-v1.7.0


Pages : 1 2 3 4 5 [6]

Phateless
23rd October 2010, 08:08 PM
No..........

Thanks. Warned you it was a stupid question. :D

FernandoMiguel
26th October 2010, 01:22 PM
Bart as I told you on twitter, 1.7 is not cleaning dalvik cache
# mount -a
mount: mounting /dev/block/mmcblk0p2 on /sd-ext failed: No such file or directory
/ # df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 95.9M 0 95.9M 0% /dev
/dev/block/mtdblock4 80.0M 33.4M 46.6M 42% /cache
/dev/block/mmcblk0p1 7.4G 2.6G 4.8G 35% /sdcard
/dev/block/mtdblock3 90.0M 83.2M 6.8M 92% /system
/dev/block/mtdblock5 295.8M 176.9M 118.8M 60% /data


and now after using wipe cache and dalvik-cache

/ # du -chs data/dalvik-cache/
29.6M data/dalvik-cache/
29.6M total
/ # df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 95.9M 0 95.9M 0% /dev
/dev/block/mtdblock4 80.0M 1.1M 78.9M 1% /cache
/dev/block/mtdblock3 90.0M 83.2M 6.8M 92% /system
/dev/block/mtdblock5 295.8M 176.9M 118.8M 60% /data
/dev/block/mmcblk0p1 7.4G 2.6G 4.8G 35% /sdcard


I need to manually rm it :(
Thanks in advance

Amon_RA
26th October 2010, 05:41 PM
Bart as I told you on twitter, 1.7 is not cleaning dalvik cache
# mount -a
mount: mounting /dev/block/mmcblk0p2 on /sd-ext failed: No such file or directory
/ # df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 95.9M 0 95.9M 0% /dev
/dev/block/mtdblock4 80.0M 33.4M 46.6M 42% /cache
/dev/block/mmcblk0p1 7.4G 2.6G 4.8G 35% /sdcard
/dev/block/mtdblock3 90.0M 83.2M 6.8M 92% /system
/dev/block/mtdblock5 295.8M 176.9M 118.8M 60% /data


and now after using wipe cache and dalvik-cache

/ # du -chs data/dalvik-cache/
29.6M data/dalvik-cache/
29.6M total
/ # df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 95.9M 0 95.9M 0% /dev
/dev/block/mtdblock4 80.0M 1.1M 78.9M 1% /cache
/dev/block/mtdblock3 90.0M 83.2M 6.8M 92% /system
/dev/block/mtdblock5 295.8M 176.9M 118.8M 60% /data
/dev/block/mmcblk0p1 7.4G 2.6G 4.8G 35% /sdcard


I need to manually rm it :(
Thanks in advance

Don't mount manually when you use the menu to wipe...
Or you use the menu to do stuff, or you do everything manually via adb, but don't mix both, this can give mount issues.

I did the following and it works just fine :

1. Unplug charger/usb cable
2. boot in recovery mode
3. select wipe, select wipe Dalvik-cache, and wait for it to finish
4. plug usb cable
5. adb shell
6. cd /data
7. ls => Notice that the whole dalvik-cache directory is erased
8. cd /cache
9. ls => Notice that the whole dalvik-cache directory is erased

Conclusion : wipe cache works fine

FernandoMiguel
26th October 2010, 05:47 PM
5. adb shell
6. cd /data
7. ls => Notice that the whole dalvik-cache directory is erased
8. cd /cache
9. ls => Notice that the whole dalvik-cache directory is erased

Conclusion : wipe cache works fine

sorry Bart, but not true.

/data is not mounted so there is nothing to see there. ofc that would show as clean.

If you mount /data and then cd to it, i'm almost sure you will see still data in /data/dalvik-cache
i'll have to reboot and test dough.

Amon_RA
26th October 2010, 06:35 PM
sorry Bart, but not true.

/data is not mounted so there is nothing to see there. ofc that would show as clean.

If you mount /data and then cd to it, i'm almost sure you will see still data in /data/dalvik-cache
i'll have to reboot and test dough.

Ah crap you are right, I was testing it on my Nexus and I notice that I didn't update the wipe script in v1.7.0 for the sapphire!
I'll post an updated version soon.
Thanks for reporting!

nomadman
26th October 2010, 07:58 PM
i also had the feeling this was happening. but fastboot wipe should do the trick right?

renedlog
26th October 2010, 08:04 PM
There is a full functional recovery-AR-magic+-1.7.0.1
for the HTC Magic 32A 6.35 radio and 1.76 spl

on this thread:
http://forum.xda-developers.com/showthread.php?t=816345

i have not tested it. but i will as soon as my magic is back from the repair center.

tsheeley
29th October 2010, 02:24 PM
Ah crap you are right, I was testing it on my Nexus and I notice that I didn't update the wipe script in v1.7.0 for the sapphire!
I'll post an updated version soon.
Thanks for reporting!

Has this issue been resolved yet? It sure would explain issues I had in the past.

gulid23
29th October 2010, 04:56 PM
Hey i am doing theunlockr How To: Load a Custom ROM on Your HTC Magic this

there it says:

"I. Partition Your Memory Card for Apps2SD or Hero

1. Get into recovery mode by holding down Home and Power to turn on the phone (if you are not already there).

2. Click on Wipe Data. Once that is done, click on Format Fat32+Ext2+LinuxSwap and wait for it to format."

and in I can't find command "Format Fat32+Ext2+LinuxSwap" in RA-sapphire-v1.7.0H.img

What should I do, should I just miss this step???

benearle
2nd November 2010, 02:33 AM
Alright,

Black, original myTouch 3g
Official Froyo - FRG83B
Temporary root via VISIONary

I'm trying to flash this recovery manually via terminal emulator. However, every time I submit

#flash_image recovery /sdcard/recovery-RA-sapphire-v1.7.0G.img

I receive a message saying "Image not found"

I have made sure there are no typos in the code, and the file is definitely on the root of my SD.

I have also tried flashing this recovery via ROM Manager and have even tried flashing the Clockwork Recovery but I have a feeling it is unsuccessful due to the temporary root.

1.) Is this even possible with temporary root?
2.) Does anyone know how to perma-root via VISIONary or any other root app designed for rooting Android version 2.2.1

p.s. I apologize if this information is already somewhere in the 100+ pages of this thread.

Thanks,
Ben

psor
4th November 2010, 02:54 AM
Hi,

I have a HTC Magic 32A. I managed to get the recovery image installed (recovery-RA-hero-v1.6.2).

I reboot in the recovery mode to make a nandroid backup. No problem here.

But, I rebooted and restarted my stock Rogers Android 2.1. After that, I can't boot in the recovery mode anymore! It seems that it lost the recovery image.

Is that normal ?

Thanks.

cincog
5th November 2010, 03:58 PM
*fixed by using the adb method*

Thanks

Hi

currently I have a real Problem. I tried to update my Amon RA recovery with the most recent one from this post first page with the fastboot method.
All worked fine, rebooted. Now, if I try to boot to the recovery mode, phone hangs on startup screen, never comes to the recovery.
If I start the phone normal, cyanogenmod 6.1 starts fine.

Any Idea, how I could solve this Issue? I am on a 32b Magic.

Thanks in Advance

wjsturgis3
5th November 2010, 06:41 PM
*fixed by using the adb method*

Thanks

Hi

currently I have a real Problem. I tried to update my Amon RA recovery with the most recent one from this post first page with the fastboot method.
All worked fine, rebooted. Now, if I try to boot to the recovery mode, phone hangs on startup screen, never comes to the recovery.
If I start the phone normal, cyanogenmod 6.1 starts fine.

Any Idea, how I could solve this Issue? I am on a 32b Magic.

Thanks in Advance
Did you flash the correct version? You should be using 1.7.0G. Also check the MD5 sum to be sure of good download. If all else fails just try reflashing via fastboot.

ehb224
9th November 2010, 04:36 PM
Has this issue been resolved yet? It sure would explain issues I had in the past.

Wondering the same myself.

FHL09
12th November 2010, 10:53 AM
Amon_RA

I still find your recovery to be the easiest to use & with its themes (HTC/Cyan) I love it more, its like a mix & match, maybe you should do one with the AbsolutelyAndroid theme, just a idea.

Thanks for the great recovery, happy to be supporting you for this long!

badboy68
15th November 2010, 12:43 AM
ok i jus got a mt3g 32b, and tried flashing this through terminal, i get this error message:
mtd:read error at 0x00000000 (out of memory)
, help please

Amon_RA
15th November 2010, 07:25 AM
ok i jus got a mt3g 32b, and tried flashing this through terminal, i get this error message:
mtd:read error at 0x00000000 (out of memory)
, help please

reboot your phone and try again or flash via fastboot

badboy68
15th November 2010, 08:47 AM
i got it now, was missing a back slash

filipecmartins
16th November 2010, 10:38 AM
Hi,

I've just upgraded to Amon_Ra recovery 1.7.0 and when I go to recovery screen the phone simply reboots to its normal state or freezes (less frequent), which is strange. So I can't do anything such as loading a new ROM.

Has this happened to any of you?

My specs are:

SAPPHIRE PVT 32A ENG S-OFF H
HBOOT-1.76.2007 (SAPP10000)
CPLD-12
RADIO-6.35.08.29
Aug 21 2009,18:19:15

Thanks in advance!

EDIT:

Fixed. I didn't read the instructions as well I should. In this (http://forum.xda-developers.com/showpost.php?p=4029315&postcount=1)thread is says 32A users with SPL 1.76.x should flash the Hero version! (Will be updated to v1.7.0 soon!!)
Flashed with the last version recovery-RA-hero-v1.6.2.img (recovery-RA-hero-v1.7.0.1.img doesn't work on magic, as author says) and everything looks fine now.


EDIT 2:
However, when flashing the cayogen I'm getting an error (Status 7) :( already reported here (http://forum.xda-developers.com/showpost.php?p=9234854&postcount=4663). Any help would be appreciated.

Frankle-master
19th November 2010, 08:57 PM
Excellent, feel free to post your nandroid dumps so we can enable root on it :) !
How is that possible? I use the same device and all the recovery images I used crashed after few seconds. Does anybody have the same issue? I'd like to install a custom ROM on my Magic!

Thanks

EDIT:

Damn thing, sorry for the post... I read the one above and finally found the solution. After hours of try, it WORKED!! Thank you XDA! Should post a link on The Unlockr.

DaMyth
30th November 2010, 08:13 AM
Hello all... needing a bit of help... have 32B with 1.33.0013 hboot, 2.22.27.08, for some reason when I try to flash anything, all I get is E:no signature, E:verification failed... I'm trying to use the update for 1e66c8483846.signed-opal-FRG83D-from-FRG83B.1e66c848... any help would be greatly appreciated.

vion77
30th November 2010, 01:21 PM
I rooted my htc magic with Universal Androot.
I downloaded the 1.7.0G recovery and tried to boot the recovery with fastboot.
And I got the message remote not allowed!
here is my phone info:
- saphire unknown 32B ship s on g
- hboot 1.33.0007 sapp 10000
- cpld 10
- radio 2.22.19.26i
- jul 31 2009 15:49:25
The phone is with the original 1.6 donut rom

any method that works to flash the recovery on this phone is welcome!

the driving dutch
2nd December 2010, 08:10 AM
http://forum.xda-developers.com/showthread.php?t=857844

Can someone help me please?

nirianto
3rd December 2010, 04:23 AM
Hi all!
need your help on restoring my Rogers HTC Magic. So I rooted the phone before and flashed it using HERO ROM. Then my gf accidentally did a factory reset on the phone and it completely wiped the phone. Everytime trying to boot the phone, it got stuck on the HERO screen loop. She tried restoring it by doing this:

fastboot erase boot

fastboot erase system

fastboot boot recovery.img

This restored the phone back to the original Rogers ROM but only lasted a couple days. Then this crashed and stuck on the ROGERS screen loop.

Now, I am trying to restore this. When I go to the fastboot mode this is what i see:
SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.33.0009 (SAPP50000)
CPLD-12
RADIO-3.22.20.17
May 8 2009,21:02:32

I tried recovery mode via fastboot using recovery-RA-sapphire-v1.7.0H.img and i get this message:

fastboot flash recovery rec.img
error: cannot load 'rec.img'

Help please!

Amon_RA
3rd December 2010, 08:12 AM
I tried recovery mode via fastboot using recovery-RA-sapphire-v1.7.0H.img and i get this message:

fastboot flash recovery rec.img
error: cannot load 'rec.img'

Help please!

it can not find rec.img , make sure rec.img is at the same location on your pc as where you are invoking the fastboot command.

nirianto
3rd December 2010, 10:02 PM
Amon_RA, Yes i put the image file inside the AndroidSDK/tools folder.

Hosern1
6th December 2010, 03:13 AM
hey need some help
I have no recovery at the moment, as I was using rom manager to install clockworkmod recovery but it seems that it did not install it properly as it was just stuck at splash screen when i went into recovery for a very long time, then i tried to install Amon_ra using rom manager and the same thing happened.
Then went into terminal to install i got out of memory errors.

I cant use any of the usb ways of flashing this as my usb doesn't work due to hardware problem so my only option is terminal.

how can i install the recovery. thank you

rom cm6 rc1

EDIT: nvm killing all the apps and few reboots sorted it.

MadDog_
6th December 2010, 10:08 AM
Hi,

Sorry if this question have been up before, but what is the difference between this two?

* recovery-RA-sapphire-v1.7.0H.img (Click here to download from a Mirror) - MD5Sum: f78bc0ff51f233666a9a5f72b56aabec

* recovery-RA-sapphire-v1.7.0H-cyan.img (Click here to download from a Mirror) - MD5Sum: 1ed8363e05b3515d7f976a8764cfad51


And also excuse my bad english.

wjsturgis3
8th December 2010, 03:03 PM
Hi,

Sorry if this question have been up before, but what is the difference between this two?

* recovery-RA-sapphire-v1.7.0H.img (Click here to download from a Mirror) - MD5Sum: f78bc0ff51f233666a9a5f72b56aabec

* recovery-RA-sapphire-v1.7.0H-cyan.img (Click here to download from a Mirror) - MD5Sum: 1ed8363e05b3515d7f976a8764cfad51


And also excuse my bad english.

Read, in the OP, the change log for version 1.7.0, last line. No difference.

exe127
13th December 2010, 08:54 AM
When will the new recovery for new radio 32A come out? now is still RA-hero1.6.2~~sigh

Straightflush
15th December 2010, 12:24 AM
are we gonna get 2.0? I've seen it, and its an amazing recovery, I hope you are working on it :P thanks :D

mash_ns
18th December 2010, 09:45 AM
When I try to put new recovery 1.7 , my phone restart several times in recovery mode.
I put old recovery 1.6.2, and works great.

Can anywone tell my why?

I have new radio and spl ond htc magic 32a and rogers 2.1 v 6.0.

oostah
20th December 2010, 05:46 AM
i have rooted the htc bee wildfire cdma that came out for alltel and verizon. the htc buzz wildfire is gsm. i cant find a recovery for this phone any place and i keep trying just about every one i find. can any one come up with one.

ferrarinews
26th December 2010, 12:33 PM
I have a question, what would it be clarified.
I have a HTC Magic 32A, with radio 6.35.XXXX, hboot-1.76.2007. I am using the recovery "Magic32A-RA-recovery-v1.6.2-6:35".
The question is, can I use the recovery "recovery-RA-sapphire-v1.7.0H.img"??
Thanks.

wjsturgis3
29th December 2010, 02:45 PM
I have a question, what would it be clarified.
I have a HTC Magic 32A, with radio 6.35.XXXX, hboot-1.76.2007. I am using the recovery "Magic32A-RA-recovery-v1.6.2-6:35".
The question is, can I use the recovery "recovery-RA-sapphire-v1.7.0H.img"??
Thanks.
I don't know the answer to your question but here is a recovery that worked for me: recovery-RA-magic+-v1.7.0.1 http://forum.xda-developers.com/showthread.php?t=816345

skrki
29th December 2010, 03:25 PM
I have a question, what would it be clarified.
I have a HTC Magic 32A, with radio 6.35.XXXX, hboot-1.76.2007. I am using the recovery "Magic32A-RA-recovery-v1.6.2-6:35".
The question is, can I use the recovery "recovery-RA-sapphire-v1.7.0H.img"??
Thanks.

When I try to put new recovery 1.7 , my phone restart several times in recovery mode.
I put old recovery 1.6.2, and works great.

Can anywone tell my why?

I have new radio and spl ond htc magic 32a and rogers 2.1 v 6.0.

Magics with SPL 1.76.x should use the Hero 1.7.1
Says so in the OP.

ferrari_news, you should probably try that.
mash_ns, check your SPL version?

ferrarinews
29th December 2010, 04:12 PM
But there says "Only flash recovery-RA-hero-v1.6.2.img if you have a 32A Sapphire with 6.35.x.x radio and 1.76.x SPL, recovery-RA-hero-v1.7.0.1.img will NOT boot! I'll create a new Sapphire version soon."
Thanks.

exe127
2nd January 2011, 03:01 AM
But there says "Only flash recovery-RA-hero-v1.6.2.img if you have a 32A Sapphire with 6.35.x.x radio and 1.76.x SPL, recovery-RA-hero-v1.7.0.1.img will NOT boot! I'll create a new Sapphire version soon."
Thanks.

when will v1.701 for a 32A Sapphire with 6.35.x.x radio and 1.76.x SPL release?

TheJeeks
2nd January 2011, 02:15 PM
Magics with SPL 1.76.x should use the Hero 1.7.1
Says so in the OP.

ferrari_news, you should probably try that.
mash_ns, check your SPL version?

Shall we use the install method for the Hero or shall we only download the Hero img and use the Magic 32A install. I am asking this because the install/flashing methods are different.

TheJeeks
5th January 2011, 08:44 PM
Shall we use the install method for the Hero or shall we only download the Hero img and use the Magic 32A install. I am asking this because the install/flashing methods are different.

Can anyone answer this question?

tsheeley
5th January 2011, 09:17 PM
Can anyone answer this question?

I would imagine you'd use the method for the magic. The worst that happens is that you use the other method.

You could also probably do it with Droid Explorer. Which would save the hassle of any typos. I just used it last night to flash a new recovery on my wifes cliq. (Sorry, I'm at work and don't have the link in front of me. It's here on XDA tho.)

TheJeeks
5th January 2011, 10:35 PM
I would imagine you'd use the method for the magic. The worst that happens is that you use the other method.

You could also probably do it with Droid Explorer. Which would save the hassle of any typos. I just used it last night to flash a new recovery on my wifes cliq. (Sorry, I'm at work and don't have the link in front of me. It's here on XDA tho.)

Cheers, I will give that a try.

onimorza
24th January 2011, 04:12 PM
What is that recovery-RA-magic+-v2.0.0.1 posted by some people, is that an official release from you Amon_RA for the HTC Magic?

wjsturgis3
24th January 2011, 07:05 PM
What is that recovery-RA-magic+-v2.0.0.1 posted by some people, is that an official release from you Amon_RA for the HTC Magic?

No, it's a modified version for the 31A and the "new" 6.36..." radio

onimorza
25th January 2011, 11:08 AM
No, it's a modified version for the 31A and the "new" 6.36..." radio

But I see people use and advise it for 32a, e.g. http://forum.xda-developers.com/showthread.php?t=921273

wjsturgis3
25th January 2011, 03:22 PM
But I see people use and advise it for 32a, e.g. http://forum.xda-developers.com/showthread.php?t=921273

Yes, but notice that the 6.35 radio in used/supported in that thread. Support of that radio is the reason for these recoveries.

Dragonited
8th February 2011, 06:29 PM
OK I'm a little confused on the instructions here. I accessed the revision information screen and it said:
Sapphire PVT 32A SHIP S-ON H
HBOOT-1.76-0009 (SAPP10000)
CPLD-12
RADIO-6.35.08.29

In the beginning it said if I had 1.76 SPL I should use the Hero one. Does that mean I should use the SPL and OS for the Hero version? Sorry for maybe asking a stupid question but I want to be sure since I don't want to brick it since I'm cracking it for a friend.

EDIT: Saw TheJeeks question now and reply. Though I don't rely want to install it just unlock it so you can use a sim card from another provider.

aca85
15th February 2011, 06:10 PM
I already have a the 1.6.2 version...can i just instal the 1.7v over it > ?

TriforceKommando
20th February 2011, 02:19 AM
I already have a the 1.6.2 version...can i just instal the 1.7v over it > ?

Yes.
(Minimum 10 chars)

Villani10
2nd March 2011, 04:35 PM
I have the 32A 1.76.xxx version, but the radio is the old one (3.22.xxx)

SAPPHIRE PVT 32A ENG S-OFF H
HBOOT-1.76.2007 (SAPP60000)
CPLD-12
RADIO-3.22.20.17
Awg 21 2009, 18:19:15

what should i do?

AnothrNmbr
3rd March 2011, 09:19 PM
I finally upgraded my google ion to cm6 (from stock doughnut 1.6) via amon ra 1.7.0. Thanks to everyone for all this excellent stuff. The problem I have is that the home key seems to be sticking (probably due to being dropped in the toilet) and so I am always forced to be booted into the boot loader. I'm only able to boot into normal cm6 if i connect with usb use 'adb shell reboot system'. My question is, is there any way I can hack the existing 1.7.0 img to add a menu option for 'reboot system' to force my phone to ignore/bypass the home key press its receiving at reboot time (and just boot into the phone normally)? Alternatively, how would I go about adding an option to the power/end key long press dialog that would 'reboot system' instead of a normal reboot. Any links or help you all can provide is greatly appreciated.

thanks,
ji

lux@
2nd May 2011, 05:56 PM
Hello everyone! :)

I have a HTC Magic 32b with original Froyo 2.2.1, rooted (with SuperOneClick) and BusyBox 1.18.4.

http://img84.imageshack.us/img84/3842/dsc0071jy.th.jpg (http://img84.imageshack.us/i/dsc0071jy.jpg/)

I have the ADB & Fastboot on my Windows 7 Ultimate 32bit and they found my HTC Magic (adb devices & fastboot devices)

http://img33.imageshack.us/img33/2554/34943993.th.png (http://img33.imageshack.us/i/34943993.png/)

I want to install the Recovery Mode (I think that the last is the 1.7.0G) but the guide in the first post don't work for me...

I downloaded the recovery-RA-sapphire-v1.7.0G.img and I put the .img in the "tools" folder of ADB (for me, the folder is adb not tools).
Then I reboot the devices on fastboot mode and with a CMD i write "fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img" but this is the result:

sending 'recovery' (4520 KB)... FAILED (remote: not allow)

http://img192.imageshack.us/img192/504/61810807.th.png (http://img192.imageshack.us/i/61810807.png/)

So I decide to try with Terminal Emulator... I put the recovery-RA-sapphire-v1.7.0G.img into root of sdcard and this is the result:

flash_image: not found

http://img848.imageshack.us/img848/4535/dsc0072d.th.jpg (http://img848.imageshack.us/i/dsc0072d.jpg/)

So I try with adb shell but nothing...

http://img189.imageshack.us/img189/8848/36603131.th.png (http://img189.imageshack.us/i/36603131.png/)

At the moment I have this recovery mode, but I think is the "original" of the phone...

http://img577.imageshack.us/img577/4404/dsc0073z.th.jpg (http://img577.imageshack.us/i/dsc0073z.jpg/)

How I have to do to install the Recovery Mode? I need your help! Thank you very much! :confused::)

BrandoHD
8th May 2011, 11:21 PM
Hello everyone! :)

I have a HTC Magic 32b with original Froyo 2.2.1, rooted (with SuperOneClick) and BusyBox 1.18.4.

http://img84.imageshack.us/img84/3842/dsc0071jy.th.jpg (http://img84.imageshack.us/i/dsc0071jy.jpg/)

I have the ADB & Fastboot on my Windows 7 Ultimate 32bit and they found my HTC Magic (adb devices & fastboot devices)

http://img33.imageshack.us/img33/2554/34943993.th.png (http://img33.imageshack.us/i/34943993.png/)

I want to install the Recovery Mode (I think that the last is the 1.7.0G) but the guide in the first post don't work for me...

I downloaded the recovery-RA-sapphire-v1.7.0G.img and I put the .img in the "tools" folder of ADB (for me, the folder is adb not tools).
Then I reboot the devices on fastboot mode and with a CMD i write "fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img" but this is the result:

sending 'recovery' (4520 KB)... FAILED (remote: not allow)

http://img192.imageshack.us/img192/504/61810807.th.png (http://img192.imageshack.us/i/61810807.png/)

So I decide to try with Terminal Emulator... I put the recovery-RA-sapphire-v1.7.0G.img into root of sdcard and this is the result:

flash_image: not found

http://img848.imageshack.us/img848/4535/dsc0072d.th.jpg (http://img848.imageshack.us/i/dsc0072d.jpg/)

So I try with adb shell but nothing...

http://img189.imageshack.us/img189/8848/36603131.th.png (http://img189.imageshack.us/i/36603131.png/)

At the moment I have this recovery mode, but I think is the "original" of the phone...

http://img577.imageshack.us/img577/4404/dsc0073z.th.jpg (http://img577.imageshack.us/i/dsc0073z.jpg/)

How I have to do to install the Recovery Mode? I need your help! Thank you very much! :confused::)

There is a radio switcher tool on the forum

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

lux@
11th May 2011, 02:34 PM
There is a radio switcher tool on the forum

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

Thanks but is only for 32a, I have 32b!

<<WITH THE PROVIDED FILES IT CAN ONLY BE USED FOR THE OLD 32A MAGIC>>

:(

MrRevhead
12th May 2011, 02:39 AM
Hello everyone! :)

I have a HTC Magic 32b with original Froyo 2.2.1, rooted (with SuperOneClick) and BusyBox 1.18.4.

I have the ADB & Fastboot on my Windows 7 Ultimate 32bit and they found my HTC Magic (adb devices & fastboot devices)

I want to install the Recovery Mode (I think that the last is the 1.7.0G) but the guide in the first post don't work for me...

I downloaded the recovery-RA-sapphire-v1.7.0G.img and I put the .img in the "tools" folder of ADB (for me, the folder is adb not tools).
Then I reboot the devices on fastboot mode and with a CMD i write "fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img" but this is the result:

sending 'recovery' (4520 KB)... FAILED (remote: not allow)

So I decide to try with Terminal Emulator... I put the recovery-RA-sapphire-v1.7.0G.img into root of sdcard and this is the result:

flash_image: not found

So I try with adb shell but nothing...

At the moment I have this recovery mode, but I think is the "original" of the phone...

How I have to do to install the Recovery Mode? I need your help! Thank you very much! :confused::)

I am having this EXACT problem!

I too would also appreciate any advice/assistance.

BrandoHD
15th May 2011, 01:16 AM
Thanks but is only for 32a, I have 32b!

<<WITH THE PROVIDED FILES IT CAN ONLY BE USED FOR THE OLD 32A MAGIC>>

:(

What that means is that he included 32A specific files for 32A specific phones, but you select your own custom files and flash

MrRevhead
16th May 2011, 03:40 AM
I am having this EXACT problem!

I too would also appreciate any advice/assistance.Any advice?

I am hoping to retry flashing my phone this evening.

Thanks

smashman42
9th June 2011, 11:10 AM
Hi peeps, hoping to get some help here.

I've been running COS-DS for a while & previously CM6.1.0 & CMnightlys on my 32B Magic (aka ION aka MT3G, original not 1.2/Fender) that has the .0013d SPL & .28.25 radio.

Seemingly at random my RA 1.7.0 recovery became corrupted, I'd used it earlier in the day no problems & hadn't tried to flash an alternative like Clockwork or anything else, it just spontaneously screwed up.

I boot to recovery either via shutdown --> Reboot to recovery or manually via turning off the phone & powering on holding down the home button. I get this at the bottom of the screen...

Build : RA-sapphire-v1.7.0G

But the menu that usually pops up a fraction after that never arrives.

First I tried the simple thing, installed Rom Manger from the market & flashed Clockwork, it too stops at the same point, Build : Clockwork xxxx but no menu - flashing RA1.7.0G back as the "alternative recovery" says it flashed successfully but still the same thing.

Then I manually flashed as per the first page instructions, there is no Fastboot Flash on this SPL & as I don't have a working recovery I can't do the ADB in recovery thing, so I did the terminal emulator within the OS method & get something like the following...

http://smashman.net/stuff/device.png

"mtd: read error at 0x000X0000 (Out of Memory)"

The number of read errors vary, is this the problem with flashing failing back in the CM5.0.7 days, that Gingerbread too simply runs out of memory to run it?

I've run "fastboot erase recovery" to start cleaner but it still fails to flash correctly. Any ideas how to get out of this mess?

In that is disappeared spontaneously, could there be a problem with the flash memory in the phone? How can I test it?

I'm hesitant to try unrooting with a NBH file in case the flash memory is borked & ending up with a total brick.

Suggestions?

Edit: Yes, the MD5 matches

Edit2: Brick pretty much. Unrooted & fastbooting a recovery comes up the same error as when flash_image eventually went through without errors...

"Build : RA-sapphire-v1.7.0G"

...so I think something is wrong with the nand, the OS bootloops with no ADB access & the HTC recovery is borked too. Initially used TMUS MT3G SAPPIMG with perfect SPL .0006, upgraded to a Vodafone SAPPIMG with HBoot 1.33.0009 S=ON & 3.22x radio, exact same symptoms but at least now I can fastboot boot, but it doesn't work with RA versions 1.7.0, 1.6.2 & 1.2.0 or CW2.5.0.7 (yes I'm using H recoveries now given the SAPPIMG I used, they boot to that "Build" line whereas the G one stays at Splash1, as you would expect with 3.22.x radio).

!_Ale13star_!
9th June 2011, 03:38 PM
Why doesn't RA Recovery have TOGGLE SIGNATURE VERIFICATION..??I think it is very important and useful..

Jamin13
5th July 2011, 04:59 AM
Will this work for porting it to the Kyocera Echo?

reynierpm
6th July 2011, 04:06 AM
I have a HTC Magic 32A with radio 6.35.16.19 and SPL 1.76.2007 which IMG should I install?

WiseJoeyD
10th July 2011, 03:39 AM
I have a very interesting issue


32b Sapphire
SPL 1.33.0013d
2.22.28.25
Amon Ra 1.7.0g


Been backing up and going between Roms with ease thanks to the backup/restore functions :D

Recently been going back and forth between CyanM 6.1 {307 nightly} and GingerYoshi 1.2.1

Used Superwipe v2 between restores.

Then tried to make a backup just there and.... well... lots of "........."
It just never stops :rolleyes:

Have to do a battery pull (:eek:+:mad:)

The phone works perfectly, boots perfectly fine, recovery and android. It just now has this.. incontinent Backup problem :p

The backup folder varies wildly in size. Even when a set time passes and I battery-pull

WiseJoeyD
10th July 2011, 04:46 AM
I've been running COS-DS for a while & previously CM6.1.0 & CMnightlys on my 32B Magic (aka ION aka MT3G, original not 1.2/Fender) that has the .0013d SPL & .28.25 radio.

Seemingly at random my RA 1.7.0 recovery became corrupted, I'd used it earlier in the day no problems ... it just spontaneously screwed up.


Well looks like mine did too for some reason. Nandroid is a no go.

Tried to reflash using every method. Geez, harder than updating the radio!

Tried the last option (flash from terminal in CM 6.1) Doh!

That needs to point out that anything from 5.0.7 upwards is impossible.

Now got no recovery... well, got a great setup of a CM6.1 rom.... guess my mod days are at an end?

WiseJoeyD
10th July 2011, 05:13 AM
For science and the community! :D


For anyone with a bjorked recovery in the very precise and ridonculous way I did (with everything else still working)


Install Rom Manager from market
Download Amn Ra 1.7
Flash Clockwork Rom (any)
none of them worked, go figure anyway...
Reboot into Android
Now you can flash Alternative Recovery
It's the wrong one tho, doh! 1.7 H
Let it download and flash anyway
Take the 1.7 G from earlier, rename 1.7 H
Paste it over the 1.7 H on the sdcard in clockwork mod folder
Back in Rom Manager redo 'Flash Alternate Recovery'
Voila!
Zzzzz


:D

The nandroid backup problem from earlier is... still there! Weird no?

But hey, mostly working Recovery feels way better than none :p

WiseJoeyD
10th July 2011, 03:55 PM
for future Googlians searching for similar 32b recovery problems!

Decided to give it all a go again, now that I have a 'safe' restore procedure.

Freed up as much RAM as possible

unlock launcher from memory
up VM heap to 32


Then flash, flash and flashed again. no rebooting, no leaving the application. Just kept selected "Ion/mytouch3g" and did that a bunch of times.


Power off
Fingers Crossed
Reboot to Recovery...
ClockworkMod!


Colour me surprised. Running a backup now.... and the results?

Well it hung on 'Backing up cache...'
:(

*Cleared cahce. Ran again. Successful backup.

Thanks to the verbose-ness of Clockwork mod I discovered something about cache was tripping up the backup process.

Not wanting to look a gift horse in the mouth but for completeness sake...

Gonna put on AmonRa 1.7g
do nandroid - see if it's a success
:rolleyes:

update; it was.
Such a simple fix, and a convoluted journey

Moral of the story:
Clear caches people! :D

romis138
18th July 2011, 07:35 AM
Terminal method (rooted on CM6): even after giving super user permissions to my terminal, I get "error writing recovery".

Within clockworkmod: I can connect to the phone, but when flashing I get "error writing recovery: No space left on device" (edit: now my recovery is broken. )

Also, I can't get "Flash alternate Recovery" to be selectable in ROM Manager, my recovery .img is in the clockworkmod folder of my sd, but it still doesn't let me flash. Currently have installed according to ROM manager, a broken CM 2.5.0.7..

Also, I have s-off but for some reason the command
fastboot flash_image recovery recovery-RA-sapphire-v1.7.0G.img
returns error: cannot load "recovery-RA-sapphire-v1.7.0G.img"

am I missing syntax for having the img in the root of the sdcard? I've tried the same command with /sd and /sdcard prefixing the file name, but it still returns that error.

halp? 32b with ESPRESSO PVT SHIP S-OFF, 7.15.35.16 radio. stuck in CM6 with a radio that doesn't work and need to get up to date.

nite4evr
19th July 2011, 06:40 AM
I just updated to the 1.7.0 but my recovery kept on rebooting, can someone help me?

Dataslycer
21st July 2011, 09:35 PM
I just updated to the 1.7.0 but my recovery kept on rebooting, can someone help me?
Exact same thing happened to me. It flashes normally but after about 10 seconds in the recovery menu it just boots up likenormal. help?

romis138
24th July 2011, 07:31 PM
I can't get into recovery at all now. Only the S-OFF white screen boot mode, but I don't know where to put img bins on my memorycard in order to be able to flash them in that mode (all other recovery flash attempts from within currently flashed CM ROM do not work when rebooted into recovery). Am I bricked?

GreenGuava
29th July 2011, 06:11 AM
Also, I can't get "Flash alternate Recovery" to be selectable in ROM Manager, my recovery .img is in the clockworkmod folder of my sd, but it still doesn't let me flash. Currently have installed according to ROM manager, a broken CM 2.5.0.7.

I'm pretty sure the Amon RA recovery .img should be in the root of your SD card, not inside any folders.

Move the .img to your SD root and see if that enables the "Flash alternate recovery" option in ROM Manager.

3shimi
29th July 2011, 06:51 AM
Hi Guys,
I just flashed my 32A with 6.35 Radio and 1.76.2007 SPL according to this post (http://forum.xda-developers.com/showthread.php?t=605239). Now I have 32A + HBOOT 1.76.2007 + 6.35.10.18 Radio.

Supposedly I'm now able to SDflash my ROM to any rom under Amon_RA's recovery mode, but my device gets stuck everytime I try to boot into recovery mode.

According to Amon_RA, I should use "32A users with SPL 1.76.x should flash the Hero version! (Will be updated to v1.7.0 soon!!)" and I'm using recovery-RA-hero-v1.7.0.1.img which I believe is correct. When I tried to flash the Sapphire recovery image with "recovery-RA-sapphire-v1.7.0H.img", it'll show the recovery mode for 5 secs, then the device hangs.

I've repeatedly flashed the devices (i.e. radio-> hboot-> recovery->erase system->reboot), but none of the combinations seems to work now. Maybe I'm missing out some steps, hopefully someone can shed some light on me :).

3shimi
30th July 2011, 06:54 AM
I solved the issue. I was able to extract the img file from the RUU and just use goldcard/hboot to flash my device. Still dont understand why it gets stuck and not able to get into recovery mode though.

cant post url now, google keywords "How To Root Your Magic/Sapphire – GoldCard Method"

BR
3shimi

rohanmaini
19th August 2011, 04:21 PM
I solved the issue. I was able to extract the img file from the RUU and just use goldcard/hboot to flash my device. Still dont understand why it gets stuck and not able to get into recovery mode though.

cant post url now, google keywords "How To Root Your Magic/Sapphire – GoldCard Method"

BR
3shimi


Read the post carefully (on the Hero thread)

Only flash recovery-RA-hero-v1.6.2.img if you have a 32A Sapphire with 6.35.x.x radio and 1.76.x SPL, recovery-RA-hero-v1.7.0.1.img will NOT boot! I'll create a new Sapphire version soon.

cheers

havlaz
23rd September 2011, 08:03 AM
hi.. i have a problam with flashing the recovery recovery-RA-sapphire-v1.7.0G
i've done root by super one click root, and then i booted into fastboot mode in the phone
fastboot usb
chacking connection by 'fastboot devices'
it OK
then write 'fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img'

then i gen the following massage
http://www.xparty.co.il/upload/fastboot.jpg

here are my hboot detailes
PVT 32B SHIP S-ON G
HBOOT-1.33.0006
CPLD-10
RADIO-2.22.19.261


can you help me ?

Biker1
25th September 2011, 12:25 PM
Hi.
While booting into Recovery RA v2.3, I am flashing a Radio Package. The screen gets stuck for 30 minutes on 'formatting cache.' I toggled to reboot, and the Radio flashed successfully. The thing is I don't know how long to wait till I reboot, and I don't like the uncertainty, especially while flashing a Radio. This is happening whenever I flash a ROM.
I'm sure this has been covered, but there are many pages. I'm coming from CMR, so maybe I have to clear something out? Any help is appreciated.
Evo 4G running CyanogenMod 7.

danthepan124
25th September 2011, 01:34 PM
Hi.
While booting into Recovery RA v2.3, I am flashing a Radio Package. The screen gets stuck for 30 minutes on 'formatting cache.' I toggled to reboot, and the Radio flashed successfully. The thing is I don't know how long to wait till I reboot, and I don't like the uncertainty, especially while flashing a Radio. This is happening whenever I flash a ROM.
I'm sure this has been covered, but there are many pages. I'm coming from CMR, so maybe I have to clear something out? Any help is appreciated.
Evo 4G running CyanogenMod 7.

This is for Magics ONLY

Sent from my HTC Magic using XDA App

makis_best
13th October 2011, 02:06 PM
I finish the procuder with 1.6.2 and everything finish ok.

The problem is... when I try to go into recovery with Home+Power the menu
load fine but after a while the system reboots.

I try again and again but always hapens the same.

Any help?

Thank you.

acseazzu
28th October 2011, 06:49 PM
I had the Amon Ra recovery 1.6.2 on my Mytouch 3G. I flashed a Unoffical CM7 and the ROM works amazingly. I wanted to flash the latest Amon Ra recovery though Rom manager, it said it sucseeded but when I boot into recovery mode im stuck at the spash screen. I have been trying to flash it though ADB but i keep on getting all these "MTd: write error things". Help is appreciated.

Phateless
1st November 2011, 09:03 AM
I had the Amon Ra recovery 1.6.2 on my Mytouch 3G. I flashed a Unoffical CM7 and the ROM works amazingly. I wanted to flash the latest Amon Ra recovery though Rom manager, it said it sucseeded but when I boot into recovery mode im stuck at the spash screen. I have been trying to flash it though ADB but i keep on getting all these "MTd: write error things". Help is appreciated.

SAPPIMG back to Cupcake, reroot and start fresh.

daring_guy
1st November 2011, 05:29 PM
SAPPIMG back to Cupcake, reroot and start fresh.

Good idea.... I would like to go back to Cupcake and start with my Magic as well... any pointers on where to start?

Thanks in advance :)

EDIT: No worries... I found the solution on CM's wiki site (wiki.cyanogenmod.com/wiki/TMobile_myTouch_3G:_Rooting) :)

Shroomster
4th November 2011, 04:05 AM
I seem to be missing something....I follow the adb instructions but recovery never reboots and I still have 1.6.2....

I_Cornholio
5th January 2012, 05:24 AM
I seem to be missing something....I follow the adb instructions but recovery never reboots and I still have 1.6.2....

Did you make sure that the file shows up on your SD card?

f4lcon
9th January 2012, 11:09 AM
Hi,
I am probably a giant noob, but what is "engineering SPL"?
I have a stock (rooted) PVT 32B sapphire (vodafone/google branded) but first method doesn't work. when I input "fastboot devices" something shows up (I assume it's my phone) but when I input "fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img" nothing happens.
the second I can not try as I do not have custom recovery at all.
the third method isn't working eighter. now that I figured out what the terminal application was and downloaded, granted superuser, then write "flash_image ..." it says it didn't found the img altough it is on the SD card. am I missing something?

any nooblike step-by-step solutions welcome. thanks

elmanortega
26th January 2012, 01:09 AM
hey guys i have a
32b s-off by xtc clip
hboot 1.33.0013
radio 2.22.28.25

i want to install recovery to be able to install a rom

can someone help me out with this

i will pay for the help thanks

Shroomster
26th January 2012, 04:23 PM
Did you make sure that the file shows up on your SD card?

Sorry I finally got it upgraded....it's for sale now too

farzad23
25th February 2012, 01:18 PM
HI ALL

touch diamond 2 is like mytouch 3g (cpu exactly and mor ram) so the question is can i flash diamond2 with this recovery ??

thanx in advanced

Shano56
26th February 2012, 04:51 PM
HI ALL

touch diamond 2 is like mytouch 3g (cpu exactly and mor ram) so the question is can i flash diamond2 with this recovery ??

thanx in advanced

probably just install cwm recovery or go to diamond2 boards and find a recovery there

LucaZPF
1st March 2012, 04:05 PM
Hello,
my HTC Magic (Vodafone ITA) has 1.5 installed and it's not rooted
Can i install this recovery or need root?

thanks