Sign the OTA Package

[code lang=”text”] java -jar signapk.jar -w platform.x509.pem platform.pk8 myupdate.zip myupdate-signed.zip [/code] Note:- 1. -w flag to sign the whole zip file. 2. The sequence of the two key files: pem file goes first, then the pk8 file.


[code lang=”text”]
java -jar signapk.jar -w platform.x509.pem platform.pk8 myupdate.zip myupdate-signed.zip
[/code]

Note:-
1. -w flag to sign the whole zip file.
2. The sequence of the two key files: pem file goes first, then the pk8 file.


Leave a Reply

Discover more from Prabhu System Technology

Subscribe now to keep reading and get access to the full archive.

Continue reading