03
Sep

This article mentions rooting and flashing of custom ROMs. If you’re unfamiliar with some of the terms, hit up our primers here:

The Galaxy Tab: It has been hyped as the first serious Android tablet. It is now seriously rooted.

Sera-Apps, the group responsible for cracking the Motorola Milestone wide-open, have been up to their antics again. This time, they've set their crosshairs on the Samsung Galaxy Tab. The result? Headshot. Even though the device is not set to launch for about another month, you can rest assured that your warranty won't even have enough time to start feeling safe.

31
Aug
image

It's August 31st and like clockwork, the first CDMA Galaxy S counterpart of the T-Mobile Vibrant and AT&T Captivate, the Epic 4G is finally available both online and in stores.

If you've been following our Epic 4G coverage, you would know that:

30
Aug
image

Good news for the 12 people who have managed to get a Motorola Charm - Universal Androot works perfectly well. For the uninitiated, Universal Androot is exactly what it sounds like: an app that can root a whole slew of Android devices (disclaimer: it doesn't unlock /system on all of them, though). Instructions are pretty simple:

  1. Download the latest version of the program from this XDA post to your computer.
  2. Copy the file to your SD card.
  3. Find and install it with your file browser of choice (I choose Android Mate in the market, or you can use Astro). Don’t forget that this ability is only enabled if you check the Settings > Applications > Unknown sources option.

27
Aug
SamsungEpic4Gclosed

That was quick - the Sprint's Epic 4G has already been rooted by the crew over at SDX-devs. In other words, now you can root that phone you don't have yet. It's a method requiring adb (Android Device Bridge) commands and thus desktop connectivity, but a one-click solution will probably emerge sooner rather than later. Note: it says EVO root, but the method works on this phone as well, don't let the filename fool you. Instructions below:

download this file
http://evo4g.me/downloads/evo-root.zip

run these commands thru adb
adb push c:\downloads\rageagainstthecage-arm5.bin /data/local/tmp
adb shell
chmod 755 /data/local/tmp/rageagainstthecage-arm5.bin
cd /data/local/tmp
./rageagainstthecage-arm5.bin

exit out of the adb shell, and type adb shell again.

25
Aug
d2_root

Looks like a dev over at XDA-Devs (where else?) has managed to root the Motorola Droid 2. As this is the device's first root and it was just released, it's not surprising that the method is still dependant on manually typing a number of commands. The process requires adb and Motorola drivers to be installed, and involves pushing and executing the root file with ADB. While it doesn't look overly complex, it's probably not something suitable for more novice rooters.

Setup:
- Install adb (here) and Motorola drivers (here)
- Download attached archive
- Extract to a directory, I used c:\Droid2Root
- Make sure you have USB degugging enabled
- Change connection to PC Mode

Process:
- Open command prompt
- cd c:/wherever-your-sdk-tools-folder-is
- adb devices (to verify the connection)
- cd c:/Droid2Root
- adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
- adb shell
- cd data/local/tmp
- chmod 0755 rageagainstthecage-arm5.bin
- ./rageagainstthecage-arm5.bin

- let the process run until it returns you to c:/Droid2Root
- cd c:/wherever-your-sdk-tools-folder-is
- adb devices (to verify the connection)
- adb shell (you should now have a # prompt)
- exit

- cd c:/Droid2Root
- adb push Superuser.apk /system/app/Superuser.apk
- adb push su /system/bin/su
- adb push busybox /system/bin/busybox
- adb shell
- chmod 4755 /system/bin/su
- chmod 4755 /system/bin/busybox
- exit

I'm sure there are certain steps that could be streamlined or eliminated, so please feel free to make a suggestion and I'll edit the post.

17
Aug
HTC Wildfire

It may have taken a little longer than other HTC phones, but the Wildfire has finally been rooted… in a way. This method doesn’t unlock NAND on the phone (which means you can't remove stock apps or install custom ROMs), but it does allow running applications that require root (here are 8 great root-only applications if you need inspiration).

XDA user MartinEve, who accomplished the soft root, is already in talks with the developers of unrEVOked to make a more permanent solution, but until then, you can follow the instructions below to root your Wildfire (to find the most up-to-date instructions, hit the source link).

14
Aug
Last Updated: June 5th, 2012

Those of you who actually managed to get your hands on an enTourage eDGe dualbook ebook reader/tablet/notepad device thingy (it's been in low supply lately) and have been waiting for it to be rooted just got your wish. Colin O'Dell and myself with the help of Sean and Jamezelle were able to root the eDGe, with full adb access.

How We Did It

No exploit or hack was needed. We were able to decipher the developer's debug password and use it to enable adb, which just so happens to be running as root.

What It Achieves

This root finally opens the eDGe to developers, enabling the debug bridge and allowing root apps to be used.

10
Aug
universal-androot

Looking for an easy way to root your Android Device? Universal Androot may just be what the doctor ordered. The one-click root fad seems to be catching on and Universal Androot is an app that covers multiple Android devices, making it easier for those who may be reluctant experience the mighty wonders of root.

universal-androot[3]

Universal Androot is the simplest root/unroot method I have seen to date and probably the safest - it has been confirmed as working by multiple users (apparently it uses the same exploit used to 1-click root the Motorola Droid X).

Note: This application just gives you root and does not unlock the /system partition or the boot loader on those devices that have them locked, such as the Droid X.

03
Aug
image

Android dev TGA_Gunnman has been added to Amazon’s hit list for this latest in a litany of single-click phone unlocking methods. In spite of the impending lawsuit (not really), his Samsung Galaxy S One-Click Root program does exactly what it says on the, err, titlebar.

There are separate versions for the Captivate and Vibrant, so make sure you get the right one. All users have to do is download the program - currently Windows only - run it, and click the One Click Root button with their Captivate/Vibrant connected up to USB. Now all you have left is to sit back and wait for the custom ROMs to start rolling in (since there aren’t any yet).

03
Aug
image

A common complaint leveled against Android is that it’s too technical or too difficult to use. This is especially the case when it comes to hacking around on your phone. While the command line may be the interface of choice for some Android users, it’s not exactly the most user friendly of solutions. Enter one-click rooting, something that iPhone jailbreakers should already be familiar with. One click. Can’t get easier than that, right? All it takes is downloading a simple Windows application, a click of a button, and BOOM (to use an Apple phrase) you’re all SuperUser-y.

image

For those of you who consider use of a computer beneath you, there is still a solution.