how can I modify code to get less time in Android10 ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how can I modify code to get less time in Android10 ?

1,004 Views
yhm2046
Contributor II

My platform is imx8q, from power-on to login luncher test 30 seconds, is too slowlly.

someone can tell me how to less time ? I want to modify framework code.

0 Kudos
5 Replies

993 Views
yhm2046
Contributor II

if someone can help me?

0 Kudos

990 Views
street2409
Contributor III

1. Remove uboot boot delay and output

2. Silence kernel console output

3. Remove unused apps from your build by editing makefiles

0 Kudos

983 Views
yhm2046
Contributor II

thanks your replay, can you order some demo or information to me learning? 

0 Kudos

966 Views
street2409
Contributor III

To remove uboot delay, console output, and kernel console output you can google it, it just requires modifying some config settings. My examples:

street2409_0-1660206963609.png

street2409_1-1660207025986.png

To remove unused apps reffer to https://community.nxp.com/t5/i-MX-Processors/How-to-remove-Cactus-player-in-the-i-MX8M-mini-Android-... 

You can remove any app you don't need, just search the source code for appropriate makefile.

0 Kudos

959 Views
yhm2046
Contributor II

Can you tell me  your example whole path? I can't find it, thanks

0 Kudos