Hello,
I want to change Android name with name after booting.
How can we make the changes??
Thanks,
Sonia
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I want to change Android name with name after booting.
How can we make the changes??
Thanks,
Sonia
Hello
If you talk about Product name print in settings/about tablet/
it's link to variable in device/ti/am62x/am62x.mk
https://git.ti.com/cgit/android/device-ti-am62x/tree/am62x.mk?h=d-android12-core-release#n32
Regars
Guillaume
Hello Guillaume,
I want to change the Android animation displayed after booting in place of this I want customized name.
Thanks,
Sonia
you can find information in bootanimation source here :
https://cs.android.com/android/platform/superproject/+/main:frameworks/base/cmds/bootanimation/FORMAT.md
Regards
Hello Guillaume,
As per the document you provided there must be an bootanimation.zip file in out/target/product/am62x/system/media.
But in userdebug I am unable to find that file.
So how can I modify the boot animation.
Thanks,
Sonia
Hi Sonia,
The idea is to create a custom bootanimation.zip following the documentation and copy it in the target file system at /system/media/ location.
Since by default TI is not doing any custom bootanimation.zip for tablet configuration, what you see by default is the Android's default boot animation without using any zip file.
Examples of bootanimation:
https://android.googlesource.com/platform/packages/services/Car/+/refs/heads/main/car_product/car_ui_portrait/bootanimation/
Example of how to copy the file in the build procedure:
https://android.googlesource.com/device/generic/car/+/refs/heads/android14-release/car_ui_portrait.mk#18
Regards,
Vishal
Hello Vishal,
Will it work just by placing the bootanimation.zip in the file system at /system/media/ and after that rebooting the device.
Thanks,
Sonia