Skip to content

KuroroLucilfer/PackageSigner2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Signer 2 LICENSE

A command line tool to automatically sign APKs and OTA update packages with the Android test certificate and private key.

Usage

Executing from command line:

Usage: java -jar signer.jar [-w] [package]

Example:

$ java -jar signer.jar -w update.zip

or

$ java -jar signer.jar application.apk

Verify the package:

$ jarsigner -verify update_signed.zip

Build

Building from source:

$ ./build.sh

About

Command line tool to sign APKs and OTA update packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published