[Q] My HTC myTouch keeps rebooting,freezing,no touch? - myTouch 3G, Magic General

Ok first off I am new to all of this. This Is my first android smartphone It's a T-Mobile MyTouch 3g. I just bought It off eBay and If I can't fix It then I am out some money PLEASE HELP!!
Have done some reading but can't seem to fix what's going on with this phone . I got It off eBay and the seller said It had problems with the touch screen every so often but other wise worked great In every other way but that Is so so far from the truth.
When you first turn It on It will boot up to the sim pin screen. I have gotten the touch screen to respond long enough to enter my pin once. It will freeze and reboot over and over. The track ball will work once In a while along with the home and back buttons.
I know It's running Superfly TCBY Froyo ROM and I think thats were all the problems are because It does work right every so often so I have been trying to unroot It and put It back to factory rom and settings and start fresh with the hopes that It will fix the problems but the problem now Is when I go into recovery to flash It or make any kinds of changes, It will freeze and reset. I can't even get the recovery menu to work long enough to do anything. Can someone please explain how I can get this phone back to original.
PLEASE HELP

We need your fastboot information. Turn the phone on holding back+power and post the info you see here.

Fast boot info
sapphire pvt 32a ship s-on g
hboot-1.33.0013 (sapp31000)
cpld-13
radio-2.22.23.02
oct 21 2009,22:33:27
fastboot

Search the forums for "unroot mytouch 1.2" and that'll get you straightened out.
Sent from my LG-P500 using Tapatalk

OK well I did a search and have been doing alot of reading and I managed to get It to load a Generic MyTouch Rom w/Root because when I try to unroot to SAPPIMG Sapphire T-Mobile US 2.10.531.4 release i keep getting main version older update failed so I read to go to a Generic MyTouch Rom w/Root and try again from here
"theunlockr.com/2010/04/26/how-to-load-a-custom-rom-on-the-htc-mytouch-3g"
Still same problem main version older update failed. I can't create a Goldcard to try the Goldcard method because I don't have access to the phone to enable USB debugging. I can't do much with the phone because of the freezing.
I can get Into fastboot and hboot but It still freezes. So I know It's not bricked but touch Is still not working. can load the phone up but pretty much becomes a good paper weigh after a few minutes on. The buttons will not responded, no touch, no access to to anything Inside the phone.
What can I do? Is this phone worthless? Can It be fixed? I feel like I just bought a expensive paper weigh.
As I said before I am hoping that If I can get It back to original settings and rom that It will stop freezing, stop rebooting and the touch, buttons, and system will work right.. What do you think Is causing all of these problems?? No touch, Freezing, rebooting?? How can I get It back to being unrooted and running the original software/rom PLEASE HELP.....

If you have access to recovery you can flash an engineering SPL and the just flash the stock sappimg again and it'll work. I can link ya in a minute.
Sent from my LG-P500 using Tapatalk

I just flashed Engineering SPL 1.33.2005 after doing some research. waiting for It to format cache after flash and reboot. hope this works?
Fast boot info now
sapphire unknown 32a eng s-off h
hboot-1.33.2005 (sapp31000)
cpld-13
radio-2.22.23.02
apr 20 2009,15:30:43
Tried to flash original sappimg got this
Parsing...[SD ZIP]
[1] BOOTLOADER - OK
[2] RADIO V2 - OK
[3] SPLASH1 - OK
[4] RECOVERY - OK
[5] BOOT - OK
[6] SYSTEM - Fail-PU
[7] USERDATA - Fail-PU
Partition update fail!
Update Fail!
now It has went back to
Fast boot info
sapphire pvt 32a ship s-on g
hboot-1.33.0013 (sapp31000)
cpld-13
radio-2.22.23.02
oct 21 2009,22:33:27
when i flash the recovery and boot it just goes to the green mytouch splash screen and does nothing.. if i try to boot into recovery manually with power and home it goes to the black screen with the exclamation triangle and a phone...

I can still get Into HBOOT and FASTBOOT but I can not get Into the recovery menu and the phone will not load pass the MyTouch 3g screen.
How can I flash a new recovery img via hboot?
[What I "know"]
My understanding is that I have a Shipment SPL aka "Perfect SPL" with Security on which means I cannot use fastboot.
I also get a "Main version is older. Update failed" when I try to down grade and unroot.
[My Goal]
I want to change my SPL to a engineering one, unroot and get back to stock.

