Silent Installation of APK on RK3399 Android 8.1

Silent Installation of APK on RK3399 Android 8.1

On RK3399 Android 8.1, we implement the silent installation feature for APKs. Below is our testing process:1. Generate the system signing KEY in the RK3399 Android 8.1 source directory: Navigate to the build/target/product/security directory: cd build/target/product/security Create a build_system_jks2.sh file with the following content: #!/bin/bash echo "Generating system signing file…" openssl pkcs8 -inform DER -nocrypt … Read more