j2me thread: How To Get Nokia Mobile IMEI using J2ME
I'm developing an application for Nokia mobiles, I need to identify the
mobile at runtime, I thout of getting IMEI, I tried:
String imei = System.getProperty("IMEI");
But it did not work,
Can you help in getting any mobile specific ID (or SIM card ID) from J2ME
code...
Thanks for kind response...
|





