cellid

Android: get CellID and RSS for Base Station and Neigboring Cells

南楼画角 提交于 2020-01-12 07:55:24
问题 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 i'd have to use different APIs telephonyManager and PhoneStateListener. I'm a littlebit confused, as I think this should be available in one interface. Also I think that it should be possible to poll the CellID of the current Base Station instead of having to listen to State Changes to determine int

getAllCellInfo - duplicate values

北城以北 提交于 2020-01-03 19:04:29
问题 I am using getAllCellInfo to acquire serving- and neighboring cell info from my phone ( unrooted LG G5 - for what it's worth), but the function returns duplicate data for all the neighboring-measured towers. In the area that I'm in, my test data is 3G (WCDMA) most of the time. Here's an extraction of my WCDMA results, showing the raw string and parsed values (in code quoted for readibility): Site_0 Registered: true dBm: -99 Raw str: CellIdentityWcdma:{ mMcc=655 mMnc=1 mLac=63 mCid=9538943

Android: CellID not available on all carriers?

心已入冬 提交于 2019-12-23 21:36:33
问题 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 = (GsmCellLocation) tm.getCellLocation(); cellID = location.getCid(); lac = location.getLac(); Does anyone know why some GSM carriers do not provide them? Do I need permissions for that? What else is there to know about retreiving the CellID and LAC? 回答1: So you can try something like. I have got

retrieve GSM CellId,mnc,mcc using java script

蓝咒 提交于 2019-12-13 21:58:21
问题 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 and longitude of mobile by passing cellId,mnc,mcc to the opencellId. is there any way to get the cellId,mnc,mcc by using java script or java program?please suggest any others ways if possible. This is a mobile web application. Thanks and Regards, vinay 回答1: It is not possible to get telephony

Getting CID, LAC and signal strength of all cell towers in range

∥☆過路亽.° 提交于 2019-12-06 03:17:45
问题 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 I get from getNeighboringCellInfo. I want to get the Cell ID and signal strength of every tower in range. Of every network operater. Is there a way to "ping" the towers, so they answer with cellID, Lac and signalstrength? Somehow this has to be possible. And can I scan the 2G and 3G (and 4G)

google maps, cellid to location

柔情痞子 提交于 2019-12-03 18:20:33
问题 According to this sample: http://www.codeproject.com/KB/mobile/DeepCast.aspx It's possible to request a gps coordinate (longitude & latitude) including range when sending cellid information (MCC, MNC, towerid, etc) Can someone tell me the actual parameter to request/post to this address? http://www.google.com/glm/mmap It could be something like this http://www.google.com/glm/mmap?mcc=xxx&mnc=xxx&towerid=xxx And i would like to know what response we would get. I have observe OpenCellid website

Android: get CellID and RSS for Base Station and Neigboring Cells

蹲街弑〆低调 提交于 2019-12-03 14:19:44
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 i'd have to use different APIs telephonyManager and PhoneStateListener. I'm a littlebit confused, as I think this should be available in one interface. Also I think that it should be possible to poll the CellID of the current Base Station instead of having to listen to State Changes to determine int, since the Neighbouring Cell Stations cal also be polled from the telephonyManager. Can you tell me

cellID and LAC / PSC for 3G neighboring cells in Android

坚强是说给别人听的谎言 提交于 2019-12-03 13:48:49
问题 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 the CellID and the LAC, but for 3G, I can only use getPsc(), which I'm not very sure if it's enough to identify a cell. Can anybody please tell me if I can get the CellID + LAC for neighboring cells? And if that's not possible, how can I use the PSC code to identify a cell? 回答1: In UMTS, the PSC is

Get CellID, LAC, … on iOS 8.3

淺唱寂寞╮ 提交于 2019-11-30 00:37:53
Since iOS 5.X, I used to get radio information with these methods : Get CellID, MCC, MNC, LAC, and Network in iOS 5.1 But with the iOS 8.3 beta (and 8.3 GM), this private API _CTServerConnectionCellMonitorCopyCellInfo doesn't work anymore. Hlavne Krokozvidze Apple was informed about weakness in their CoreTelephony, so now calls to CoreTelephony fail. They are checking if the caller is sandboxed, so after debug you can see: Caller not allowed to perform action: TelephonyApiTest.240, action = sandboxed lookup, code = 1: Operation not permitted, uid = 501, euid = 501, gid = 501, egid = 501, asid