Move Android Certificates to system to avoid security warnings
This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Felix Ableitner 33bfefa4a1 Added Java 1.7 support. 2014-08-05 19:54:37 +02:00
app Added Java 1.7 support. 2014-08-05 19:54:37 +02:00
gradle/wrapper Implemented CertificateManager (including tests). 2014-07-15 23:23:16 +02:00
graphics Added screenshots. 2014-07-24 19:49:11 +02:00
libraries Updated libsuperuser. 2014-07-24 19:25:53 +02:00
.gitignore Initial commit. 2014-07-02 16:31:36 +02:00
.gitmodules Updated libsuperuser to reference the main project. 2014-07-21 14:33:01 +02:00
LICENSE.md Added GPL v3 license. 2014-07-28 13:40:26 +02:00
README.md Updated readme (corrected library name, added Google Play link). 2014-07-28 14:03:01 +02:00
build.gradle Added proper gradle release build. 2014-07-24 19:11:26 +02:00
gradle.properties Initial commit. 2014-07-02 16:31:36 +02:00
gradlew Initial commit. 2014-07-02 16:31:36 +02:00
gradlew.bat Initial commit. 2014-07-02 16:31:36 +02:00
settings.gradle Implemented CertificateManager (including tests). 2014-07-15 23:23:16 +02:00
zertman.iml Implemented CertificateManager (including tests). 2014-07-15 23:23:16 +02:00

README.md

Move Certs!

"Network may be monitored": Tired of this warning after installing a certificate?

With this app, you can disable it in one click.

REQUIRES ROOT

Get it on Google Play

Thanks to: http://forum.xda-developers.com/google-nexus-5/help/howto-install-custom-cert-network-t2533550 https://stackoverflow.com/questions/13981011/cacerts-bks-does-not-exist/18390177#18390177

Building

Clone the project with git clone --recursive

Build with gradle assembleDebug or gradle assembleRelease. Alternatively, import the project into Android Studio.

Dependencies

The libsuperuser library (licensed under Apache 2.0) is used for root access, and included as a git submodule in the libraries/ folder.

License

The project is licensed under GPL v3.