Here you go! One Step Unlock/Root or ReLock/Unroot!
Wonderful DX dev Wugfresh has developed a program that will install everything you need on your PC to accomplish the ability unlock/root and lock/unroot. It's all automated for you. Just download and press the right buttons. Enjoy!
__________________
I used to be Android all the way but bought an Iphone 5 in October. Feel free to ask me how it's going via PM.
GO BRONCOS AND ROLLLLLLL TIDE!!!
This thing is pretty awesome! Just can't get my root to take....
Not sure what I'm doing wrong here- I am unlocked successfully, but can't capture root. Win7 btw. I've tried probably 10x now....
Here's where I am currently...
Attached image flashes for a quick second (long enough to cap the screen)-- says it can't "stat" 'su.zip': no such file or directory... then it says below that CWM has successfully flashed. On the last screen where it tells me to reboot into recovery mode, which gives me a partial reboot then it soft bricks with the little dead android image on the screen. Various times, same result.
Any input would be welcome...
Oh, and at some point, it tells me that drivers are not installed- but I can't read the full error because it flashes and disappears.... but this is right before it tells me I'm rooted and can't get that 'su.zip'.
Ug, plz help- Rooted several devices now, not sure why this 'easy' root is killing me.
The second process starts automatically and immediately after the first- no opp to reboot first- although I've rebooted phone and comp a handful of times each at this point... not sure what to do......
This thing is pretty awesome! Just can't get my root to take....
Not sure what I'm doing wrong here- I am unlocked successfully, but can't capture root. Win7 btw. I've tried probably 10x now....
Here's where I am currently...
Attached image flashes for a quick second (long enough to cap the screen)-- says it can't "stat" 'su.zip': no such file or directory... then it says below that CWM has successfully flashed. On the last screen where it tells me to reboot into recovery mode, which gives me a partial reboot then it soft bricks with the little dead android image on the screen. Various times, same result.
Any input would be welcome...
Oh, and at some point, it tells me that drivers are not installed- but I can't read the full error because it flashes and disappears.... but this is right before it tells me I'm rooted and can't get that 'su.zip'.
Ug, plz help- Rooted several devices now, not sure why this 'easy' root is killing me.
Well, since its saying cwr is successfully flashed, can you access the bootloader > recovery to verify? If you do have cwr, use it to flash superuser as a zip.
Tried, won't give me the option to go into CW. Soemthing's missing someplace, some file of some sort, but it tells me everything is there.. Not sure....
not working for me either. I am trying to re-lock and it just says it's waiting for the device after it boots it into bootloader. hnmmmm.
^ Mine did that UNlocking for a while too- it ended up being one of the drivers... I forget the name, but it was the one with 'bootloader' in the title...reinstalled and it went right thru...
I used the new mirror and it dled fairly quick. I installed the sdk and drivers. That part ran just fine. Still scared to hit unlock and root though
what the....?! i can't figure out what to click to dl the new mirror...?? i'm obviously missing something easy.
EDIT: nevermind - i finally just started clicking all the random dl buttons, and found the right one. man, that site is persistent in its advertising...
Last edited by huskerkate; January 4th, 2012 at 06:23 PM.
lol, the fact that two guys above are having issues!
Rooting itself is pretty easy, the biggest issue I have seen with people trying to root is getting the CPU and the phone to work together, once ADB and fastboot are working the process itself isn't bad. Plus if you have any issues you are already a member here at AF so you know you can get support for any problem you run into.
Quote:
Originally Posted by Mr Marcus
I did the above, and it DOES recognize my GN (series of #s followed by 'fastboot').........
I'm sitting here in fastboot mode, my Q is---- how do I flash CWM while in fastboot?
ClockworkMod Method (courtesy of Koushik Dutta)
Pros:
-- simplest and fastest from what I've found
-- works for both GSM and LTE versions of the device
-- does not require a special (insecured) boot.img file
Cons: requires both adb and fastboot USB connectivity
A. if you already have the Android SDK installed with both the adb and fastboot utilities, go ahead and skip to step B.
If you don't have both adb and fastboot installed anywhere, it might be easiest to download and extract the sdk-tools.zip file referenced in the "Mini-SDK" section of this thread ADB Guide to a folder on your PC of your choosing (take note of this folder/directory's name).
B. turn off (power down) your device
C. connect the USB cable between the phone and your PC if you haven't already
D. on your PC, start-up a terminal session (Windows Command Prompt for Windows; Terminal for Mac or Linux) and navigate to the directory/folder where the adb and fastboot utilities are located:
+ for Windows, you need to start-up a Windows Command Prompt (DOS window) and type the following (for example, assuming that your adb / fastboot files are in the c:\sdk-tools folder):
Code: cd c:\sdk-tools
+ for Mac/Linux, start-up a Terminal session and type the following (for example, assuming that your adb / fastboot files are in the sdk-tools folder):
Code: cd sdk-tools E. next, boot your phone into fastboot mode (press and hold both the volume-UP and volume-DOWN buttons and then press the power button)
F. if you are using Windows, install the appropriate Samsung USB drivers; note: there are several USB driver options listed at the bottom of this post; this one in particular worked very well for me and others:
Here are some detailed notes that I took when I installed this driver on my system:
- download the Naked Samsung 1.7.zip driver referenced above
- extract that files contents to a folder like Naked Samsung 1.7
- connect your phone to your Windows PC via the USB cable
- fire-up your Device Manager:
Windows Start button
Control Panel
Hardware and Sound
select Device Manager from under the Devices and Printers section
- identify the Other devices section
- right click the Galaxy entry and select Uninstall
- right click the Galaxy entry and select Update Driver Software...
- select Browse my computer for driver software
- use the Browse... button and navigate to the folder where you extracted the Naked Samsung 1.7.zip file (make sure the Include subfolders checkbox is checked)
- browse to that folder name and click the OK button
- you'll be returned to the Update Driver Software - Galaxy screen; click the Next button
- you might see a red-tinted Windows Security warning saying "Windows can't verify the publisher of this driver software";
- that's okay, click the Install this driver software anyway section
- the driver software will then be installed
- after installation, you should see the window is now titled: Update Driver Software - SAMSUNG Android ADB Interface and it will say "Windows has successfully updated your driver software", etc.
- press the Close button
- notice the the yellow warning icon is now gone and you now have a new SAMSUNG Android Phone section in the Device Manager window
and a SAMSUNG Android ADB Interface entry underneath it
- you should now be able to communicate with your device with adb or fastboot (when in the appropriate mode for each)
G. let's verify that fastboot can "see" your device
note: for simplicity's sake, I'm using the generic "fastboot" command name here; your fastboot utility might actually be named:
+ for Windows: fastboot.exe or fastboot-windows.exe
+ for Linux: fastboot or fastboot-linux
+ for Mac: fastboot for fastboot-mac
- from your PC, enter the following to verify that the fastboot utility can see your phone:
For MS/Windows:
Code: fastboot devices (list connected devices)
For Mac/Linux:
Code: ./fastboot devices (list connected devices)
- you should see something similar to this:
Code:
sdk-tools> fastboot devices<device serial #> fastboot J. next, you'll unlock the bootloader
*** Warning *** the next command (fastboot oem unlock) will completely wipe your device's internal "SD card"), so backup what you need / want to beforehand
Also, please note that after you issue the unlock command, you will be asked, on your phone, to acknowledge that you want the bootloader to be unlocked and that you understand that doing so will void your warranty. Use your volume rocker/keys to select the confirmation and press the power button to actually confirm.
For MS/Windows:
Code: fastboot oem unlock (unlock the bootloader)
For Mac/Linux:
Code: ./fastboot oem unlock (unlock the bootloader) J. That's it, your bootloader should now be unlocked and you are ready for your next step. You phone should still be in fastboot mode at this point.
If you simply wanted to unlocked the bootloader and now want to reboot your phone, you can issue a "fastboot reboot" (for Windows) or "./fastboot reboot" (for Mac/Linux) to reboot the device normally (note/warning: since unlocking the bootloader does a factory reset, your next reboot after unlocking will take about five minutes to complete--so be patient and wait for the boot animation to finish-up).
If you are not ready to reboot, but need to do other fastboot-related operations, then your phone is still in fastboot mode and ready for you.
Thanks... did that and flashed CWM... My NEWEST problem is that when I do the next step to push su.zip to my phone, in my CMD window, I just get the error message says error: device not found
This process is killing me- it 'found' my device for everything else!!??!!! Now what?
Thanks... did that and flashed CWM... My NEWEST problem is that when I do the next step to push su.zip to my phone, in my CMD window, I just get the error message says error: device not found
This process is killing me- it 'found' my device for everything else!!??!!! Now what?
I figured out the reason for this last night (haven't had a chance to update the instructions)...I'll do that here in a minute...
Since CWM doesn't mount the /data partition (and therefore, your /sdcard) until after you've gone to the Apply update from .zip file on SD card menu (by selecting install zip from sdcard on the main menu) and you have selected the choose zip from sdcard entry.
After you've done that, you can select "+++++Go Back+++++", then push your file to /sdcard, then re-enter the choose zip from sdcard menu.
The Following User Says Thank You to scary alien For This Useful Post:
Ok.. this thing works.. and works well.. I messed up but it was because I didn't read the directions. This pushes su.root over to the sd card, but it DOESN'T FLASH IT! I didn't read the directions which said to go to clockwork mod recovery and flash su.zip and you're rooted. DOH.
Yeah, it works fine. That's one issue and the other is to install the most recent samsung driver. Easy Peasy. If anyone has any of these issues, just let me know and I'll try to help.
Long story short. If you need to go back to stock, this is good. If you want to go from stock to root, this is also helpful The dev did a good job. Support him.
The Following 2 Users Say Thank You to Steven58 For This Useful Post:
...... like that's gonna happen right about now...
Didn't even do anything different- just same thing over and over. Somehow, it HAD to be something wonky with drivers.... can't put my finger on it- they were there tho. Thank you to those of you that stuck by me thru this traumatic period in my life, and offered assistance throughout. Your collective input resulted in ultimately a happy camper who is now going to go do all the root-y stuff for which I've been fighting ever-so-vigilantly..... at the expense of a night's sleep.
Last edited by Mr Marcus; January 5th, 2012 at 01:26 AM.
The Following User Says Thank You to Mr Marcus For This Useful Post:
Device(s): VZW Motorola RAZR HD Maxx, Nexus 7, iPad 2
Carrier: VZW
Thanks: 495
Thanked 440 Times in 204 Posts
Did the the one click method this morning. Took about an hour. IMO, a little more involved then previous one click for other devices but much easier than the long route for sure. My advice, take your time and read carefully at each step. Thanks to developer, awesome work!
__________________
You only live once, but if you live right once is enough.
Dl'd and ran this last night after I finally threw in the towel on setting up adb and fastboot on my own.
It was very easy to install and run. I already had the mini sdk package from the root guide installed on the c:\ so I had this utility extract to that folder.
The only issue that I had was with the drivers. I had already dl'd the naked samsung driver but I couldn't get my device updated because the device only showed up under usb connections and not other devices in device manager. This utility did hang up on the drivers part of this but whatever it did, it had my device now listed under other devices and I was able to update the driver with the naked one and the cmd prompt found it instantly.
dev did a VERY good job. The program holds your hand through the entire process, even with pictures. No issues, unlocked and rooted first try. Does he have a donate think? I think he needs some beer.
dev did a VERY good job. The program holds your hand through the entire process, even with pictures. No issues, unlocked and rooted first try. Does he have a donate think? I think he needs some beer.
Indeed he does! Check the bottom of the first post in his thread:
Should I be concerned that AVG antivirus is reporting the toolkit files as a trojan psw/keylogger?????????
I haven't looked into this hack specifically but I know the rage against the cage root exploit was also flagged as a trojan. I'm guessing this may be a similar situation. Kind of a false positive although in reality, the AV software is doing its job. Its just that we are choosing to knowingly use a backdoor exploit.
Unlocking, rooting, relocking and unrooting simplified!
VERSION 1.2.2 - This program contains all the files you need to unlock and root your device, or flash it back to stock and re-lock it. You can also use this program to backup all your user apps, system apps, and app data, and easily restore them later in one click; and now with the latest release (v1.2.2) you can flash or boot any img files you wan't to any partition on your device; as well as flash any current or future stock android release, making updating your device as easy as can be.
There is now one universal version that works for both Verizon (CDMA) and GSM models.
The Following User Says Thank You to iowabowtech For This Useful Post:
Unlocking, rooting, relocking and unrooting simplified!
VERSION 1.2.2 - This program contains all the files you need to unlock and root your device, or flash it back to stock and re-lock it. You can also use this program to backup all your user apps, system apps, and app data, and easily restore them later in one click; and now with the latest release (v1.2.2) you can flash or boot any img files you wan't to any partition on your device; as well as flash any current or future stock android release, making updating your device as easy as can be.
There is now one universal version that works for both Verizon (CDMA) and GSM models.
This is a great tool and a great developer, very friendly in his forums and he responds to most inquiries very quickly. Also updated to Version 1.3 now, which enables automatic driver configuration.
The Following User Says Thank You to Randino For This Useful Post:
Has anyone used the backup and restore function? I'm curious to know how well it works because I didn't read up ahead of time to find out that unlocking the bootloader requires a full wipe. I have done a ton of customization and don't want to loose that.
One more thing, I came from an HTC Thunderbolt and it was disaasterous if you accepted an OTA update while rooted (if not on a custom ROM) what is the deal with the GNex? At this point I don't want to use a custom ROM, but I want to be rooted to use TiBu.