Android OTA update.zip 重新 sign key

java -Xmx2048m -Djava.library.path=”/home/XXX/D/XXX/LINUX/android/out/host/linux-x86/lib64″ -jar out/host/linux-x86/framework/signapk.jar -w testkey.x509.pem testkey.pk8 test.zip test_sign.zip

 

/system/bin/uncrypt /data/update.zip /cache/recovery/block.map

echo “–update_package=@/cache/recovery/block.map” > /cache/recovery/command

reboot recovery

 

adb root

adb pull /cache/recovery/last_log

抓這個檔來看更新 log

 

未經允許不得轉載:GoMCU » Android OTA update.zip 重新 sign key