What else should i try? - myTouch 3G, Magic General

Yesterday I got a phone from a friend. Mytouch3g
he gave it to me because it got stuck on the green splash screen.
I thought to myself hey i can probably fix it... well im out of ideas.
FASTBOOT:
SAPPHIRE PVT 32B ENG S-OFF
HBOOT-1.33.2005 (SAPP30000)
CPLD-10
RADIO-3.22.20.17
Apr 20 2009, 15:30:43
When i got it i was S - ON
i followed this tutorial
http://theunlockr.com/2009/08/14/how-to-root-your-mytouch-3g/
And i have gotten to S-OFF
Now i tried to flash some ROMs that i downloaded from here but no matter what i do it still gets stuck on the the green splash screen.
Also the recovery flash didn't stick
i always have to run this to get to the custom recovery
fastboot boot recovery-RAv1.2.0H.img
i don't know what else to try or what rom to try to get this thing to boot to android. And im afraid that if i keep messing with it I will brick it completely.
Please give me some ideas or directions on what to do.
Thx.
Im on TMOBILE US
OH I also tryed the RUU's but non of the US once worked.
I would just like it back to stock.

No one has any suggestions or ideas?
I spend many hours on the website and the interwebs and followed all sorts of tips and suggestions.
Also none of the threads with the stuck on the green splash have any resolution and concrete solutions.

Are you actually flashing the recovery, or just booting it? Try fastboot flash instead of boot.
Also you have the 3.22 radio, so you have to either change it, or use an ebi1 kernel. I would recommended finding ezterrys guide to update to 2.22.28.25 radio and 1.33.0013d spl

tvall said:
Are you actually flashing the recovery, or just booting it? Try fastboot flash instead of boot.
Also you have the 3.22 radio, so you have to either change it, or use an ebi1 kernel. I would recommended finding ezterrys guide to update to 2.22.28.25 radio and 1.33.0013d spl
Click to expand...
Click to collapse
Yes i have flashed the new radio
This is what it had original .. i wrote it down
SAPPHIRE PVT 32B SHIP S-ON
HBOOT = 1.33.0013(SAPP30000)
CPLD - 10
RADIO 2.22.28.25
OCT 21 2009, 22:23:27
I tryed fastboot flash system recovery-RAv1.2.0H.img ... but that didn't hold.
Is this wrong?

djm3ph said:
Yes i have flashed the new radio
This is what it had original .. i wrote it down
SAPPHIRE PVT 32B SHIP S-ON
HBOOT = 1.33.0013(SAPP30000)
CPLD - 10
RADIO 2.22.28.25
OCT 21 2009, 22:23:27
I tryed fastboot flash system recovery-RAv1.2.0H.img ... but that didn't hold.
Is this wrong?
Click to expand...
Click to collapse
Several issues there... your flashing an old version of ra for the 3.22 radio to the system partition. You need to do this:
fastboot flash recovery recovery.img
And you need the G version of amon_ra recovery.
and you need to get back to an eng spl to do that...

