manadream / AndroidProxySetter

An android app that sets the proxy settings for a wifi access point by using adb
GNU General Public License v3.0
477 stars 96 forks source link

Signing issues with APK #22

Closed IzzySoft closed 6 years ago

IzzySoft commented 6 years ago

On the APK from the latest release apksigner throws an error:

ERROR: JAR signer CERT.RSA: JAR signature META-INF/CERT.SF indicates the APK is signed using APK Signature Scheme v2 but no such signature was found. Signature stripped?

This means two things: newer versions of fdroidserver (I have to upgrade mine soon as the version I run isn't supported by the latest Android clients) will reject the package – and devices running Nougat or above certainly will as well.

Could you please check and fix this? Thanks!

IzzySoft commented 6 years ago

Update: As a couple of other projects had the same issues, I'd filed reports with them too. Two of them were able to solve it in a very easy way: Simply recompile the APK with a recent version of Android Studio.

Seems there was a bug in a previous version of it (probably when they started integrating v2-signing). So could you try that and let me know? Thanks in advance!

IzzySoft commented 6 years ago

Update again: Two more candidates solved it the very same way. Until now, there was none that tried this and failed, so our theory of a bug in a specific version of Android Studio seems to be confirmed. So unless you consider this project abandoned (please let us know in that case), may I ask you again to give this a try?

manadream commented 6 years ago

This isn't abandoned, just haven't had time to get to it yet.

IzzySoft commented 6 years ago

OK, so let's pray you find some :wink: Thanks for the feedback!

manadream commented 6 years ago

@IzzySoft try this one: https://github.com/jpkrause/AndroidProxySetter/releases/tag/v0.2.1 might be an answered prayer (crosses fingers) :stuck_out_tongue_closed_eyes:

IzzySoft commented 6 years ago

Looks good, Amen! :grin:

Thanks a lot!