Save big + get 3 months free! Sign up for ExpressVPN today
- Forum
- More Android Goodness
- The Archives
- Android Central Archives
- Motorola
- Motorola Xoom
- Xoom Rooting, ROMs and Hacks
Rooting 3.1
- Ok; I have 3.1 installed via the push from Google/Moto (yes, i made the mistake of returning my Xoom to stock).
I have tried two different methods of rooting and as of yet have not had success. I was able to unlock and install CWM but was unable to get it to read my SD Card. By doing the Erase Data/Factory Reset, I was able to get CWM to see my USB Thumb Drive as a source for install; however every time I try to install a package I get an error message:
E:signature verification failed
Installation aborted.
I tried re-downloading the packages and even tried a different USB drive, but I still get the same results.
anyone have a suggestion?
P.S. i am trying to load "bootloader_patch_3.1.zip" and "HMJ37_root_sdcard_3G.zip". I also tried "3G_RootTool_3.1.zip".05-14-2011 10:23 AMLike 0 - 2CupsWithStringpassionately curiousI'm no familiar with any of those zips, there's a simpler way to root though:
Get this file: http://mirror1.kanged.net/motorola/s...y/xoomroot.zip (provided by Koush)
unzip it and get "su" & "Superuser.apk" - put them in your adb tools folder.
Boot the Xoom in to recovery, go to mounts, and mount System, give it a few seconds and ADB will kick in, you can test by typing "adb devices" and when your Xoom is listed you're good to go.
Then just:
adb remount
adb push su /system/bin/
adb shell
ln –s /system/bin/su /system/xbin/su
chmod 4755 /system/bin/su
exit
adb push Superuser.apk /system/app/05-14-2011 10:33 AMLike 0 - Ok; I have 3.1 installed via the push from Google/Moto (yes, i made the mistake of returning my Xoom to stock).
I have tried two different methods of rooting and as of yet have not had success. I was able to unlock and install CWM but was unable to get it to read my SD Card. By doing the Erase Data/Factory Reset, I was able to get CWM to see my USB Thumb Drive as a source for install; however every time I try to install a package I get an error message:
E:signature verification failed
Installation aborted.
I tried re-downloading the packages and even tried a different USB drive, but I still get the same results.
anyone have a suggestion?
P.S. i am trying to load "bootloader_patch_3.1.zip" and "HMJ37_root_sdcard_3G.zip". I also tried "3G_RootTool_3.1.zip".
[GUIDE] How to Root the Xoom from Stock 3.1 (Both versions) - xda-developers
It went without a hitch, and works perfectly!05-14-2011 10:37 AMLike 0 - Recovery does not have a "Mounts" option anymore. also, ADB remount does not work.
I'm no familiar with any of those zips, there's a simpler way to root though:
Get this file: http://mirror1.kanged.net/motorola/s...y/xoomroot.zip (provided by Koush)
unzip it and get "su" & "Superuser.apk" - put them in your adb tools folder.
Boot the Xoom in to recovery, go to mounts, and mount System, give it a few seconds and ADB will kick in, you can test by typing "adb devices" and when your Xoom is listed you're good to go.
Then just:
Then reboot and install BusyBox from the market. https://market.android.com/details?i...=search_result05-14-2011 10:47 AMLike 0 -
-
-
- Forum
- More Android Goodness
- The Archives
- Android Central Archives
- Motorola
- Motorola Xoom
- Xoom Rooting, ROMs and Hacks
Rooting 3.1
LINK TO POST COPIED TO CLIPBOARD