For nokia device is there any unique id otherthan IMEI.
And i am able to get IMEI through device by dialing *06#.
But through code i am unable to get IMEI.
If any one know plz reply me.
For nokia device is there any unique id otherthan IMEI.
And i am able to get IMEI through device by dialing *06#.
But through code i am unable to get IMEI.
If any one know plz reply me.
hi ,
try this in your code :
some devices may require signed app for this to workCode:System.getProperty("phone.imei"); System.getProperty("com.nokia.IMEI");