Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable signature checking only partially works #40

Open
Lanchon opened this issue May 16, 2016 · 4 comments
Open

Disable signature checking only partially works #40

Lanchon opened this issue May 16, 2016 · 4 comments

Comments

@Lanchon
Copy link

Lanchon commented May 16, 2016

hi,

in "Installations", disable signature check works fine for installations.

in "Misc", disable verify signatures does not seem to work under android 4.4, at least partially. though apps are started, they cannot use ClassLoader.getResourceAsStream which makes most apps fail:

java.lang.SecurityException: Incorrect signature
     at org.apache.harmony.security.utils.JarUtils.verifySignature(JarUtils.java:232)
     at java.util.jar.JarVerifier.verifyCertificate(JarVerifier.java:306)
     at java.util.jar.JarVerifier.readCertificates(JarVerifier.java:276)
     at java.util.jar.JarFile.getInputStream(JarFile.java:399)
     at libcore.net.url.JarURLConnectionImpl.getInputStream(JarURLConnectionImpl.java:222)
     at java.net.URL.openStream(URL.java:470)
     at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:432)
@pylerSM
Copy link
Owner

pylerSM commented Jun 10, 2016

Option is enabled? Expert mode is enabled too?

@Lanchon
Copy link
Author

Lanchon commented Jun 10, 2016

yes and yes. options are enabled while running the altered app.

would you want me to test this again on android 6.0.1?

@Daemonceltics
Copy link

Daemonceltics commented Nov 21, 2017

hi, I select disable checking signatures and F-Droid checkbox , but apk that I changed resource file install still error
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
device:nexus 5 Android4.4

@Jasi2169
Copy link

@pylerSM from android 7 it wont work apk signed with apk signature verification 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants