How to Install Using ADB
1. Download the boot animation file
2. Rename to bootanimation.zip
3. Copy to your "Tools" folder that contains adb commands
4. Open Command Prompt and enter the command below
Code:
adb push bootanimation.zip /data/local
Then to test:
I’ve confirmed that you do NOT need to be rooted to change your boot animation, although you will only be able to do so using ADB. To install a non-developers version of ADB, follow the instructions here: Setting up ADB on Windows 7 64 bit (and other Windows platforms)
To return to the stock boot animation, just remove or rename the .zip in /data/local and the system will default back to the stock one in /system/media provided you have not changed it in there.
If you feel the need to save the current bootanimation.zip file in that folder, then before copying over it, use this command to pull it into your SDK /tools folder, rename it, then copy the new one into the tools folder and push it onto the Xoom using the following command:
Code:
adb pull /system/media/bootanimation.zip bootanimation.zip
******************************** If you place one of the boot animations on your Xoom, then reboot and your device gets stuck in a boot loop, your file may be corrupted or something isn't quite right. Find a working boot animation in these forums and use the following commands to push them onto your Xoom via ADB. (It will save you having to re-flash your Xoom like I did the first time it happened to me.)
Code:
adb devices adb push bootanimation.zip /data/local