Get phone Info.

Hi all ...is there any way to get the phone Serisl No. or any information.. but I want it to be unique. " I want to get this value to generate an activation code for my application "Thanx for any suggestions
[242 byte] By [Ahmad_qauoda] at [2007-10-2 4:09:08]
# 1

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

muthu-veerappana at 2007-7-15 23:32:15 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
this is phone specific :(
jigneshkakkada at 2007-7-15 23:32:15 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

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.

beijingtomoraa at 2007-7-15 23:32:15 > top of Java-index,Java Mobility Forums,Java ME Technologies...