OK well it sounds like i'm am definitively doing this wrong.
There is so much information and so many threads of doing different things, how ever i did not find one that has a complete spoon fed step by step tutorial.
STEP 1?
So download one of these from this thread
http://forum.xda-developers.com/showthread.php?t=530492
Latest :
recovery-RA-sapphire-v1.7.0G.img (Click here to download from a Mirror) - MD5Sum: 8b3b5ff90575eba0c5bfc13c0fa6b8ea
recovery-RA-sapphire-v1.7.0G-cyan.img (Click here to download from a Mirror) - MD5Sum: 8846b53e3184d688e3e8a628ad81074f
and what is the command to flash it????
fastboot devices (to make sure that fastboot "sees" your device)
fastboot flash recovery recovery-RA-sapphire-v1.7.0G.img
Is this correct? How do i get the Radio/SPL. What should i search for?
I found this
http://forum.xda-developers.com/showthread.php?p=10692873#post10692873
RADIO
The new froyo OTA for the Fender/MT2.1 is RADIO-2.22.28.25 This is the same 2.22.28.25 that was pushed to the 32B phones.
If you have a rooted phone and wish to upgrade you can use the safe zip file I've provided before:
update_2.22.28.25_S.zip // mirror
md5: 2e384ab42da375458fdb135063b7536b
This will verify your system can safely install the new radio and ask you to install it.
Note: please ensure you have a backup before flashing this radio sometimes is known for some wacky things on first boot until you can get into the system and verify the clock is set correctly.
HBOOT
The new 32b HBOOT is the one you have always been using 1.33.0013
I've more recently have made a hacked version 1.33.0013d primarily for the Dream to have a larger /system size; However currently I also recommend it for 32b magic/sapphire users due to its reduced restrictions on flashing NBH files, as well as access to fastboot erase.
Since I don't think there is any nbh file safe to flash on the fender/MT1.2 the benefits of installing 1.33.0013d seem minimal on your phone.. however for advanced users, it will unlock fastboot erase. (useful for swapping roms; however most people can just use Super Wipe)
If you do wish to update to this I have a special update.zip to migrate from 1.33.0013 -> 1.33.0013d
update-1_33_0013-to-1_33_0013d_S.zip
MD5: a68743f0b0e40aec9e18cbd02e6128fa
Click to expand...
Click to collapse
how do i flash these?

BTW i appreciate all you help and support and if i figure it out, I will put together a detailed set of instructions for others that encounter this specific issue.

You have to get an Eng spl. Probably by flashing a sappimg with one. I'm on my phone and am too lazy to find one for you.
After that just flash recovery, radio, and hboot like ezterrys thread says.
fastboot flash hboot hboot.img (1.33.0013 or 1.33.0013d hboot)
fastboot flash radio radio.img ( 2.22.27.08 or 2.22.28.25)
fastboot flash recovery recovery.img
fastboot reboot-bootloader
I'm pretty sure those commands are right, but they are from memory and could be spelled wrong or be in the wrong order.

tvall said:
You have to get an Eng spl. Probably by flashing a sappimg with one. I'm on my phone and am too lazy to find one for you.
After that just flash recovery, radio, and hboot like ezterrys thread says.
fastboot flash hboot hboot.img (1.33.0013 or 1.33.0013d hboot)
fastboot flash radio radio.img ( 2.22.27.08 or 2.22.28.25)
fastboot flash recovery recovery.img
fastboot reboot-bootloader
I'm pretty sure those commands are right, but they are from memory and could be spelled wrong or be in the wrong order.
Click to expand...
Click to collapse
I did flash sappimg using a gold card. Then i got the Vodaphone splash screen.
Then i flashed the myTouch 3g splash screen .
This is the tutorial that i followed.
http://theunlockr.com/2009/08/14/how-to-root-your-mytouch-3g/
How does one tell if they have the ENG SPL?
Do i have to do it again or can i just flash the hboot and radio and recovery?
Fastboot info
SAPPHIRE PVT 32B SHIP S-ON (original)
SAPPHIRE PVT 32B ENG S-OFF (after flashing sappimg with gold card)

djm3ph said:
I did flash sappimg using a gold card. Then i got the Vodaphone splash screen.
Then i flashed the myTouch 3g splash screen .
This is the tutorial that i followed.
http://theunlockr.com/2009/08/14/how-to-root-your-mytouch-3g/
How does one tell if they have the ENG SPL?
Do i have to do it again or can i just flash the hboot and radio and recovery?
Fastboot info
SAPPHIRE PVT 32B SHIP S-ON (original)
SAPPHIRE PVT 32B ENG S-OFF (after flashing sappimg with gold card)
Click to expand...
Click to collapse
You want Eng s-off
What radio and hoot do you have now?

SAPPHIRE PVT 32B ENG S-OFF
HBOOT-1.33.2005 (SAPP30000)
CPLD-10
RADIO-3.22.20.17
Apr 20 2009, 15:30:43

