Friday, May 4, 2012

Root Motorola Xoom


1. Setting up adb & fastboot

Adb is an Microsoft windows application.


Download -> EasyADB

Ensure USB Debugging is on. Settings/apps/development 

1. Download the EasyADB zip
2. Extract the files
3. Copy SDK Tools folder
4. Navigate to C: drive
5. Paste SDK Tools folder on root of C: drive
6. Open command prompt in Windows Start icon (in search textfield type in cmd and press enter)
7. In command prompt type in
Code:
cd C:\SDK_tools
8. cd C:\SDK_tools is your path. Now enter:
Code:
adb.exe
9. ADB will execute and start
10. Connect XOOM via USB and wait for drivers to install. If not then install these Drivers
11. Type in:
Code:
adb devices
12. Daemon will start and your XOOM should now be recognized. An alphanumeric string will denote the presence of your device.

2. Downloading the rooting-update zip file.

Download the zip file from here.
Now place this on your external sdcard. - Sorry this is a requirement at the moment, like I said this is a bit rushed.

3. Flashing recovery

1. Download this Recovery image.
2. If your device is locked, now is a good time to unlock it.
Code:
adb reboot bootloader
fastboot oem unlock
fastboot reboot
3. Flash recovery
Code:
adb reboot bootloader
fastboot flash recovery recovery-Tiamat-R4c-100611-1150-cwm.img
Once you have verification on your device that this has been flashed, reboot your device by holding volume up + power.
Then 3 seconds after you see the Motorola logo, hit volume down. You should now see "Android Recovery" in the top left corner. Hit volume up to boot into recovery.


4. Flashing the Xoom-Universal-Root.zip file.
If you're in clockwork mod recovery you can continue (This recovery image will say it is clockwork mod) . If you're not looking at clockwork mod, then you need to repeat step 3 again.

In cwm, go into "install zip from sdcard" -> "Choose zip from sdcard", then select the Xoom-Universal-Root.zip file you downloaded.
Note: use the volume buttons to navigate and the power button to select

Reboot your device and then welcome to your rooted device!

No comments:

Post a Comment