iSECPartners / Android-SSL-TrustKiller

Bypass SSL certificate pinning for most applications
Other
706 stars 128 forks source link

Not working on Nexus 7 4.4 #1

Closed johnnycannuk closed 10 years ago

johnnycannuk commented 10 years ago

When I try to install, I get the following:

XXXXX:platform-tools xxxxx$ ./adb install /Users/xxxxx/Downloads/Android-SSL-TrustKiller.apk 5262 KB/s (258231 bytes in 0.047s) java.lang.NoSuchMethodException: getSystemSharedLibraryNames [int] at java.lang.Class.getConstructorOrMethod(Class.java:472) at java.lang.Class.getMethod(Class.java:857) at com.devadvance.rootcloakplus.Main.initForPackageManager(Main.java:45) at com.devadvance.rootcloakplus.Main.initialize(Main.java:31) at dalvik.system.NativeStart.main(Native Method) pkg: /data/local/tmp/Android-SSL-TrustKiller.apk

Cydia is installed and the device was rebooted.

mblanchou commented 10 years ago

You probably need to disable SElinux for Cydia Substrate to work on 4.4 (you can use https://play.google.com/store/apps/details?id=com.mrbimc.selinux&hl=en to do so).

johnnycannuk commented 10 years ago

That seems to have it installed (same error though). It is not showing up in the app list.

johnnycannuk commented 10 years ago

Just read your blog post...seems to be working. I'll test it out later.

Thanks