Good. Now just follow the steps on this thread: http://forum.xda-developers.com/showthread.php?t=831139

That thread is confusing . I will give it a shot this weekend and report back.
Sent via - HTC SENSATION.

Well i did everything you said and now it's running.
Thank you.!

Related

stuck on mytouch splash screen

I followed the gold card procedure on theunlockr.com because I got the Main version older error for MT3G. So I made the gold card and did everything down to step 28, applying the Hboot img file as update.zip and once I did it I pressed home and back and now gets stuck on the green mytouch splash screen and does Nothing!I even tried wipe before I loaded the update.zip(Rom-RAv1.1.0H-signed-update), and i aslos tried erasing it off my sdcard then reloading it and still nothing. I can apply it but once I reboot Im stuck at the mytouch screen.I can still boot into fastboot and recovery. Can anybody help me.
just go to the recovery and flash the death spl and the required radio (in my sig) make sure you flash the radio first and then the death spl. If you already have the radio then just flash the spl. (to check radio and spl just boot into fastboot and it should say it near the top.) hboot = spl.
Then flash a ROM like super d or dwang or flash the defang base then flash cyanogen mode.
It should boot up perfectly fine now.
AndroidNoobie said:
just go to the recovery and flash the death spl and the required radio (in my sig) make sure you flash the radio first and then the death spl. If you already have the radio then just flash the spl. (to check radio and spl just boot into fastboot and it should say it near the top.) hboot = spl.
Then flash a ROM like super d or dwang or flash the defang base then flash cyanogen mode.
It should boot up perfectly fine now.
Click to expand...
Click to collapse
okay when I boot in fastboot,
sapphire pvt 32b eng s-off h
hboot-1.33.2005 (sapp30000)
cpld-10
radio-3.22.20.17
so i need to flash the radio then spl then rom? I have mytouch 3g.thanks for helping me
BossLady said:
okay when I boot in fastboot,
sapphire pvt 32b eng s-off h
hboot-1.33.2005 (sapp30000)
cpld-10
radio-3.22.20.17
so i need to flash the radio then spl then rom? I have mytouch 3g.thanks for helping me
Click to expand...
Click to collapse
We already sorted this out so can a mod close this thread.

Confusion of 32A or 32B while rooting HTC Magic

