Hi,
I am working on j2me application.
I want to get unique id for the mobile E72 and any other nokia device.
IMEI is unique id but when i am getting IMEI i am getting null through below code.
I used the code :System.getProperty("com.nokia.mid.imei");
System.getProperty("com.nokia.IMEI");
System.getProperty("phone.imei");
Through device i am able to get IMEI by clicking *06# but through code i am not getting.Can anyone help me
Note:
I want any unique id for device specific.
If anyone know about this reply me.

Reply With Quote

