开发者

Android Dev : NO EC/IO?

开发者 https://www.devze.com 2023-01-06 17:21 出处:网络
Wondering how to get the E开发者_如何转开发C/IO value on the Android Nexus One phone. Actual methods given by Android class android.telephony.SignalStrength are:

Wondering how to get the E开发者_如何转开发C/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?


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

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


Did you checked this?

I never try this by myself but someone told me that in Android world, GSM might actually mean UMTS. For example, you use "CDMA" stack for Verizon phone and "GSM" stack for ATT phone.

0

精彩评论

暂无评论...
验证码 换一张
取 消