Dear users,
I wanted to root HTC Magic with the following helpful tutorial.
http://theunlockr.com/2009/08/29/how-to-root-the-htc-magic-in-one-click/
However, I faced a problem about the motherboard version. When I check the motherboard version as tutorial suggested, I saw that it is 32B. However, Recovery Flasher app claims that it is EBI1/32A and it does not allow to flash the recovery image of 32B.
On the other hand, when I checked /proc/meminfo file, it says that
MemTotal: 99708 kB
MemFree: 12068 kB
which is 32B as suggested by Amon_Ra
So, I am confused. Could you please tell me which recovery image should I use? A small background information, I bricked the phone before with rooting procedure by the same reason and gave it back and got it refurbished. So, I am not sure but the motherboard information recorded somewhere else may mislead the Recovery Flasher application.
Thank you,
Omer
Which version of the recovery you should use is dictated by the version of your radio, not motherboard.
2.xx.xx.xx - G version
3.22.xx.xx - H version
hope it helps!
Thank you for the reply. I checked the radio version and it was 3.22.xx.xx. So, I tried the HTC version. However; The recovery manager didn't let me flash with this image. I think, I have the same situation as this post has
http://forum.xda-developers.com/showthread.php?t=680793
But, I didn't yet root my device.
Thank you,
Omer
What exactly spl do you have?
Turn off, then turn on by pressing Back + Power, post first 5 strings.
If you have 1.33.2010 S-OFF you can revert back to radio 2.22.XX.XX
This is the 5 lines.
SAPPHIRE PVT 32B SHIP S-OFF H
HBOOT-1.33.0010 (SAPP10000)
CPLD-7
RADIO-3.22.20.17
Jun 2 2009, 17:28:28
Should I root it first or revert back the radio?
Thank you for your help.
Since you have s-off already, just download 1.33.2005 SPL and do
fastboot flash hboot 1.33.2005
and
fastboot flash recovery recovery.img
Wrong forum by the way dude
But before flashing SPL, shouldn't I flash radio? Sorry to ask newbie questions but I am really lost and I don't want to brick the device.
By the way, My device is HTC Sapphire aka HTC Magic. That's why; I wrote in here. Is it wrong?
Thanks.
osaatcioglu said:
But before flashing SPL, shouldn't I flash radio? Sorry to ask newbie questions but I am really lost and I don't want to brick the device.
By the way, My device is HTC Sapphire aka HTC Magic. That's why; I wrote in here. Is it wrong?
Thanks.
Click to expand...
Click to collapse
I did not find any info, when someone did it in the past already. I'm not sure for this, but it looks logical. Anyway, if you don't want brick device - don't use it
You have 2 methods to restore 32B radio and hboot and get ability to flash 32B-roms
Method 1.
As you wrote - you have S-OFF, so fastboot commands are allowed
You can simply run
Code:
fastboot flash radio radio.img
fastboot flash hboot hboot.img
fastboot flash recovery recovery.img
fastboot erase system -w
fastboot reboot-bootloader
where:
radio.img - radio 2.22.19.26I
http://member.america.htc.com/download/RomCode/ADP/GIO/ota-radio-2_22_19_26I.zip?
Unpack it from archive
hboot.img - hboot 1.33.2005 eng s-off (Haykuro DangerSPL)
http://rapidshare.com/files/247838950/update.Engineering-SPL-HBOOT-1.33.2005-signed.zip
Unpack it from archive
recovery.img - Amon_RA Sapphire recovery 1.6.2 G version
Important: flash radio then hboot. Don't reboot after flashing only radio.
Method 2. You can use rom.nbh from official update for 32B Magics:
create goldcard
unpack rom.nbh and rename to sappimg.nbh, copy it to goldcard
flash in hboot-mode (VolumeDown + Power)
You will get 1.33.0007 perfected SPL, so you must root device next
But one thing... you have S-OFF - may be you have engineering device - so you can use fastboot commans always - it makes flash-process very easy)
5 thank you for the instructions. This is what i was looking for. If any other experienced user confirms it might work, i would like to take the risks and do the instructions then share the results.
Experienced users, what do you think?
-------------------------------------
Sent via the XDA Tapatalk App
Go for it.
I took the encouragement and gave the first command and unfortunately got this error. I guess, this is not engineering device :/
fastboot flash radio radio.img
sending 'radio' (21504 KB)... FAILED (remote: not allow)
Does anybody has an idea? Please.
Please help. I'm a NOOB, but been managing to install the ROM specific for MT3G/Fender, but I want to know if I'm able to do more with my myTouch 3.5mm Jack version. This is what I have:
SAPPHIRE PVT 32A SHIP S-ON G
HBOOT-1.33.013 (SAPP31000)
CPLD-13
OCT 21 2009, 22:33:27
When I try to install a ROM with 32A listed, it doesn't boot. Can someone please help me understand what phone I have and what ROM's are compatible with it?
I would appreciate it very much, THANK YOU
stlouie65 said:
Please help. I'm a NOOB, but been managing to install the ROM specific for MT3G/Fender, but I want to know if I'm able to do more with my myTouch 3.5mm Jack version. This is what I have:
SAPPHIRE PVT 32A SHIP S-ON G
HBOOT-1.33.013 (SAPP31000)
CPLD-13
OCT 21 2009, 22:33:27
When I try to install a ROM with 32A listed, it doesn't boot. Can someone please help me understand what phone I have and what ROM's are compatible with it?
I would appreciate it very much, THANK YOU
Click to expand...
Click to collapse
You have T-Mobile MyTouch 3G v1.2
Read these topics:
http://forum.xda-developers.com/showthread.php?t=622530
http://theunlockr.com/2010/03/11/how-to-root-the-mytouch-1-2-and-fender-mytouch/
Thanks 5, just wanted to make sure so when I'm installing ROMS, I know which ones will work and the ones that are not for my phone
stlouie65 said:
Thanks 5, just wanted to make sure so when I'm installing ROMS, I know which ones will work and the ones that are not for my phone
Click to expand...
Click to collapse
Mmm. It's hard. All ROMs for MT3G 1.2 marked [mt3g 1.2] or something special
You must not use [32A]-marked ROMs
Forum need to be restructuzired...
Thanks for that VALUABLE TIP. That's good to know also. I've noticed you have S-OFF H and I have S-ON G, is my less or what? Haven't found anywhere that could explain the configurations properly
stlouie65 said:
Thanks for that VALUABLE TIP. That's good to know also. I've noticed you have S-OFF H and I have S-ON G, is my less or what? Haven't found anywhere that could explain the configurations properly
Click to expand...
Click to collapse
S-OFF - it is hboot without security. It means, that everyone can use fastboot commands without any warnings.
Magics have S-OFF, if it developer or engineering device OR if hboot patched by someone
There are some patched (engineering) hboots for Magics, but not for [MT3G 1.2]
In manual to root patched hboot is using, but if you stay with it - touchscreen does not work. Don't know why.
Thanks 5. I believe I'm good now, just have to be patient and await the arrival of new ROMS for my MT3G 1.2
Appreciate all your assistance in helping understand better about my phone.
5[Strogino] said:
I did not find any info, when someone did it in the past already. I'm not sure for this, but it looks logical. Anyway, if you don't want brick device - don't use it
You have 2 methods to restore 32B radio and hboot and get ability to flash 32B-roms
Method 1.
As you wrote - you have S-OFF, so fastboot commands are allowed
You can simply run
Code:
fastboot flash radio radio.img
fastboot flash hboot hboot.img
fastboot flash recovery recovery.img
fastboot erase system -w
fastboot reboot-bootloader
where:
radio.img - radio 2.22.19.26I
http://member.america.htc.com/download/RomCode/ADP/GIO/ota-radio-2_22_19_26I.zip?
Unpack it from archive
hboot.img - hboot 1.33.2005 eng s-off (Haykuro DangerSPL)
http://rapidshare.com/files/247838950/update.Engineering-SPL-HBOOT-1.33.2005-signed.zip
Unpack it from archive
recovery.img - Amon_RA Sapphire recovery 1.6.2 G version
Important: flash radio then hboot. Don't reboot after flashing only radio.
Method 2. You can use rom.nbh from official update for 32B Magics:
create goldcard
unpack rom.nbh and rename to sappimg.nbh, copy it to goldcard
flash in hboot-mode (VolumeDown + Power)
You will get 1.33.0007 perfected SPL, so you must root device next
But one thing... you have S-OFF - may be you have engineering device - so you can use fastboot commans always - it makes flash-process very easy)
Click to expand...
Click to collapse
I am trying to do method 2. But I couldn't find rom.nbh from official update for 32B Magic. Could any body tell me where I can find it?
Thanks.

