MT3g Sapphire 2.2.1 HACK YEt?! (Recovery, rom flashing) - myTouch 3G, Magic General

I have a mytouch 3g its the 1st version I'm guessing (no head phone jack)
Hboot =
SAPPHIRE PVT 32B SHIP S-ON G
HBOOT-1.33.0013 (SAPP30000)
CPLD-10
RADIO-2.22.28.25
OCT 21 2009 ,22:23:27
I tried flashing sappimg nbh and zip nbh says main is older
Zip seems as it flashes completes and go str8 back to hboot like nothing happened.
Tried to back up rec but says backup failed
And will not do anything with rom managers, says flashed recovery complete but in recovery mode shows a triangle.
Also 1 click works, su shows up in terminal..
I seen that this new update doesn't work yet
I tried searching but nothing. So if I just have to wait just say so.
But if something comes out please let me know.
And yes yes I know I shouldn't have updates now, but I didn't know before hand (obviously).
So thanks ahead for responses.
Sent from my HTC Vision using XDA App

Man, what exactly do you want? Custom recovery? There is sticked topic by mumilover. He wrote how to flash manually
http://forum.xda-developers.com/showthread.php?p=7707672
Sent from my A7-040 using Tapatalk

well that doesnt work... it just keeps saying failed when i try ... and i did root and tried to flash recovery via rom manager says flased successful but when i recovery boot it shows a triangle...
how can i get s-off on this phone.. its running stock 2.2.1

and as he says "This guide is confirmed to work with Rogers 2.1 update!
It will not work with the new 2.2.1 update" so im basically asking is ther any one that knows if a way around 2.2.1 yet?
If not thanks for trying/looking if so HELP! Plz!
=)

homeboy773 said:
well that doesnt work... it just keeps saying failed when i try ... and i did root and tried to flash recovery via rom manager says flased successful but when i recovery boot it shows a triangle...
how can i get s-off on this phone.. its running stock 2.2.1
Click to expand...
Click to collapse
Okay, I'm not going to get into why you can't flash a custom recovery, but if you have "Root" then just do this . . .
http://forum.xda-developers.com/showthread.php?t=1428838 : My Unroot/ReRoot Guide .
::----:: You might run into an issue where you can't change your recovery. . .Heres the Fix.
1.) Put Your Recovery.img on your SDCard : (CW Recovery)Click the above link..
2.) Put flash_image on your SDCard : Click the above link.
3.) Open up terminal/adb (which ever you prefer) :v:
3.a)
Code:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/mtdblock3 /system
rm /system/etc/install-recovery.sh
cd sdcard
mount -o remount,exec /dev/block//vold/179:1 /sdcard
./flash_image recovery /sdcard/recovery.img
exit
exit
or you can do it from the terminal emulator app like i did . .
(Skip the adb shell part if you do)

GeEazy said:
Okay, I'm not going to get into why you can't flash a custom recovery, but if you have "Root" then just do this . . .
http://forum.xda-developers.com/showthread.php?t=1428838 : My Unroot/ReRoot Guide .
::----:: You might run into an issue where you can't change your recovery. . .Heres the Fix.
1.) Put Your Recovery.img on your SDCard : (CW Recovery)Click the above link..
2.) Put flash_image on your SDCard : Click the above link.
3.) Open up terminal/adb (which ever you prefer) :v:
3.a)
Code:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/mtdblock3 /system
rm /system/etc/install-recovery.sh
cd sdcard
mount -o remount,exec /dev/block//vold/179:1 /sdcard
./flash_image recovery /sdcard/recovery.img
exit
exit
or you can do it from the terminal emulator app like i did . .
(Skip the adb shell part if you do)
Click to expand...
Click to collapse
this is the guide for the mytouch 3g 1.2(32A). I want a guide for the 32B on 2.2.1

playerpatrick said:
this is the guide for the mytouch 3g 1.2(32A). I want a guide for the 32B on 2.2.1
Click to expand...
Click to collapse
it doesn't matter. . . it's not like your flashing a Rom, or a spl/radio .ect its a recovery its all the same steps. . .

same here
Hi
I have the same hanset, hardware, and software.
Now I happen to be going through the same problem flashing a recovery. Just wanted to know if the unroot/ reroot method worked for you?
Thank you.

is there a way to root a stock 2.2.1 mytouch 3g? ive been searching around the forums and i can only find tutorials for pre-2.2.1

iamwhoamnot said:
is there a way to root a stock 2.2.1 mytouch 3g? ive been searching around the forums and i can only find tutorials for pre-2.2.1
Click to expand...
Click to collapse
SuperOneClick can do root even if 2.2.1

