[android-developers] GSM signal strength "unknown" returned in Gingerbread 2.3.3
I have registered a PhoneStateListener and I am listening to
onSignalStrengthChanged(asu) and
onSignalStrengthsChanged(SignalStrength signalStrength).
On Eclair, these events correctly return the GSM signal strength in
asu, but on Gingerbread onSignalStrengthChanged always returns -1 and
signalStrength.GetGsmSignalStrength() always returns -99
(UNKNOWN_RSSI).
This means it is impossible to read the signal strength on
Gingerbread.
I tried my app on a phone with Gingerbread version 2.3.4 and it worked
fine.
Is this a known issue with 2.3.3? Is there a workaround?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home