[Q] Need Root Help - Newbie

Hi,
I'm newbie and root my phone with roottools. After root I tried to intall a new room recovery-RA-sapphire-v1.7.0G.img with
fastboot recovery recovery-RA-sapphire-v1.7.0G.img
now I cannot boot the phone or enter on recovery mode. The only thing I can do is to enter on fastboot and try to recovery from a image. I don't have a goldencard.
Sorry if I did not give enough information, like I said I'm a newbie and sorry about my bad english.
There is something I can do? Did I brick my phone?
Thnks,
Marcelo Murad
SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.76.0007 (SAPP60000)
CPLD-12
RADIO-6.35.07.29
Aug 4 2009,19:43:30
mmurad said:
Hi,
I'm newbie and root my phone with roottools. After root I tried to intall a new room recovery-RA-sapphire-v1.7.0G.img with
fastboot recovery recovery-RA-sapphire-v1.7.0G.img
now I cannot boot the phone or enter on recovery mode. The only thing I can do is to enter on fastboot and try to recovery from a image. I don't have a goldencard.
Sorry if I did not give enough information, like I said I'm a newbie and sorry about my bad english.
There is something I can do? Did I brick my phone?
Thnks,
Marcelo Murad
SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.76.0007 (SAPP60000)
CPLD-12
RADIO-6.35.07.29
Aug 4 2009,19:43:30
Click to expand...
Click to collapse
First of all, wrong section. Moving to General.
Secondly, have you tried using a 1.7.0H recovery?
Third, you cannot fastboot anything because you need an engineering SPL. You see that S-ON? It needs to say S-OFF to flash anything by fastboot. I suggest reading instructions carefully before proceeding.
Binary100100 said:
First of all, wrong section. Moving to General.
Secondly, have you tried using a 1.7.0H recovery?
Third, you cannot fastboot anything because you need an engineering SPL. You see that S-ON? It needs to say S-OFF to flash anything by fastboot. I suggest reading instructions carefully before proceeding.
Click to expand...
Click to collapse
I allready made the goldcard, but I can't figure out which engineering SPL should I use. Can you help me?
SAPPHIRE PVT 32A SHIP S-ON H
HBOOT-1.76.0007 (SAPP60000)
CPLD-12
RADIO-6.35.07.29
Aug 4 2009,19:43:30
you need the 1.76.2007 eng spl.
Since you have no system nor recovery you only option is a goldcard.
Just make sure that you use the right one!
Looking at the fastboot info you provided, you should use the H version of the custom recovery!
mumilover said:
Since you have no system nor recovery you only option is a goldcard.
Just make sure that you use the right one!
Looking at the fastboot info you provided, you should use the H version of the custom recovery!
Click to expand...
Click to collapse
Just to make sure.
I already have the goldcard. Now I have to put the hboot-1.76.2007.img into it and update SPL.
After that I will be able to use fastboot command line and install Recovery-RA-hero-v1.6.2.img to it.
From there I will be able to install a rom.
Those are the steps:
- Copy hboot-1.76.2007.img to goldcard renaming it to sappimg.nbh;
- HBOOT with the goldcard in it;
This will change my SPL to 1.76.2007 ENG S-OFF
- Shutdown;
- Copy Recovery-RA-hero-v1.6.2.img to a spare card;
- Enter on fastboot mode;
- fastboot recovery Recovery-RA-hero-v1.6.2.img;
- Reboot;
- Enter in recovery mode (home+power)
- Install a new room.
Is that right?
After that I will get:
Sapphire pvt 32A ENG S-OFF H
HBOOT-1.76.2007 (SAPP60000)
CPLD-12
RADIO-6.35.07.29
Aug 4 2009,19:43:30
Is that right? If it is, wich roms can I install from here?
Thanks!