can u post a link for SuperOneClick for 2.2.1?

Here at xda: http://forum.xda-developers.com/showpost.php?p=8532790&postcount=1
Before getting root and installing custom recovery it is strongly recommended do wipe data / factory reset. Make sure you have backup.
Sent from my A7-040 using Tapatalk

rooting mytouch 3g
i have a mytouch 3g with google, has stock 2.2.1 on it, i finally got the computer to recognize it and now i can get to the SD card thru my computer, but i can't find any way to root this phone at all, i keep seeing that superoneclick method works but i can't get it to work for me, i hook the phone up, push root and it gets halfway thru the steps and stops, what am i doin wrong? do i need a certain exploit set up in superoneclick?

Supeoneclick creates log on screen. Go to pastebin.com, post log there and give me link. I guess, you have problem 'no enough space'...

Related

Can't install RA recovery onto rogers magic - please help

I am using this website, and am at step 6. Everything up to this point has been going well, but i cannot get the recovery image to copy over. BTW I have the recovery-RA-sapphire-v1.7.0H.img file i'm using. When I type to push the file to the SDcard, it says, the transfer failed because the file system is read only.
How do I fix this? I've restarted the phone, taken the SD card in and out, i've typed adb remount, and nothing is working.
. Open command prompt and go to the Tools folder in Android SDK that you downloaded to create the gold card.
Assuming that you have not changed the file name of the recovery, use the following commands:
cd C:\AndroidSDk\tools
adb push recovery-RA-hero-v1.6.2.img /sdcard/
adb shell
flash_image recovery /sdcard/recovery-RA-hero-v1.6.2.img (file name of the recovery you downloaded)
OK, i've got that working, now another problem...
cd C:\AndroidSDk\tools
adb push recovery-RA-hero-v1.6.2.img /sdcard/
adb shell
flash_image recovery /sdcard/recovery-RA-hero-v1.6.2.img (file name of the recovery you downloaded)
7. After the recovery has been flashed, go to the following link to download the ENG SPL for HTC MAGIC 32A (SPL: 1.76.2007)
http://www.4shared.com/file/21114537...07-signed.html
8. Now copy the SPL to your memory card.
adb push update-hboot-1762007-signed.zip /sdcard/
9. Restart your phone using the home + power key till it boots up into the recovery mode.
(or just type 'adb shell reboot recovery')
10. Using the 'Flash zip file' option from the recovery, select the SPL file from the memory card and flash the HBOOT on your phone
Now i've done most of that, but when I restart into recovery mode, it keeps on randomly rebooting even though I don't want it to. I clicked on 'flash zip file' and it just rebooted right away.
Now when I flashed the recovery, the command prompt said that it did it, BUT nothing happened on my phone, it was just sitting there and didn't say it was doing anything. Could this be a problem?
OK i kept trying, and finally i got it to go into 'flash zip file', I clicked on the correct zip file, but right after clicking the screen went black and it restarted.
Does this sound like it worked? How do I check to confirm if it worked and it's rooted?
Ok I did this, and it said ADB is already running in root in the cmd, so i think i'm good!!!
Thanks!
The easiest way to test if the device is rooted is to open another command prompt in the tools dir and type
adb root
If it returns that adab is already running in root, then you're all set.
So as i said, i installed the sapphire recovery, but now i'm reading on the wiki page that you need the HERO recovery file. I need to change the radio, but then it is saying i needed the HERO recovery.
This is so damn confusing why can't anyone get this all straight and not have so many different and totally contradicting methods.
http://wiki.cyanogenmod.com/index.p...agic32A_Firmware_to_CyanogenMod#6.35.x_Radios
The wiki here says to use the HERO recovery, but this thread only gives the sapphire recovery for the HTC magic.
http://forum.xda-developers.com/showthread.php?t=530492
Now to clarify i checked and i think i have successfully rooted, but the specs are this.
Sapphire PVT 32A ship s-on H
Hboot-1.76.0008
CPLD-12
RADIO-6.35.08.29
I'm told i need to change the radio now before I can install the cyanogen rom, is this true?
I can't find out what to do because no one seems to talk about the 1.76.0008 spl...
Any help?
OK so more playing and more following guides, I installed the HERO recovery tool (1.6.2), and updated the radio to 6.35.10.18, changed my SPL to 1.76.2007, and have my PVT 32A ENG S-OFF H setup.
I'm confused though, because I did all of this work so I can install the lastest cyanogen rom, but it says it can't use this version of the radio... what the hell?
Someone REALLY needs to fix these tutorials to be self consistant.
http://forum.xda-developers.com/showthread.php?t=605239
follow this, got it all done, then go here to get the cyanogen mod...
http://forum.xda-developers.com/showthread.php?t=673394.
What do I do now?? Do I downgrade my radio or just use a different rom?
thesmoth said:
OK so more playing and more following guides, I installed the HERO recovery tool (1.6.2), and updated the radio to 6.35.10.18, changed my SPL to 1.76.2007, and have my PVT 32A ENG S-OFF H setup.
I'm confused though, because I did all of this work so I can install the lastest cyanogen rom, but it says it can't use this version of the radio... what the hell?
Someone REALLY needs to fix these tutorials to be self consistant.
http://forum.xda-developers.com/showthread.php?t=605239
follow this, got it all done, then go here to get the cyanogen mod...
http://forum.xda-developers.com/showthread.php?t=673394.
What do I do now?? Do I downgrade my radio or just use a different rom?
Click to expand...
Click to collapse
Here is a link to a test kernel port file for CM 5.0.8 from Brian Crook. This should allow you to run CM using your current Radio. Like I say it's a test port and I haven't tried it but Brian is the one that does all the ports to the Rogers 3.x radios.
http://briancrook.ca/android/testing/
you'll need to download the file bc-5.0.8-6355-ebi1-signed.zip
You would use recovery to flash CM 5.0.8 then flash this kernel port file. After that don't forget to flash the gapps package that should be linked in one of the URL's that you already posted or you can get it here http://kanged.net/mirror/download.php?file=gapps-ds-ERE36B-signed.zip
PLEASE NOTE
Do not change your radio from it's current 6.x version without flashing the matching SPL for the new radio. If you fail to flash the SPL/Radio combination correctly you WILL brick your phone.

