Android bootanimation
1.linux kernel start -> system/core/init.c -> init.rc
-------
service bootanim /system/bin/bootanimation
user graphics
group graphics
disabled
oneshot
-------
2. bootanimation is defined here:
-------
/frameworks/base/cmds/bootanimation
-------
3.check the BootAnimation.cpp
you can find that it will check /data/local/ and /system/media/ to try
open bootanimation.zip file.
4.make your own bootanimation.
keywords: should make correct zip format.
under ubuntu I use "zip -0 -r bootanmation ." under bootanimation folder.
***
sth more:
PNG format and file names ACS are not must be.
阅读(975) | 评论(0) | 转发(0) |