"How To" Series: Retrieving IMSI and IMEI on Windows Mobile
I had to retrieve the IMSI and IMEI on Windows Mobile for a particular project.
What I needed actually was the IMSI , because it may be used in OMA Client Provisioning through WAP Push scenarios. It may be very practical for the enterprise to manage its devices remotely and I will post more on that topic later on.
In order to retreive IMSI and IMEI, one have to deal with the Telephony API and PInvoke.
In general the magic is done by invoking the native lineGetGeneralInfo routine from TAPI.
You may download the full source code from here
the original code article may be found here
There is another approach as well - buy the Telephony library from OpenNETCF
Links
What is IMSI
What is IMEI
OMA Client Provisioning for Windows Mobile
The sample source code