There are plenty of threads out there on changing boot animations. Just wanted to post and let users know that this is possible, and easy, on the SYTAB10MT as well.
In the SYTAB10MT boot sequence you will see three things:
To replace part 3 with your own animation, you simply create or locate a suitable bootanimation.zip file (there are many out there) and place it in /data/local. I have done it, and it works fine on the SYTAB10MT. To get the file to the right place, I did the soft root (may not be necessary) described in this post, then used the browser to download my file (rename .zip to something the browser will accept, apk works fine), then used RootExplorer to copy the file into place and rename it appropriately back to .ZIP
To make your own bootanimation.zip, create a ZIP file with these things:
In the SYTAB10MT boot sequence you will see three things:
- InfoTMIC logo
- Sylvania static logo
- Animated Sylvania logo
To replace part 3 with your own animation, you simply create or locate a suitable bootanimation.zip file (there are many out there) and place it in /data/local. I have done it, and it works fine on the SYTAB10MT. To get the file to the right place, I did the soft root (may not be necessary) described in this post, then used the browser to download my file (rename .zip to something the browser will accept, apk works fine), then used RootExplorer to copy the file into place and rename it appropriately back to .ZIP
To make your own bootanimation.zip, create a ZIP file with these things:
- A folder named "part0"
- Inside this folder you will place the PNG frames of your animation, sequentially named ("0001.png, 0002.png, 0003.png" etc)
- The frames I used were 512x256 pixels, Indexed
- a text file named "desc.txt"
- Mine has the following two lines:
- 1024 600 24
- p 0 0 part0
- There are great descriptions of desc.txt and its parts online if you want them.
- Mine has the following two lines:
Last edited: