You can use the IMEI number, for some phones here is the java code
For Siemens:
System.getProperty( "com.siemens.IMEI" );
For Sony Ericson:
System.getProperty("com.sonyericsson.imei" );
For Motorolla:
System.getProperty("IMEI" );
For Nokia
System.getProperty("phone.imei"); or
System.getProperty("com.nokia.IMEI");
Best of luck....
Regards,
Muthu Veerappan
Thx, very much. when I can't fetch IMEI by getProperty("phone.imei"), I think I can't do that.:(, but I know so much from here.
Now, I make a program for Alcatel's OT756 mobile.
Can I get IMEI from a mobile made by Alcatel? or only for OT756?
who can help me?
thanks very much.