Wondering how to get the EC/IO
value on the Android Nexus One phone.
Actual methods given by Android class android.telephony.SignalStrength
are:
/* Get the CDMA Ec/Io value in dB*10 */
int getCdmaEcio()
/* Get the EVDO Ec/Io value in dB*10 */
int getEvdoEcio()
The problem is: I am on an UMTS / WCDMA Network, so, there is no way for me to actual get the value.
Any updates from Android? Or workaround?