Posts: 5
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 1
Joined: Jan 2019
Hello,
I would like to change boot animation from android to etc. How should I do? ( I have adb platfrom-tool )
Thank you.
•
Posts: 148
Threads: 25
Likes Received: 4 in 4 posts
Likes Given: 35
Joined: Jun 2018
Posts: 5
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 1
Joined: Jan 2019
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.
•
Posts: 148
Threads: 25
Likes Received: 4 in 4 posts
Likes Given: 35
Joined: Jun 2018
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.
French
•
Posts: 25
Threads: 1
Likes Received: 9 in 4 posts
Likes Given: 5
Joined: Aug 2018
(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.
•
Posts: 5
Threads: 3
Likes Received: 0 in 0 posts
Likes Given: 1
Joined: Jan 2019
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.
•