Hi there! I develop an ASP.Net website that access using windows mobile IE browser. I have been required to get the EMEI/device id of the phone but I couldn't find a way to do that.
Is it possible to get EMEI using javascript? If so, please help me on how to get it. Any suggestion will be appreciated.
noobie
Member
83 Points
31 Posts
Get the IMEI/Device Information using javascript
Nov 15, 2011 02:23 AM|LINK
Hi there! I develop an ASP.Net website that access using windows mobile IE browser. I have been required to get the EMEI/device id of the phone but I couldn't find a way to do that.
Is it possible to get EMEI using javascript? If so, please help me on how to get it. Any suggestion will be appreciated.
Thanks!
jackyang
Contributor
5816 Points
782 Posts
Re: Get the IMEI/Device Information using javascript
Nov 15, 2011 02:42 AM|LINK
Sorry, don't think Javascript can do that on mobile devices.
Even if you are coding in C# and that code runs on the device, its IMEI may not be accessible due to security restrictions.
.NET Developer
ASP.NET/jQuery Spell Checker
noobie
Member
83 Points
31 Posts
Re: Get the IMEI/Device Information using javascript
Nov 16, 2011 12:03 AM|LINK
I see. I'll just think a dirty work around. :D Thanks Mr Jackyang!