I have SC200EWF chip running Android 12. AOSP is provided by Quectel. I want to add splash screen and boot animation. How can I add it.
Dear,
For splash, you can refer to UM.9.15/device/qcom/common/display/logo/readme.txt
For bootanimation,
- you can create bootanimation.zip
- copy zip file into QSSI.12/device/qcom/qssi/
- Add the following information in QSSI.12/device/qcom/qssi/qssi.mk
PRODUCT_COPY_FILES += `
device/qcom/qssi/bootanimation.zip:$(TARGET_COPY_OUT_SYSTEM)/media/bootanimation.zip`
How to change BootAnimation.pdf (238.8 KB)
Thanks.