This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Creating a android splash image and bootanimation

Hi all

I can change the kernel logo to my product's logo by creating a .ppm image and putting it into logo folder.

Now there are two images as android-logo-mask.png and android-shine-text.png.. How to change them and get my custom shining logo?Are these images used for bootanimation? If I change these files with my files will they also create a bootanimation?

What is an rle file used for? 

there are some files which are making me confused, 

one is in kernel/drivers/video/logo/logo.c

one is in framework/base/core/init.c

one is in device/...overlay/bootanimation.cpp I think these files are for bootanimation

I compiled my android and there is no bootanimation.zip file created, still that shining logo appears.

If I want a custom bootanimation do I have to put that in out folder?