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
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)
The text was updated successfully, but these errors were encountered:
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
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:The text was updated successfully, but these errors were encountered: