On IAdea device, it's possible that change customization Android boot animation by following steps.
1. Prepare your own boot animation.
This document describe how to create an Android boot animation.
https://android.googlesource.com/platform/frameworks/base/+/master/cmds/bootanimation/FORMAT.md
2. Upload boot animation to IAdea device.
You can use following steps to upload boot animation
adb root
adb remount
adb push bootanimation.zip /system/media/
adb reboot
After device reboot, you should see new boot animation.
Comments
0 comments
Please sign in to leave a comment.