Your going to need to make a goldcard, which means you will need a phone that runs Android. Any phone running Android will work. You can use the guide from here to make it. You'll only need the other phone for Part III steps 1-5 from that guide. Once you get the goldcard made, put this file on it, boot into hboot and flash like you did the other sappimg. That will get you the engineering SPL. Then from fastboot, run this command:
Code:
fastboot erase system
Then, put this SAPPIMG on your regular SD card (or you can replace the other sappimg on your goldcard) and flash it from hboot. Hopefully something in the system partition is corrupted and the wipe will fix it so that the sappimg can write the new system properly.

First off THANK YOU DonJuan692006 for all of your help.. I would love to make a gold card because I think that would solve all of my problems but I don't have access to another phone that runs Android that's why I have not tried that yet. I have no way to make a gold card. I have extra SD Cards but no other phone that runs Android to complete It and my phone will not allow me to do any of that at this point. What else can I do?? Is there any other way to make a gold card?

I will have access to another phone that runs Android In a few days but until then I am stuck.

I have now made a gold card, got the engineering spl Installed and then tried to Install the other file and It gets stuck on system unzipping while updating and then reboots. what can I do now???

Were you able to do the fastboot erase system before trying the second sappimg?
Sent from my LG-P500 using Tapatalk

No I was not able to do that. I have done alot of reading over the last few weeks and I still don't understand how to enter commands In fastboot. So thats why it didn't work?

That was kind of the point in flashing the engineering SPL. All you do is download the AndroidSDK kit. Extract it to somewhere you can find it. Inside of that folder will be a folder called Tools with the fastboot.exe. So you just open a command prompt from there and do the command in my other post.
So, if you were to extract AndroidSDK to the root of your C: drive (as I did), you would simply open a command prompt window by typing "cmd" in either the run box on Windows XP or the "Search" box in Windows Vista and 7, and then type
Code:
cd C:\AndroidSDK\Tools\
Alternatively, if your using Windows Vista or Windows 7, you can navigate in Windows Explorer to the Tools folder and launch a command prompt directly from that folder by holding Shift and right-clicking. There will be an extra option in the menu "Open command window here". Make sure that you don't right click on a file, right-click somewhere in the a blank are in the folder.
Sent from my LG-P500 using Tapatalk

Ok, I understand. I have AndroidSDK Installed. Needed It to make the goldcard. I understand how to do It know. Thanks again for all your help. I will try again the right way and get back.

Related

Flashed 32B on 32A HTC Magic

