Android 的 getGsmSignalStrength() 中哪些值(高或低)更好
我正在尝试读取一个小型 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些值在 GSM 标准 TS 27.007 第 8.5 节中定义(Google 或参见 此处)
从标准来看:
这意味着 - 0 是低的,31 是好的。
The values are defined in the GSM standard TS 27.007, section 8.5 (Google it, or see here)
From the standard:
Which means - 0 is low, 31 is good.