自定义ota包升级

Extra OTA.zip




replace the scatter.txt


Place the apk to /system


pushd ota
zip -0 -r update.zip ./* 


sign the ota package with testkey.


 java -jar out/host/linux-x86/framework/signapk.jar -w build/target/product/security/testkey.x509.pem build/target/product/security/testkey.pk8 update.zip update_sign.zip
SignApk.java: ******************Modified by Vic Siu********************
Key file: testkey.pk8






/encryption update_sign.zip DigiGoMAX-ota-package-20170901-174621--V45hjz2.zip e

你可能感兴趣的:(android)