reqable / reqable-app

Reqable issue track repo
https://reqable.com
3.2k stars 109 forks source link

capture on android14 #664

Closed terminatortor closed 3 months ago

terminatortor commented 4 months ago

How does the program solve the problem of packet capture on Android 14? The certificate always fails to install, and the method of installing the certificate under the Android 13 system no longer works.

MegatronKing commented 3 months ago

@terminatortor Hi, system certificate and user certificate, which you mean?

terminatortor commented 3 months ago

system certificate I push the certificate in system/etc/security/cacerts directory and granted 777 permission, but the Android 14 phone can not recognize it, so the app always prompts that the certificate is not recognized, and the traffic can be caught, but there is no data, and the traffic is always connect type

MegatronKing commented 3 months ago

Same as #594, Android 14 have moved cacerts to /apex. Maybe you should try magisk module to install system ca cert.