-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 14 #31
Comments
https://github.com/nccgroup/ConscryptTrustUserCerts try it, i`m ok |
It somehow stopped working, I don't know if it's Magisk or my ROM's update breaks it. I'm using https://github.com/lupohan44/TrustUserCertificates instead anyway. |
Following this method worked better for my setup: |
Thanks for the link, certainly interesting, but the module suggested by @UjuiUjuMandan works perfectly and does exactly the same thing. |
Another solution, just replace #!/system/bin/sh
mount -t overlay overlay -o lowerdir=/system/etc/security/cacerts:/data/misc/user/0/cacerts-added /system/etc/security/cacerts This allows you to dynamically add system CA, just add user CA, system CA will be there without restart device. |
Add this line to head of post-fs-data.sh to support Android 14.
mount -o bind /system/etc/security/cacerts /apex/com.android.conscrypt/cacerts
Source: https://archive.today/2023.10.11-115149/https://weibo.com/3322982490/Ni21tFiR9
The text was updated successfully, but these errors were encountered: