We have a requirement for our Android application has to retrieve gsm signal strength values that are greater than -51dBm. However the spec (section 8.5) mentioned in the Android documentation says that the valid return values of getGsmSignalStrength() are only between 0 and 31, mapping to -113dBm and -51dBm. Has anyone seen Android return values greater than 31? If so doesn't that mean Android returns invalid signal strength values?
(99 doesn't count, that means "not known or not detectable")
Any other way of getting a higher reading?
Thanks