I want to get rssi value in wcdma and lte not RSCP or RSRP values.
When I used getCellSignalStrength()
method for lte ,it returns RSRP value.
When I used getsignalStrength()
method for wcdma, it returns asu value and I used this formula 2*asu-113
for getting RSCP value.
However, I can not reach rssi value both lte and wcdma.In addition, I can not take ec/io value. But, when I used *#0011# code
( opens Samsung servis mode) , I can see more detail information about wcdma and lte (rssi,ec/io,rsrq,tx,rrc end etc).
How do I get these information in android programmability?