从 HSPA 网络提供服务的电话获取信号强度 RSCP 和 Ec/Io

发布于 2024-10-06 19:19:02 字数 200 浏览 0 评论 0原文

我正在尝试从 AT&T 网络手机上的 Android 应用程序捕获信号强度和 Ec/Io。当电话在 WCDMA / HSDPA 网络上提供服务时,相关的 RF 测量为 RSCP 和 Ec/Io。如何获取当前的RSCP和Ec/Io?当手机驻留在 3G (UMTS/HSDPA/HSPA/HSUPA) 网络时,GSM 信号强度和 GSM 误码率不适用。

谢谢。 狄龙

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.

Thanks.
Dillon

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虫児飞 2024-10-13 19:19:02

信号强度指示器使用以下内容:

[android.telephony.PhoneStateListener][1]

如果您使用的是基于 i9000 的调制解调器,则可以拨打以下号码:

*#0011#

这将为您提供您所在的 WCDMA 频段、DL 和 UL频率、小区 ID 和 LAC 以及 RSCP / ECIO 值。

The signal strength indicator uses the following:

[android.telephony.PhoneStateListener][1]

If you're using an i9000 based modem, you can dial the following:

*#0011#

This will give you the WCDMA band you're on, DL and UL frequencies, Cell ID and LAC, and RSCP / ECIO values.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文