Tinker Board Forum

Full Version: How do I change boot animation for android?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

    I would like to change boot animation from android to etc. How should I do? ( I have adb platfrom-tool )

Thank you.
Hi bzonedza !

Here is the procedure to follow.

https://tinkerboarding.co.uk/wiki/index....=Boot-logo
Hi Leskriim

Thank you very much. Now I can do it. I would like to know how can I disable "Rockcip Kernel" boot screen.

Thank you.
Or simply go to the root of kernel you replace the 2 logos "Tinker Board" by yours and you rename them logo.bmp and logo_kernel.bmp you keep well both.

If you want a static logo.
(01-10-2019, 08:48 AM)Leskriim Wrote: [ -> ]Or simply go to the root of kernel you replace the 2 logos "Tinker Board" by yours and you rename them logo.bmp and logo_kernel.bmp you keep well both.

If you want a static logo.

Leskriim is right. replace them in the kernel directory since the uboot one doesn't actually display. Recompile kernel afterwards.

Make sure the image you use is a bmp and is Runlength encoded with the colour information written into the header. This can be done via GIMP when exporting to a bmp. It took me like a couple weeks of kernel compiles to get something that was the right size, colour and resolution. Be patient and keep working on it. Use as small of a colour space as possible.
I would like to know about how to compile with android-6.0.1_kernel-develop.zip when I change logo.bmp and logo_kernel.bmp.