I has developed one j2me mobile application. Now client side want to see the mobile IMEI number.
So I don't know how to get it, I have tried this line System.getProperty("com.nokia.IMEI");
but it will come null only.
I has developed one j2me mobile application. Now client side want to see the mobile IMEI number.
So I don't know how to get it, I have tried this line System.getProperty("com.nokia.IMEI");
but it will come null only.
You can combine the above calls with
System.getProperty(“microedition.platform”)
in order to get a good solution to your problem.Nokia
devices and newer. Sony Ericsson
Samsung
Motorola
Siemens
LG
You can try GET IMEI FROM J2ME this to get imei from different phone