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

