1.原始的android的开机动画,貌似是android的字体然后晃动晃动。
其实这不是动画,只是两张图片。一张mask在上面,下面一张图片在不停的动。
他们在如下目录下
./frameworks/base/core/res/assets/images/android-logo-mask.png
./frameworks/base/core/res/assets/images/android-logo-shine.png。
2.
I suggest that we should use bootanimation.zip instead of default image android-logo-mask.png
in the subsequent product.
I will introduce the bootanimation.zip below, and you can find the two examples in the attachment.
All of you need to do is just to execute a command:
adb push ./bootanimation.zip /data/local/bootanimation.zip
2.1. location of bootanimation.zip
1) /data/local/bootanimation.zip, or
2) /system/media/bootanimation.zip
While power on, handset will retrieve the bootanimation.zip from the location one by one;
If it can not get any of the bootanimation.zip, it will read
android-logo-mask.png