Android Dev: NO EC / IO?

It's amazing how to get value EC/IOon a Nexus One Android phone.

Actual methods defined by the Android class android.telephony.SignalStrength:

/* 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 that I am on a UMTS / WCDMA network, so there is no way for me to get the actual value.

Any updates from Android? Or a workaround?

+3
source share
2 answers

http://developer.android.com/reference/android/telephony/TelephonyManager.html

cdma is different from wcdma / umts. suggest using GSM or HSUPA.

+1
source

Did you tag this one ?

, - , Android GSM UMTS. , "CDMA" Verizon "GSM" ATT.

0

Source: https://habr.com/ru/post/1754271/


All Articles