So I have bought a HTC Magic in Singapore about a year ago.
Some of the information about my phone before it got stucked in HTC Magic power-on screen:
SAPPHIRE PVT 32A SHIP S-ON A
HBOOT-1.33.0007 (SAPP10000)
CPLD-12
RADIO-6.35.07.29
Aug 4 2009,19:43:30
I found a site that helped me to get my phone rooted as follow:
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
Soon after, I started searching for new ROM elsewhere and managed to update my SPL to 1.33.2007 and that's where problem starts to occur..
My phone get stucked on HTC Magic screen display forever.
I was eager to get this problem solved and have not done enough research before I got myself in a worse situation with the phone hbooted like this:
SAPPHIRE UNKNOWN 32A SHIP S-ON G
HBOOT-1.33.0006 (SAPP10000)
CPLD-12
RADIO-2.22.19.26I
May 27 2009,19:06:41
Now I can only enter hboot and fastboot.
Can somebody help me to at least get back to my original ROM? I don't wanna root my phone ever again..
Help please~
If you can get into fastboot you're fine. Just flash 32A radio/spl again and then the desired ROM. Old radio/spl - 1.33.X/3.22.X New radio/spl 1.76.X/6.35.
yeah when turning on the phone hold home and power, if you get the recovery menu then you got nothing to worry about, just flash the proper rom and all will be fine, there is even a stock htc rom with root around here.
right here http://forum.xda-developers.com/showthread.php?t=622038
but you dont have to go back to stock, you just need to put on a rom that fits your phone. i personally suggest this http://forum.xda-developers.com/showthread.php?t=654284
so good luck post back when you get it figured out
Thank you Reziukas and sike89 for the reply..
I will try the ROM recommended in the links. =)
I cannot get into recovery (-Home- & -Power-) now due to the perfected SPL (1.33.0006).
And whenever I use the goldcard method that flooded over the internet, I always get this "Main version is older!" failure message.
I think I have made the goldcard correctly cause it worked while I was trying to flash my 1.76.0007 SPL to 1.76.2007.
Any idea?
when you hold home and power what does it do?
did you root your phone with the recovery-RA-hero-v1.6.2.img?
I did but after I flashed RADIO-2.22.19.26I with SPL 1.33.0006 I can't get into this recovery mode anymore.
When I press Home and Power, it starts booting but stucked on HTC Magic screen forever..
Easily said it, I can only enter hboot (vol down and power) and fastboot (back and power) now..
Procedure
1.Turn your phone off. Turn it on by holding Back and Power, or Vol. down and Power. Either way, boot into the bootloader.
You should see the three Androids on skateboards, and the menu title should say "Fastboot".
2.Connect your device to the computer. The display on your phone should now say "Fastboot USB".
3.Open up the shell/terminal on your computer, and type
fastboot devices [enter]Your device should be listed with it's serial number, and should say "fastboot".
4.Change directory to where you have saved your recovery image. I.e. type "cd /path/to/recovery.img in windows prompt, press enter.
5.You may issue a "dir" command (Windows) or "ls" (Unix/Linux) to make sure you are at the right directory, or just skip this step.
6.Type
fastboot flash recovery recovery.img
Check your phone's display, as recovery is being sent and flashed to your device.
Check your command prompt/shell to make sure the process is over.
i got all that from Binary100100 who got it from here http://wiki.cyanogenmod.com/index.php/RE-recovery-img
give that a shot
also maybe this might help
http://forum.xda-developers.com/showpost.php?p=4066552&postcount=2
I seem like I cannot use the fastboot command in 1.33.0006 SPL??
Whenever I type a fastboot command and press enter, I always get an error message.
>> ... FAILED (remote: not allow)
Do we have any windows application that can help to bypass all checking on the phone stats and proceeds with fastboot flash directly?
Perfected spl, you need to make yourself a goldcard
Goldcard doesn't seem to work..
Whenever I try to flash a new radio, it prompted me an error message "Main version is older!"..
What to do?
when it says main version is older it means you need the goldcard.
do you have a working goldcard? if not use this
http://revskills.de/downloads/psas.zip it will make the gold card.
No need for phone?
Hello there.
I was reading this thread and I'm having a similar problem.
I have a question, sike89.
Is it possible to create the goldcard just with the software you mentioned?
My magic 32a will only go into fastboot (stuck at splash screen) and so
I won't be able to use my phone to create the card.
Thanks!
As mentioned by YamatoDelgato, I cannot boot up my phone and thus far I am unable to re-create a goldcard.
But this "goldcard" I am using right now was a working goldcard and I am surprised that it doesn't work all the times..
By the way, I found an alternative on internet saying that you can use other HTC Magic phone to create a goldcard for your phone; Although I am not sure if its gonna work out, just give it a shot..
Sike89, am I right to say that this application does not require any HTC phone in order to create a goldcard?
I can just format my SD card using PC and input the necessary information into the application to create goldcard, is it true?
Problem Solved...with a Sacrifice.
Well I managed to get my phone booting again.
I have a rogers phone so I used their "mandatory"
update (2 sappimgs) to get my phone working again.
However, this resulted in getting the dreaded
SPL 1.76.0010 meaning I can't root it easily.
However, I know that with a working
phone that I now have, I could use it to obtain
a gold card.
Boy that was scary!
I'm so scared to try rooting again but I probably will hehe !
Thanks to xda community and google search!
I lost my original nandroid backup but did manage to install an original ROM on my 32B (Vodafone). Took some work but it worked Afterwards I wrote a tutorial about it (google How to restore your custom ROMed HTC Magic (Vodafone 32B) – a walk through, I can't post links yet).

Q What should i do?

T-Mobile USA MyTouch 3G 1.2/Fender with 3.5 MM Jack
Sapphire PVT 32A SHIP S-ON G
HBOOT-1.33.0013 (SAPP31000)
CPLD-13
RADIO-2.22.23.02
Oct 21 2009,22:33:27
Ok my problem is i stupidly deleted my girls default home launcher when i was gonna use the adwlauncher but the phone rebooted, now it wont load android at all. I've tried the sappimg.nbh and the sappimg.zip but neither will update correctly since my security is on. I cant flash a new rom either since i have no recovery either. Is there anyway i can change my spl to an engineer to get more hboot options unlocked or should i just report my phone stolen and pay the deductible for th new recovery phone, please help you guys i have tried and read tons of threads and have failed miserably lol
You need to reset the device from fastboot...
Look at the menu and you will find it.
You can also just flash your official RUU...
To turn on RUU mode type this:
Code:
fastboot oem rebootRUU
Then just start your ruu update.
Don't start doing all kind of stupid ****... try the above before you make your self a goldcard!
Alright man thanks for the help i'll report back when im done.
I reset the device then it just loads the rom im currently on ( htcclay's TCBY 1.3dsf 2.2 froyo) reboots then hangs on the splash screen. How do i flash or type in that code about the ruu?
Edit**
The phone can only accept calls coming in, but theres still no way of using the launcher it's completely blank cuz of my accident. Im guessing the reset doesnt reinstall the needed drivers or apks to factory setings.
To Get into fastboot power the phone off and the press back + power and hold them down until the fastboot screen comes on. Then try the fasboot commands from the post above in a Windows command prompt. Hope it work for you. If it does please report back, because I am desperately trying to unroot my phone and go back to stock so I can sell it when I upgrade. Thanks.
d12unk13astard said:
The phone can only accept calls coming in, but theres still no way of using the launcher it's completely blank cuz of my accident. Im guessing the reset doesnt reinstall the needed drivers or apks to factory setings.
Click to expand...
Click to collapse
If you got adb connection, then install the launcher using this command:
Code:
adb install -r xxxxxxx.apk
(where xxxxxxxxx.apk should be replaced by the name of the laucnher apk)
ADB confuses the hell outta me lol. ADB = SDK correct? I've tried using it and following direction to push/install from my main drive c/ but can never get it to work right. Guess im just screwed and will have to pay the deductible, i do appreciate the help tho you guys.
I followed the unlockers guide and made a goldcard and with that was able to get back to recovery woohoo, thanks fo rall the help, i just had to really really focus and actually try our adb lol. Mods can lock this now please.

[Q] HTC Magic stucked/spoiled /bricked!! :@

Hi all, I bought a 2nd hand HTC Magic with Mytouch 3g rom. It's the old model (without 3.5mm headphone jack) and its made in Taiwan.
Been using well for 3 months until what happened I tried doing system update from 1.5 to 1.6. Success!! Then I tried doing 1.6 to 2.1 update.
Halfway while updating it, the phone blacked out ( guess I didnt have more than at least 50 % battery power)
And from that point onwards, whenever and everytime I switched on my handphone it boots up and stucked at the Mytouch 3G green screen.
I cant get access into my handphone like how I normally do. All I can ever go far is just the stucked Mytouch 3g screen.
I've read alot from lots and other Android users and tried to do it myself.
1) Tried unrooting it by downloading the sappimg.nbh file, copy into a newly bought 2GB micro SD, pressing (VOL DOWN+POWER) and let the phone do its job.
Manage to get to the parsing, updating and checking signature part but it just say 'Model ID incorrect! Update Fail!'
2) Next I read is about doing GOLDCARD METHOD. I did as instructions and follow it step-by-step and carefully.
3) I can and able to download all needed files like 1.33.2005 HBoot, Amon Ra's Recovery Image, SappiMG.zip and all others.
BUT the only problem is that I cant get it in sync with the comp.
4) I cant get access at all into my phone to go to Settings > Applcations > Make sure Unknown Sources is checked on as required to.
5) I cant get access into my phone at all to go to Market and download the required File Manager App.
6) I tried installing all kinds of files for update.zip by pressing (HOME+POWER) still to no avail.
Tried all kinds of HBOOT, FASTBOOT still cannot.
7) The only thing I'm able to do is just (VOL DOWN+POWER) , (BACK+POWER) , (HOME+POWER) , (TRACKBALL+POWER) which emits the blue LED light, i don't know the reason. But still, nothing can be done.
And by pressing (BACK+POWER) this is what my phone's motherboard or whatever they call it.
SAPPHIRE PVT 32A SHIP S-ON G
HBOOT-1.33.0013 (SAPP10000)
CPLD-12
RADIO-2.22.28.25
Oct 21 2009,22:33:27
So what should I do now? Is this what they called it a bricked phone? I tried everything and really at lost. Is there someone out there who's able to help me with this? Been like this the past 4months. And Im really a noob with Android Gadgets as Im new to it. Do pardon my ignorance.
Thanks! really need your help. I'll do my best as long there's other alternative methods unless like I've stated the methods that I'm unable to do.

