Hi! I was reading some of your posts on the nokia forum. I'm really new to j2me development, and I'm currently developing a GPS app for work that pinpoints nearby locations of interest.
Currently, we need a lot of info from the phone that is not so easy to get using j2me, including lac, mcc, mnc, rssi, imei or some unique phone id, etc..
We also need gps information, such as latitude, longitude, etc.
With all this info, our api can get nearby location by either gps or radiobase info.
We're currently using the location api (getLocation(int), and such) for GPS data, and System.getProperty for phone information.
I would like to know if there's a way to obtain such info from other sources, like a location or phone info listener of sorts, or by parsing a special string that is always available, since we need to deploy this app for several phone brands and models and it would be a pain to develop 20 different versions focusing on each phone's specs.
Thanks a lot for your help in advance!

Reply With Quote


