Is it possible to get the IMEI number of windows mobile in java.
If so can u please tell me the how it is possible.
Is there any way to get IMEI number from System.getProperty("")
method. If not is there any other way to achieve this?
I had used System.getProperty("IMEI");
but not get any result.
Hope anyone can help :)