问题描述
我想从我的Android应用捕获信号强度和的Ec / Io一个电话,是在上功放与上; T网络。当正在WCDMA / HSDPA网络上提供的电话,相关的RF测量RSCP和的Ec / Io。我如何获取当前RSCP和的Ec / Io? GSM信号强度和GSM误码率不适用时,手机上的3G(UMTS / HSDPA / HSPA / HSUPA)网络。
I am trying to capture Signal Strength and Ec/Io from my Android app on a phone that's on at&t network. When a phone is being served on WCDMA / HSDPA network, the pertinent RF measurements are RSCP and Ec/Io. How do I obtain the current RSCP and Ec/Io? The GSM Signal Strength and GSM Bit Error Rate are not applicable when the phone is camping on 3G (UMTS/HSDPA/HSPA/HSUPA) network.
感谢。
狄龙
推荐答案
信号强度指示器使用以下内容:
The signal strength indicator uses the following:
[android.telephony.PhoneStateListener][1]
如果您使用的是基于i9000的调制解调器,您可以拨打以下内容:
If you're using an i9000 based modem, you can dial the following:
* #0011#
这会给你的WCDMA频段你在,DL和UL频率,小区ID和LAC,以及RSCP / ECIO值。
This will give you the WCDMA band you're on, DL and UL frequencies, Cell ID and LAC, and RSCP / ECIO values.
这篇关于获取信号强度RSCP和的Ec / Io由一个HSPA网络提供服务的电话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!