[Guide] How to Root, Unroot, S-OFF, and Flash ROMs your G2! - G2 and Desire Z Q&A, Help & Troubleshooting

I've been getting a lot of requests from people, simply asking how I went about Rooting and Flashing new ROMs to my lovely G2 Vision. Well, I'm gonna make a guide with step by step instructions on how to do so. This Guide will teach you how to Root, Unroot, S-OFF (security off, to enable development), and how to Flash a new ROM to your G2.
NOTE!: I am NOT a developer, and i will only accept thanks for putting this information together, I did not create these instructions. Thank the individual developers/posters for their information!
WARNING!!: These procedures are not only dangerous if you don't follow them to the point, but also void the warranty on your phone!! Following these steps incorrectly can brick or otherwise damage your phone!! XDA-DEVELOPERS as well as MYSELF accept NO RESPONSIBILITY to what happens to your phone!!
Just in case you didn't get the message.. WE AREN'T RESPONSIBLE. HACK AT YOUR OWN RISK!!
I will do my best to help anyone along their way, but you've been warned. We aren't here to take the blame for a mistake, we're here to help you do what you're seeking to do.
Got it? Let's proceed, shall we?
First off? The Rooting!
ROOTING: Allowing the phone and it's softwares to have access to the "Root", or complete control, of the phone itself.
This procedure includes two major steps. Temporary Root and Permanent Root. The rooting process for the Temp Root will revoke itself after a reboot. The Perm Root method will not. The rooting process is not complete until the Perm Root process has been finished and the Root is still active after a reboot!
Temp Root the G2:
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 (it MUST be OFF).
2. Visionary was removed from the Market, please download it from Here instead. Save it to your phone's memory card, then simply open it on your phone with any file manager app. (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.
3. Install Visionary from Modaco.
4. Once installed, open Visionary and check ON Temp Root After Reboot, and check ON System R/W After Root. Then click TempRoot Now, and wait for it to finish. DO NOT CLICK ATTEMPT PERMROOT NOW! We'll get to that momentarily.
5. Once it is done, you have temp root and can use rooted apps without rebooting, OR continue to the next procedure to gain persistent root access.
Perm Root & S-OFF the G2:
An explanation of what S-OFF is and why you might want it - S Off means security off for your HBoot mode (aka Bootloader). The bootloader is what allows you to flash updates and write to the file system of your phone. By turning the Security OFF, we can flash any updates/ROMs we want without the phone checking to see if it is an official update or not.
Let's continue.
1. Download the rooting files: Right here.
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 .ko and .img files 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).
7. 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):
Code:
su
cd /sdcard
insmod /sdcard/wpthis.ko
*After typing the last line, you should see an error saying failed:
(function not implemented). If you DO see that, you have done it correctly
and can continue.
8. Now, type the following line in the terminal emulator hitting enter at the end of the line.
Code:
dd if=/sdcard/hboot-eng.img of=/dev/block/mmcblk0p18
[the last part is mmcblk(zero)p(one)(eight)]
9. After you have typed the dd line for your specific phone, it should say something was written etc. Now, type the following into the command prompt with hitting enter at the end of each line:
Code:
sync
10. 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.
11. Now, to get permanent root, turn the phone back on to get to the normal home screen.
12. Open Visionary and Uncheck TempRoot on Boot and click Temproot Now.
13. Then select Attempt Perm Root Now and the phone should reboot.
14. Once the phone reboots, open Terminal Emulator on the phone and type su and hit enter. If you get the # symbol, you have permanent root access and S-OFF!
Next? The ROM Flashing!
Alright, guys. If you've made it this far, You're golden. Grade A directions taker, In my opinion. Let's get to the last step, yeah?
Getting Recovery:
1. Once you have done the above to procedures, open the Market on your phone and search for ROM Manager (Free).
2. Install it.
3. Open the ROM Manager app and click Menu, then Settings and turn ON Delete Recovery.
4. Click Back and then select Flash Recovery.
5. Choose your phone model and then let it flash the recovery.
6. Click Reboot Recovery and you should be put into the custom recovery image screen. If so, you are all set.
Now, to Flash a Custom ROM:
1. Head over to theunlockr.com's ROM page here and choose your preferred ROM. Download it and save it to your computer.
2. Once it is saved, plug in your phone via USB cable and mount the SD card so we can save files to the sd card.
3. Copy the ROM's .zip file over to the root of the sd card (NOT in any folders on the sd card, just on the root of the card) (do NOT extract it, leave it as a .zip).
4. In the custom recovery screen, Backup/Restore and backup your current ROM.
5. Then select Wipe Data.
6. Then select Apply .zip from sd card and choose the ROM you downloaded earlier.
7. Once it is done flashing, click reboot system. Once it reboots, you are all set!
Congrats! You've flashed a new ROM to your G2! Hopefully..
There are some known issues out there, that prevent mostly the Rooting process. I'll touch on one of them real quickly.
The main issue I experienced was that I accepted and flashed the update that T-Mobile released to prevent Rooting. I've found an article on how to downgrade your firmware to pre-OTA, so that you can Root. Try this if you have severe issues trying to complete the Rooting process. Thanks to Apache14 for this info!
http://forum.xda-developers.com/showthread.php?t=831398
There's now also a process to UNROOT your phone! Here's the link. Thanks to David Cogen from theunlockr for all this information!!
http://theunlockr.com/2010/12/01/how-to-unroot-the-t-mobile-g2-htc-vision/
Thanks for reading, XDA friendlies, and Happy Rooting!!

