Quote:
Originally Posted by stuntdouble
Cool didnt know that. Can you also save the original animation file using ADB, just in case you'd ever need to put it back on and return it under warranty?
|
Yes it is possible to save the original bootanimation.zip using ADB.
Code:
adb pull /system/media/bootanimation.zip bootanimation.zip
That being said, my post entitled custom bootanimation w/o root in a separate thread hints at why you don't necessarily need to.
The tablet will first look to /data/local and then /system/media for the boot animation. The Asus boot animation is found in /system/media and you need to have root permissions to write to this directory. However, root permissions are not required to write to /data/local. Reverting back to the stock boot animation is as simple as removing the custom animation from the /data/local directory.
|