- 05-06-2011, 04:42 AM
Thread Author #1
[How-to] Root Droid Charge**5/19/11**[Windows & Mac] Now with GingerSnap!
Post #1 = Index
Post #2 = FAQ
Post #3 = GingerSnap One click root (Retired Semi Auto root)
Post #4 = ADB rooting (Beginner-Intermediate)
Post #5 = How to root using a Mac (Beginner-Intermediate)
Post #6 = Removing apps once rooted (Coming soon)
Post #7 = How to Unroot
Post #8 = Credits
The methodS of rooting your Android device as described in the article herein is solely for enthusiasts and not for the faint of heart.
Android Central, Android Police, Team AndIRC and myself disclaim all liability for any harm that may befall your device, including, but not limited to: bricked phones, voided manufacturer warranties, exploding batteries, etc.
THESE METHODS ONLY WORK FOR ED1 BUILD, ANYTHING BEYOND THAT REQUIRE A CUSTOM KERNEL THAT INCLUDES ROOT
Last edited by DroidXcon; 06-20-2011 at 02:31 AM.
Thanked by 9: - 05-06-2011, 04:43 AM
Thread Author #2
- 05-06-2011, 04:51 AM
Thread Author #3
GingerSnap One click root
Gingersnap (along with all other Android modifications) is experimental software and while I have made this as safe as possible, differences in operating environments and natural disasters can cause your device to become unusable. Please make sure you understand this important fact before downloading.
Disclaimer: Neither myself, Android Central or any other member of Android Central are responsible for any disasters that occur as a result of any hack or modification you perform on your device. Your use of this application is at your own risk!
With that out of the way, I'd like to introduce you to the Gingersnap Root Utility. Gingersnap is a one-click root utility, much like SuperOneClick or Universal Androot.
The nitty gritty: Gingersnap uses a modified version of the famous to automatically root your Android-powered device and installs the necessary files to maintain a permanent root status.
Pre-use Requirements:
1) You need the . Not the Client Profile, the full .NET 4 Framework.
2) For some reason you need the redistributable installed. Don't ask me why.
3) You need proper drivers for the your phone. Your video card doesn't work without drivers and neither will your phone.
4) Before running this Utility please make sure your phone is in debugging mode
Instructions:
- Download and unzip Gingersnap-V1.2.zip to anyplace on your computer
- Connect your phone to computer in debugging mode
- Open Gingersnap-V1.2 folder
- Double click Gingersnap applications icon

