I am working with application in that i have to get imei for my nokia 6300 model, so how to get imei number from nokia 6300 model in j2me.
Please repply me as soon as possible
Thanx
I am working with application in that i have to get imei for my nokia 6300 model, so how to get imei number from nokia 6300 model in j2me.
Please repply me as soon as possible
Thanx
Please avoid multipost. One thread is usually enough. check your other posts for suggesetions
http://discussion.forum.nokia.com/fo...d.php?t=141489
http://discussion.forum.nokia.com/fo...d.php?t=141480
- Neil R.Bhasme -
Twitter: @Symbian_Neil
Try This:
YanivCode:private String phoneImei = System.getProperty("phone.imei"); private String nokiaIMEI = System.getProperty("com.nokia.IMEI");