views:

59

answers:

1

Is there a way to determine location via CellID on a CDMA network? I can get a network ID, base station ID, and system ID programatically, but is there an api somewhere to convert these to lat, long coordinates? The CdmaCellLocation.getBaseStationLatitude() and CdmaCellLocation.getBaseStationLongitude() methods return some junk number. Can I convert the cdma dating I'm getting to CID and LAC somehow?

I'm getting a system ID of 40, a network ID of 3, and a base station ID of 4672, and that appears to be exactly worthless.

A: 

Maybe will help to look at this article: http://www.devx.com/wireless/Article/39709/0/page/1

Greetings!

P.S. I just saw that it`s about android and this article is written in C#. Sorry!

me_on_the_net_2003