Get Cell RSSI(Network Signal Strength) on Android 1.5
Posted
by Brandon
on Stack Overflow
See other posts from Stack Overflow
or by Brandon
Published on 2010-02-16T19:33:36Z
Indexed on
2010/05/11
12:04 UTC
Read the original article
Hit count: 340
Is there any way to retrieve the current cellular Signal Strength (RSSI) on Android 1.5?
I know there's a way to listen for signal strength updates through the TelephonyManager
, but this seems to only give a "state," not a numeric value.
Is using the RSSI field on a neighboring cell fairly accurate? I'm guessing not, but I'm running out of ideas.
© Stack Overflow or respective owner