Getting Signal Strength RSCP and Ec/Io from a phon

2019-05-10 18:48发布

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

1条回答
兄弟一词,经得起流年.
2楼-- · 2019-05-10 19:15

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.

查看更多
登录 后发表回答