Common Android System Customizations
Target Audience: Software Engineers, Driver Engineers.
Tip
Click Topic links to read details.
Customize Boot Logo and Animation
Create boot logo and boot animation,replace default.
Set APP as autorun on Boot
Set specified application which can't start itself via boot completed broadcast as an autorun.
Pre-install Third-party APPs
Pre-install applications into firmware as system apps.
Sign APK
APK signing is a digital authentication mechanism to ensure application's legitimacy and integrity.
Set Display Orientation
Rotate the screen display to some specific orientation.
Set Touch panel's Orientation
The touch orientation of the display can be modified by changing the parameters of the touch IC in the device tree.
Hide Status Bar and Navigation Bar
Hide the status bar and navigation bar.
Change Locale
Set specified Locale as default Locale.
Set device to Never Sleep Mode
With DC power, you might want device working in Never Sleep mode.
Remove Locking Screen
Remove Screen lock function in some scenarios.