Hi, Im working on an application that identifies it self towards our server with a user name and a password. I would like this client to also send a unique Id (ie IMEI or anything else unique for this device and/or SIM) together with the user/pass to prevent this user from being used from other devices.
Is this doable with JSR177?
or
Does System.getProperty("com.nokia.mid.imei") work on E61?
or is there any other way to solve this?
I know that this hasn't been possible on MIDP1 or standard MIDP2 devices earlier, but is it with these new devices?
All answeres thoughts apreciated.
Thanks!

Reply With Quote