Thnx for the link to the unroot man
Sent from my HTC Vision

No problem!
Sent from my HTC G2 using XDA App

Thanks for the effort. But I'm not sure what this is achieving other than duplicating the existing rooting guides in the dev forum.
Also this isn't a very up-to-date guide, it only seems to use one version of "wpthis.ko" and it isn't clear if this is for pre-OTA or post-OTA G2s. And it doesn't cover the DZ either, so it's not a "Vision" guide, just a G2 one.
The existing wpthis.ko was found by scotty not really to work properly anyway, and the newer gfree method of rooting (fully documented in the Wiki) is more reliable (though still does not work with all kernels). And you know Visionary hasn't been updated for months now, right ?
Sorry if this seems like I'm just trashing your guide, but I don't see how posting old information is going to help people ?

steviewevie said:
Thanks for the effort. But I'm not sure what this is achieving other than duplicating the existing rooting guides in the dev forum.
Also this isn't a very up-to-date guide, it only seems to use one version of "wpthis.ko" and it isn't clear if this is for pre-OTA or post-OTA G2s. And it doesn't cover the DZ either, so it's not a "Vision" guide, just a G2 one.
The existing wpthis.ko was found by scotty not really to work properly anyway, and the newer gfree method of rooting (fully documented in the Wiki) is more reliable (though still does not work with all kernels). And you know Visionary hasn't been updated for months now, right ?
Sorry if this seems like I'm just trashing your guide, but I don't see how posting old information is going to help people ?
Click to expand...
Click to collapse
It may be old, but I had yet to see a collective guide on xda developers' website about rooting, s-off, and flashing the 'G2' vision. In which I clearly stated this was for the G2. Not the Desire Z. This is the only method I knew about, and this guide was for a few select friends, and whomever else felt the need to use it. Its okay if you don't agree this post was helpful. But come on. This was the surefire way I used to root my G2, so I'm spreading the knowledge. Let not hate.

So visionary still works right?
Just checking before I go threw with this.

ijoshv2 said:
It may be old, but I had yet to see a collective guide on xda developers' website about rooting, s-off, and flashing the 'G2' vision. In which I clearly stated this was for the G2. Not the Desire Z. This is the only method I knew about, and this guide was for a few select friends, and whomever else felt the need to use it. Its okay if you don't agree this post was helpful. But come on. This was the surefire way I used to root my G2, so I'm spreading the knowledge. Let not hate.
Click to expand...
Click to collapse
Exactly, it's old. If you're writing a new guide, why use very old, out-of-date info, when you could easily provide the latest info (e.g. from the Wiki).
Yes, it's a collective guide, but one with old info in, so I don't see how that's helpful.
Your guide uses wpthis.ko, but makes no reference to G2s that might be running the original shipped ROM, or the OTA update. So this will only work on some of those phones.
Your article talks about something that T-Mobile did "to prevent rooting". I don't know where you got that information from, but it's not correct. T-Mobile did nothing to prevent rooting, because the OTA came out before root was fully achieved. It's just that the way of disabling NAND write protection needed to be done differently on the OTA (more as an accident than anything that T-Mobile did).
You refer to Visionary as a "sure-fire" way of rooting. Are you sure ? Have you seen how many phones have ended up stuck in a boot loop after using Visionary ?
Also, I find it kind of weird/interesting how your guide points people to another website to choose their list of custom ROMs. Why not point them to the dev forum on this site ?
Sorry but your guide is full of mistakes and out of date. You haven't even posted it in the right forum, this is the Q&A forum.

It worked for me. Bottom line, That's because i did it step by step and actually followed directions.
Old or not, IT WORKS.
If you want to make something better, then do so. Otherwise, silence your lout. Thank you.

Thank you for this write up. I was having problems getting my root to stick even though it was showing s-off but I followed your steps
10. 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.
11. Now, to get permanent root, turn the phone back on to get to the normal home screen.
12. Open Visionary and Uncheck TempRoot on Boot and click Temproot Now.
13. Then select Attempt Perm Root Now and the phone should reboot.
14. Once the phone reboots, open Terminal Emulator on the phone and type su and hit enter. If you get the # symbol, you have permanent root access and S-OFF
AND IT WORKS!!!!

You're welcome, fellow G2 owner.
Why don't you join my group, for those who love their G2? just check my groups in my profile, hopefully we can get a good set of owners together. You never kno what a mass of similar thinking people could accomplish!
Plus, i'm going to start posting some cool guide on how to further customize / enhance your device! Good stuff to kno.

Can i use this tutorial for HTC Desire Z?

Dimitri1992 said:
Can i use this tutorial for HTC Desire Z?
Click to expand...
Click to collapse
This tutorial was create for THE G2. I would NOT recommend you trying this method. Go around and search google for a tutorial MADE FOR YOUR PHONE. Although the phones are almost exactly alike, they don't necessarily mean they are exactly the same.
Find a different method.