[Q] 1.34 rooted and S-off.. Need to go back. How ?

So i've rooted my Desire Z with the stock rom of v. 1.34 .. I think i need to send it back for repairs since my green led is not working anymore.. But before i can do that i want to unroot the phone.. can someone here explain to me how i do it ? Im a total retard when it comes to this.. Sometimes i even wonder how the heck i managed to root the device
EDIT: Forgot to mention that i've applied a OC kernel.. !
No one ?
5char
I reckon ppl are a bit cautious in giving advice as there have been a few issues.
Lets start with which method did you use to root and s-off?
wileykat said:
I reckon ppl are a bit cautious in giving advice as there have been a few issues.
Lets start with which method did you use to root and s-off?
Click to expand...
Click to collapse
Thanks man.. Glad you want to help ..
I wanted to able to use this kernel, so i followed the suggested rooting guide from that thread.. Which i believe is this
I just want to make sure i do everything right you know
Da9L said:
So i've rooted my Desire Z with the stock rom of v. 1.34 .. I think i need to send it back for repairs since my green led is not working anymore.. But before i can do that i want to unroot the phone.. can someone here explain to me how i do it ? Im a total retard when it comes to this.. Sometimes i even wonder how the heck i managed to root the device
EDIT: Forgot to mention that i've applied a OC kernel.. !
Click to expand...
Click to collapse
Hi !
I need to know 2 things before I can help you:
1. Did you install the engineering hboot?
You can check this by booting into fastboot mode:
- Shutdown the phone
- Press and hold the touchpad-button and hold it while pressing the Power button.
-> On the screen with the surfing androids the first lines contains either SHIP or ENG. If you have ENG then you installed the engineering hboot.
2. Did you use gfree to achive radio S-OFF
You can check this by using the gfree_verify procedure - see http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#VERIFY_.28using_.22gfree_verify.22.29
if you have @secu_flag = 0 then you are radio S-OFF if @secu_flag = 1 you are radio S-ON.
Please check this and post your results, then i can post your way to go.
have fun - Guhl
guhl99 said:
Hi !
I need to know 2 things before I can help you:
1. Did you install the engineering hboot?
You can check this by booting into fastboot mode:
- Shutdown the phone
- Press and hold the touchpad-button and hold it while pressing the Power button.
-> On the screen with the surfing androids the first lines contains either SHIP or ENG. If you have ENG then you installed the engineering hboot.
2. Did you use gfree to achive radio S-OFF
You can check this by using the gfree_verify procedure - see http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#VERIFY_.28using_.22gfree_verify.22.29
if you have @secu_flag = 0 then you are radio S-OFF if @secu_flag = 1 you are radio S-ON.
Please check this and post your results, then i can post your way to go.
have fun - Guhl
Click to expand...
Click to collapse
1. Nope it shows SHIP
2. Gave me this output (My phone has allways been sim unlocked however.. Bought it without contract!)
Code:
gfree verify_cid returned:
@CID: 11111111
OK
gfree verify_secu_flag returned:
@secu_flag: 0
OK
gfree verify_simlock returned:
@SIMLOCK= 00
OK
Da9L said:
1. Nope it shows SHIP
2. Gave me this output :...
gfree verify_secu_flag returned:
@secu_flag: 0
Click to expand...
Click to collapse
!!! WARNING FOR OTHERS - DO NOT DO THIS IF YOU ARE NOT RADIO S-OFF AND HAVE THE ENGINEERING HBOOT INSTALLED !!!
OK this is good because as you don't have the eng-hboot installed we can safely flash the full stock rom and i assume that you have a custom kernel and a custom recovery installed that we need to get rid off.
Before i go into details of commands i would like to give you the principle procedure:
1. reinstall the stock firmware by copying a PC10IMG.zip to /sdcard and then boot into hboot and let it install the complete stock rom.
2. temproot again using psneuter
3. restore the backup of your partition 7 using gfree 0.4
So what we need is:
- a stock rom from here http://www.multiupload.com/GH26HXLLES
- psneuter from here http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/psneuter/psneuter.zip
- gfree 0.4 from here http://www.thinkthinkdo.com/trac/project1/raw-attachment/wiki/gfree/gfree_04.zip
You need to make sure that this PC10IMG.zip really is your stock version (maybe find yours somewhere else)
1. Installing the stock rom:
connect the phone to usb.
download the file and rename it to PC10IMG.zip and put it to the root of your sdcard using:
Code:
adb push PCIMG10.zip /sdcard/
shutdown your phone.
boot into hboot by holding the <Vol-Down> key while you press <Power> to boot.
hboot (white screen with surfing androids and the word HBOOT in blue) will scan for the file PCIMG10.img and load it.
Then you can use <Vol-Up> to start the process. In the middle of the process the screen will get dark for some seconds and then it will start again -> don't panic wait until it is completely finished.
When done - reboot
2. Temp-root using psneuter:
On the phone go to Settings - Applications - Development and enable USB debugging again.
Unzip the psneuter.zip, install and execute psneuter on your phone:
Code:
adb push psneuter /data/local/
adb shell chmod 777 /data/local/psneuter
adb shell /data/local/psneuter
3. use gfree to restore your partition 7 backup
Unzip gfree_04.zip and install it on the phone
Code:
adb push gfree /data/local/
adb shell chmod 777 /data/local/gfree
3.a When you used gfree to get radio s-off it created a backup of the partition named /sdcard/part7backup-<time>.bin (replace <time> with the time number). We will restore this file now.
Get a root shell:
Code:
adb shell
The prompt should be # now
Execute gfree to restore the backup (in the root shell) - replace <time> with your time number in the following command.
Code:
/data/local/gfree -r /sdcard/part7backup-<time>.bin
3.b Alternative: (if you don't have your partition 7 backup anymore - don't do if you did 3.a):
You need to know the CID that your phone had originaly, it could be HTC__001
Excecute gfree to set S-ON and CID:
Code:
/data/local/gfree -s on -c HTC__001
4. clean up (still in the root shell):
Code:
rm /data/local/psneuter
rm /data/local/gfree
rm /sdcard/PC10IMG.zip
So now you are back to stock.
You might want to boot to hboot again and use "FACTORY RESET" to wipe data and cache.
And you might format the micro-sd card before you return the phone.
I hope this is it (written without a phone so there might be typos)
have fun - Guhl
Wow guhl99 that is really really helpfull ! I appriciate it so much! Im gonna try it later today ..
However i dont think i got the backup of that partition.. Must have deleted by mistake for some reason
Is there anyway i can find out what CID my phone had originaly ?
EDIT: Another question.. What would happen if i just acceptet the OTA upgrade ? Wouldn't that unroot and s-on my phone ?
Da9L said:
Wow guhl99 that is really really helpfull ! I appriciate it so much! Im gonna try it later today ..
However i dont think i got the backup of that partition.. Must have deleted by mistake for some reason
Is there anyway i can find out what CID my phone had originaly ?
Click to expand...
Click to collapse
Hi !
Welcome, i think it was time to summarize this once. And as I am constantly going back to stock to test some exploits and then reroot i have some practive.
Yes there is. The CID is also stored in the first 8 bytes of partition 17 - the misc partition - (and no one knows why).
So you can to the following (in a adb root shell)
Code:
dd if=/dev/block/mmcblk0p17 bs=8 count=1 2>/dev/null
The first 8 characters of the output should be your CID (the # behind it is the prompt for the next command as you do not receive a new-line by the command above)
have fun - Guhl
Da9L said:
EDIT: Another question.. What would happen if i just acceptet the OTA upgrade ? Wouldn't that unroot and s-on my phone ?
Click to expand...
Click to collapse
Sorry I did not see this question.
It will unroot but will NOT S-ON the phone.
But something really nasty will happen:
- It will install a radio firmware version that prevents gfree from dropping the write protection of the emmc chip for the radio configuration partition 7. And because of this you are not able to set S-ON again or set your CID back (or restore your partition 7 backup).
You would then have to downgrade the firmware again to 1.34 (using a procedure that is documented in this forum) and is even more complicated. And after the downgrade (that includes installing the stock rom as i described above) you would have to continue at point 2 of my description above.
SO DO NOT ACCEPT THE OTA (it would not brick things but needs another 2 steps).
have fun - Guhl
Guhl, could you use Gfree to restore your backup (or go S-ON) first while you were still rooted? Then with S-ON, use the PC10IMG.zip to restore back to the shipping ROM (which should work, assuming the zip to be signed).
Just wondering if that extra step of temp rooting before using gfree is necessary...
ianmcquinn said:
Guhl, could you use Gfree to restore your backup (or go S-ON) first while you were still rooted? Then with S-ON, use the PC10IMG.zip to restore back to the shipping ROM (which should work, assuming the zip to be signed).
Just wondering if that extra step of temp rooting before using gfree is necessary...
Click to expand...
Click to collapse
Hi !
You are absolutely right, you could do it this way.
The reason why i always remove s-on as the last step is just to have the system and recovery partitions write enabled till the last step.
So if anything goes wrong you still have options till the end.
But if you don't need that extra security you could do it your way.
have fun - Guhl

HTC Desire HD won't boot after flash

Hello!
I have a big problem.
I might have bricked the device however the things what i can do are the following:
- Boot into recovery (clockworkmod)
- start a usb data connection with a computer (clockworkmod)
- input of the ADB commands through terminal running in the computer
What i did?
Flashed the memory with a Cyanogenmod 6.3 according to official guideline:
http://wiki.cyanogenmod.com/index.php?title=HTC_Desire_HD:_Full_Update_Guide
and took note and used most procedures from there actually:
http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#Rooting_the_G2
Didn't do the engineering hboot.
Everything was working. I got cyanogenmod working.
Then after a while i tried to restore a backup which i had from original HTC configuration which was actually just before i did the cyanogenmod flash with clockworkmod.
So the backup was from the time i already unlocked the phone from locks and had root access.
So again the restore function worked and everything was back to normal.
How i managed to half brick the device?
Yesterday i wanted to put cyanogenmod back to my phone and then the s hit happened.
I admit that i didn't check whether the locks were off i just thought that these should have been off because backup soft was from time i had phone unlocked.
Anyway to cut the long story short - after flashing the memory with cyanogenmod with the help of rom manager the phone didn't boot anymore.
I tried all the options from clockworkmod flash and format and upgrade straight from sd card a new cyanogenmod but nothing worked. Again the white HTC screen and connection through a usb cable.
So probably i have the s-off and who knows what else.
I dont have a root access anymore as well because i already tried it through the terminal. It doesn't recognize the su command.
Question is, how can i put the cyanogenmod back on by only using clockworkmod recovery and working ADB connection through usb link?
Probably have to just get the locks off but the original instructions say i have to have terminal emulator running in phone but i only have clockworkmod recovery soft running at best.
S hit, again very long story, but hope someone can help me!
Cheers!
I had a similar problem yesterday, after flashing ClockwordkMod Recovery to version 3.0.0.5 (it said it had an update) and trying to reinstall CyanoGenmod 6.3 my phone would no longer boot, it got stuck in the white HTC Logo screen.
I'm not really an expert on this stuff, but I managed to "recover" my device by downgrading it again to 1.32.405.6 using this thread: http://forum.xda-developers.com/showthread.php?t=905003. First I had tried to recover a previously backed-up ROM, but that did not work.
I had to put the stock 1.32 PD98IMG.zip file on my SD card using ClockwordMod Recovery (since I could no longer boot), I'm not exactly sure which steps I took to do so, I have tried a lot of things yesterday before I got everything working again.
After this my phone could boot again and I was ready to play around again. I reinstalled CyanogenMod again using an older version of ClockwordMod Recovery. I'm not sure if this is related in any way, but my phone works smooth again..
Once again; I'm really not on expert on how all this stuffs works, I just hope that I can help you on the way with some ideas on how to fix your device.
So probably i have the s-off and who knows what else.
Click to expand...
Click to collapse
I figured out wether my device was S-OFF and/or Eng S-OFF by entering "adb reboot bootloader" from cmd. At the top of the page for me it states:
ACE PVT ENG S-OFF
I believe it stated only SHIP S-OFF when I had the problems you describe.
Thanks man for quick reply!
I definitely try the downgrading solution and i remember i too did the update for clockworkmod rom manager before the flash.
I'll report back tomorrow.
Cheers!
couldn't boot up any roms earlier after upgrading clockworkmod recovery to v3... downgraded to 2.5.1.3 and worked fine
Hi Guys, I have exactly the same problem. It would be really great if you provide me the step by step process to downgrade clockworkmod recovery.
Cheers,
Pav
I'd like to say to you guys that the downgrading solution worked
Didn't have to use any programs inside phone except clocworkmod recovery which was the only thing i had running.
Thank you user jvdminne!
The downgrading solution was in official cyanogenmod guidelines as well but forgot it anyway.
------------
Pavanka!
The downgrading solution from the link is pretty step by step actually.
But anyway, with my half-broken phone the lines didnt do the trick:
Code:
adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell chmod 777 /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/psneuter
I had to copy psneuter and misc_version to /tmp folder not into /data/local/tmp.
But anyhow, i already had # root access through computer. Probably from last half flashed system.
So only thing i basically had to do was to cd in windows cmd into folder where i had psneuter and misc_version and after that:
Code:
adb push misc_version /tmp
adb shell chmod 777 /tmp/misc_version
adb shell
in the shell (adb shell):
Code:
cd /tmp
./misc_version -s 1.31.405.6
And after that follow the instructions from previous link.
To get the ADB functions working just follow the guide here or from previous link where it had adb program included, but not sure whether it was working cause i had it from Android SDK package already set.
Hope you got some sense out of it.
Cheers!
Hey
I had similar problems to those mentioned in the beginning with the cyanogen mod...
I installed cyanogen and the it got to the screen with the blue swirlyness and then just kept restarting. I decided to restore a backup and just got stuck on the white htc screen.
I decided to follow this post and now am stuck with this...
I just tried a couple of different things to no avail...
maxa1577 said:
Hey
I had similar problems to those mentioned in the beginning with the cyanogen mod...
I installed cyanogen and the it got to the screen with the blue swirlyness and then just kept restarting. I decided to restore a backup and just got stuck on the white htc screen.
I decided to follow this post and now am stuck with this...
I just tried a couple of different things to no avail...
Click to expand...
Click to collapse
If you had ROOT , S-OFF etc you shouldn't need to go through all this rigmarole, if you can access recovery carry out a full wipe /system /cache /dalvik-cache and reflash your chosen ROM, should be all that's required
ghostofcain said:
If you had ROOT , S-OFF etc you shouldn't need to go through all this rigmarole, if you can access recovery carry out a full wipe /system /cache /dalvik-cache and reflash your chosen ROM, should be all that's required
Click to expand...
Click to collapse
phew cheers for that. First time flashing and I thought I killed me poor desire.

[GUIDE] a quick how to unroot your mytouch 3g 1.2

Okay recently I've been wanting to get back to a Froyo Rom, but all failed. . . Some would boot 1 time perfectly fine then failed to boot after reboot. . . So I've decided to go back to Stock, 100% purely stock, and here is how I did it.
::BEFORE YOU START JUST KNOW: I AM NOT RESPONSIBLE FOR NOTHING!!::
1.) I flashed a engineered spl (1.33.2010) : Heres the Link.
2.) I flashed/loaded the Stock Sappimg.zip (Thanks To Tvall) : Heres The Link.
3.) Then I flashed the T-Mobile Froyo update through recovery : Heres The Link.
::Side Note: Flashing the engineered spl will change your fastboot to 32B but honestly i believe its harmless because once you load the SAPPimg.zip through fast boot it changes everything back to the correct settings/files. . .
:::IF YOU PLAN ON RE-ROOTING YOUR PHONE:::
::Edit:: You might run into an issue where you can't change your recovery. . .Heres the Fix.
1.) Put Your Recovery.img on your SDCard : (CW Recovery)Heres the Link.
2.) Put flash_image on your SDCard : Heres the Link.
3.) Open up terminal/adb (which ever you prefer) :v:
3.a)
Code:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/mtdblock3 /system
rm /system/etc/install-recovery.sh
cd sdcard
mount -o remount,exec /dev/block//vold/179:1 /sdcard
./flash_image recovery /sdcard/recovery.img
exit
exit
(If you do it from your phone, just skip that adb shell part ^_^ ( i did it from my phone, worked flawlessly )
Enjoy, and Be Eazy .
help plz
GeEazy said:
Okay recently I've been wanting to get back to a Froyo Rom, but all failed. . . Some would boot 1 time perfectly fine then failed to boot after reboot. . . So I've decided to go back to Stock, 100% purely stock, and here is how I did it.
::BEFORE YOU START JUST KNOW: I AM NOT RESPONSIBLE FOR NOTHING!!::
1.) I flashed a engineered spl (1.33.2010) : Heres the Link.
2.) I flashed/loaded the Stock Sappimg.zip (Thanks To Tvall) : Heres The Link.
3.) Then I flashed the T-Mobile Froyo update through recovery : Heres The Link.
::Side Note: Flashing the engineered spl will change your fastboot to 32B but honestly i believe its harmless because once you load the SAPPimg.zip through fast boot it changes everything back to the correct settings/files. . .
:::IF YOU PLAN ON RE-ROOTING YOUR PHONE:::
::Edit:: You might run into an issue where you can't change your recovery. . .Heres the Fix.
1.) Put Your Recovery.img on your SDCard : (CW Recovery)Heres the Link.
2.) Put flash_image on your SDCard : Heres the Link.
3.) Open up terminal/adb (which ever you prefer) :v:
3.a)
Code:
adb shell
su
mount -o remount,rw -t yaffs2 /dev/mtdblock3 /system
rm /system/etc/install-recovery.sh
cd sdcard
mount -o remount,exec /dev/block//vold/179:1 /sdcard
./flash_image recovery /sdcard/recovery.img
exit
exit
(If you do it from your phone, just skip that adb shell part ^_^ ( i did it from my phone, worked flawlessly )
Enjoy, and Be Eazy .
Click to expand...
Click to collapse
hi i have a tmobile my touch 3g 1.2 semi bricked still turns on but it have the vodafone logo and stay on the splash screen
this is the info
SAPHIRE PVT 32A SHIP S -ON H
HBOOT -1.76.0008 (App31000)
CPLD-13
RADIO-6.35.08.29
Nov 3 2009
there is any sapping that can retur it back to tmobile stock configurations or it dosnt have no use so i mean is bricked with no fix
the phone go to fastboot but the computer dont recognize it
If you have my touch 1.2 you really have a 32b board not a 32a.
You can't use the 17xx spl or the 3.xx or 6.CC radios
Use ezterry 1033 to 1033d hboot upgrade zip and the 2.22.28.25 (I think) radio
Have to stay in the 2.xx. radio set
Sent from my Dream/Sapphire using Tapatalk
Here is my upgrade notes from 2 days ago
20120215 Radio Upgrade 2.22.28.25
20120215 SPL Upgrade 1.33.0013d
Nandroid Backup, SuperWipe, Flash Radio, Flash SPL, Flash Rom or Restore
When Search for super wipe go to the last page they have new links
Sent from my Dream/Sapphire using Tapatalk

Cant flash recovery

Few days ago I messed the phone little bit, Magic 32A and I had to flash sappimg.nbh from fastboot.
Before that phone was S-OFF with 3.22 radio and 1.33.2010 SPL.
Right now is running Android 1.5, its rooted using UniversalAndroot and right now I cant flash recovery from Rom manager. I get error: "an error occurred while attempting to run privileged commands".
Current:
SAPPHIRE UNKNOWN 32A SHIP S-ON G
HBOOT-1.33.0006
CPLD-12
RADIO-2.22.19.26I
What I want? Want to get on old situation with 3.22 radio, 1.33.2010 spl and if possible s-off.
Right now Im in mess cause I dont know what tutorial/source to follow. Its been two years since I have done that, besides I didnt had to do goldcard back then.
Can anyone please help cause Im really confused.
thanks
stifler05 said:
Few days ago I messed the phone little bit, Magic 32A and I had to flash sappimg.nbh from fastboot.
Before that phone was S-OFF with 3.22 radio and 1.33.2010 SPL.
Right now is running Android 1.5, its rooted using UniversalAndroot and right now I cant flash recovery from Rom manager. I get error: "an error occurred while attempting to run privileged commands".
Current:
SAPPHIRE UNKNOWN 32A SHIP S-ON G
HBOOT-1.33.0006
CPLD-12
RADIO-2.22.19.26I
What I want? Want to get on old situation with 3.22 radio, 1.33.2010 spl and if possible s-off.
Right now Im in mess cause I dont know what tutorial/source to follow. Its been two years since I have done that, besides I didnt had to do goldcard back then.
Can anyone please help cause Im really confused.
thanks
Click to expand...
Click to collapse
ehhh, I'm kinda lost my self but my advice would be to find a way to upgrade to 2.2.1 and do superoneclick root, then use rom manager. . .
(or "something that just came to mind": Download Terminal Emulator from Android Market.)
(and manually flash a custom recovery. . . If you do have root then "su" should work flawlessly)
(Take a look at my post " http://forum.xda-developers.com/showthread.php?t=1428838 " and download the needed files to flash your recovery)
GeEazy said:
ehhh, I'm kinda lost my self but my advice would be to find a way to upgrade to 2.2.1 and do superoneclick root, then use rom manager.
Click to expand...
Click to collapse
BTW, flashing recovery will only stick if s-off is shown or engineering ROM is installed (s-on in this case is fine). Don't waste your time with superoneclick. It will be more trouble than its worth if your going through different versions.
"I didnt had to do goldcard back then."
I have never had to do a goldcard. Barely even know what it is.
You can flash recovery from any version (again provided the phone has either s-off or an engineering ROM installed):
Download and install es file explorer from marketplace (or anything that can be used to install apps)
Download and install busybox from marketplace
Copy and install Univeral Androot to phone Link -> http://bit.ly/9wAKC5 (taken from Link -> http://forum.xda-developers.com/showthread.php?t=807899 )
Install Universal Androot with es file explorer
RUN UNIVERSAL ANDROOT
It should be SET TO 1.5/1.6 already THEN
touch GO ROOT
Wait till its fully installed THEN
Install busybox by:
RUN BUSYBOX APP
Accept superuser request (If it doesn't appear reboot phone and try again OR busybox install will fail).
(Install of newest busybox version is OK)
INSTALL TO /system/bin is OK
TOUCH the X
TOUCH INSTALL
It should say successful
Download Android Dev kit
http://developer.android.com/sdk/index.html
Download JavaJDK -64bit is fine for 64bit OS
http://www.oracle.com/technetwork/java/javase/downloads/index.html
install JavaJDK THEN
install dev kit
RUN android sdk manager
install google drivers & platform tools. Unselect anything else that might be defaulted as selected.
Enable usb dev mode on phone and attach phone to PC
Run windows command prompt in admin mode
Type "CD C:\Program Files (x86)\Android\android-sdk\platform-tools"
Type "adb devices" (Device check. The phone will show up if everything is properly working OR no device is listed if not. If no device is listed then phone drivers are not working correctly OR phone is not in USB dev mode OR not attached to PC)
[FILES NEEDED:
A. Download cm 4.2.15.1 and extract flash_image from /system/bin/ ||link ->
http://goo.gl/5NPE. (Taken from link ->http://forum.xda-developers.com/showthread.php?t=807899)
B. The recovery you will be using. I recommend Amon RA. Link -> http://forum.xda-developers.com/showthread.php?t=530492 || Download the version you need! (for my t-mobile mytouch 3G 32b I use "recovery-RA-sapphire-v1.7.0G.img. You have a 32a so for you it looks like you need the "recovery-RA-sapphire-v1.7.0H.img" BUT DOUBLE/TRIPLE CHECK THAT. Not my fault if that's the wrong one. ]
rename the recovery-RA-sapphire-*.img to recovery.img
Either copy flash files directly to SDcard OR
place files on hard drive at c:\
Type "adb push c:\flash_image /sdcard/"
Type "adb push c:\recovery.img /sdcard/"
THEN Type (after each line press enter. Example: type adb shell then press enter.)
adb shell
su (if recently rooted then... touch allow on phone)
mount -o remount, rw /system
cp /sdcard/flash_image /system/bin
cd /system/bin
chmod 777 flash_image
flash_image recovery /sdcard/recovery.img
(taken from Link -> http://www.addictivetips.com/mobile/how-to-install-a-custom-recovery-to-an-android-phone-device/)
(May or may not need to CLICK OK TO INSTALL ON PHONE. Or was I seeing things?)
Finally, boot phone into and enjoy the new recovery
If you need to do it again, keep the programs installed and put the files in a directory so you have easy access and know they work. Its MUCH faster the 2nd+ time.
***If you mess up your phone while trying to do any of this, that's NOT my fault.

Categories

Resources