Is this HTC Magic bricked?

Hello,
I recently tried to update the spl/radio to use a new rom on my HTC Magic 32A and after updating the spl the phone just hangs on the "HTC Magic" screen. Fastboot or Recovery wont start if I hold the buttons. Was just wondering if it is bricked or if it is possible to fix via cmd or so? I read alittle on jtag but I think if it came down to that Ill just buy a new phone cause this phone is not worth that much trouble.
I rooted the phone a year or so ago. First I had cyanogen but they dropped support so I switched too gingeryoshi but the wifi stopped working. It still connected to tmobile hotspot but I couldnt tether or connect to my wifi. So I thought of putting on Froyodragon. I updated too HBOOT-1.76.2007 but then it just hanged on reboot.
Thanks for any input.
Turn phone off (if you have bootloop then remove battery and place it back after 10-20 sec)
Turn on by pressing Back + Power - it's fastboot-mode
Write first 5 rows of info (all symbols are important)
If you do not have Android Sdk Tools configured - do it
Additionaly search for fastboot.exe - this utility can be absent from sdk tools
Connect phone to pc when it in fastboot-mode
Run
Code:
fastboot getvar cid
fastboot getvar cidnum
fastboot getvar version-main
Sent from my A7-040 using Tapatalk
hello,
I tired back+power, power+vol down, and power+home, they all just sit at the "HTC Magic" screen.
Did you remove battery before try and placed it back? If yes and any combination did not help -> 'brick'. Only JTAG can help.
What ROM did you have before?
And what ROM did you update?
There are no bricked phones when 32A phone updating with 32A official ROM. I don'y understand how you bricked your device.
Even if hboot updated but radio did not - there are some chances to restore...
Tell us how it happened?
same problem
Sir im also facing the same problem like this person is facing:
I guess that I've bricked my HTC magic phone. actually it was working fine but after when i flash Hboot file named (ISO-8859-1__STOCK-HBOOT) on it.
my device stop functioning not any key is working phone its not coming up in hboot loader screen by pressing vol down key+power key, not even in recovery mode. by pressing home key+ power key.
but if i press vol down+power key its not showing any hboot loader screen but if i use command prompt after that and use fastboot devices command its shows the device like in machine language
just like this:
D:\adb\tools>fastboot devices
?╞ñ?¿╥§?4:¶♫ fastboot
here are the details of my mobile. is there any way to fix this issue?
HT03VPB03044
SAPPHIRE PVT 32A SHIP S-ON G
HBOOT-1.33.0013
CPLD-13
RADIO-2.22.28.25
OCT 21 2009, 22:33:27
android 2.2.1
baseband version
62.50sj.20.17u_2.22.28.25
kernal version
2.6.32.9-g94b855e
[email protected] #1
buid number
3.56.531.1 CL300801 realase-keys
Sir i've also created gold card on my htc magic phone when it was working properly i've the image of gold card and the same card 512MB micro SD card which i used to create the gold card before but i dont know how it will work on the phone as it is not going into bool loader or in recovery mode.
please help me. i heard that if i got correct RUU file for this device i can troubleshoot the problem but in stock rom no any RUU file is working on it.
I've already tried there RUU ROM on this device:
RUU_Sapphire_T-Mobile_US_2.10.531.3_release_signed_NoDriver
RUU_Sapphire_T-Mobile_US_2.10.531.4_release_signed_NoDriver
RUU_Sapphire_T-Mobile_US_3.12.531.1_FRG83D_release_signed
RUU_Sapphire_TMUS_1.94.531.1_DMD6_release_signed_N oDriver
i request all the XDA member to help and troubleshoot this problem.
regards
Sandeep Deol
5[Strogino] said:
Did you remove battery before try and placed it back? If yes and any combination did not help -> 'brick'. Only JTAG can help.
What ROM did you have before?
And what ROM did you update?
There are no bricked phones when 32A phone updating with 32A official ROM. I don'y understand how you bricked your device.
Even if hboot updated but radio did not - there are some chances to restore...
Tell us how it happened?
Click to expand...
Click to collapse
Yes I removed the battery (only way i could turn it off). I stated most of this info in the first post but Ill try and state specifically what versions I had. When I first rooted I used Cyanogen Rom. It worked fine but they dropped support so I switched too Gingeryoshi. I dont remember what version. I tried to update it too 1.5 first but it didnt work but fastboot and recovery still worked so I decided to switch to a new rom instead and tried Froyodragon but it needed radio 6.35.16.19 and HBOOT-1.76.2007. So I wiped it then I did the HBOOT-1.76.2007 and after installing and rebooting is when it stopped working.
Crap, I just did this too... got a yellow arrow coming from a box onto an Android. I flashed a mismatched 6.35 radio (I guess?).
Can't boot to fastboot--can only boot to blue light mode (trackball+power) and phone will charge if connected by USB--but is never recognized by ADB or fastboot.
jmdsdf said:
Crap, I just did this too... got a yellow arrow coming from a box onto an Android. I flashed a mismatched 6.35 radio (I guess?).
Can't boot to fastboot--can only boot to blue light mode (trackball+power) and phone will charge if connected by USB--but is never recognized by ADB or fastboot.
Click to expand...
Click to collapse
Wait 5-10 minutes, "yellow arrow coming from box" equals unpack and flash. Phone should finish this process.
Try to load into hboot-mode: turn phone off (remove battery and place it back if bootlooping), then turn on by pressing Volumedown + power
In this mode you can flash full official rom in sappimg.zip format (or sappimg.nbh if you have 32b magic)
If phone doesn't load into any mode (except trackball + power) - then you have brick and only jtag can help.
Sent from my A7-040 using Tapatalk
But, it goes to a black screen about ten seconds after that.. sadly I think it needs to be jtagged and i will just give it away for parts.
I also tried the sapphire image trick, no luck.
those all sound like bricks..
problem with 32b - looping after rom.
Believe me, I tried a lot here and on google before posting here.
I tried to install a ROM on my htc magic 32b and certainly was not what I should.
Information from my device:
SAPPHIRE PVT 32B SHIP S-ON G
Hboot-1.33.0013 (SAPP30000)
CPLD-10
RADIO-2.22.28.25
OCT 21 2009,22:33:27
I've read very, very much. I read that I have to change the SHIP for ENG.
Also read about ruu, but I found a will for my device, nor know how to run.
First of all, my phone is only on LOOP. I can normally access the fastboot USB.
But does not accept commands, I believe it because of S-ON.
I do not know how to install an img it to get S-OFF.
Could someone help me get back my life device?
Thank you and with the help of google translator.
huahua!!!!
No one post about my problem...

