Android: Xoom: 3.1 update
From Wiki.wirelust.com
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.
- Download update from Google here
- rename zip file to update.zip
- copy zip file to your SD card
- adb push update.zip /sdcard/update.zip
- adb shell
- su
- cd /cache
- mkdir recovery
- Ignore any warnings that it already exists
- cd recovery
- echo '--update_package=CACHE:recovery/update.zip'>command
- cat /sdcard/update.zip> update.zip
- reboot recovery

