Hi,

   I am doing one application in which I am fetching the Cell,
location ids of the towers. I am able to get cellid, lacid and
networkOperator name. I am using the following code.

private GsmCellLocation gsmCellLocation;
gsmCellLocation = (GsmCellLocation)cellLocation;
                        cellID = gsmCellLocation.getCid();
                        lacID = gsmCellLocation.getLac();
                        String networkOperatorName =
telephonyManager.getNetworkOperatorName();

But I need the location name of the tower, like what we get as Cell
info display. How is it possible.
Please help.....

Thanks in advance,

SREEHARI.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to