[Q] Mistaken identity :(

well, where to start...i bought my MT3G 1.2 brand new because my original decided to have antenna issues (only cell antenna and only inside a building). so fast forward about a year, after rooting my NEW MT3G, I end up letting a friend use it til he can get a replacement for his. I get the phone back (after his dog bit through the screen) and another MT3G that is broke to use as a donor for the screen. swap screens, salvage other parts to fix my original, and boot up the 1.2.
now here is where it gets...interesting...to say the least. unlike before, where it booted to the MyTouch 3g splash screen, it now thinks it is an HTC Magic...i have been looking and unsuccessfully flashing builds TRYING to get it to what it was so i can upgrade the radio and actually know what i have again.
what would cause the phone to think it is a Magic? was it something in clockworkmod? can it be reversed? and why, for the love of god, can i not flash anything but EZGingerbread to it?
Details from the bootloader
SAPPHIRE PVT 32A SHIP S-ON G
HBOOT-1.33.0013 (SAPP31000)
CPLD-13
RADIO-2.22.23.02
Oct 21 2009,22:33:27
Any help would be greatly appreciated, cause im about to pull out what little hair i have left >_<
Sounds like fun!
If you haven't done yet: Download Android-SDK and install it (while installing choose Android SDK Tools, Android Platfrom-tools and Google USB Driver).
Connect your phone to usb and start it to bootloader (fastboot usb, back+power). Open a commandline on your computer and go to "...\android-sdk\platform-tools" depending on where you installed it. Then type
Code:
fastboot getvar cid
and
Code:
fastboot getvar version-main
and post the output here.
And please leave your hair where it belongs to! :laugh:
well....that wasnt too bad, i just get <waiting for device> and it hangs
even using CID Getter on the phone itself doesnt give me a CID like it does on my Glacier...i think something may be seriously messed up here >_<
Don't know why it may hang. Does the phone work properly? Maybe just the splash-screen was changed.
Have a look at this thread - there are all official roms for magic and so on. Having a look at your radio the stock-rom on your phone for now may be #56 or #57 (hboot 1.33.0013, radio 2.22.23.02). Only the OTA-update has newer versions.
I don't know if it's worth risking to brick the phone just for this update - only if it works properly at the moment.
It works properly as far as calls and texts and data, but I haven't been able to update the radio or hboot at all, it keeps giving a device id mismatch error
Sent from my HTC Glacier With Beats Audio using xda premium
What you can do:
- if you don't have a custom-recovery on your phone install one - try this guide without the optional stuff
- when done install the stock-rom for your phone (via custom-recovery) from official-rom-thread - i don't know if #56 or #57
- root and install custom-recovery again as shown above*
- then you may apply the OTA-update via custom-recovery (#58 from the official-rom-thread)
*I don't know if it's possible just to flash everything except recovery, then you wouldn't need to root it and install custom-recovery again.
That would be the newest versions for your phone.
I have ClockworkMod recovery already installed, and with this being my backup phone, I wouldn't be mad without root at all, though root is nice, I want it to be right lol
Sent from my Gingerbread on Sapphire
So you can flash your phone to official stock-rom and then update it to newest official-rom as i explained above. Or what should i tell you right now?
I tried to flash a stock rom, but with no success, when I get home I'll try again and post the error log
Sent from my HTC Glacier With Beats Audio using xda premium
SWEET!!! i got the fastboot commands to come through for me
fastboot getvar cid
cid: T-MOB010
fastboot getvar version-main
version-main: 2.53.707.2
And what happens when you try to flash "57) 2.10.531.4 T-Mobile USA DRD35" via custom-recovery (your recovery will be flashed too)?
That is a self installing executable file, when i try to run it, it tells me that it can not communicate with the device, and to make sure that the usb cable is connected and the phone is on, which it is both
so the 57) 2.10.531.4 T-Mobile USA DRD35 flash went finally, turns out, my phone didn't like it too much, because now, i am stuck at the HTC magic splash screen and i think it is bricked
I don't get it, that should have been the correct files for your phone. You're sure that it's a Mytouch 3g 1.2 and not the normal Mytouch 3g?
How did you flash the file?
If you search here you can find "tutorials" how to get the rom-files out of the RUU to flash it in hboot-mode.
Can you get into recovery-mode? What about hboot-mode?
It was a .exe file, so it ran from my computer, and I know it's a 1.2 because I couldn't afford the fender edition lol. Now it just hangs on the splash screen and won't let me do anything at all
Sent from my HTC Glacier using xda premium
I think it would have been better to extract the rom-file and flash it with hboot from sd-card... Then you should have been sure about what he flashed.
Maybe now you got some weird radio-system-whatever-mix and that's why it doesn't start.
Normaly you flashed the correct rom-file for your phone.
What you can try:
- remove battery for some time (5 minutes or whatever) and press power - then get the battery back in and try to start it again
- start the phone with Home+Back+Power or Menu+Back+Power (don't remember), in my case there was a menu to erase cache and so on, maybe this would work for you
- is your phone listed in "fastboot devices" when you power on your phone with Vol down+Power, Back+Power, Power, Home+Power or the combination from above? I read that some people are already in fastboot-mode and have text on their display when they see the logo, shown for example here (they had red text on red vodafone-logo):
http://www.android-hilfe.de/attachm...oter-vodafone-bildschirm-geloest-dsc00624.jpg
If not...
Does bluelight-mode work (i think it's trackball+power)? If so you can get it running with JTAG - you just need somebody who has the equipment and so on. Where are you from?

Categories

Resources