Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Dev : NO EC/IO?

Tags:

java

android

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?

like image 952
Philippe Girard Avatar asked Jul 31 '26 10:07

Philippe Girard


1 Answers

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

cdma is diffrent from wcdma/umts. suggest to use GSM or HSUPA .

like image 179
lhf Avatar answered Aug 02 '26 01:08

lhf



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!