Thursday, March 31, 2011

Root for Wi-Fi Only Motorola XOOM Now Available

wi-fi only motorola xoom root

Root Your Wi-Fi Only Motorola Xoom!

Ok, for the sake of the story, I’ll pretend to be surprised here. The always reliable gang over at XDA Developers have managed to release a root method for the Wi-Fi Only Motorola XOOM tablet. This is good news for those users who have bricked their XOOMs using the standard method. Please remember, unlocking the XOOM’s bootloader (required for rooting) will wipe your device.
That being said, if your ready to begin hacking your dual core monster, instructions below. This does  requires ADB Commands but nothing too difficult. Still this method is recommended for experienced users familiar with the rooting process.

Instructions on Rooting Wi-Fi Only Motorola XOOM

Instructions courtesy of Xaositek
This is it guys… HUGE props to MADindustries and modplan!
Download the Motorola WiFi Xoom Root Zip file and unzip it. (http://dl.dropbox.com/u/2180926/xoomwifiroot.zip)
Place the files in the SDK Tools folder.

If rebooting works…

adb reboot bootloader
fastboot oem unlock
adb reboot bootloader

If stuck at “Dual Core Technology”

Hold VolUp and power to restart Xoom
Hold VolDown will booting unit for fastboot mode
fastboot flash boot boot.img (Tiamat 1.1.6 boot.img – http://forum.xda-developers.com/showthread.php?t=978013)
fastboot reboot
adb remount
adb push bcm4329.ko /system/lib/modules/bcm4329.ko
adb push cifs.ko /system/lib/modules/cifs.ko
adb push tun.ko /system/lib/modules/tun.ko
adb push scsi_wait_scan.ko /system/lib/modules/scsi_wait_scan.ko
adb push su /system/bin
adb shell ln -s /system/bin/su /system/xbin/su
adb shell chmod 4755 /system/bin/su
adb push Superuser.apk /system/app
adb reboot
adb shell
WE HAZ ROOT!!

No comments:

Post a Comment