How to find IMEI number by entering mobile number (mobile is lost)

S

sifar786

Hi,

I am trying to find my lost mobile IMEI number.

Is there a free windows software or a free online service where in i
can enter my mobile number & get my IMEI number easily.

I have tried all other solutions, but not fruitful. Also, i am not
proficient in .NET frameworks (dont know the ABCD of it!).

Please reply ASAP if you know something.

Cheers!

~~SiFaR~~
 
G

Guest

Do you have the phone in your possession? sorry it is not clear whether you
have the phone or not.

IMEI is not tied to the SIM card rather the phone itself.

Simon.
 
N

Nino Benvenuti

Since you are looking for a product or service, try searching the
microsoft.public.pocketpc group archives or an Internet search. With all due
respect, I'm not quite clear why you queried a .NET CF group (which would
give you a response on how to use CF to get the IMEI) when you stated that
you don't know CF.

For anyone looking to obtain the IMEI number (or ESN for CDMA devices), I've
seen varying results with performing P/Invoke against lineGetGeneralInfo[1].
In particular, the dwSerialNumberOffset member of the LINEGENERALINFO[2]
structure. You may need to P/Invoke related functions, IIRC. If this
approach fails, you may wish to reach out to the hardware OEM.

[1]http://msdn2.microsoft.com/en-us/library/ms862517.aspx
[2]http://msdn2.microsoft.com/en-us/library/ms862476.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top