-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using this code to get cell id from my sony erricson p990 cellphone but it set cellID value to "no property".
Blockquote
String cellID = System.getProperty("com.sonyericsson.net.cellid");
if(cellID == null)
cellID = System.getProperty("CellID");
if(cellID…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 wondering if this can be used…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys,
I have found this script that supposedly connects to google maps and gets lat/long coordinates, based on CID/LAC/MNC/MCC info.
But I can't really make it work... where do I input CID/LAC/MNC/MCC ?
<?php
$data =
"\x00\x0e". // Function Code?
"\x00\x00\x00\x00\x00\x00\x00\x00". //Session…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello. Using an Android Dev Phone 2, I'm using the GsmCellLocation.getCid() method to get the Cell ID on my network. When I run the command and get all the CellIDs for
the NeighboringCellInfo I get this values:
597195726
597185722
597195718
597110191
597101100
597175726
I'm running this…
>>> More