0

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 ?

Bertaud
  • 2,888
  • 5
  • 35
  • 48

2 Answers2

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