[RESOLVED] Stubborn security on MT4G. Will not Temp-Root. - myTouch 4G Q&A, Help & Troubleshooting

I was able to root my MT4G with ease using VisionARY r14. My friend purchased a MT4G shortly after and I was trying to root it for him, I used several methods and no luck on any of them.
I've tried using:
1. Visionary temp root>attempt perm root
2. Visionary temp root>terminal (sh root.sh)
3. Visionary temp root>terminal (/data/local/wpx.ko)
From what I understand #2 & #3 basically are the same. So going back to the problem, on MY phone (I don't recall if I used #1 or #2), I rooted with no issues. On his phone, the root is not sticking, every time I go into the bootloader on his S=on still. Nothing stands out or is out of the ordinary, and I would think it would have rooted just fine, the scripts ran via terminal emu and looked okay and all.
Something else I've noticed is when I install CWM Recovery via ROM Manager, after temp root from Visionary the install of CWM Recovery itself was fine, though after going into bootloader and trying to access recovery or booting into recovery from ROM Manager, it doesn't go into recovery, I get the cell with red triangle and "!" on it. I'm assuming that this is a result of it being unrooted still? Anyone else run into a stubborn MT4G like this? I've attached 2 pictures for visual aid of the phone's bootloader screen and about screen below.
Any suggestions or help is greatly appreciated, I've been trying to root it for over a week now and no luck.

I can't see the pics you posted, but I had this issue myself, for me the answer was to find a stock recovery pre ota update and force it, then I ran visionary and terminal with sh root.sh or whatever... Hope this helps... Just try to find an image of pre ota stock rom and go from there... There is a good forum here with a walkthrough to do this... Post results please, would like to know if this was your issue...
Sent from my HTC Glacier using XDA App

Hey I ran into the same problem, with that 86.0000 boatloader u must use the gfree chmod777 process its because its after the ota update
Sent from my HTC Glacier using XDA Premium App