Need help
This is not working for me. I temprooted my phone using visionary but when i try to use terminal to permroot, whenever i type "su" it say permission denied. Please help. I've been trying to do this all night and have been unsuccessful.

steviewevie said:
Exactly, it's old. If you're writing a new guide, why use very old, out-of-date info, when you could easily provide the latest info (e.g. from the Wiki).
Yes, it's a collective guide, but one with old info in, so I don't see how that's helpful.
Your guide uses wpthis.ko, but makes no reference to G2s that might be running the original shipped ROM, or the OTA update. So this will only work on some of those phones.
Your article talks about something that T-Mobile did "to prevent rooting". I don't know where you got that information from, but it's not correct. T-Mobile did nothing to prevent rooting, because the OTA came out before root was fully achieved. It's just that the way of disabling NAND write protection needed to be done differently on the OTA (more as an accident than anything that T-Mobile did).
You refer to Visionary as a "sure-fire" way of rooting. Are you sure ? Have you seen how many phones have ended up stuck in a boot loop after using Visionary ?
Also, I find it kind of weird/interesting how your guide points people to another website to choose their list of custom ROMs. Why not point them to the dev forum on this site ?
Sorry but your guide is full of mistakes and out of date. You haven't even posted it in the right forum, this is the Q&A forum.
Click to expand...
Click to collapse
Hmm...It is true that it is out of date but for me it works fine. I didn't use the wiki way cause it was to confusing for me and Unfrogivens method was working fine on me. Not saying this method is better or anything and I know this method is unsafe "if" you do not fallow what it says. Like always people try Gfree method 1st before trying this one...(Only for G2)
Sent from my HTC Desire Z/G2 Using XDA Premium App

lainvalenajr said:
Hmm...It is true that it is out of date but for me it works fine. I didn't use the wiki way cause it was to confusing for me and Unfrogivens method was working fine on me. Not saying this method is better or anything and I know this method is unsafe "if" you do not fallow what it says. Like always people try Gfree method 1st before trying this one...(Only for G2)
Sent from my HTC Desire Z/G2 Using XDA Premium App
Click to expand...
Click to collapse
When I rooted my DZ, I combined all referrences and guides
It was very hard at the beginning to understand the instruction, but after read and tried, it become easier to understand.. and I finally could root my DZ...
Cheers

Hello
Hello all totally new to android and was trying to root my g2. I followed instructions thourghly ( so i thought at least) and the s is still on after i exit the emulator and reboot. The last part about typing sync threw me off, how many times am i supposed to type sync while hitting enter after each line? Which lines, im sure overanaylzing something but didnt seem to work and tried multiple times. Thanks for your time..

Related

How To Root And Unlock Nand Without A PC Or ADB!!!

I found a way to root and unlock nand without a pc or adb the process is so simple a noob can do it. it takes about 20 mins to complete and no headaches!!!
*HERES THE LINK FOR THE VIDEO TO SHOW YOU HOW*
http://www.youtube.com/watch?v=DzEot2oYKbw&annotation_id=annotation_311033&feature=iv
ALL THE FILES YOU NEED CAN BE FOUND AT THE UNLOCKR.COM
*Go to unlockr.com
*Click how to
*Than select android
*Than EVO4G
*And then click the link for how to unlock nand DO NOT USE THERE METHOD JUST FILES!!!!
*Download the 4 files and follow the video above
GOOD LUCK COMMENT AND QUESTIONS OR HELP IN THE THREAD
I don't have the eng-PC36IMG.zip on my phone...
How do I get that? I do have 2 PC36IMG.zips on my phone though...should I just rename one?
Help, please!
No you can't just remane one, they are different images, you can lso get these files from toasts part one and two root methods, this method will not work on the 1.47 update. personally using toasts part one and two methods with terminal emulator will work just fine also.
This won't work on 1.47???
You know...I wish the people who made these guides would say that before we go through this.
This is crap. I just tried this method and instead of going into Recovery mode, it took me to the screen with the red triangle and the phone and nothing else.
Seriously pissed off right now it's taking so much effort to root my phone and unlock my NAND.
And now I'm stuck in the red triangle. I can't get out. Am I going to have to undo my phone and pull out the battery??
I thought I already made these tutorials.
Well, it seems you were trying a method from a thread that was started wayyy before 1.47 came out, seriously search for simpleroot for 1.47 in the development section or search for neckfaces threads he has several how to's that will be more than informative.

Rooting with visionary

