Possible Duplicate:
how to dynamically get mobile IMEI number in J2me?
is there any way to get IMEI for J2ME supported all devices??i did some googling and find out the below solution but it is for device specific.
Nokia. System.getProperty("com.nokia.IMEI");
SonyEricsson System.getProperty("com.sonyericsson.imei");
Motorola System.getProperty("com.motorola.IMEI");
is there any generic way to fetch IMEI for all devices??