Skip to content

Instantly share code, notes, and snippets.

@royz
Last active August 28, 2020 17:34
Show Gist options
  • Save royz/f28cfe59c731d662c2d162415fdc64b2 to your computer and use it in GitHub Desktop.
Save royz/f28cfe59c731d662c2d162415fdc64b2 to your computer and use it in GitHub Desktop.

**root required

  1. add your cert normally, it will be stored in your personal store and android will ask you a pin/password... Proceed

  2. With a file manager with root capabilities, browse files in /data/misc/user/0/cacerts-added or /data/misc/keychain/cacerts-added. You should see a file here, it's the certificate you have added at step 1.

  3. Move this file to system/etc/security/cacerts

  4. set the permissions for the file as -rw-r--r--

  5. Reboot the phone

  6. You are now able to clear the pin/password you have set to unlock the device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment