Android Dev : NO EC/IO?
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.
精彩评论