01-Common_Android_System_Customizations
1. Boot Logo Customization
(SDK)$ ls kernel-5.10/*.bmp
logo.bmp
logo_kernel.bmp2. Boot Animation Customization
(SDK)$ ls device/rockchip/common/bootshutdown/bootanimation.zip(SDK)$ vim device\rockchip\common\BoardConfig.mk
-BOOT_SHUTDOWN_ANIMATION_RINGING ?= false
+BOOT_SHUTDOWN_ANIMATION_RINGING ?= true3. Default Screen Orientation
Default Modification of Display Orientation
Modify Display Orientation via ADB
Modify Touch Orientation
4. Default Hide Status Bar
5. Default Hide Navigation Bar
6. Embed Third-Party APPs
Android.mk Method
Android.bp Method
7. Start APP Automatically on Boot
Start the APP after Receiving the Boot Broadcast
8. Default Language
Option
Description
9. Default Time Zone
10. Default Never Sleep
11. Default Disable Lock Screen
12. Sign APK
Resign in the SDK Source Code
Resign Using Signing-Related Files
13. Network ADB
Start Port 5555 Automatically on Boot
14. HDMI RX APK Customization
15. Modify Debug Port Baud Rate
Modify the Path
Modify the rockchip,baudrate Content
rockchip,baudrate ContentRockchip Official Documentation
Last updated