How can I get the IMEI of my nokia 3120 with J2ME?
I've just tried with:
System.getProperty("phone.imei");
System.getProperty("com.nokia.IMEI");
System.getProperty("com.nokia.mid.imei");
but the result is "null" for each getProperty.
Someone can help me pleaseeeeeeee?![]()

Reply With Quote


