You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for any ignorance on my part, but could you please explain what differences there are between your version of signapk.jar and the Android version?
I noticed that Google signapk.apk is 2MB in size, quite a difference, and I opened it up, of course a lot more going on, but can't I understand the difference still between them, if just to sign an apk?
Also I'm assuming to sign a apk all I need is signapk.jar, and then this command?
I used your signapk.jar to test this on framework-res.apk, which wasn't booting up, and then someone told me I might need to sign it, and so I did, and now it boots...
Thanks
The text was updated successfully, but these errors were encountered:
Hello
Sorry for any ignorance on my part, but could you please explain what differences there are between your version of signapk.jar and the Android version?
https://android.googlesource.com/platform/prebuilts/sdk/+/master/tools/lib?autodive=0%2F/
This links downloads it;
https://android.googlesource.com/platform/prebuilts/sdk/+archive/master/tools/lib.tar.gz
I noticed that Google signapk.apk is 2MB in size, quite a difference, and I opened it up, of course a lot more going on, but can't I understand the difference still between them, if just to sign an apk?
Also I'm assuming to sign a apk all I need is signapk.jar, and then this command?
java -jar signapk.jar certificate.pem key.pk8 framework-res.apk test.apk
I used your signapk.jar to test this on framework-res.apk, which wasn't booting up, and then someone told me I might need to sign it, and so I did, and now it boots...
Thanks
The text was updated successfully, but these errors were encountered: