cellid Questions
3
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 ...
Willpower asked 15/11, 2012 at 14:33
2
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
_CTServerConnectio...
Selfridge asked 9/4, 2015 at 8:4
5
Solved
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 (...
Ial asked 21/10, 2009 at 4:18
3
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...
5
Solved
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);
locat...
1
Solved
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 l...
Vargueno asked 22/3, 2013 at 17:43
3
Solved
what is the relation between BTS and cell? I think one BTS hardware can cover few cells and also some cells could be covered by more than one BTS isn't it?
Is part of information, that mobile rece...
Yeoman asked 6/7, 2010 at 3:1
0
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
1
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...
Mosaic asked 5/6, 2010 at 18:34
1
© 2022 - 2024 — McMap. All rights reserved.