1. Home
  2. Mobile
  3. Manually update motorola xoom honeycomb tablet to android 3 1

Manually Update Motorola XOOM Honeycomb Tablet To Android 3.1

imageMotorola XOOM has finally begun updating to Android 3.1 Honeycomb, but as always, no Android users want to wait for an OTA update that would take some time. Earlier we covered a guide on how to manually update the XOOM to Android 3.0.1. This time around, you now have the option to update your XOOM to Android 3.1 in no time. Read on for more on what changes the update brings and how to install it.

Before we get on with the update, it is important to note that this update is meant for the 3G version of the XOOM only and not the Wi-Fi version.
The update to Android 3.1 brings about quite a few new features and changes. Widgets can now be customized in terms of horizontal and vertical stretching. The existing widgets can also be updated to newer ones. With Android 3.1 you can now rent out movies from the Android Market through the Google movie rental service. You also get access to new video editing apps like Movie Studio, Movies, Books etc. The most awesome feature in this entire update is the USB Host function which lets the XOOM be paired with gaming controllers, mice, keyboard, etc.

Now let’s move on with the update!

Disclaimer: Please follow this guide at your own risk. AddictiveTips will not be liable if your device gets damaged or bricked during the process.

Requirements:

  • Rooted Motorola XOOM. See how to root Motorola XOOM.
  • Motorola USB drivers. Download (https://addictivetips.com/app/uploads/2011/02/Handset_USB_Driver_32_v4.9.0.zip) for 32 bit Windows | (https://addictivetips.com/app/uploads/2011/02/Handset_USB_Driver_64_v4.9.0.zip) for 64 bit Windows; restart PC after installation.
  • ADB installed on the PC. See what is ADB and how to install it.
  • Android 3.1 update file. (https://android.clients.google.com/packages/ota/verizon_trygon/a5de99b3e437.signed-trygon-HMJ37-from-HRI66.a5de99b3.zip) Download.

Instructions:

  1. To begin, rename the update file downloaded from the link above to, ‘update.zip’.
  2. Naviagate to android-sdk-windows > tools and place the update.zip file here.
  3. Run ADB in the background, and then run Windows command prompt.
  4. In the Windows command prompt, navigate to C:\android-sdk-windows\tools, supposing that ADB is in your C drive. Change the drive letter accordingly.
  5. Type in the following commands step by step in the command prompt:
adb push update.zip /sdcard/update.zip 

adb shell 

su 

cd /cache

mkdir recovery

A message may appear saying that it already exists when you enter in the last command. Ignore it.

cd recovery

echo ‘-–update_package=CACHE:/recovery/update.zip’ > command

cat /sdcard/update.zip > update.zip

reboot recovery

Voila! All done. Your XOOM should now boot into recovery and update to Android 3.1.

[VIA KOUSHIKDUTTA.COM]

5 Comments

  1. Two problems
    1) command is
    ‘-–update_package=CACHE:/recovery/update.zip’

    (NOTE double dash) And make sure you use single quotes.

    Both y manual ota r updates failed due to an assert patch failure but I have read that store have gotten this to work

    I’m still plugging away

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.