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

Kali Linux Update Failure Warning After Losing Repo Signing Key

Kali Linux Update Failure Warning After Losing Repo Signing Key

Offensive Security warns Kali Linux users to manually install the new Kali repository signing key to avoid update failures. Previously, OffSec lost the old repo signing key (ED444FF07D8D0BF6) and was forced to create a new key (ED65462EC8D5E4C5) signed by Kali Linux developers using the signing from the Ubuntu OpenPGP key server. Since the key was … Read more