Genymotion 添加自定义证书

步骤

root 设备

adb shell setprop persist.sys.root_access 3
adb root

重新挂载 /

adb shell 'mount -o rw,remount /'

准备证书文件

hash=$(openssl x509 -inform PEM -subject_hash_old -in proxy.pem | head -1)
mv proxy.pem "$hash.0"
adb push 0fdd07f0.0 /system/etc/security/cacerts/

重启手机就可以了