I\'m developing a PhoneGap Android mobile application using jQuery, JavaScript and HTML. I want to get the mobile IMEI. I have tried this code from this Tutorial.
I
You cannot access the IMEI via html or JavaScript. But you can write an app which reads the IMEI for you.
Just call getDeviceId(). Don't forget that you need the READ_PHONE_STATE permission in your manifest.