Hai gusarambula ,
I need to chnage my android bootanimation screen , my cureent scenario is bootloader loading time one screen is showing , after that kernel loading time tux screen is shown and after that file system loading time one another screen is loading i here by attach its video. i need to set my screen instead of loading these screens , i am using lolipop source package for build . i hope boot animation is one solution for this. I tried to set bootanimation as per this document i am following these steps for setting bootanimation , but bits not working in my case.
please help me to resolve this isuue.
15 How do I customize the boot animation?
The user can create his/her own boot animation for his/her device.
The Android platform provides an easy way to replace its default boot animation by putting bootanimation.zip file into /
system/media/.
How do I generate uramdisk.img?
Android™ Frequently Asked Questions, Rev. L5.0.0_1.0.0-ga, 06/2015
10 Freescale Semiconductor, Inc.
• To create your own bootanimation .zip file, see How To Change, Customize, and Create Android Boot Animation.
• How to install the boot animation
• On the host, use ADB to download the bootanimation.zip file into the device, for example:
$ adb push ~/Downloads/bootanimation.zip /mnt/sdcard
• On the device, remount the /system to writable, and copy the file:
$ mount -t ext4 -o rw,remount /dev/block/mmcblk0p5 /system
$ busybox cp /mnt/sdcard/bootanimation.zip /system/media/
$ mount -t ext4 -o ro,remount /dev/block/mmcblk0p5 /system