Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SignAPK - PEM file AND PK8 file

What is PEM file & Pk8 file . Where can i find these for android apk. I need to use this to sign apk manually through SignApk.jar.

java -jar SignApk.jar certificate.pem key.pk8 PlatformOne.apk pf1.apk

This tool has integrated pem file & pk8 file. but i need my own private key signing.

like image 629
Gayan Dinuzhka Avatar asked Sep 12 '14 10:09

Gayan Dinuzhka


2 Answers

The whole procedure looks very well explained here How to Sign Android APK or Zip Files

like image 56
Rover Wanderer Avatar answered Sep 20 '22 15:09

Rover Wanderer


Go to your device rom. Here you will find etc named folder. Then open it and now you will find a folder named security. Open that now. You will find a zip file named otacerts.zip. Open that now and you will find your pem file

like image 20
manish Avatar answered Sep 18 '22 15:09

manish