User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nano7mobile.blogspot.com/sitemap.xml Nano Mobile: [TUT][HOWTO] F***ing self-signed credential lock screen bug. topic

[TUT][HOWTO] F***ing self-signed credential lock screen bug. topic






Ok friends,
I'm newb in android world, however i turn my respberry-Pi in a little OwnCloud server for sync calendar and contact in mi little cloud (i'm without GAPPS). Connection is in https whit self-signed certificate. I have imported it in my android device (LG G2 CM11) and it ask me a password and later i'm unable to set drag to unlock my screen. I have to use a pin or password :eek:

Ok it worked for me. Thx to CAcert Wiki (i cant link it) :)
Import directly your certificate in System credential. (linux and root needed)

Open terminal

Code:


openssl x509 -inform PEM -subject_hash_old -in yourcert.crt | head -1

Now copy your hash result and add it .0 (like aaaaxxxx.0)

Code:


cat yourcert.crt > aaaaxxxx.0
openssl x509 -inform PEM -text -in yourcert.crt -out /dev/null >> aaaaxxxx.0


Finally copy your new cert aaaaxxxx.0 in /system/etc/security/cacerts/ of your android device, set permission to u=rw, g=r, o=r and reboot
well, all done, no more mandatory pin or password request.






Aucun commentaire:

Enregistrer un commentaire