Manually Updating your rooted XOOM

What I just roughly tested.

  1. Download the update.zip: http://www.mediafire.com/?hxmkxdafhkahi41
  2. adb push <zip name> /sdcard/update.zip
  3. adb shell
  4. su
  5. cd /cache
  6. mkdir recovery #it may already exist
  7. cd recovery
  8. echo '--update_package=CACHE:/recovery/update.zip' > command
  9. cat /sdcard/update.zip > update.zip
  10. reboot recovery

Please do not repost this right into your blog. Last time you guys did that, my instructions had an error, which got corrected. On my site at least. But not in all the copy-pasted locations.