grankin01 said:
Ok guys, first of all Scotty2 gets all the credit for the program R&D. I used my device as a test bed and have tried a couple different kernels (Gr8Gorilla's O/C Kernel and the stock kernel).
Now for the boring stuff ...
This is a very invasive way of rooting your device but the benefit is TRUE S=Off and root privileges throughout the system. As such, you do this at your own risk and if you brick your device neither Scotty2 nor myself are responsible, YOU ARE!!! Do this at your own risk!!!
This is not for the faint of heart and if you have any reservations about doing things like this do not do it.
This process will do three things for your device. I will explain them here:
1. It will set up Super CID on your device allowing you to flash any carriers rom (not just tmobile). Giving you more freedom with your choice of software. The software still needs to be device specific to the glacier for compatability reasons though. Like vodafone glacier roms etc.
2. It will subsidy unlock your device. In other words, it will SIMUNLOCK your phone allowing you to use an AT&T sim card and so on in your device without needing the unlock code from HTC.
3. Most important of all it will turn the RADIO S=Off. This is the ultimate S=Off because the radio is what controls the security flag in the first place. Once you turn it off here it is off everywhere and will allow you pure unadulterated access to your device.
This process will not change your bootloader (unless your on 0.86.0000 and you follow the optional steps).
Now, you may be asking "Why do this? I already have root from your other guide and it has given me r/w access to system and recovery. I thought this meant we had permanent S=Off." This is only partially true. We have had an engineering bootloader and "Label" s=off not radio s=off. When you turn the security off in radio it is off permanently no matter what hboot you have installed engineering or otherwise. However, it is optional but you can still copy the engineering hboot over and it will allow you to flash whatever you like without (as much) fear of bricking your device.
This guide assumes you know how to use ADB. If you do not there are guides all over XDA to show you how. There is even a really good one in this forum. Also here is a video on how to setup adb discovered by topgun303: http://www.youtube.com/watch?v=1UF5w1dKe2U
*NOTE*
For some reason this process can bork your recovery. If you notice after following the steps below that in order to reboot from recovery you have to uninstall/reinstall the battery and hit the power button, just install/reinstall clockwork recovery through Rom Manager in the android market and it will fix your problem.
CONFIRMED: Guide does work for pre-OTA devices!!! Thanks xanz!
Here we go:
If you are already permarooted per the other guide just follow the first 11 steps.
Make sure you have visionary installed on your device. (If you were already permarooted w/s=off ignore this step.)
Download this file:
http://www.mediafire.com/?s7afymwe2wb3x60 New version of gfree with more options! See below.
md5sum: b73c56ca0e21664c5756d4ad295063c5
1. Now unzip the file into your SDK tools directory.
2. Plug your device into your computer.
3. Now open explorer and hold down shift at same time you right mouse click on your SDK tools directory (platform-tools if you have the R8 version of the SDK). Select open command window here. If you are in linux (ubuntu) right mouse click on your SDK tools folder, choose actions, and choose open command window(or whatever it's called). Otherwise, open a command prompt and cd your way to your SDK tools directory.
4. Type "adb push gfree /data/local" and hit enter.
Optionally, you could dl the file to your phone use androzip or something like it to unzip the file and then use root explorer to move the file named gfree to /data/local. Not the gfree.h file. All the other files are source code inlcuded for the gnu license. This would skip the first 4 steps.
5. Now unplug your device from the computer.
6. Run visionary to gain temp root. (If you were already permarooted w/s=off ignore this step.)
7. Open terminal emulator on your device, type "su", and hit enter to gain root privileges.
8. Type "cd /data/local" and hit enter.
9. Now type "chmod 777 gfree" and hit enter to make the program executable.
10. Type "./gfree -f" and hit enter.
New features in gfree.
gfree usage:
gfree [-h|-?|--help] [-v|--version] [-s|--secu_flag on|off]
-h | -? | --help: display this message
-v | --version: display program version
-s | --secu_flag on|off: turn secu_flag on or off
-c | --cid <CID>: set the CID to the 8-char long CID
-S | --sim_unlock: remove the SIMLOCK
With the new features you can turn off one thing at a time. You can also turn security back on and set the CID back to stock if you wish. To turn simlock back on you still have to follow the revert procedures on this page as the information that is patched to turn the lock off is encrypted and we can't write back to it other than restoring the entire image.
So, if you wanted to leave simlock on but turn security off and set super CID the command would be "./gfree --secu_flag off --cid 11111111" + enter. The -f switch after ./gfree that is now in the above step (./gfree -f) just tells gfree to patch everything.
11. Wait for the program to finish and then reboot into HBoot to see if S=Off. Also, check your bootloader version. If it says s=off and has bootloader version 0.86.0000 it worked.
If you already had hboot 0.85.2007 you can check it through the hboot menu. It gives you an option for "system info" in the hboot menu. Highlight it and hit power. It should say CID = 11111111 or something like that. If it does your golden.
Congratulations!
12. If this is the first time you have rooted your device you will need to run visionary again (temproot w/set system r/w after root checked and then attempt permroot) to make root privileges permanent and then reboot again. Now "su" should work properly for you.
Gfree writes a backup of the file that it patches named Part7backup-numbers.bin on your sdcard. I suggest putting this file in a safe place as it is the only way to revert if you need to.
[Optional] Steps to flash engineering bootloader.
1. Restart your phone and plug it back into your computer.
2. Download this file: http://www.megaupload.com/?d=NN5726Z8
md5sum: df4fd77f44993eb05a4732210d2eddc6
3. Copy the file to your SDK tools directory.
4. Open a command prompt again and cd into your SDK tools directoty (platform-tools if your on the new R8 SDK).
5. Type "adb push hboot_dhd.nb0 /data/local" and hit enter.
6. Now open terminal on your device and type "su" and enter to gain root priviliges.
7. Type "cd /data/local" and enter.
8. Now type "dd if=hboot_dhd.nb0 of=/dev/block/mmcblk0p18" and hit enter.
9. You should see something like: 2048 bytes in 2048 bytes out 1048576 bytes copied blah blah blah.
10. Now restart the device into hboot and check if your bootloader version is 0.85.2007. That is what you want to see.
Congratulations, you now have a TRUE root and engineering bootloader on your shiny MT4G!!!
Click to expand...
Click to collapse
Sent from my HTC Glacier using XDA Premium App

ZuluNexus said:
Hey I ran into the same problem, with that 86.0000 boatloader u must use the gfree chmod777 process its because its after the ota update
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
I second this, gfree works great

ZuluNexus said:
Hey I ran into the same problem, with that 86.0000 boatloader u must use the gfree chmod777 process its because its after the ota update
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
This would explain why I had to flash the pre ota stock image before I could root using the sh root.sh.... I am sure the chmod777 would have worked also...
Sent from rooted Royal Glacier using XDA app

powduh09 said:
I can't see the pics you posted, but I had this issue myself, for me the answer was to find a stock recovery pre ota update and force it, then I ran visionary and terminal with sh root.sh or whatever... Hope this helps... Just try to find an image of pre ota stock rom and go from there... There is a good forum here with a walkthrough to do this... Post results please, would like to know if this was your issue...
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
I see. So just get a pre ota stock rom and Visionary would be the simplest way then? But would the pre ota stock ROM also include the < 86.0000 botloader?
ZuluNexus said:
Hey I ran into the same problem, with that 86.0000 boatloader u must use the gfree chmod777 process its because its after the ota update
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
ZuluNexus said:
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
ziggy34 said:
I second this, gfree works great
Click to expand...
Click to collapse
Thumbs up
powduh09 said:
This would explain why I had to flash the pre ota stock image before I could root using the sh root.sh.... I am sure the chmod777 would have worked also...
Sent from rooted Royal Glacier using XDA app
Click to expand...
Click to collapse
Which method did you use to flash the pre ota image?
And thanks everyone for the quick replies!

When I flahed pre ota I found the forum on here for it. Just placed the file on my sd card and named it PD15IMG and booted phone to hboot, it found update and went from there
Sent from rooted Royal Glacier using XDA app

powduh09 said:
When I flahed pre ota I found the forum on here for it. Just placed the file on my sd card and named it PD15IMG and booted phone to hboot, it found update and went from there
Sent from rooted Royal Glacier using XDA app
Click to expand...
Click to collapse
Awesome, what is hoped for! Thanks!
Sent from my HTC Glacier using XDA App
EDIT!!
RESOLVED!
Unfortunately the method of just using the PD15IMG did not work because the bootloader recognized it as an older image and wouldn't update it. I came across this thread and successfully rooted!! =]
http://forum.xda-developers.com/showthread.php?t=995549
I improvised a bit and did not use "Androzip" I had "Adao File Manager" already installed on my friends phone. Basically.
Credit goes to the OP of the posts!! But here's the link to the gfree the OP is referring to. http://forum.xda-developers.com/showthread.php?t=858996

I am having a problem getting the gfree files to move where they need to be and sry guys, unsure of ow to use sdk, im need the dummy dummy guide anyone? Ive been researching for days lol

Rainbowbright081 said:
I am having a problem getting the gfree files to move where they need to be and sry guys, unsure of ow to use sdk, im need the dummy dummy guide anyone? Ive been researching for days lol
Click to expand...
Click to collapse
You need a root explorer.
*Root can be accomplished without SDK.
Sent from my Glacier running CM7 RC2 via XDA app.

YOu can try using mt4groot.zip google it

I managed to get it done right with adb, s=off perm, running cm7 with honeycomb. Quite awesome!
Sent from my HTC Glacier using XDA Premium App

lilazngoku8 said:
YOu can try using mt4groot.zip google it
Click to expand...
Click to collapse
It's in the second link I posted. Safer than Googling.
Rainbowbright081 said:
I managed to get it done right with adb, s=off perm, running cm7 with honeycomb. Quite awesome!
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Running CM7 with Honeycomb? I am mistaken? You mean the honeycomb theme?
Sent from my Glacier running CM7 RC2 via XDA app.

Sry yes running the honeycomb theme
Sent from my HTC Glacier using XDA Premium App

Rainbowbright081 said:
Sry yes running the honeycomb theme
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Lol cool, I was going to say, 3.0??!! ; )

gordonzhao said:
Awesome, what is hoped for! Thanks!
Sent from my HTC Glacier using XDA App
EDIT!!
RESOLVED!
Unfortunately the method of just using the PD15IMG did not work because the bootloader recognized it as an older image and wouldn't update it. I came across this thread and successfully rooted!! =]
http://forum.xda-developers.com/showthread.php?t=995549
I improvised a bit and did not use "Androzip" I had "Adao File Manager" already installed on my friends phone. Basically.
Credit goes to the OP of the posts!! But here's the link to the gfree the OP is referring to. http://forum.xda-developers.com/showthread.php?t=858996
Click to expand...
Click to collapse
This is just a laid out variant of the ./gfree method. It'll work but it's been around since the dawn of the Glacier. It's nothing special .

Related

[Q] link_image[1995]: failed to link su CANNOT LINK EXECUTABLE

Long story short is that yesterday I rooted my HTC Glacier and everything seemed to work fine. I was able to obtain admin privileges by opening a Android terminal and typing "su". Today after deleting a few files from my phone which I thought were junk (face palm) I go into terminal to check if the "su" command still works and I get the message "link_image[1995]: failed to link su CANNOT LINK EXECUTABLE".
I've checked and my s=off is still in place so it's not that that's causing the error message. I'm new to Android so I'm stumped as to what steps to take next in order to regain my admin privileges.
Thanks for any and all advice XDA Community.
Cheers!
Lazerfingers said:
Long story short is that yesterday I rooted my HTC Glacier and everything seemed to work fine. I was able to obtain admin privileges by opening a Android terminal and typing "su". Today after deleting a few files from my phone which I thought were junk (face palm) I go into terminal to check if the "su" command still works and I get the message "link_image[1995]: failed to link su CANNOT LINK EXECUTABLE".
I've checked and my s=off is still in place so it's not that that's causing the error message. I'm new to Android so I'm stumped as to what steps to take next in order to regain my admin privileges.
Thanks for any and all advice XDA Community.
Cheers!
Click to expand...
Click to collapse
Try re-running visionary. It won't hurt anything and it installs su, busybox, and superuser.apk when you run it. It won't mess up anything you already have installed and it might fix your problem.
Also, I'm sure Whosdaman will tell you and move the thread when he sees this but make sure you post questions in the Q&A section.
Ran Visionary and no dice. Thanks for the tip though and sorry for posting in the wrong forum.
Any other ideas?
Try going into xbin (cd /system/xbin) and typing ls and see if su is in there. If it is you could try running rom manager and "fix permissions" if it will let you.
Good deal. I'm actually out fixing someone else's desktop computer at the moment. I'll attempt your advice later tonight.
Thanks again.
Sent from my HTC Glacier using XDA App
Ok, had a free moment and was able to run ls, su was there but unfortunately I wasn't allowed the super user access needed to fix permissions.
Sent from my HTC Glacier using XDA App
Please post questions in Q&A section.
1. Go into settings-applications-manage applications and try clearing superusers cache/data. See where that takes you.
2. If that did not work - isntall a fresh copy of superuser app from the market and once more see where that takes you.
Sorry about that. All future posts of these sorts I'll be sure to put there.
Sent from my HTC Glacier using XDA App
Tried both of your tips but unfortunately am still getting the same error when I run the "su" command.
Any other thoughts?
Sent from my HTC Glacier using XDA App
Update: Superuser automatically downloaded a new binary and told me to unzip it in recover mode.
I went into recover move and attempted to unzip the binary and was greeted with an error message that said the file couldn't be unzipped because it was "bad".
Sent from my HTC Glacier using XDA App
Can you get su in adb?
The more I think about it, You're s-off so you can fastboot new recovery image and then flash new rom with all the goodies preinstalled. May be the easiest route.
To be honest I've had my pocket computer for all of a week, so I'v still not had a chance to play around with adb.
The whole reason I rooted in the first place was so that I could flash custom roms. You think I'll be able to flash even though "su" privileges don't seem to be working properly in my current rom?
Sent from my HTC Glacier using XDA App
Update: It's clear from reading around these forums that the way to get to know your phone and thus be able to fix it is via adb. So I'm installing the Android SDK now. Thanks for all of your help Borodin1 and Grankin01

Rooting issue.. Cant get s off

Idk if its because im using android terminal emulator and not the regular one"wouldnt open kept force closing" but when I root using visionary 11 and atu, when I input last code "sh root.sh" it roots my phone but everytime I power down to check if the s is off it is still on.. Ive master reset and everything. Since I got the phone two days ago should I return for a new one and try to root that one??? Is there something im doing wrong.. Usb debugging on, fast boot off, on visionary last option checked.. Somebody...anybody.. Please help
Sent from my HTC Glacier using XDA App
Does usb debugging have to be on with that method?
Sent from my HTC Glacier using XDA App
yes turn debugging on and turn off fast boot
jstew6260 said:
Idk if its because im using android terminal emulator and not the regular one"wouldnt open kept force closing" but when I root using visionary 11 and atu, when I input last code "sh root.sh" it roots my phone but everytime I power down to check if the s is off it is still on.. Ive master reset and everything. Since I got the phone two days ago should I return for a new one and try to root that one??? Is there something im doing wrong.. Usb debugging on, fast boot off, on visionary last option checked.. Somebody...anybody.. Please help
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Are you 100% sure that you have it extracted and set up as sdcard/root/root.sh
I've seen a lot of people not pull the folder out and it it'll be set up such as sdcard/root/root/root.sh
Yea ive extracted root from androzip.. Im sure because the first time I did it but didnt extract the root file the root didnt go through from term emulator.. Error message like cant find root file
Sent from my HTC Glacier using XDA App
I'm having this exact problem with my t-mobile replacement I just got.and its not me because I re rooted my bad phone with the same files and method and works fine... I'm very worried that htc or google may have locked us out... Please help guys I need to send my old phone I'm on now back and want to sort this out first... Mine haas dust under the screen.... In h-boot the info is identical to my old phone only difference is the part number on the phone. I'm very worried!
Also my replacement came with 2.2.1 from the box if that helps.I have pulled the battery and retried several times and no luck at all. Root.sh goes through like but when I reboot I always have so-on. I've done this several times on my old phone with no issues.
Soo I just got a new 4g.. since its within my 30 days.. and Ima use the same method... hopefully it works... ill keep y'all posted
Sent from my T-Mobile G1 using XDA App
2rz_taco_sr5 said:
Also my replacement came with 2.2.1 from the box if that helps.I have pulled the battery and retried several times and no luck at all. Root.sh goes through like but when I reboot I always have so-on. I've done this several times on my old phone with no issues.
Click to expand...
Click to collapse
I'm having the same issue with my replacement phone. The process goes through smoothly until I restart and find out that I'm still not rooted.
We might need a new root method... I hope not
Same issue here, gents. Tried a bunch and still showing s=on. Bum.
I pmed the mod to se ifeel we can post something up in the dev section to get this better noticed. Hope he agrees!
Dud you run visionary the second time?
Sent from my HTC Glacier using XDA App
Hey man. Thanks for the tip. Ran multiple times and its still showing as s=on. Tried multiple methods with same results.
Sent from my HTC Glacier using XDA App
dodgepot said:
Hey man. Thanks for the tip. Ran multiple times and its still showing as s=on. Tried multiple methods with same results.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Did any of you have usb debugging check?
i promise its not a user error. i can root and unroot one phone and my new one WILL NOT root. i had already unrooted my phone to be returned and rooted it back in less than a min. but my new one will not root no matter what i try...
i feel dumb for taking so long to look at this method but this worked like a charm for me guys.
http://forum.xda-developers.com/showthread.php?t=858996
if you just want s-off do these steps (from the link only simplified for s-off only which is all i cared about)
this uses adb so if you want you can try the method explained right after step 4 that uses only the phone.
Make sure you have visionary installed on your device. (If you were already permarooted w/s=off ignore this step.)
Download this file:
http://www.mediafire.com/?s7afymwe2wb3x60
md5sum: b73c56ca0e21664c5756d4ad295063c5
1. Now unzip the file into your SDK tools directory. (just put the files that are in the zip right into the tools folder that is in your sdk folder)
2. Plug your device into your computer. (have debugging on!)
3. Now go to your sdk folder and while holding shift down right click on the tools folder. Select open command window here. If you are in linux (ubuntu) right mouse click on your SDK tools folder, choose actions, and choose open command window(or whatever it's called). Otherwise, open a command prompt and cd your way to your SDK tools directory.
4. Type "adb push gfree /data/local" and hit enter.
Optionally, for those without sdk knowledge you could dl the file to your phone use androzip or something like it to unzip the file and then use root explorer to move the file named gfree to /data/local. Not the gfree.h file. All the other files are source code inlcuded for the gnu license. This would skip the first 4 steps.
5. Now unplug your device from the computer.
6. Run visionary to gain temp root.
7. Open terminal emulator on your device, type "su", and hit enter to gain root privileges.
8. Type "cd /data/local" and hit enter.
9. Now type "chmod 777 gfree" and hit enter to make the program executable.
10. Type "./gfree -f" and hit enter.
11. now to turn security off and set super CID the command is "./gfree --secu_flag off --cid 11111111" + enter.
reboot and s should be off again all credit to the link above this is just a simplified version for people like us who just want s-off. this is what i did and worked great. look at the thread for a list of things you can do with gfree like simlock off etc.
big nu said:
Did any of you have usb debugging check?
Click to expand...
Click to collapse
Yeah, I had that option selecteed.
Edit: trying that way now, 2rz
any luck? i tried to simplify it as much as possible for those of you just starting out...
Just one question, the section about downloading the file directly to the device, it says copy to /data/local, the local directory doesnt exist. Do I create that dir? I may have to sdk from my windows machine. Sorry for tbe trouble.
2rz_taco_sr5 said:
any luck? i tried to simplify it as much as possible for those of you just starting out...
Click to expand...
Click to collapse
Sent from my HTC Glacier using XDA App

[Q] The Unlockr.com

have any of you guys tried the unlockr.coms method of perm rooting?? I used it for my g2 and it worked but idk if it will work like a charm with the mt4g..also do we have to use visionary r14 or a different version because the link it gives us is visionary r14
Same as it was originally done though G2 then MT4G was developed. You can use it with ease nothing to worry about.
STHNS said:
UPDATE: Here I found you Youtube videos how to do step by step.
TempROOT> http://www.youtube.com/watch?v=gylaXOCNzqU
PermROOT> http://www.youtube.com/watch?v=Sy_aqKoeev4
Use the howto from Theunlockr video posted above it maybe easier for you to follow.
Click to expand...
Click to collapse
Worked great for me, and easy as pie
Im sorry for any stupid/ noob questions, but in your honest opinion aside from having root access and being able to remove pre installed apps, what are the other benefits from going thru the root process?
You can overclock (make phone faster) also set cpu profiles to make phone cpu to run at lowest mhz to save battery. install customs romsthat have better customization and also have the newest android software before anyone else. .
Sent from my HTC Glacier using XDA App
kingvaj23 said:
install customs romsthat have better customization and also have the newest android software before anyone else. .
Click to expand...
Click to collapse
Just remember that this'll disable any OTA updates that'll come out for your phone...
But who needs ota updates we already have gingerbread if your rooted
Sent from my icey cold glacier 4g freezing every phone in its path
+1
Sent from my HTC Glacier using XDA App
jriv said:
But who needs ota updates we already have gingerbread if your rooted
Sent from my icey cold glacier 4g freezing every phone in its path
Click to expand...
Click to collapse
LOL thats why I was laughing as it being on XDA lol and who would want to use OTA stock base in first place?
after I purchased my phone, I immediately hit the internet and looked up some info on the MT4G and saw the Unlockr method for rooting and following the guide made it very easy. 2 thumbs up for me, and yes visionary 14 works
Sounds good I'm gonna use that method once my replacement gets here wednesday
Sent from my HTC Glacier using XDA App
Best...simpliest...and easy
Temp and permarooted w the steps given....1 try and it was golden and flashing was easy
Highly recommended!
Sent from my HTC Glacier using XDA App
i just got the mt4g and i wanna root it but i dont wanna lose swype like i did when i root my mt3gslide. is there a way i can get swype on 4g after i root it?
@RoyalTaco:
Several of the roms have swype. Including "iced glacier" and "evil's desire hd" (which I'm using now as I type. Love swype)
Sent from my HTC Glacier using XDA App
RoyalTaco said:
i just got the mt4g and i wanna root it but i dont wanna lose swype like i did when i root my mt3gslide. is there a way i can get swype on 4g after i root it?
Click to expand...
Click to collapse
Rooting a MT4G will not remove any applications. Swype is pre-installed, and will stay that way. The only way to "lose" Swype is to flash a ROM that does not include it. In that case, you can go to the Swype website and download it directly by signing up for the beta.
oh ok thx guys. Using this method i after i reboot the phone i keep getting S-On. what could i be doing wrong?
unlockr
I get this far
1. On your phone, go to Settings > Applications > Development > and make sure USB Debugging is ON (it MUST be ON) and make sure Fastboot is checked OFF (if it exists in your settings, otherwise don’t worry about it).
2.Download Visionary from here
3. Plug in your phone via USB cable and mount the sd card so we can transfer files to it.
4.Copy the Visionary .apk file to the root of your phone’s memory card (NOT in any folder just on the sd card itself).
5. Then simply open any file manager app on your phone (like Linda File Manager for free from the Market for example) find the visionary apk file in the file manager and click it and follow the prompts to install it.
Click to expand...
Click to collapse
When I open the file manager app (i tried Linda and OI File Manager) the file isn't there.
I know I did everything, I tried several times, but nothing. Any advice?
Jonathan
lanternslight456 said:
... the file isn't there.
I know I did everything...
Click to expand...
Click to collapse
If the file isn't there, I can imagine only three possibilities. Choose one. These are the only reasonable possibilities, but as we're not psychic, you'll have to figure out which it might be of these three.
You did not transfer the file to the SD card at all.
You transferred it to the wrong directory on the SD card .
You're looking for it in the wrong directory.
Could it be something else? Sure. Perhaps you renamed the file. Perhaps you switched SD cards.... but if you're using the same SD card, and you did not rename the file, then one of those three are the likely candidate.
Here's the info I know from what I've done in regards to these options (I'm going to try again tonight though)
1. You did not transfer the file to the SD card at all.
My computer can see the file on the lettered drive, (the USB port it's plugged into) there is no other address info in the address bar other than the lettered drive
2. You transferred it to the wrong directory on the SD card .
Again, same as above
3. You're looking for it in the wrong directory.
In the file explorer on the phone the address in the directory is just /
again I'm going to try tonight but maybe this info can clear it up. I'm learning a lot about these things and how they work so thanks for all the help!
Jonathan
unLockr
II. Flash the S-OFF Hboot Image and Gain Perm Root
1. Download the rooting files:
* T-Mobile MyTouch 4G / HTC Glacier S-OFF/Rooting Files
2. Extract the files somewhere to your computer.
3. Plug your phone in via USB cable and mount the SD card so we can transfer files to it.
4. Copy the entire root folder from inside the extracted folder from step 2 to the root of your sd card on your phone (NOT in any folders, just on the SD card itself).
5. Unplug the phone.
6. Go to the Market on your phone and download/install Android Terminal Emulator (free).
4. Open the Terminal Emulator app and type the following with hitting enter at the end of each line (to get the touch screen keyboard to come up hit the menu button then toggle soft keyboard):
su
cd /sdcard/root
sh root.sh
5. Now, wait for it to finish.
6. After that is done, reboot the phone. When it boots back up, turn it off and back on holding down Volume Down and Power until the HBoot screen comes up. Confirm it says S-OFF at the top. If so, you have S-OFF.
i do steps 1-5 but when i get to step 6 and reboot my phone while holding volume down i have S-ON and not off! any ideas what i can be doing wrong. btw i did the temp root b4 trying this.

HTC Panache Root

Why is this so confusing? Is it possible to root this phone yet or not? Some are saying it is, some are saying it isn't. What steps do I use to root one?
shinkukage09 said:
Why is this so confusing? Is it possible to root this phone yet or not? Some are saying it is, some are saying it isn't. What steps do I use to root one?
Click to expand...
Click to collapse
This is the mytouch4g. Not sure if anybody here would know how to root the Panache. Sorry. Wrong section for this question. I would guess since the Panache and the MT4G are almost the exact same phone they would root the same also.
Kinda meant to put it in Q&A...hit the wrong forum, I guess. My bad.
But that doesn't answer my question. What steps do I use to properly root this thing?
dragonstalker said:
This is the mytouch4g. Not sure if anybody here would know how to root the Panache. Sorry. Wrong section for this question. I would guess since the Panache and the MT4G are almost the exact same phone they would root the same also.
Click to expand...
Click to collapse
the panache=mytouch 4g in canada
TO ROOT: follow this guide BUT whenever they mention visionary, use gingerbreak from the second link
root guide:
http://forum.xda-developers.com/showthread.php?t=858996
gingerbreak
http://forum.xda-developers.com/showthread.php?t=1044765
I AM NOT RESPONSIBLE FOR ANYTHING YOU DO TO YOUR PHONE (OR YOUR PHONE DOES TO YOU FOR FOLLOWING MY INSTRUCTIONS)
shinkukage09 said:
Kinda meant to put it in Q&A...hit the wrong forum, I guess. My bad.
But that doesn't answer my question. What steps do I use to properly root this thing?
Click to expand...
Click to collapse
Use one root. Look under this forum for Visionaryplus.. Check this forum for it.
dragonstalker said:
Use one root. Look under this forum for Visionaryplus.. Check this forum for it.
Click to expand...
Click to collapse
i am 99% sure he cant use visionary as the panache comes with gingerbread..correct me if i am wrong
VibrantOwnr said:
i am 99% sure he cant use visionary as the panache comes with gingerbread..correct me if i am wrong
Click to expand...
Click to collapse
You are prob 99% right my friend.
VibrantOwnr said:
i am 99% sure he cant use visionary as the panache comes with gingerbread..correct me if i am wrong
Click to expand...
Click to collapse
And you are right. Stay away from visionary.
VibrantOwnr said:
the panache=mytouch 4g in canada
TO ROOT: follow this guide BUT whenever they mention visionary, use gingerbreak from the second link
root guide:
http://forum.xda-developers.com/showthread.php?t=858996
gingerbreak
http://forum.xda-developers.com/showthread.php?t=1044765
I AM NOT RESPONSIBLE FOR ANYTHING YOU DO TO YOUR PHONE (OR YOUR PHONE DOES TO YOU FOR FOLLOWING MY INSTRUCTIONS)
Click to expand...
Click to collapse
Follow this root. He is correct.
Hi, I have the HTC Panache from Videotron
HTC Panache info
GLACIER PVT SHIP S-ON
HBOOT-0.89.0005
MICROP-0429
RADIO-26.09.04.26_M
eMMC-boot
Apr 14 2011,13:18:22
I followed the instructions... I downloaded gfree using the link in the above post extracted it to the same folder as adb in the android sdk folder, then I ran adb push gfree /data/local. I ran Gingerbreak click on root then my phone rebooted, I saw the SuperUser app but I open Terminal Emulator, type su and I didnt have any errors, then I type cd /data/local and chmod 777 gfree and ./gfree -f after that I got that:
--secu_flag off set
--cid set. CID will be changed to: 11111111
--sim_unlock. SIMLOCK will be removed
Section header entry size: 40
Number of section headers: 44
Total section header table size: 1760
Section header file offset: 0x000138b4 (80052)
Section index for section name string table: 41
String table offset: 0x000136fb (79611)
Searching for .modinfo section...
- Section[16]: .modinfo
-- offset: 0x00000a14 (2580)
-- size: 0x000000cc (204)
Kernel release: 2.6.35.10-g6c50606
New. modinfo section size: 204
Attempting to power cycle eMMC... Failed.
Module failed to load: Operation not permitted
Then it close leaving me in the shell. I tried to reboot my phone and nothing have changed... Do you know why it was unable to go trough all the steps? I want to root to get ride of Stk.apk because the notification (Sim card with a gear) showing Zone is getting really anoying (Videotron use a sim application to let you know if you are in a zone..) I dont need it since I do not have any zones in my plans I also try doing rm /system/app/Stk.apk using Terminal Emulator but again I got permission denied...
Please help me
wiki.cyanogenmod.com/wiki/TMobile_myTouch_4G:_Full_Update_Guide
Use that sometimes gfree.7 doesn't work and that has a link for gfree. 5 which will just use that guide step by step and it will work
Sent from a guy living in a van down by the river
I have the mytouch4g but it was a test phone loaded with the panache software.... I tried the root guides and they all failed. In the end it was very simple... download USB drivers then run the newer version of superoneclick and run it using "gingerbreak". I now have the ability to change everything.
Sent from my demonSPEED! Glacier using XDA Premium App
Hi, thanks for your reply, I forgot to say that I have gingerbread 2.3.3 on it so psneuter will not work. but can I simply use gfree 5 using the command ./gfree -f like the guide in this thread to have s-off and after load gingerbreak again to gain root?
Just use that wiki and follow gfree. 5 it should work
Sent from a guy living in a van down by the river
Man, I'm so glad I have a MT4G, I've gone through some of the other device forums and seen some of the nightmares that a lot of the users are going through just to get their phones rooted and glad I spent the time to read up on what I should buy before I actually went out and spent it.
I don't wanna flash the recovery, the only thing I want is to remove Stk.apk from my phone. I don't mind if its not rooted afterward.
Mastaiso said:
Hi, thanks for your reply, I forgot to say that I have gingerbread 2.3.3 on it so psneuter will not work. but can I simply use gfree 5 using the command ./gfree -f like the guide in this thread to have s-off and after load gingerbreak again to gain root?
Click to expand...
Click to collapse
Right.... change the toggle to gingerbreak....
Sent from my demonSPEED! Glacier using XDA Premium App
*delete post please*
There is no root available for the panache at this time.
Sent from my Green Sludge using XDA Premium App
Darn...still no way to root this phone...? =( I'd really love to be able to install some Sense 3.0 goodness onto it...such a waste...=(
A while back I read someone used the RUU from the HTC Panache on their MyTouch4G (cuz lets be honest true HTC Sense kicks T-Mobiles MySense's ass) & it worked...
What if you try the Stock image for the MyTouch4G: PD15IMG.zip via boot loader & (providing it works) then use the MyTouch4G method of rooting afterwards. This is just an idea, but if it worked one way, it may work both ways

Hel setting up adb

Hey xda I have sdk ver.12 also jre 6....but its not detecting my device this is my 4th time trying to use adb I have windows 7...what I wanna do is use fastboot to flash a cm7 splash screen..please help..thanx
sent from my rooted mt4g running cm7.0.3...u jealous?
Download a program called usbdeview. Open up the program (run as administrator) and delete all of the drivers associated with your phone. Make sure USB Debugging is turned on in your settings/applications and plug your phone back into your computer. This should download the drivers necessary to run ADB.
Just use this
http://forum.xda-developers.com/showthread.php?t=956434
Sent from my Google Nexus 12! yup I'm from the future
I would recommend setting up adb this way if you cant get it to work with Android SDK.
<<< http://forum.xda-developers.com/showthread.php?t=928370 >>>.
I couldnt get Android SDK to work on my win7 machine either. Wish my comp just came with xp or something, new OS are a pain to get things like this working on.
Thanks guys appreciate the help the like u provided @eqjunkie829 did the trick....thanx
sent from my rooted mt4g running cm7.0.3...u jealous?
I got it to work wit win7 u must follow everything wit out flaw
Sent from my HTC Glacier using XDA App
Only thing now is flashing a new splash screen anyone know the fastboot method?
sent from my rooted mt4g running cm7.0.3...u jealous?
Chuchave said:
Only thing now is flashing a new splash screen anyone know the fastboot method?
sent from my rooted mt4g running cm7.0.3...u jealous?
Click to expand...
Click to collapse
I have flashed a couple of splash screens through terminal emulator method and it seems to be very easy. Should be a link in resource bible.
Sent from my HTC Glacier using XDA Premium App
Thanx eqjunkie
sent from my rooted mt4g running cm7.0.3...u jealous?
@eqjunkie the method that I have adb set up in using the drewblue way there's no ask tools folder so how would I push a splash screen thru? I tried a terminal emulator way by typing first such to get # then dd if=/mnt/sdcard/custom.img of=/dev/block/mmcblk0p19 I also had the custom image the right size 480*800 that I converted to a image using ez splash screen flasher tool renamed it custom.img put it on the root of my sdcard but got a cannot open for read no such file or directory error....I just don't know what to do so im guessing fastboot is maybe my last option...
sent from my rooted mt4g running cm7.0.3...u jealous?
Chuchave said:
@eqjunkie the method that I have adb set up in using the drewblue way there's no ask tools folder so how would I push a splash screen thru? I tried a terminal emulator way by typing first such to get # then dd if=/mnt/sdcard/custom.img of=/dev/block/mmcblk0p19 I also had the custom image the right size 480*800 that I converted to a image using ez splash screen flasher tool renamed it custom.img put it on the root of my sdcard but got a cannot open for read no such file or directory error....I just don't know what to do so im guessing fastboot is maybe my last option...
sent from my rooted mt4g running cm7.0.3...u jealous?
Click to expand...
Click to collapse
Try using one of splash screens that are on this site already so you can tell if there is something wrong with the file that you are using or if you are missing a step. You can always replace it later once you know what the problem is. I'm thinking that if it's saying that there is no such file that may be the problem with the file. Did you unzip the file from the folder and put it on the root of the sdcard?
Sent from my HTC Glacier using XDA Premium App
Actually I created the image usin the ex splash Creator and the other one I got from somewhere else but I put it on the root of my memory card I don't know I could be missing followed the steps to the t....ill try again....and thanx
sent from my rooted mt4g running cm7.0.3...u jealous?
my phone has the 2.3.4 update, want to go back to 2.2.1 to root, i downloaded jdk , and sdk is not detecting java . i'm on windows 7 is that the reason? my phone was rooted before using z4root i think. the one click method, so this is a frustrating. if someone could help id appreciate it. thanks
dirtyreturn said:
my phone has the 2.3.4 update, want to go back to 2.2.1 to root, i downloaded jdk , and sdk is not detecting java . i'm on windows 7 is that the reason? my phone was rooted before using z4root i think. the one click method, so this is a frustrating. if someone could help id appreciate it. thanks
Click to expand...
Click to collapse
There is a post in development section under stickies on how to downgrade to froyo.
Sent from my HTC Glacier using XDA Premium App

Categories

Resources