Questions tagged [cellid]

A Cell ID (CID) is a generally unique number used to identify each Base transceiver station (BTS) or sector of a BTS within a Location area code (LAC) if not within a GSM network.

Cell-ID operates in most types of cellular networks, including GSM, GPRS, and UMTS/HSDPA networks. It is the simplest way to describe the general location of a handset. It requires the network to identify the Base Transceiver Station (BTS; essentially the cell tower to which the device is connected at the time) to which the cell phone is communicating and the location of that BTS. If this information is available, the Location Server identifies the device location as being the location of the base station and passes this information on to the location service application.

Since the MS can be anywhere in the cell, the accuracy of this method depends on the cell size and can be very poor in many cases, because the typical GSM cell is anywhere from 2km to 20km in diameter. Thus Cell ID positioning is generally more accurate in urban areas with a dense network of smaller cells than in rural areas where there are fewer base stations. Ultimately, the diversity in cell-site size, density and operational characteristics across a network makes the accuracy of this technology inconsistent.

94 questions
0
votes
1 answer

Get the HLR and VLR Records of Cellid of base stations

I am working on a geo-location app, it’s mandatory I get the exact location of people or places. After having read about how a GSM network works I’m informed that records of active user’s mobile numbers are stored in the HLR and VLR on each base…
ken4ward
  • 2,246
  • 5
  • 49
  • 89
0
votes
0 answers

Can I view cell-id/lac information with Titanium appcelerator?

Can I view cell-id/lac information with Titanium? Please provide answers for both iphone & android. Any module please provide with link if possible, Many Thanks
0
votes
1 answer

CellIdentityLte getCi() returning -1 in android

I have a method which returns cell id for LTE device, but on some devices it is returning -1. Here is the method: public int getCellId() { int cellId = Integer.MAX_VALUE; CellInfo cellInfo = null; List allCellInfo =…
Rajat Mehra
  • 1,462
  • 14
  • 19
0
votes
2 answers

Question about tracking user in a map application using cellid

I am trying to understand the concept of cellid (http://www.opencellid.org/api) As per that, if we send a request http://www.opencellid.org/cell/get?key=myapikey&mnc=1&mcc=2&lac=200&cellid=234 it will respond with the latitude and longitude. I was…
subh
  • 307
  • 1
  • 7
  • 15
0
votes
0 answers

Geolocation based on Cell ID and LAC

I have the following code: login('user', 'pass')){ exit('Login Failed'); } $msisdn = $_POST['msisdn']; $result = $ssh->exec('/usr/src/artsx/ash1.sh …
0
votes
1 answer

Get CellID,LAC,PCI,RSRP,RSRQ,SINR From iPhone 5s Qualcomm MDM9615M Baseband Chip

How can I Get CellID,LAC,PCI,RSRP,RSRQ,SINR From iPhone 5s Qualcomm MDM9615M Baseband Chip? I need more details from Qualcomm MDM9615M Baseband Chip. Such as: MCC, MNC, SectorLat, SectorLong, CellId, LAC, UARFCN, RxLev, TimingAdvance, BandInfo,…
user3471477
  • 11
  • 1
  • 3
0
votes
1 answer

Is it still valid to use Android AGPS to find current location?

Is it still valid(meaning, rely on, though developer.android.com doesnt mentions it) to use AGPS aka find location based on CellID. http://www.anddev.org/poor_mans_gps_-_celltowerid_-_location_area_code_-lookup-t257.html Also, I noted that to get…
Vny Kumar
  • 748
  • 7
  • 21
0
votes
1 answer

How to get cellid through phonegap

I am creating an app using sencha touch. After that building this with phonegap so that it can be available in multiple platform. Now I need to find out a way to get user's nearest cell tower location. So that I can get his location. I don't want to…
Krisanu
  • 43
  • 1
  • 2
  • 8
0
votes
2 answers

How to read the gsm modem messages in objective c?

I need the the cell-id information to display in my iphone app, the app sends AT commands to the modem but...I do not know how to read the modem messages. Please help me.
Miky
  • 3
  • 2
0
votes
1 answer

Android: PhoneStateListener: onCellLocationChanged

When I override the above mentioned function, and log the CellLocation, I receive the following value [425,56301,-1] When I roam around a bit, The above value changes to [425,56302,-1] and [425,56303,-1] What does these values represent? I think…
Pankaj Singhal
  • 15,283
  • 9
  • 47
  • 86
0
votes
1 answer

unstable cellid coordinates with google/glm/mmap

I "play" with google/glm/mmap in order to find the coordinates of a cell. I note that the returned values can changed (queries on several days). Any explanation ?
Bertaud
  • 2,888
  • 5
  • 35
  • 48
0
votes
0 answers

Get Cell ID within a lat long range

Is it possible to get cell id of all the networks by providing a particular range of latitude and longitude? For example if I am giving a latitude range of 10 to 30 and longitude range of 70 to 80 the output must show all the cell id code along with…
tspshikari
  • 101
  • 1
  • 9
0
votes
2 answers

Can we use the same API that Google Latitude APP is using for discovering location?

I have a device that sends me Mobile Country Code (MCC) Mobile Network Code (MNC) Location area code (LAC) and Cell ID of each closest mobile tower in my region. Google Latitude APP is using this info to detect my location. I would like to make my…
0
votes
3 answers

Is the CELL-ID stored in HLR database , how to get location of a Cell-Id

Is it easy to get the current LIST of mobile phone users under a particular tower(cell-id) from the Home Location Register, does the network operators or service providers have mapping of location information to a particular cell like latitude…
0
votes
1 answer

Storing local Cell-id to lat/long database, to accommodate the same range for the new offline google maps?

I have read many q and a's about this subject, but not quite what I am asking. Is there a way to store the cell-id to latitude - longitude database for the local area only, like the google maps new offline feature, could you get the localized…
nh1402
  • 75
  • 1
  • 9