Sorry if this is a dumb question, but I'm very new to this. I have temp root with visionary and I have the phone overclocked and it works perfectly. What makes things go wrong usually with the visionary method for achieving permroot? It seems like the program would work the same on most devices, but it doesn't seem like its 100 percent from what I've read.
Sent from my T-Mobile G2 using XDA App
awallz6 said:
Sorry if this is a dumb question, but I'm very new to this. I have temp root with visionary and I have the phone overclocked and it works perfectly. What makes things go wrong usually with the visionary method for achieving permroot? It seems like the program would work the same on most devices, but it doesn't seem like its 100 percent from what I've read.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
the only thing that has "gone wrong" with permarooting for me is that when I completely power down my phone and plug it into the charger the phone will just automatically boot into recovery every time. Other then that permarooting is the way to go and don't have one complaint other then the booting into recovery while charging thing
People should stop complaining when something wrong happens with the visionary method. The rage method is much more reliable... Worked the first time for me, and honestly it's less complicated.
I think paul wishes he never added a perm root option. If you have any doubts use the rage method it only about 4 lines of code...
Sent from my HTC Vision using XDA App
This is the visionary method, but works fine.
No adb needed.
Follow the videos to a "T", remove visionary and superusers from you phone if you already have them installed from a previous temp root before following the videos, start fresh, follow the videos starting with temp root then onto perm root then onto flashing a rom. Do everything just like the videos start to finish and you should have no problems.
Temp root first:
This is the visionary method, but works fine.
No adb needed.
Follow the videos to a "T", remove visionary and superusers from you phone if you already have them installed from a previous temp root before following the videos, start fresh, follow the videos starting with temp root then onto perm root then onto flashing a rom. Do everything just like the videos start to finish and you should have no problems.
Temp root first:
http://theunlockr.com/2010/10/20/how-to-root-the-t-mobile-g2-htc-vision-visionary-method/
Then perm root
http://theunlockr.com/2010/11/30/how-to-gain-permanent-root-and-s-off-on-the-t-mobile-g2-htc-vision/
Then flash a rom
http://theunlockr.com/2010/11/30/how-to-load-a-custom-rom-on-the-t-mobile-g2-htc-vision/
Remember don't assume you know how to temp root properly, follow all three videos start to finish and you should have no problems
eioous said:
Easiest perm root method yet
Mod Edit: See comment below. Links removed. ~TheRomMistress
Click to expand...
Click to collapse
This isn't spam, its a scam, MOD's already removed this link several times before.
Here's a link to a previous thread on the same site:
http://forum.xda-developers.com/showthread.php?t=856451&highlight=g2root
and I know of one other thread that was locked by MOD's
EDIT: For noobs this post is not referring to the video links in the post above, those video links work perfectly for rooting your phone. This post was referring to a link that someone had posted on this thread and that the forum mod "TheRomMistress" removed for malice links.
Temp root worked just like video.
During perm root I didn't get the correct error message after using the .ko file. Mine read:
insmod: init_module '/sdcard/wpthis.ko' failed (Exec format error)
The instructions and video state it should read:
failed: (Function not implemented)
In light of this difference, is it safe to proceed to the next step (#7)?
If not, do I need to correct what I've already done?
Any and all help is appreciated.
Update:
Seems to be because I'm running 2.2 on a Desire Z and this is set up for a G2 on 2.2.1
I too rooted through the videos off of theunlockr.com and achieved a permroot successfully. I'm not sure if others are not following directions well, or if the app is screwing up on its own, but more than a few people have semi bricked to fully bricked their phones using visionary r14. With that being said I'm greatfully appreciative of what that program did for me.
IMHO, I would take a few days to read through other posts and set up adb and root using the rage method, as for there is no way in hell you can screw it up copy and pasting the codes.
Sent from my T-Mobile G2
I used VISIONary the first time (followed instructions perfectly) and it messed my phone up - still booted and everything, but couldn't get permroot no matter what I tried. Finally took it back to the store (was within my 14-days) and told them it was randomly rebooting, so they swapped it out. Came home and did the Rage method in about 10 minutes and it worked perfectly - rocking the Virtuous ROM ever since.
I appreciate your responses. I didn't have any luck with rage (tried it several times first). Then I tried the unlocker guide. Then, I stumbled upon this guide:
http://androidforums.com/desire-z-a...locking-your-bell-desire-z-newb-friendly.html
I don't know if it has anything to do with the Bell branding, but it worked the first time I tried it. Anyone struggling might give it a look.
jonny_ringo_wvu said:
Temp root worked just like video.
During perm root I didn't get the correct error message after using the .ko file. Mine read:
insmod: init_module '/sdcard/wpthis.ko' failed (Exec format error)
The instructions and video state it should read:
failed: (Function not implemented)
In light of this difference, is it safe to proceed to the next step (#7)?
If not, do I need to correct what I've already done?
Any and all help is appreciated.
Update:
Seems to be because I'm running 2.2 on a Desire Z and this is set up for a G2 on 2.2.1
Click to expand...
Click to collapse
If you don't use the correct wpthis module for the kernel running on your phone, then it won't work as you've found. You're right that that is the "wrong" error message. It is "safe" to proceed but it has failed to unlock the NAND write protection, so your changes won't be permanent (i.e. you will have lost root again after a reboot).
I recommend using the gfree method to root/S-OFF, as per the Wiki, which means you don't have to choose the "correct" kernel module because it does that for you - http://forum.xda-developers.com/wik...cess_.28Permanent_Root_.2F_.22Permaroot.22.29

Root help please

So I finally got my G2/Vision, I want to perm-root my G2. But I fail so much, I can't even put Visionary into my G2.... I downloaded Astro, but I need to place Visionary r14 in my SD, but I can't find a place to put it.
When I look in my SD through windows, it shows me a LOST.DIR, .Trashes, .Spotlight-V100, .fseventsd, .android_secure, Android, etc. etc. But I still can't find the spot to place Visionary, Help?
place it in that folder
ilikepu said:
place it in that folder
Click to expand...
Click to collapse
Haha, I figured I'd just dl it off the internet through my G2. It worked. Configured it.
Word to the wise, stay away from visionary. Use rage.
ddgarcia05 said:
Word to the wise, stay away from visionary. Use rage.
Click to expand...
Click to collapse
Whats the difference? And... What happens if I already used Visionary?
If you used Visionary and it worked for you, then that's great.
I also try and steer folks away from Visionary myself. Quite a few seem to end up with a lot of problems after using Visionary. The "rage" method of rooting is a lot more reliable, it's just that it looks a lot more "scary" to newcomers because there are commands you have to type in and run on your PC and phone. But if you read up on it, and ask questions if you don't understand, then follow the instructions carefully, you'll be fine - and even if rage goes wrong then you won't end up with a semi-brick, you just won't get root (until you fix the problem).
Ohhhh, Ok. Yeah I couldn't get Visionary to work until several tries. Took me a while. I was supprised I hadn't bricked my phone already. But now I'm pretty satisfied with CM 6.1 w/ MattedBlues theme. Sucks though I couldn't get it to work with Virtuous. I really like Sense alot more than the stock Rom (I consider CM 6 to be pretty stock)
Hope this helps!!!
steviewevie said:
If you used Visionary and it worked for you, then that's great.
I also try and steer folks away from Visionary myself. Quite a few seem to end up with a lot of problems after using Visionary. The "rage" method of rooting is a lot more reliable, it's just that it looks a lot more "scary" to newcomers because there are commands you have to type in and run on your PC and phone. But if you read up on it, and ask questions if you don't understand, then follow the instructions carefully, you'll be fine - and even if rage goes wrong then you won't end up with a semi-brick, you just won't get root (until you fix the problem).
Click to expand...
Click to collapse
+1 on the reliable and +1 on the scary!!!!
I am very new to Android,...I've only had my G2 for about 2 months...I ran Visionary temp root without issues (r10). When I tried to install in r14 to perm root, I encountered a myriad of errors, and decided not to root.
But I just couldn't give up on it....two weeks ago I got food poisoning, which rendered me useless and home bound, I decided to attempt it. I decided to use the rage method, but found that the instructions assumes that you know something about rooting. There are alot of people on this forum that are willing to help (steviewevie was one of them) to get you your through what ever hurdle you encounter.
Personally I found the rooting process very rewarding as I now have less of a vague idea of what is happening in my phone (ie not as lost as before).
Some of the basics:
- Install adb on your pc (not that scary), and read a bot on it...understand what some of the basic commands are trying to do. (see the rooting guide for those commands)
- set your path on your PC to point to the correct directory from where you are pushing (There are a few forums here that will guide you setup by step on how to do this)
-Follow the instructions to the T, and you should be ok.
Click here to go to the thread that these guys helped me while I going through the process. Post #4 makes reference to the path on your pc.
NOTE:This Path should point to the location where you have your adb tools and location of the files you are trying to push to your phone.
Post #17 goes step by step on what you need to do, and how the lines on the terminal should look like.
This is really not that difficult once you get your bearings, and for me it was a lot of fun...actually a little bored with the phone after having done this.
Put (SOLVED) in your thread title please.
Sent from my HTC Vision using XDA App
You all seem to suggest to not use visionary but use rage but from what I saw yesterday we had 2 "bricks" from people rooting with rage, compared to none from visionary
Lennyuk said:
You all seem to suggest to not use visionary but use rage but from what I saw yesterday we had 2 "bricks" from people rooting with rage, compared to none from visionary
Click to expand...
Click to collapse
Ouch! Really? So no method is any "safer" yet then? Was planning on return to stock then Rage today. I take it I can't update my radio without full radio s-off? Or can i"?
Sent from my HTC Vision using XDA App
ddotpatel said:
Ouch! Really? So no method is any "safer" yet then? Was planning on return to stock then Rage today. I take it I can't update my radio without full radio s-off? Or can i"?
Sent from my HTC Vision using XDA App
Click to expand...
Click to collapse
If you know how to read, you can safely root using rage. Just read over the instructions a couple times first.
If you know what your doing both methods are as safe as each other. From what I can see there is a larger margin of error using Rage, however its entirely in your own hands, so as long as you make sure you input it all correctly it should be fine.
Both "bricks" yesterday were recoverable, and both times the user was sure they followed it all correctly, it just seems that their rom corrupted during the process so ended up stuck on a bootloop.
blackknightavalon said:
If you know how to read, you can safely root using rage. Just read over the instructions a couple times first.
Click to expand...
Click to collapse
Lennyuk said:
If you know what your doing both methods are as safe as each other. ...
Click to expand...
Click to collapse
So we not talking about the random occurance of file corruption then?
Thank you both (i'll add the to your thanks meters when I have some available). Just need to find how to fully reverse the rage method if needed.
Lennyuk said:
If you know what your doing both methods are as safe as each other. From what I can see there is a larger margin of error using Rage, however its entirely in your own hands, so as long as you make sure you input it all correctly it should be fine.
Both "bricks" yesterday were recoverable, and both times the user was sure they followed it all correctly, it just seems that their rom corrupted during the process so ended up stuck on a bootloop.
Click to expand...
Click to collapse
Are you sure the corruption didn't stem from an earlier unsuccessful attempt to root with Visionary ?
I've yet to see a thread where someone has done something bad to their phone via rage, all it does is fire up a ton of process to use an exploit which gets you root. That can't corrupt your phone on its own.
Do you have some links ?
ddotpatel said:
So we not talking about the random occurance of file corruption then?
Thank you both (i'll add the to your thanks meters when I have some available). Just need to find how to fully reverse the rage method if needed.
Click to expand...
Click to collapse
Here you go.

[Q] NB question... rooting & restoring factory rom

Pardon my ignorance -I have found some info from the forums as per the specifics of rooting and - im considering rooting my slide (as it seems 2.2 is never going to come) and go with CyanogenMod-6.1.1. Im never rooted a device but that part doesnt sound so hard (ive used linux before, etc) but my main concern question - is there a way i can make my own ROM code - or rather read out the rom code of my phone currently (pre-root), this way - should
a) i not have a good root experience (something not working right)
or
b) 2.2 comes out - via OTA
I can "go back" to my orinal rom code?
Moreover, is there a way I can go back and restore the original rom code that i backed up pre-root? I dont even know if reading out my own code can be done or if i must rely on some factory rom code available in some "slide bible" that has alluded me. Cant seem to find any slide rom bible as of yet.
Can anyone point me in the right direction or help ease my concerns...
Also ive read about "Titanium Backup" and 'Clockwork' and 'amon-ra' -- can any of these be used to backup current rom code prior to rooting ? or perhaps just after rooting?
New Bible:
http://forum.xda-developers.com/showthread.php?t=924793
Old Bible:
http://forum.xda-developers.com/showthread.php?t=704567
Old Bible definitely has stock rom. I glossed over the new one, didn't see them immediately, but I'm sure they're there.
Titanium Backup is for Apps, Clockwork and amon-ra are different types of Recovery. Within those two(or atleast Clockwork) you can make a "Nandroid Backup" which is what what you're looking for. It will backup your ROM/settings and stuff.
When you root you're going to be flashing an Engineer version that allows you to keep root, so you should make a nandroid of that. In the Bibles you'll find a link to a pretty easy root method:
http://forum.xda-developers.com/showthread.php?t=754020
Hope this helps.
i am new to this android stuff. but i flash or install new roms all the time to play with them, and in the old bible is the factory rom, i have tested it and gone back to factory and then rerooted just to see if i could. it is all possable with the little know how i have of linux.
Sent from my T-Mobile myTouch 3G Slide using the XDA mobile application powered by Tapatalk
Can some one please help
I have been trying to root my mytouch slide for quite some time. I have read post and followed directions on countless websites and even watched a few videos.
The first method i tried was the one where i had to go into command terminal, using sdk tools, and catch my phone in adb with "loop". This never worked because adb would only detect my phone when it was booted normally but when i would boot into recovery mode nothing would come up.
The second method was the one where i had to download a few files and put them in a folder in C:\ and from that directory in command terminal i had to run "my root" along with other commands that were supposed to push all the files I needed to my phones sd card. This didn't work because when i rebooted the phone into the bootloader the "ESPRIMG.zip" wasnt detected. So , im guessing, without that flashed first i cant install any other roms or upgrades.
I dont know what else to do and i would really appreciate it if someone would be able to help me finally root my fun
Sorry if i posted in the wrong spot or something.
Lenin809 said:
I have been trying to root my mytouch slide for quite some time. I have read post and followed directions on countless websites and even watched a few videos.
The first method i tried was the one where i had to go into command terminal, using sdk tools, and catch my phone in adb with "loop". This never worked because adb would only detect my phone when it was booted normally but when i would boot into recovery mode nothing would come up.
The second method was the one where i had to download a few files and put them in a folder in C:\ and from that directory in command terminal i had to run "my root" along with other commands that were supposed to push all the files I needed to my phones sd card. This didn't work because when i rebooted the phone into the bootloader the "ESPRIMG.zip" wasnt detected. So , im guessing, without that flashed first i cant install any other roms or upgrades.
I dont know what else to do and i would really appreciate it if someone would be able to help me finally root my fun
Sorry if i posted in the wrong spot or something.
Click to expand...
Click to collapse
Those two didn't work for me especially with the ota update. Try this: http://forum.xda-developers.com/showthread.php?t=754020 or http://forums.t-mobile.com/t5/myTouch-3G-Slide/Easy-root-unroot-Froyo-for-all/td-p/649239 <<This one should have screenshots w/ each step.
ima check it out
@han-shinibi
Thanks. Ima check it out and see how it goes.
Hopefully this is exactly what i need.
Ima post my results.
Also You can backup your current rom with clockwork and restore it whenever needed.
Sent from my T-Mobile myTouch 3G Slide using XDA App
If you want 2.2 OTA Go to CR's post in the development section and it should be one of the first. You have to root before installing as it is yet unreleased and it is unsigned. You can get all of the info on rooting/unrooting you need at theunlockr.com if you do not like root(which I highly doubt). There is an unrooting tutorial on theunlocker also.
Sent from my T-Mobile myTouch 3G Slide using XDA App
iDaZzLeFatHoeZz said:
If you want 2.2 OTA Go to CR's post in the development section and it should be one of the first. You have to root before installing as it is yet unreleased and it is unsigned. You can get all of the info on rooting/unrooting you need at theunlockr.com if you do not like root(which I highly doubt). There is an unrooting tutorial on theunlocker also.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
that all sounds great but my problem is that i cant root my phone so i wouldnt be able to install that anyway
@han-shinibi
thanx again for those links
i used the second one and i got it to work.
At first i was having the same problem with the hboot not recognizing the ESPRIMG.zip but after reading alot of comments someone gave me the idea to backup my sd card and to format the sd card and try again. I backup all the zip files i had from the previous attempt and i formated the card from the phone and then connected it to my laptop on "disk drive" and formatted it from windows also(I used FAT32). I uploaded all the zip files and started the process all over again and it work this time(attempt #23). Now im happily running cm6.

Temp-Rooting?

since my first thread got close so fast;
as the other thread says, i tried Visionary+ and z4root, and now also Rage(or "gFree" as 3rd poster called it);
when i come to the 2nd stage of this thread ( [GUIDE] Instructions to Root G2 [Temp Root]) i close the terminal emulator, and when i start it again, it tells me i need to force close it, i do that, try to launch it again, nothing happends, the phone hangs, it becomes uber-slow and wont start anything, the only thing to fix that is rebooting, it seems, but then i have to rage it again
so, anyone wants to explain what to do?
(Mods; please don't close the thread until i got it working >_<)
Like the other poster said using the gfree method worked for me but I did use visionary for temp root to get the files I needed to where they had to go.
I hate to tell you to go to a different site but I used the new unlockr.com method which is the same gfree method with a mix of some of the true s-off guides.
because some file pushing commands where annoying so once you get a video guide on what to download and a writen guide over here just put the 2 together.
I moved the gfree file,busybox,data file to your data/local/tmp directory and moved the superuser apk on to the root of the sdcard and then followed the commands that actually use the file that you placed into your data/local/tmp directory.
you will need visionary just to get temp root to access the data privalge you will also need a app called rootexplorer you'll need this to get into your data/local/tmp but after you've read the directions a thousand times you'll know what I had directed you to do and why its easyier to move them manually.
I know that was a lot to read but that is plain an simple ways to manually move the files to the spot you need them without commands to move them you can do it your self but read this and the true root directions and the unlockr.com guide for this phone 3 times before attempting.
Sent from my Liquid Metal using Tapatalk
Click to expand...
Click to collapse
Quick use the little steps I gave and run run away fast as you can lol
Sent from my Liquid Metal using Tapatalk
prittyboy203 said:
Quick use the little steps I gave and run run away fast as you can lol
Sent from my Liquid Metal using Tapatalk
Click to expand...
Click to collapse
i didnt understand that post at all
could you clearify what you mean?
Haha sorry it was a joke at the end cuz they took down the other post for no reason that I could think of you where asking for help. so I was playing around and say take the info I just reposted and run lol
Sent from my Liquid Metal using Tapatalk
But your trying to get temp root and that's it and nothing else like your goal is to get garbage apps off your phone and to wifi tether or your aiming to flash roms and kernels?
Sent from my Liquid Metal using Tapatalk
prittyboy203 said:
Haha sorry it was a joke at the end cuz they took down the other post for no reason that I could think of you where asking for help. so I was playing around and say take the info I just reposted and run lol
Sent from my Liquid Metal using Tapatalk
Click to expand...
Click to collapse
FYI...They locked down his other thread because you are not suppose to post a Q and A thread in the Dev section. The Dev. section is only for posting ROMS, GUIDES, REF, RADIOS, KERNELS and the alike, Questions belong either in the Q and A section which he has now posted in or the Dev. Q and A thread started by Mod Captainkrtek HERE.
Ohhh hey well thanks for the fyi well he still asking for help and not getting far just in a new spot good luck my friend on rooting and like they all say use google or the search button in the corner there's a bunch of people that have posted the same question but look at the datas or youll get a huge brick
Sent from my Liquid Metal using Tapatalk
comoba said:
since my first thread got close so fast;
as the other thread says, i tried Visionary+ and z4root, and now also Rage(or "gFree" as 3rd poster called it);
when i come to the 2nd stage of this thread ( [GUIDE] Instructions to Root G2 [Temp Root]) i close the terminal emulator, and when i start it again, it tells me i need to force close it, i do that, try to launch it again, nothing happends, the phone hangs, it becomes uber-slow and wont start anything, the only thing to fix that is rebooting, it seems, but then i have to rage it again
so, anyone wants to explain what to do?
(Mods; please don't close the thread until i got it working >_<)
Click to expand...
Click to collapse
Which phone do you have, G2 or Desire Z? If Desire Z, which rom version is the phone running?
joemm said:
FYI...They locked down his other thread because you are not suppose to post a Q and A thread in the Dev section. The Dev. section is only for posting ROMS, GUIDES, REF, RADIOS, KERNELS and the alike, Questions belong either in the Q and A section which he has now posted in or the Dev. Q and A thread started by Mod Captainkrtek HERE.
Click to expand...
Click to collapse
oh, i thought i posted it in the Q&A, my bad then.
prittyboy203 said:
But your trying to get temp root and that's it and nothing else like your goal is to get garbage apps off your phone and to wifi tether or your aiming to flash roms and kernels?
Click to expand...
Click to collapse
well, yeah, i want to get rid of garbage apps and tweak some files, such as gaining my own shortcut key as it was removed to fit Scandinavian language keys.
also, wifi-tethering exist under the name "portable wifi hotspot" in Desire Z
joemm said:
Which phone do you have, G2 or Desire Z? If Desire Z, which rom version is the phone running?
Click to expand...
Click to collapse
Desire Z, i'm running the rom that came with it.
Android 2.2
build number 1.82.405.1 (<- rom?)
Ahh now I know what your goal is then I could try and help a little more. but the rooting part if you read one part and execute it it won't take long. how far have you gotten did you download all the files need to root the phone from any guides yet?
Sent from my Liquid Metal using Tapatalk
Edit: I'm pretty sure we need a lot more reading done before attempting root or anything.
prittyboy203 said:
did you download all the files need to root the phone from any guides yet?
Click to expand...
Click to collapse
did you even read the first post in both of my threads?
yes i have, from this one ([GUIDE] Instructions to Root G2 [Temp Root]).
comoba said:
did you even read the first post in both of my threads?
yes i have, from this one ([GUIDE] Instructions to Root G2 [Temp Root]).
Click to expand...
Click to collapse
comoba said:
since my first thread got close so fast;
as the other thread says, i tried Visionary+ and z4root, and now also Rage(or "gFree" as 3rd poster called it);
when i come to the 2nd stage of this thread ( [GUIDE] Instructions to Root G2 [Temp Root]) i close the terminal emulator, and when i start it again, it tells me i need to force close it, i do that, try to launch it again, nothing happends, the phone hangs, it becomes uber-slow and wont start anything, the only thing to fix that is rebooting, it seems, but then i have to rage it again
Click to expand...
Click to collapse
prittyboy203 said:
big fat post copied from another thread that includes how to perm root, but most of it is copied from the link in the above quote
Click to expand...
Click to collapse
................
Edit: forget about the info posted didn't know they have 2 phones that hardware wise the same and that to root is different for each phone sorry for the wrong info
Sent from my Liquid Metal using Tapatalk
pittyboy, i'm sorry but, can you start typing on a computer instead?
you lack of dots, commas and question marks makes it really hard to understand what you are typing.
and i have no problems with using adb at all.
not to mention that your "guide" is almost the same as the one i used in the temp-root part.
the only difference i can see is how chmod is done and if u do /data/local/tmp/root after it .
@ comoba The problem is you have to downgrade your desire Z rom to 1.34 in order to temp root and root. Heres the downgrading instructions. You have the 1.82 rom and Im not sure if the downgrading will work for that rom, others have asked this same question on downgrading the 1.82 rom to 1.34 but I have yet to see confirmation of this.
@prittyboy203 you are giving wrong advice on rooting, you are telling him to push a file specifically for the G2 to his desire Z, you might want to do some research before giving advice.
Specifically this: The following is only for the Tmobile G2...
prittyboy203 said:
[/url]
PERM ROOT
=================================================
ON YOUR PC:
unzip the vision-perm-root.zip and navigate to that folder. There will be four files. You will need to push two of these to your phone- hboot-eng.img, and one of the wpthis-[..].ko files.
If you HAVE applied the OTA update, push wpthis-OTA.ko.
If you HAVE NOT applied the OTA update, push wpthis-pre-OTA.ko.
Code:
$ adb push hboot-eng.img /data/local
$ adb push wpthis-OTA.ko /data/local
ON YOUR PHONE:
You should still have terminal emulator up, at a root prompt. Now run:
Code:
# insmod /data/local/wpthis-OTA.ko
You should see:
Code:
init_module 'wpthis-OTA.ko' failed (Function not implemented)
That means it worked. This next step is CRUCIAL. You must make sure that you are writing to the proper partition here or you could brick your phone. To be absolutely clear- the partition is mmcblk(zero)p(one)(eight)
dd if=/data/local/hboot-eng.img of=/dev/block/mmcblk0p18
You should see some messages indicating that it was written. Next, run:
# /data/local/tmp/root
This will lock in root, and give you 'su' access in the future. Next, run:
# sync
Now wait at least a minute, just to be safe. After waiting, reboot your phone using the power button. After it finishes starting up, launch the terminal emulator, and type 'su'. You should get the prompt asking you to grant permissions. If you got the prompt, congratulations! You have permanent root!
Click to expand...
Click to collapse
Sorry for the double post but I wanted you to see this,
The method I gave you above to Downgrade your ROM HERE is confirmed to work with 1.82 rom even though the instructions were written to downgrade from 1.72 to 1.34. Heres the post confirming this.
http://forum.xda-developers.com/showpost.php?p=11855369&postcount=177
joemm said:
@ comoba The problem is you have to downgrade your desire Z rom to 1.34 in order to temp root and root. Heres the downgrading instructions. You have the 1.82 rom and Im not sure if the downgrading will work for that rom, others have asked this same question on downgrading the 1.82 rom to 1.34 but I have yet to see confirmation of this.
Click to expand...
Click to collapse
if i was doing that; temp-rooting the first time, to get everything installed etc, would i still be able to temproot if i upgrade the rom back to 1.82? or should i do perm root because it would be better?

Categories

Resources