For the most part, when we call GsmCellLocation.getCid, we get normal
looking numbers:


public synchronized static int GetCellId() {

        GsmCellLocation location = (GsmCellLocation) phoneMan.getCellLocation
();
        return (location.getCid());

}


This method often times returns small numbers under 10000 which seem
in line with other phones:
        -1 (unknown, but expected per the documentation
        3151
        4252
        8251

etc ... all these look fine.  But, recently we're noticing some rather
large numbers come back:

        21267748
        21267756
        27821304

Has anyone seen this?  And, does anyone know what accounts for such a
dramatic change in numbers?  Do the larger numbers contain other bits
about the tower that I need to extract using bitwise flags?

Thanks

Richard Schilling
Root Wireless

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