- press GO , sit back and relax
Credits:
Gingersnap Utility: drewwalton19216801
GingerBreak exploit:
Autoroot shell script (com.sh): Droidxcon, YAY ME!
MAJOR thanks to jondevere for being drewwalton19216801's personal guinea pig!
Think you're ready? The file is attached to this post.
Source Code:
The modified GingerBreak source code is attached to this post. The filename is gingerbreak-mod-gs-src.zip
Last edited by DroidXcon; 05-21-2011 at 10:58 AM.
Thanked by 32:+ Show/Hide list of the thanked -
2003SD, appbran22, asenduk, badion71, becuziwin28, Donkey Droid, dophir, dragonstalker, dsbaciga, eec197, fleej76, itsnotpoisoned, johnnykilo, johnowenstko, kubla, LoganShepp, lyall1812, mnlerer, MrSpohn1, ntuckersmith79, oneamu919, puercomal, rajko, riotguy1, rjlipps, sandipsangani, sicario666, Slinger23, Snypar, tommitchell00, UltimateSeo, urmonator
- 05-06-2011, 05:50 AM
Thread Author #4
ADB rooting method
Directions: (Assuming you followed preparations from Post #2)
Download DSChargeRoot.zip:
With your phone in debugging mode set to stay awake
1. Extract downloaded DSChargeRoot.zip file directly to your C:\ Drive
After placing DSChargeRoot folder to your C: drive it should look like this in your windows explorer. This will allow the path C:\DSChargeRoot to be found from command prompt later in this tutorial
2. Now go to your start button on your menu bar,in the run field or search field depending on your version of windows, type CMD and hit enter. The command box will present itself. From here on out just copy and paste the commands i will provide below. To paste in the command box you must right click on the mouse and select paste. Do not paste BOLD text below those are just for info.
Commands are as follows:
It will stateCode:cd C:\DSChargeRoot adb devices
"List of devices attached
I500******* device"
If you dont see this you are not connected
The adb shell command will not put you in the phones internal command terminal. This is represented with "$" prompt. You will now execute the GingerBreak exploit. This make take serveral minutes.Code:adb push su /data/local/su adb push Superuser.apk /data/local/Superuser.apk adb push GingerBreak /data/local/GingerBreak adb push com.sh /data/local/com.sh adb shell chmod 777 /data/local/su adb shell chmod 777 /data/local/GingerBreak adb shell chmod 777 /data/local/com.sh adb shell
After entering the above command Gingerbreak will do its thing. A successful exploit will end with this,"[!] dance forever my only one"Code:/data/local/GingerBreak
If it ends in anything else or if it hangs for more than 5 minutes pull your battery and attempt to root again.
After exploit is complete you will have a command prompt that looks like this "#". That represents root access. You will now excute shell script then reboot your phone.
Your phone will now reboot. Congrats Enjoy your rooted deviceCode:/data/local/com.sh exit exit adb reboot
check app drawer to see if superuser app is installed,if it is you are rootedLast edited by DroidXcon; 06-05-2011 at 07:51 PM.
Thanked by 8: - 05-06-2011, 06:24 AM
Thread Author #5
How to root using a Mac
I do not own a Mac so i am not the best person to ask questions about set up but post questions and i will have people that know much more than me about Mac devices to help answer them.

It's extremely important that you download the necessary files to the proper place.
Download the following file to your Macintosh HD root folder:
Open Finder - on your Mac - and double click the "android-sdk-mac_x86.zip" in your Macintosh HD root folder to extract.
Using Safari: click link to open Multiupload page --> right click the direct download button > download linked file as > click macintosh HD > click save
FYI -- Regarding Mac Disk Errors:
Using Safari downloads window: right click android-sdk-mac_x86.zip > click show in finder > double-click android-sdk-mac_x86.zip
At various points -- throughout this procedure -- your Mac may display a disk error message like the one below. You can safely click Ignore when you see "The disk you have ejected was not readable by this computer" and click OK when you see "This disk was not ejected properly."
Do the following on your phone:
- If your phone is plugged into your Mac – unplug it now.
- Then hit the menu capacitive button > settings > applications > development > check USB debugging > then click Ok.
- Plug the phone into your computer (you will leave it plugged in for the duration of this procedure).

Opening Terminal on the Mac:
- Open applications > go to utilities > then open terminal.
- Enlarge the terminal window for easier viewing.
- Syntax notes:
- You do not type the $ before any of the commands below. The $ represents the command prompt and is shown for illustration purposes only.
- To avoid errors, for more complex commands, I recommended copying from this post to the terminal. All you need to do is 1) select the line in this window 2) hit command-c and then 3) hit command-v in terminal to paste it.
- You DO need to type the period in front of each command. For example: the period here: ./adb devices is part of the command. It will not work without it. If you copy and paste lines, as I recommend, it is important to get the period during the selection.
- Unless otherwise specified, you should never see an error after entering a command. If you did, double-check that you just entered the correct thing.
- For the more curious, I will give you a complete rundown of what each command does in post #2.
- Please do not PM me If something doesn't work right, please select, copy, and paste the last several lines of your terminal session into a new post in this thread.

Enter or copy/paste the following ./adb (without the $) lines into terminal:
Code:$ cd .. $ cd .. $ cd and* $ cd tools $ ./adb devices
Terminal should return a result that displays your device (the name will vary from the one shown). If it doesn't show as attached, you will not be able to continue.

