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.
0
votes
0answers
31 views
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 ?
0
votes
0answers
24 views
How to know the approximative radius of a GSM cell?
Question for GSM experts:
By sending a 55-bytes block to google/glm/mmap with the mcc,mnc,lac and cid, we receive a 15-bytes block with the lat/lon of the cid.
Which parameter shall we set in order to ...
1
vote
1answer
58 views
Getting RSSI cellular list on Android
How to get a list of RSSI for the cellular network connected to and the other cellular networks in range in android ? I have an idea that the phonestatelister has to be created and the signal strength ...
1
vote
0answers
68 views
mcu gprs connection with google geolocation API
I need to use Google Maps Geolocation API based on cell towers using a GPRS module which has Embedded TCP/IP Stack, FTP,HTTP and so on (HUAWEI MG323-B).
The module is communicating with an MCU ...
1
vote
1answer
75 views
Get Cell-ID in J2ME Application
I want a common(generic) code which gives cell ID of the mobile network.
For nokia it is:
System.getProperty("com.nokia.mid.cellid");
but I need code which gives cell ID irrespective of mobile ...
0
votes
0answers
150 views
iPhone 4 code to retrieve cell id, LAC, and rxvalue doesn't work on iPhone 5
On an iPhone 4, I am able to retrieve the location, cellid, station and rxlevel using the following code:
_CTServerConnectionCellMonitorGetCellInfo(&t1, connection, b, &ts, &cellinfo);
...
0
votes
0answers
44 views
open cell id range
What is the range of the open cell id supposed to mean? With respect to the longtitude and latitude?
Unit?
Can't find documentation anywhere.
http://www.opencellid.org/
Thanks,
0
votes
0answers
125 views
Capture CellId, MCC, MNc and LAC via Web Services
I have heard that it is possible to obtain the Cell ID, MCC, MNC and LAC from a device when the device visits a website by using a specific Web Service. Can someone please tell me how to go about ...
1
vote
1answer
631 views
Android: get CellID and RSS for Base Station and Neigboring Cells
I'm trying to get the following data:
Base station: CellID and RSS (recognition which one is the base station)
For all neigbouring stations: CellID and RSS
There are various APIs and it looks like ...
0
votes
0answers
23 views
cell-id database for public [duplicate]
Subject already treated in Public Cell ID databases but the links seem very obsolete.
Do you know new sites ?
1
vote
4answers
151 views
How to compare a value with an integer which is stored in a text file
I'm storing some values in a text file and each line looks like that,
Cellid: -----, LAC: ------, Lat: ------, Long: ---------
what I want to do is to compare the cellid that the phone currently ...
0
votes
0answers
73 views
Getting GsmCellLocation when screen off/display off or in backround
I'm struggling getting updated cellid when phone is in sleep, I mean display is off. I did try many ways without success. I feel like I'm lost. My goal is to change AudioSettings when phone travels to ...
2
votes
1answer
142 views
Wp8 cell tower information
On windows phone 8, is there any api to get the nearest cell tower information? like cell id, location area code etc...
0
votes
0answers
85 views
display the coverage of a GSM tower
The site www.openCellId.org can provide the GSM tower coordinates according to mnc,mcc,lac and cellid.
These coordinates can be used as the center of a circle.
But how to estimate the radius of the ...
0
votes
0answers
144 views
CellID and LAC from a 3G router huawei b260a
I want to create a script that retrieves CellId and lac from a 3G router Huawei b260a using Python but I don't know how to start.
The 3G router is based on a busybox v0.60.0
Can someone help me with ...
0
votes
0answers
148 views
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 iam giving a latitude range of 10 to 30 and longitude range of 70 to 80 the ...
0
votes
0answers
182 views
Cell Location Id from Google map
i wanted to ask as google gets the user current location (gps off mode) through cell tower information, is it possible to get cell tower information by clicking on google map as it knows the mcc,mnc ...
4
votes
1answer
3k views
Get CellID, MCC, MNC, LAC, and Network in iOS 5.1
I need to retrieve CellID, MCC, MNC, LAC and Network (GSM, 3G) of the current Serving Cell Tower in iOS 5.1 (iPhone 4S). I know this information is available because I can see it in FieldTest Mode ...
0
votes
1answer
343 views
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 ...
0
votes
1answer
328 views
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 ...
0
votes
2answers
1k views
Get latitude and longitude from cellid, lac, MCC, MNC in ASP.NET webservice
I have an .asmx webservice that gets the cellid, MCC, MNC and LAC and I want to use opencellid to get the latitude and longitude from these information, I didn't find resources in the internet, so I ...
2
votes
1answer
722 views
Getting CID, LAC and signal strength of all cell towers in range
Currently I am trilaterating my Android with the cells in my network. It is even more accurate than I thought it would be. But not as accurate as I want it to be. So I want to involve more towers than ...
1
vote
1answer
164 views
Android API Location
My app can show network info such as MCC, MNC, LAC, CellID, RXlevel.
However I want to force my Android to connect to fix cellID or channel (frequency).
Do you know how to do it ?
Thank you so much.
...
1
vote
0answers
777 views
iphone, check values of cellId / Lac
I can get radio Informations cellId, Lac, MNC, MCC on iOS. And I'd like to know How can I check if values are correct ?
Thanks
0
votes
0answers
201 views
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 ...
1
vote
1answer
722 views
Android: Is the Google secret API for location still valid
Is this link still valid:
http://www.devx.com/wireless/Article/40524/1954.
Looks like there is a secret API for location. It does not seem to work now. I think this is very old version because it ...
1
vote
0answers
263 views
MNC and MCC of all the providers
I wanted to get a list of all providers which is in the range of cell phone in an android app.
I know that with certain classes like CellNeigbouringInfo, GSMCellLocation, SignalStrength and ...
0
votes
1answer
330 views
How to disable gsm connection
I am writing an application for Android, and at this stage, I need help of an experienced programmer (I am only a beginner). Wrote a program to display the currently used base station (CellID and ...
0
votes
2answers
428 views
location based services - how to improve the location with RSSI, TA and ARFCN?
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 ...
0
votes
1answer
356 views
retrieve GSM CellId,mnc,mcc using java script
i am developing a mobile web application. i want to find the user current location even when device GPS is off. after some google search i found that opencellid database we can retrieve the latitude ...
0
votes
1answer
382 views
Android browser doesn't use the Cell-ID to geolocate with HTML5 API (only GPS)
I'm doing a Wep App using the HTML5 Geolocation API.
I'm using the typical W3C code given here http://dev.w3.org/geo/api/spec-source.html with the getCurrentPosition method.
On the Android browser ...
1
vote
4answers
1k views
Android: CellID not available on all carriers?
When I request the Cell ID and LAC information, on some devices I cannot retreive them.
I use this code:
TelephonyManager tm =(TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
location ...
2
votes
1answer
3k views
cellID and LAC / PSC for 3G neighboring cells in Android
I am trying to identify the neighboring cells location in 3G with Android, which I get with getNeighboringCellInfo(). When The phone works in GSM mode, I am able to use getCid() and getLac() to get ...
0
votes
1answer
428 views
Cell location update notification when screen is off
I'm writing software which requires cell location updates to be received or checked constantly. The problem I'm having is that when the screen is off: a) notifications stop (using PhonestateListener); ...
3
votes
0answers
147 views
Qt QSystemNetworkInfo cellIdChanged(int) not emitting in device
I'm trying to make a Qt program that calls a function whenever network CellId changes.
Here is my class declaration (I've not shown some members out of the scope of the question):
class Mgr:public ...
1
vote
2answers
3k views
How to get the cell tower area using the CellID and LAC in Android?
I am able to get the Cell Id and LAC(Local Area Code). But don't know how to decode the location. I should not connect to internet and should get the cell tower location using Cell Id and LAC.
If ...
0
votes
1answer
93 views
obtain radio interface layer on mobile website not application
I was using IP2location dlls to get the user's location but i realised that it doesn't work on mobile websites.
I read about getting the users location through the cell ID information and i was ...
0
votes
2answers
417 views
How to implement Network Triangulation?
I am developing an application in android 2.2 to identify location of user by Network:
1) First:
location= (GsmCellLocation)tm.getCellLocation();
cellId= location.getCid();
lac= location.getLac();
...
0
votes
1answer
654 views
Geolocation using cell id
My android app should determine approximate phone location using cell id. This is possible using Gears Geolocation API, but I've no idea how to organize the request to Gears server and data exchange. ...
0
votes
1answer
317 views
Obtaining cellid on any gsm enabled cell phone programmatically
Is there a way one can obtain the cellid of a gsm phone programmatically in c++?.
0
votes
1answer
596 views
What CellID database does Apple query in iOS CoreLocation API?
I am really curious to know what CellID database Apple uses inorder to enable CellID based Location in CoreLication API of iOS.
0
votes
3answers
1k views
unable to retrieve CELL-id and LAC on nokia S60 (tried in E50)
I have been trying to get celllid,lac,mcc and mnc. While mcc and mnc can be found,cell-id and lac still are null.Here's the code (and it is known to work according to number of threads going on but I ...
0
votes
1answer
1k views
How to Get Lat-Long Data from LAC-CELLId using php?
I am trying to get lat-long from cellid and LAC.
I have been trying to use this script mentioned in Trouble with Sending JSON object over POST to Google Gears to accomplish this
Can you please point ...
3
votes
1answer
2k views
Android PhoneStateListener: onCellLocationChanged in standby mode
I'm writing an app that runs in the background as a foreground service. This service instantiates a subclass of PhoneStateListener. The PhoneStateListener creates a TelephonyService with a context ...
1
vote
1answer
2k views
UMTS cell id of neighbor cells
The problem is that when I use source code below, i receive cell id's only in 2G mode, if i switch to 3G mode i sometimes receive -1 for HSDPA or nothing for UMTS. Source code is:
for (int i = 0; i ...
1
vote
1answer
1k views
Can not retrieve CellID and LAC for the current cell
I tried to retrieve Cid and Lac for currently connected cell, but using
public void GetCid(){
int CID;
int LAC;
GsmCellLocation xXx = new GsmCellLocation();
CID = xXx.getCid();
LAC = ...
0
votes
3answers
2k views
CellID location with CDMA
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 ...
1
vote
1answer
1k views
getCellLocation returns null
I am trying to access the current cell location information. When I
try to call getCellLocation(), it returns null.
I am unable to reason out this.. the same code works on 1.5 but fails
on 1.6 or ...
1
vote
3answers
5k views
Cell (cell-id), BTS and BSS in GSM network
1/ what is the relation between BTS and cell? I think one BTS harware can cover few cells and also some cells could be covered by more than one BTS isn't it?
2/ Is part of information, that mobile ...
4
votes
1answer
1k views
how does google map determine locations for phones without gps
http://www.google.com/mobile/maps/
Using this on phones without gps, the locatiosn can be obtained as well.
I am currently using the html5 geocoder/gear for obtaining locations. However this only ...

