With SDK 2.1 it is possible to get some additional signalstrength
information in the Phonestatelisteners onSignalStrengthsChanged event.
That works, but I need to monitor the signalstrength more accurate.
onSignalStrengthsCanged is only fired if one of the four signal bars
of the signalstrength indicator have changed.

So I tried this outside:

SignalStrength sig new SignalStrength();
rxl = sig.getGsmSignalStrength();

But it tells me that SignalStrength() is not visible. Why is that? The
funny thing is, that the NeighbouringCellInfo gives me the
Signalstrength of the neighbourcells every second, if I want. But the
serving cell is updated very badly.

Also I can use getGsmBitErrorRate() only in onSignalStrengthsChanged.
That makes no sense, because the quality of the signal is largely
independent of the strength.

So is there a change of getting the actual signalstrenth outside
onSignalStrengthsChanged?

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to