Android: Xoom: 3.1 update

From Wiki.wirelust.com

Jump to: navigation, search

I have NOT gotten this working. these are the commands that work with other updates. but for 3.1 I am currently getting an error. I believe it is because my XOOM was rooted and then de-rooted. I will keep tinkering and update if I get this working.

  1. Download update from Google here
  2. rename zip file to update.zip
  3. copy zip file to your SD card
  4. adb push update.zip /sdcard/update.zip
  5. adb shell
  6. su
  7. cd /cache
  8. mkdir recovery
    • Ignore any warnings that it already exists
  9. cd recovery
  10. echo '--update_package=CACHE:recovery/update.zip'>command
  11. cat /sdcard/update.zip> update.zip
  12. reboot recovery
Personal tools