This page was last modified 14:41, 7 March 2008.
How to get info on cell location
From Forum Nokia Wiki
For 3rd Edition you must have the Location capability. Only dev cert Python version can be used for this purpose. Python selfsigned version return None value !
import location mcc, mnc, lac, cellid = location.gsm_location() # lac, cellid can be used to guess your location
mcc and mnc is the same wherever you are. Normally, you would collect some data of your location and match it with lac/cellid. Then later you can guess your location from current lac/cellid.
mcc is the Mobile Country Code which defines the country where you are.
mnc is the Mobile Network Code which defines the network within the country. In most countries every operator has its own unique mnc.
lac is the Location Area Code which defines an area covered by a group of radio cells.
cellid defines one single transmitter. In many cases, especially in populated areas, there are 3 cells on a single base-station, each covering 120 degrees.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| D211 location information | TobiasDietl | Multimodecards | 1 | 2003-02-28 14:29 |
| Cell Location | roger.kock | Mobile Java General | 3 | 2006-02-21 21:14 |
| how to get cell info text | web_tur | Mobile Java General | 1 | 2007-12-24 04:11 |
| jsr179 doesn't work !!!! | perthachy | Mobile Java Networking & Messaging & Security | 2 | 2007-07-02 15:41 |
| How to know the number of GPS satellites | saurio | Mobile Java General | 4 | 2008-01-18 01:56 |
