在 Android 1.5 上获取小区 RSSI(网络信号强度)

发布于 2024-08-21 23:18:50 字数 158 浏览 10 评论 0原文

有没有办法在 Android 1.5 上检索当前的蜂窝信号强度 (RSSI)?

我知道有一种方法可以通过 TelephonyManager 监听信号强度更新,但这似乎只给出“状态”,而不是数值。

使用相邻小区的 RSSI 字段是否相当准确?我猜不会,但我已经没有主意了。

Is there any way to retrieve the current cellular Signal Strength (RSSI) on Android 1.5?

I know there's a way to listen for signal strength updates through the TelephonyManager, but this seems to only give a "state," not a numeric value.

Is using the RSSI field on a neighboring cell fairly accurate? I'm guessing not, but I'm running out of ideas.

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

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

发布评论

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

评论(3

纵山崖 2024-08-28 23:18:50

TelephonyManager.listen 带有标志 LISTEN_SIGNAL_STRENGTHS

http://developer.android.com/reference/ android/telephony/PhoneStateListener.html

TelephonyManager.listen with flag LISTEN_SIGNAL_STRENGTHS

http://developer.android.com/reference/android/telephony/PhoneStateListener.html

dawn曙光 2024-08-28 23:18:50

Android 版本之间似乎存在某种 API 更改。
这个问题的答案 应该给你一些进一步研究的要点。

It seems that there is some kind of API change between the Android Versions.
The answer to this question should give you some points to look further into this.

青丝拂面 2024-08-28 23:18:50

这是使用 PhoneStatuslistener 的教程。
是一个学习示例教程,它在我编程时对我很有帮助。

http://www.firstdroid.com/2010 /05/12/get-provider-gsm-signal-strength/

阿德里安。

Here is a tutorial that uses a PhoneStatuslistener.
Is a learn be example tutorial, it help me when I was programming.

http://www.firstdroid.com/2010/05/12/get-provider-gsm-signal-strength/

Adrian.

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