Page 1 of 1

Changing Boot animation/logo in android

Posted: Wed Aug 08, 2018 4:39 pm
by Hunzala
Hello,

Can anyone tell me how to change the boot logos which show Rockchip and kernel on the startup?

Re: Changing Boot animation/logo in android

Posted: Thu Aug 09, 2018 7:04 am
by v8dave
Those will be in the Linux kernel and likely require a rebuild.

For Android boot you only need to change the bootanimation.zip file to add your own.

Re: Changing Boot animation/logo in android

Posted: Tue Aug 28, 2018 10:07 am
by Hunzala
Hi,
I was able to change the Rockchip logo by compiling the kernel for T4, and replacing the resource.img file.

Re: Changing Boot animation/logo in android

Posted: Fri Jan 25, 2019 11:11 am
by Daitaro
I know this is an old thread, but can you shed some light on how you did this? Where did you find this file?

Thank you!

Re: Changing Boot animation/logo in android

Posted: Wed Jun 12, 2019 8:50 am
by sinjin

Re: Changing Boot animation/logo in android

Posted: Thu Jun 13, 2019 1:50 am
by Daitaro
I'll post here because the thread is current again...

I have found the necessary files and folders. All is good. I am having one issue though.

I replaced the image with the one I want, converted to have the proper resolution. The same as my screen. When the boot happens and image populates the screen, it works for a few seconds before re-blipping to a zoomed version, which goes off-screen. Then loads as normal.

Any ideas?

Re: Changing Boot animation/logo in android

Posted: Wed Jan 27, 2021 7:17 am
by rl071
Hi,

I am facing the same question.
Did you find an answer ?

Thanks in advance !

Re: Changing Boot animation/logo in android

Posted: Sat Jan 30, 2021 2:20 am
by Tiemichael
These are my notes for installing Boot animation/logo for NanoPCT4 in Android8.1 and for Android10

Follow instructions from: http://wiki.friendlyarm.com/wiki/index. ... _animation

12.11 Custom logo and boot animation
12.11.1 On/Off
in device/rockchip/common/BoardConfig.mk file:
Change:
BOOT_SHUTDOWN_ANIMATION_RINGING := false
to:
BOOT_SHUTDOWN_ANIMATION_RINGING := true

12.11.2 Boot animation
Create or replace the following files in the Android source code directory:
kernel/logo.bmp
kernel/logo_kernel.bmp (if not shown during start-up, just copy logo.bmp to logo_kernel.bmp)
device/rockchip/common/bootshutdown/bootanimation.zip

Maybe it helps...