I'm developing a WEB application for windows mobile devices in Visual studio. I need to identify the user's device IMEI number. Please help me how to do it.
Asked
Active
Viewed 1,015 times
0
-
Try the links reported on this post: http://stackoverflow.com/questions/14702868/serial-number-of-phone-device – LordWilmore Jul 04 '16 at 08:46
-
But i'm using a web application. It's basically a webpage. not an application. – SUTHANSEE Jul 04 '16 at 08:50
-
1If I assume a Windows Phone or Windows Mobile OS, then there is no standard WEB SDK that delivers that information to the client browser. For security, the client browser has no direct access to the hardware or file system. For Windows Mobile (up to 6.5.x) you need to have a custom ActiveX installed to get the hardware information. On Windows Phone OS (7,8,10) there is no way due to the sandbox except the OEM does provide a special SDK. See also http://stackoverflow.com/questions/14139390/imei-in-html-website and look for WAP security holes. – josef Jul 06 '16 at 15:20
1 Answers
0
I found that we cant access IMEI number of windows mobile using web application. But i think it would be possible if i create an application for windowsmobile and get the IMEI using that app and load the web application into the same app and pass the IMEI to the web application.

SUTHANSEE
- 332
- 4
- 13