> So does anyone know how to interpret the values returned?
>
> I can see no real pattern in the return values, unfortunately.

I only managed to get the NeighboringCellInfo in 3G Mode so far. I
don't know, why I don't get any NeighboringCells in 2G. My network is
o2 Germany.

getCid() in 3G returns the scrambling code of the cell and not the
cell id. I compared the values with Nokia Fieldtest app. I'm not quite
sure about the returned rssi value. I guess:

rxl[dBm] = -113dBm + rssi


But the reception of the NeighboringCellInfo seems to be quite buggy.
Very often I get 0 cells. Also a GPS Location provider seems to stop
the CellInfo from time to time.

And even worse is that
location = (GsmCellLocation) tm.getCellLocation();
location.requestLocationUpdate();
cellID = location.getCid();

returns -1 most of the time after a LocationNetworkProvider has
started. The onCelllocationChanged from the Phonestate listener also
stops working from then on.

Cell tracking is getting worse with every android update. It is now
even worse than it is on the Symbian plattform :(

My last hope is Issue 700.


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