How To Root Motorola XOOM Android Tablet
Written By Sam on 28 February 2011
Advertisements
So if you are looking to root your Motorola XOOM then all you have to do is first unlock the bootloader and then follow the below guide. We are warning you again that rooting your device will void the warranty.
How to Root Motorola Xoom
- Unlock Xoom bootloader first.
- Download xoomroot.zip file to your computer
- Extract the contents into your Android SDK Tools folder.
- Open a command prompt from within your Android SDK Tools folder.
- Type: adb reboot bootloader
- Type: fastboot flash boot rootboot.img
- Type: fastboot reboot
- Wait for your device to reboot all the way.
- Type: adb remount
- Type: adb push su /system/bin
- Type: adb shell ln –s /system/bin/su /system/xbin/su
- Type: adb shell chmod 4755 /system/bin/su
- And now this next step you have a couple of options.
- Option A: Push Superuser.apk in adb. Type: adb push Superuser.apk /system/app
- Option B: Exit adb and download Superuser app from the market.
- Enjoy your rooted Xoom
Leave your response!