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.
Find a file
2014-07-28 13:40:26 +02:00
app Bumped version to 1.0.0. 2014-07-24 19:26:48 +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
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
LICENSE.md Added GPL v3 license. 2014-07-28 13:40:26 +02:00
README.md Added GPL v3 license. 2014-07-28 13:40:26 +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

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 **

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 RootCommands library (licensed under Apache 2.0) is used for root access, and included in the libraries/ folder.

License

The project is licensed under GPL v3.