-
Looking for Insight for the Rooting Process for Wifi Xoom
Went through the process of trying to root my wife’s Wifi Xoom, before starting the process I backed up her data. Then using the instructions posted by Steady Hawkin I then unlocked it. Some time during the process I ended up wiping the operating system, which was not good in her eyes. When rebooting it would boot to the Motorola Dual Core screen and that was it. I was able to restore it back to factory using the MZ604_HWI69.zip image and the wife has cooled off. Below is a copy of the cmd screen after unlocking, to see if and when I try again I won’t make the same mistakes. Any input is welcome.
C:\Users\------->cd C:\Program Files (x86)\Android\android-sdk\platform-tools
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb reboot bootloader
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot oem unlock
...
(bootloader) To continue, follow instructions on the device's display...
OKAY [124.471s]
finished. total time: 124.472s
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb reboot bootloader
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot flash boot boot.img
sending 'boot' (2954 KB)...
OKAY [ 0.435s]
writing 'boot'...
OKAY [ 1.876s]
finished. total time: 2.312s
C:\Program Files (x86)\Android\android-sdk\platform-tools>fastboot reboot
rebooting...
finished. total time: 0.268s
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell
#
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell
# mkdir /data/media/sdcard2
mkdir /data/media/sdcard2
# exit
exit
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices
List of devices attached
xxxxxxxxxxxxxxxx device
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell
# mkdir /data/media/sdcard2
mkdir /data/media/sdcard2
mkdir failed for /data/media/sdcard2, File exists
# exit
exit
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb reboot
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices
List of devices attached
xxxxxxxxxxxxxxxx device
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb remount
remount succeeded
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push bcm4329.ko /s
ystem/lib/modules/bcm4329.ko
cannot stat 'bcm4329.ko': No such file or directory
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push bcm4329.ko /s
ystem/lib/modules/bcm4329.ko
1757 KB/s (268139 bytes in 0.149s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push cifs.ko /syst
em/lib/modules/cifs.ko
1772 KB/s (3318857 bytes in 1.828s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push tun.ko /syste
m/lib/modules/tun.ko
1495 KB/s (203619 bytes in 0.133s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push scsi_wait_sca
n.ko /system/lib/modules/scsi_wait_scan.ko
1355 KB/s (29159 bytes in 0.021s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push su /system/bi
n
428 KB/s (26336 bytes in 0.060s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell ln -s /syste
m/bin/su /system/xbin/su
link failed File exists
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell chmod 4755 /
system/bin/su
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb shell chmod 4755 /
system/bin/su
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push Superuser.apk
/system/app
1230 KB/s (196521 bytes in 0.156s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push vold.fstab /system/etc/vold.fstab
cannot stat 'vold.fstab': No such file or directory
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb push vold.fstab /system/etc/vold.fstab
63 KB/s (588 bytes in 0.009s)
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb reboot
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices
List of devices attached
xxxxxxxxxxxxxxxx device
C:\Program Files (x86)\Android\android-sdk\platform-tools>
-
06-26-2011 07:02 PM
# ADS
-
It seems like you did everything correct. Have you considered going to rooted 3.1? I have a guide for that as well.
-
The rooting is not over yet, just not bringing it up to the wife again just yet. I will keep reading and learning in the mean time.
-
Check out the 3.1 root guide I have, its easier and will bring you completely up to date. Dont give up bro!