I get LAC,CellId from my device. With these values I can know the Lat/Lng and, by triangulation, the area where the device is.
I also get ARFCN, TA and RSSI. Is it possible to improve the location by using these values ?
Asked
Active
Viewed 657 times
2 Answers
0
You need to have access to cellid to lat/lng db from mobile network operator to get lat/long of your device. Other way of getting this is by using location apis provided by android, iphone etc.

kdk99
- 1
-
That was not the question: is it possible to improve the accuracy of the position by using arfcn,ta and rssi ? – Bertaud Jun 14 '12 at 13:41
0
Signal Strength could possibly give you an indication of how far from a tower you are, thus improving accuracy
What platform are you using?

nwnoga
- 577
- 3
- 12
- 22