Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 734 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 734 Bytes

what is it?

This will unpack an apk file, and update its manifest file so it will accept user certificates in ssl connections, and of course, rebuild it.

how to use it?

  1. take a deep breath.
  2. create a keystore for signing the app and put it beside add-certificate file.
  3. update pass and path for keystore inside add-certificate file.
  4. add path to this repo to your PATH env var.
  5. use add-certificate com.org.app.apk to generate new apk.
  6. smile :)

requirements?

  1. apktool
  2. apksigner and zipalign from android build-tools

supported platforms?

Not Windows!

why did I create this?

I don't know.