0

I know GPS technology is used to acquire postion but then how does one can aquire position in Non - GPS devices ? I heard about AGPS or Assisted GPS are there in any other technologies through which one can locate a position ?

(Most prefarable would be Nokia devices)

Yatin
  • 2,969
  • 9
  • 34
  • 68
  • already discussed here See http://stackoverflow.com/questions/9835652/does-getting-a-cell-id-of-mobile-device-will-work-to-get-accurate-posiiton-of-mo/9836129#9836129 baba – Baba Mar 30 '12 at 07:51

1 Answers1

3

On those phones where you do not have a GPS chip you can still get a location using the following:
MCC: Mobile Country Code
MNC: Mobile Network Code
LAC: Local Area Code
CellID

Unfortunately there is no standard way to get these values and different vendors have different System properties. You can see this at http://www.easywms.com/easywms/?q=en/node/3589

After you get these values you can fetch a lat/lon aproximation from services like http://www.opencellid.org/cell/list

Telmo Pimentel Mota
  • 4,033
  • 16
  • 22