Android 的 getGsmSignalStrength() 中哪些值(高或低)更好

发布于 2024-09-13 09:51:58 字数 193 浏览 0 评论 0原文

我正在尝试读取一个小型 Android 应用程序中的信号强度,想知道是否有人测试过(或只是知道)记录的值(0-31、99)中哪个值更好。

我问哪个更好,我的意思是,0 代表没有信号,还是代表完美信号。

我在 Verizon 上运行 HTC Incredible,因此我可以确认 99 没有 GSM 天线,但我在 GSM 上找不到任何其他项目

I'm playing around with reading the signal strengths in a small Android App, and was wondering if anyone has tested this (or just knows) of the documented values (0-31, 99) which value is better.

By asking which is better, I mean, does 0 represent no signal, or perfect signal.

I'm running an HTC Incredible on Verizon, so I can confirm the 99 is no GSM antenna, but I could not find any other items on GSM

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

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

发布评论

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

评论(1

_畞蕅 2024-09-20 09:51:58

这些值在 GSM 标准 TS 27.007 第 8.5 节中定义(Google 或参见 此处

从标准来看:

0        -113 dBm or less  
1        -111 dBm  
2...30   -109... -53 dBm  
31        -51 dBm or greater  

99 not known or not detectable

这意味着 - 0 是低的,31 是好的。

The values are defined in the GSM standard TS 27.007, section 8.5 (Google it, or see here)

From the standard:

0        -113 dBm or less  
1        -111 dBm  
2...30   -109... -53 dBm  
31        -51 dBm or greater  

99 not known or not detectable

Which means - 0 is low, 31 is good.

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