Hi:
    As I understand from the Android documentation, the 1.0 SDK
supports GsmCellLocation class that can return the CellID and Lac of a
handset. For those with a real handset, can I confirm that the
following code works?

                 GsmCellLocation location = new GsmCellLocation();
                 cellid = location.getCid();
                 lac = location.getLac();

    Also, how do I obtain the MNC and MCC?

Thanks!
Wei-Meng

--~--~---------~--~----~------------~-------~--~----~
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