If I get the cell id
Will it work to get the exact location of the mobile devices through j2me programming?
I got to know how to get cell id by this link:
Can I fetch position of mobile device in j2me having no GPS service using information from cell tower
But whether to get location accurate is still a question?
One Single cell is not enough to get you the accurate location. you need at least 3 different cell to get a location as accurate as GPS
What the cell information can do for you is give you a good information of the area and measurements
See API Information http://www.opencellid.org/api
How To
Triangulation http://en.wikipedia.org/wiki/Triangulation
Have only implemented the calculation on client side PHP not j2me ...
Thanks :)