Can u pls, tell me how to get IMEI from the device?
I try to get the IMEI by all the following strings using System.getProperty(""):
->com.nokia.mid.imei
->com.nokia.IMEI
->phone.imei
This works fine in S60 3rd edition FP2 emulator(shows 0's). But on N95, and N73 devices, it shows NullPointerException. Is there any other solution for it? Is the property string is differ for various versions(FP2,FP1,and S40 emulator etc.,) and series(N and E etc.,) of device?
Pls, guide me------

Reply With Quote


