Hi guys, I was wanting to change the android startup logo, there are two steps, the tinker board logo and the animated ANDROID logo, is it possible to change both?
I tried following the instructions from the website:https://tinkerboarding.co.uk/wiki/index.php/Boot-logo
But nothing happens, I'm doing the adb through the typeC connector, and putting the following commands:
2.2 adb root
2.3 adb remount
2.4 adb push bootanimation.zip /system/media/
2.5 adb shell
2.6 sync
2.7 reboot
2.8 After rebooted, the logo is on the screen.
All commands are performed successfully, but when rebooting the tinkerboard logo still remains, nothing happens.
I created my logo in 1920x1080 resolution 24bit color bmp format, and renamed it to logo.bmp and added it to the .zip named bootanimation.zip
The question is, do you need a right name for the image? what can i be doing wrong?
Thanks