Hello,
how can we retrieve information about the user like device, mobile phone user agent or IP address?
Thank you.
Hello,
how can we retrieve information about the user like device, mobile phone user agent or IP address?
Thank you.
Last edited by phg04; 2008-07-08 at 06:07.
Where do you need the IP Address?
Java ME Platform usually tells the phone model: getProperty("microedition.platform")
Username can be fetched using: getUsername()