Hi,
I wrote a java application on jave i.e j2me.
I want to find unique id i.e. i used imei as device unique id for nokia mobile through code.
I used two methods for imei.They are:
System.getProperty("phone.imei");
System.getProperty("com.nokia.IMEI");
But i did not get imei i got null for the above two methods.
The application is signed even then the above two methods gave the value as null.
If anyone knows the answer plz reply me.

Reply With Quote