[Q] can't find perfect SPL 32B

I wanted to get my magic S-OFF in order to flash a splash using fastboot, so I flashed to hboot 1.33.2010.
but now my phone is stuck at the bootscreen.
I want to revert my Hboot to it's stock, perfect SPL version but I can't find this anywhere. Most SPL's I find here are engineer versions with S-OFF.
additional information
after flashing spl:
SAPPHIRE PVT 32B ENG S-OFF H
HBOOT-1.33.2010 (SAPP10000)
recovery: recovery-RA-sapphire-v1.7.0G-cyan
before flasing this current spl it used to be:
SAPPHIRE PVT 32B SHIP S-ON G
HBOOT-1.33.0013 (SAPP10000)
and this is what I want to restore it to. can anyone tell how to and where I can get this perfect SPL to flash it with my current recovery?
OMG, how teach users to read moreeeeeee?
Why did you flash hboot if i adviced you to flash custom ROM via custom recovery in previous topic?
Do you know that hboot 1.33.2010 for Magic 32A in general?
If you don't want get a brick - write full 5 rows of SPL-info (not only version of hboot)
I'm reading as much as I can untill I get headaches
and I did flash a custom ROM through recovery. but I wanted to get a different splash cause I'm sick of that ugly vodafone version so I changed SPL to get S-OFF for fastboot flashing.
and no, I didn't know 2010 is 32A only, guess I found out the hard way. I got this one cause it mentioned a .28.25 radio version so I assumed it right for my 32B. So I guess I did read all neccesary stuff, but I misjudged the 2010 SPL by the noted radio version.
anyway, as you asked the following information (assuming this is what you're after)
stock situation
SAPPHIRE PVT 32B SHIP S-ON G
HBOOT-1.33.0013 (SAPP10000)
CPLD-10
RADIO-2.22.28.25
Oct 21 2009, 22:33:27
current situation
SAPPHIRE PVT 32B ENG S-OFF H
HBOOT-1.33.2010 (SAPP10000)
CPLD-10
RADIO 2.22.28.25
JUN 2 2009, 17:27:03
I'm searching all over the place but I can't find a SHIP G-branded hboot version anywhere.
Flash this eng version: 1.33.2005 and see if it boots normal.
http://rapidshare.com/files/247838950/update.Engineering-SPL-HBOOT-1.33.2005-signed.zip
Source: http://forum.xda-developers.com/showthread.php?t=529019
onemanshow85 said:
current situation
SAPPHIRE PVT 32B ENG S-OFF H
HBOOT-1.33.2010 (SAPP10000)
CPLD-10
RADIO 2.22.28.25
JUN 2 2009, 17:27:03
I'm searching all over the place but I can't find a SHIP G-branded hboot version anywhere.
Click to expand...
Click to collapse
1. Configure Android SDK Tools to operate fastboot.exe (utility is in Platform-tools package)
2. Search for hboot 1.33.0013d (or 1.33.0013) and unpack it if it in archive (you need .img file)
3. If you already flashed Amon Ra 1.7.0 G skip this step, if not search for recovery (1.7.0 G is compatible with radio 2.22.28.25)
4. Cause you have engineering hboot, you can simply reflash to compatible hboot
Code:
fastboot flash hboot hboot.img
5. Run this command to reload
Code:
fastboot reboot-bootloader
6. You can flash custom ROM via recovery now (turn phone off then turn on by pressing Home + Power)
tnx for the help so far
@ mumilover
I flashed that SPL but I'm still stuck on bootscreen. I considered it being a faulty ROM after the SPL mess so I superwiped twice, wiped Dalvik-cache and reinstalled the Yoshi Froyo MM1 ROM, but the problem persists.
new SPL info, current situation
SAPPHIRE PVT 32B ENG D-OFF H
HBOOT-1.33.2005 (SAPP10000)
RADIO-2.22.28.25
Apr 20 2009, 15:30:43
@5[strogino]
I'm able to perform all the steps you posted. Only I can't find the correct hbot.
the only one I found is a 1.33.0013b version wich has a 2.22.27.08 radio. And I don't think my current ROM is compatible with that radio. found the hboot here http://forum.xda-developers.com/showthread.php?t=831139
Does SDK platform-tools house SPL/hboot images? if so I can't find them.
a side not; I managed to change my splash screen (wich caused the whole mess ) Don't suppose that's causing the bootstuck problem?
onemanshow85 said:
new SPL info, current situation
SAPPHIRE PVT 32B ENG D-OFF H
HBOOT-1.33.2005 (SAPP10000)
RADIO-2.22.28.25
Apr 20 2009, 15:30:43
@5[strogino]
I'm able to perform all the steps you posted. Only I can't find the correct hbot.
the only one I found is a 1.33.0013b version wich has a 2.22.27.08 radio. And I don't think my current ROM is compatible with that radio. found the hboot here http://forum.xda-developers.com/showthread.php?t=831139
Does SDK platform-tools house SPL/hboot images? if so I can't find them.
a side not; I managed to change my splash screen (wich caused the whole mess ) Don't suppose that's causing the bootstuck problem?
Click to expand...
Click to collapse
Yes. This is right thread and it contains 1.33.0013d (as i adviced)
1.33.0013d is compatible with 2.22.27.08 and 2.22.28.25, so don't worry
About platform-tools - you need working fastboot.exe utility, to do flash
Your main problem is that you have hboot/radio mismatch. Even you on 1.33.2005 - you are not able to use Yoshi ROM.
Your goal:
SAPPHIRE PVT 32B SHIP S-ON G
HBOOT-1.33.0013d (SAPP10000)
RADIO-2.22.28.25
Apr 20 2009, 15:30:43
These hboot and radio are fully compatible with Ginger Yoshi or ezGingerbread.
do you want me to specifically use fastboot to flash? I can use my custom recovery aswell, it still works like a charm.
I indeed want the SPL configuration you listed as my goal. Only the hboot I'm about the flash (1.33.0013d) will be with radio version 2.22.27.08.
are Yoshi ROM or stock ROM compatible with that radio? I made a nand backup of stock ROM just in case
[SOLVED]
end result:
SAPPHIRE PVT 32B SHIP S-ON G
HBOOT-1.33.0013d (SAPP10000)
RADIO-2.22.28.25
Oct 21 2009, 22:33:27
recovery: remained intact: Amon-RA v1.7.0G
ROM: Yoshi MOD MM1
First I flashed the radio, wich actually wasn't neccesary cause it remained the same. Then I flashed the hboot.
Good to know for other ppl, I flashed the images only, so not the zip. I flashed the hboot as last cause it disables fastboot flash method.
Then I booted to recovery, superwiped, factory reset-wipe, wipe cache, wipe Dalvik-cache, reboot to recovery and flashed Yoshi MOD.
al works good again. The best part is, I got my custom splash screen but I think there are more subtle methods to accomplish it. I guess you wouldn't want to get S-OFF unless is absolutely neccesary.
Tnx 5[strogino] for the help, I apreciate it.
onemanshow85 said:
Tnx 5[strogino] for the help, I apreciate it.
Click to expand...
Click to collapse
No problem, friend. Good to know that is happyend
Sent from my A7-040 using Tapatalk

[Q] Cannot flash custom ROM, what am I doing wrong?

I decided to use my old HTC Magic as a second phone, but I realised that 1,5 is too old. So I thought I should root it and flash a custom recovery and ROM, how difficult can it be, right?
The phone is a black Magic without the 3,5 jack. I believe it's unbranded, the splashscreen is HTC.
Info before doing anything on it:
PVT 32B SHIP S-OFF
HBOOT 1.33.0010 (SAPP 10000)
CPLD - 7
RADIO 3.22.20.17
I found out that the HBOOT is a "perfected" SPL, so I followed a guide with the goldcard to flash a stock ROM with another SPL.
Info after that:
PVT 32B SHIP S-OFF
HBOOT 1.33.0009 (SAPP 10000)
CPLD - 7
RADIO 3.22.20.17
I also followed the guide in this forum to root the device and flash an eng SPL. now the SPL is 1.33.2010.
Amon_RA's recovery did not work for me, the home button (for confirmation) is not working in recovery. Instead, I flashed Clockwork recovery and I was able to have full functionality in recovery mode.
Now I am trying to install a custom ROM. Most links are broken, so I went with what was available: Cyanogen 5.0.7 final with GAPPS and Cyanogen 6.1.
The problem is that both ROM's I tried will install successfully, but when I reboot the phone it will just hang on the HTC logo.
What am I missing?
Thanks in advance.
A lot of frustration accompanied by the fear of bricking the phone results in a great deal of stupidity...
I hadn't flashed a kernel.
Please mark this as solved.
Orang foks

Categories

Resources