All Questions
Tagged with telephonymanager lte
8 questions
0
votes
0
answers
221
views
How find the LTE bandwidth in Android
I need to find the LTE bandwidth in Android. I tried requestCellInfoUpdate method in TelephonyManager:
cellInfoCallbackObject = MyCellInfoCallback()
executor = requireActivity().mainExecutor
tm....
0
votes
1
answer
213
views
Which CQI table should i choose for CQI value from telephony manager api
I am getting cqi value (Get channel quality indicator Reference: 3GPP TS 136.213 section 7.2.3.) from telephony manager, but now i am confused which exact table should i choose for 4g network and 5g ...
0
votes
1
answer
645
views
Convert RSRP to RSSI from CellSignalStrengthLte
So I need to get RSSI of LTE network and I know that CellSignalStrengthLte has special method for getting RSSI, but it is available for API >= 29, but my app has min API of 23.
However I can get a ...
0
votes
2
answers
537
views
Search for 4G Network [closed]
How to programmatically (for Android) search for 4G network and get the result ?
To be more clear : When I clicked a button it search for all available 4G network and show me the result in a list.
...
0
votes
1
answer
1k
views
CellSignalStrengthLte shows different values in toString() than are available with getters
The CellSignalStrengthLte class seems to return some values with toString() that don't have associated getters.
Here is an example of toString():
CellSignalStrengthLte: ss=12 rsrp=-114 rsrq=-11 ...
5
votes
1
answer
13k
views
preferred_network_mode values for GWL/LTE ONLY/WCDMA ONLY/GSM using adb
I am using below adb commands for changing preferred network mode to GSM where value is 1, Can any one give the values for other modes like
- GWL (GSM/WCDMA/LTEONLY)
- LTE ONLY
- WCDMA PREFERRED etc
...
2
votes
3
answers
15k
views
Get RSRP from CellSignalStrengthLte for Android app API 17+
A few people over the past decade have asked similar questions but none have ANY answers. I need to write an android app that collects and stores RSRP, RSRQ, CINR, and Cell ID. The answers need to be ...
1
vote
1
answer
2k
views
Some GSM devices crashing with CDMA SignalStrength error on Android
My Android app monitors cellular signal strengths. On CDMA devices, it works without any problems. On many GSM devices, it works without any problems. However, on some GSM devices, I am getting ...