Hi All, I am following the below steps to install the ceritificate. I got stuck at step 8.
1. on your android device enable Credential Storage (settings >> > > security & location >> use secure credentials) > > 2. export your certificate from a windows machine, Base-64 encoded X. > > 509 (.cer) > > start >> run >> certmgr.msc > > > 3. install or just download the zip on your computer: XAMPP > > Litehttp://www.apachefriends.org/en/xampp-windows.html#646 > > > 4. go to: /htdocs and create a new file: certificate.php > > > <?php > > header("Content-Type: application/x-x509-ca-cert"); > > ?> > > -----BEGIN CERTIFICATE----- > > -----END CERTIFICATE----- > > > 5. copy the exported certificate content, from step 2, inside > > certificate.php -- pay attention to BEGIN -- END > > 6. from your android phone, remotely access via the web browser your > > server:http://your_xampp_server/certificate.php > > > 7. the import window should appear, type any name you desire > > 8. the credential storage password should popup, type the password set > > on step 1. > > 9. now go to wifi settings, your certificate should appear in the CA > > cert dropdownbox I am getting. D/CertInstaller( 1275): CERT: [...@439015e0 D/CertInstaller( 1275): got a user cert D/CertInstaller( 1275): didn't find matched private key: 5f60fb7f5f20a6935e1ae924289f1 E/gralloc ( 941): [unregister] handle 0x356250 still locked (state=40000001) W/InputManagerService( 941): Starting input on non-focused client com.android.internal.view.iinputmethodclient$stub$pr...@43862310 (uid=10017 pid=1199) I/ActivityManager( 941): Displayed activity com.android.certinstaller/.CertInstaller: 957 ms (total 957 ms) E/gralloc ( 941): [unregister] handle 0x2f6d50 still locked (state=40000001) Can any one please help regarding this.. Thanks, Chitra On May 17, 10:35 am, Chitra <[email protected]> wrote: > Hi All, > > I am trying to install EAP-TLS WiFi certificate. > I am following as mentioned in the below > linkhttp://www.mail-archive.com/[email protected]... > > I get the message Certificate not installed on GUI and the log says > > D/dalvikvm( 1027): GC freed 152 objects / 8624 bytes in 88ms > I/global ( 1254): Default buffer size used in BufferedWriter > constructor. It would be better to be explicit if an 8k-char buffer is > required. > I/ActivityManager( 950): Starting activity: Intent > { act=android.credentials.SYSTEM_INSTALL > cmp=com.android.settings/.CredentialInstaller (has extras) } > I/ActivityManager( 950): Starting activity: Intent > { act=android.credentials.UNLOCK > cmp=com.android.settings/.SecuritySettings } > I/ActivityManager( 950): Displayed activity > com.android.settings/.CredentialInstaller: 924 ms (total 924 ms) > I/ActivityManager( 950): Displayed activity > com.android.settings/.SecuritySettings: 955 ms (total 955 ms) > D/dalvikvm( 1027): GC freed 1102 objects / 61440 bytes in 108ms > D/dalvikvm( 1254): GC freed 2649 objects / 184112 bytes in 280ms > W/InputManagerService( 950): Starting input on non-focused client > com.android.internal.view.iinputmethodclient$stub$pr...@438e4678 > (uid=1000 pid=1217) > D/CertInstaller( 1254): credential not saved, err: 0 > I/NotificationService( 950): enqueueToast > pkg=com.android.certinstaller > callback=android.app.itransientnotification$stub$pr...@43901cf8 > duration=0 > W/IInputConnectionWrapper( 1217): showStatusIcon on inactive > InputConnection > D/dalvikvm( 1217): GC freed 2076 objects / 102744 bytes in 99ms > > Has anyone installed the certificate. Please let me know.. > > Thanks, > Chitra
