Android

February 25, 2011
 

Motorola Xoom Root Guide

Motorola’s Xoom tablet has finally been rooted! An Android developer, Kaushik, has achieved the root access on his Motorola Xoom. The rooting guide is given below.

Motorola Xoom

If you want to root your Motorola Xoom, you will need to have adb and fastboot installed on your computer. Since nonfunctional SD card slot in the tablet, the developer is waiting for Google to release a fix in next firmware update, and then he’ll release the working recovery to use on the device. Please note that ROM manager updates will be available very soon to users.

Motorola Xoom Root Guide

  1. # Download the XOOM root zip.
  2. # Unzip the package.
  3. # Put your junk in the box.
  4. adb reboot bootloader (skip the next 3 steps if you have already unlocked via fastboot)
  5. fastboot oem unlock
  6. # wait for reboot
  7. adb reboot bootloader
  8. fastboot flash boot rootboot.img
  9. fastboot reboot
  10. # wait for reboot
  11. adb remount
  12. adb push su /system/bin
  13. adb shell ln –s /system/bin/su /system/xbin/su
  14. adb shell chmod 4755 /system/bin/su
  15. adb push Superuser.apk /system/app

You’re done!

[Source – My Brain Hurts]