The adb shell command will not put you in the phones internal command terminal. This is represented with "$" prompt. You will now execute the GingerBreak exploit. This make take serveral minutes.Code:$ ./adb push su /data/local/su $ ./adb push Superuser.apk /data/local/Superuser.apk $ ./adb push GingerBreak /data/local/GingerBreak $ ./adb push com.sh /data/local/com.sh $ ./adb shell chmod 777 /data/local/su $ ./adb shell chmod 777 /data/local/GingerBreak $ ./adb shell chmod 777 /data/local/com.sh $ ./adb shell
After entering the above command Gingerbreak will do its thing. A successful exploit will end with this,"[!] dance forever my only one"Code:/data/local/GingerBreak
If it ends in anything else or if it hangs for more than 5 minutes pull your battery and attempt to root again.
After exploit is complete you will have a command prompt that looks like this "#". That represents root access. You will now excute shell script then reboot your phone.
Your phone will now reboot. Congrats Enjoy your rooted deviceCode:/data/local/com.sh exit exit $ ./adb reboot
check app drawer to see if superuser app is installed,if it is you are rootedLast edited by DroidXcon; 06-07-2011 at 05:26 PM.
Thanked by 3: - 05-06-2011, 06:25 AM
Thread Author #6
Removing apps once rooted (Coming soon)
Removing apps once rooted (Coming soon)
Last edited by DroidXcon; 05-06-2011 at 06:36 AM.
- 05-06-2011, 06:26 AM
Thread Author #7
How to Unroot
Unroot batch file download:
How to Unroot
- Download Start_Unroot.zip
- UnzipStart_Unroot.zip folder Place anywhere on your computer
- Place your phone in debugging mode
- Connect phone to PC
- Open Start_Unroot folder Double Click Start_Unroot.bat
When the command window prompts you to enter adb shell , press any key to continue
To copy and paste into the command window, simply copy the command, then right click in the command window and a drop down menu will appear. Then select the option Paste
Then at the "$" prompt enter the following commands
After entering this command look at your phone screen right away Superuser app may ask you to allow or deny root permission , select allow . Once you receive "#" prompt you may proceed. if you get permission denied , pull your battery and try againCode:su
Your phone will now rebootCode:mount -o remount,rw -t rfs /dev/block/stl10 /system rm /system/xbin/su rm /system/bin/su rm /system/bin/busybox exit exit
Once the phone restarts you must uninstall superuser app
settings>applications>manage applications>superuser
Once uninstalled Unroot is complete.Last edited by DroidXcon; 06-04-2011 at 05:09 PM.
Thanked by: - 05-06-2011, 06:40 AM
Thread Author #8
- Android Central member imnuts for driver info
- for Gingerbreak exploit
- for posting original adb method
Last edited by DroidXcon; 05-19-2011 at 06:35 AM.
- 05-06-2011, 06:40 AM
Thread Author #9
Reserved for future methods1
- 05-06-2011, 06:42 AM
Thread Author #10
Reserved for future methods2
- 05-06-2011, 08:52 AM #11
Believe this or not... I DLd gingerbreak1.10 and used it to root a charge last night. After trying numerous times to root via ADB. Being denied access when attempting to gain permanent root. I figured why not try gingerbreak since the file was already located in the package zip. To my surprise it worked! For any1 looking for gingerbreak, Google it... I don't want to supply a link to upset anybody. Especially droidXcon. This is his thread,not mine. Follow whatever method tickles the pickle
TboltMeatclaws-talkatap***GET IN WHERE YOU FIT IN***
Snitches get stitches
Boneyard-D1,Dinc,dX,Gtab7",Tbolt,iPad1,Bionic,Xoom,iPad2,Charge,GNexus,SGS3,Razr Maxx,Nexus7...the list shall continue
Living Dead-iPad3,GalaxyNexus,Razr MaxxHD - 05-06-2011, 09:35 AM #12
- 05-06-2011, 09:45 AM #13
- 05-06-2011, 11:24 AM
Thread Author #14
if you compare my adb method vs jcase's i added in adb chmod commands which changeds mode, chmod'ing a file changes what permissions it has. This is the reason you were getting permission denied, permissions were never set.
I didnt add the gingerbreak app yet because im working with someone to improve upon it.
thats why i left extra posts to add upon these methods.
++1 on what moon says................also i don't like to sit around and wait for the devs to do all the work for me, if i did that i would never learn anything. Also its good for the devs to see that there is a demand for their talents. For instance when i see newer phones with people struggling to root i am compelled to jump in and do what i can to help. I imagine alot of devs feel the same way. - 05-06-2011, 03:49 PM #15
Don't forget even w/o recovery, you can now use root explorer, to move, delete, copy files. Can create custom sound events, change shutdown and boot animations, can extract apks from flash zips and install, among other things. Also have access to rooted only apps in the market.
I know that imnuts has a recovery ready to go.
Most important tho is we need VZW to RELEASE THE PHONE!!
- 05-14-2011, 09:27 AM
Thread Author #16
Semi Auto Root works
but superuser app needs to be downloaded after root is run. I will improve on this soon - 05-14-2011, 10:05 AM #17
If people have issues with this root method on ED2, can someone try rage.bin to see if that works?
DROID Charge in hand, now to get to work... - 05-14-2011, 03:04 PM #18
How long does it sit after the 1st command line using Semi auto root?
Thanks! - 05-14-2011, 03:08 PM
Thread Author #19
- 05-14-2011, 03:12 PM #20
- 05-14-2011, 03:16 PM
Thread Author #21
- 05-14-2011, 03:20 PM #22
so trying thru the ADB. In both methods under list of devices attached , mine says *******408acc device
is that right? - 05-14-2011, 03:21 PM #23
- 05-14-2011, 03:22 PM
Thread Author #24
lol i edited that for you , dont want people having your serial number if you can help it ..... yeah as long as you see a serial number it should be good, to make sure its not seenig another device try the adb devices with the phone not plugged in and you should see no number
- 05-14-2011, 03:29 PM #25




Reply





































