**** Beta release ***
CellMon lets you monitor your cellular radio
- Signal strength
- 2G/3G-umts/4G-lte , band and actual frequencies
- connection status
It was started to give me a decent signal strength meter to help in finding the best signal location.
It reads the information via dbus, and is now fairly easy to add more dbus sources
There are two bars showing signal strength from the two different apis. NetworkRegistration updates automatically. NetworkMonitor has to be manually updated , or when you press ">" it reads NetworkMonitor on a fast timer loop.
Below the bars are a spinner and history so you can see when updates are happening, and catch fast changing levels.
Limitation V0.3.2 Added umts/3G frequencies basic bands only not extra channels. I have no way to see what happens with 2G so report any un-decoded channels. support sim1/2, no detect if present;
To understand what I am displaying see:
https://github.com/rilmodem/ofono/blob/master/doc/network-api.txt
https://git.sailfishos.org/mer-core/ofono/blob/master/ofono/doc/networkmonitor-api.txt
https://openrepos.net/content/jrgdre/d-bus-inspector
(this is a pure qml app)
Attachment | Size | Date |
---|---|---|
cellmon-0.1-1.noarch.rpm | 53.19 KB | 18/06/2021 - 13:44 |
cellmon-0.2-1.noarch.rpm | 54.22 KB | 23/06/2021 - 13:47 |
cellmon-0.3-2.noarch.rpm | 42.78 KB | 27/06/2021 - 12:07 |
- Add basic umts frequency table and rewrite channel2freq - add NetworkOperator.GetProperties - make icon
Comments
HansRoulade
Thu, 2022/05/12 - 23:34
Permalink
Band and Freqs are not shown on XA2+ Dual SIM (using only SIM1), any idea what might go wrong here?
Seven_of_nine
Tue, 2021/06/22 - 14:25
Permalink
Works fine at my Xperia 10 single SIM. Thank you very much!
nephros
Fri, 2021/06/18 - 14:37
Permalink
Cool!
AFAICS it doesn't take into account Dual-Sim though, correct? Supporting that would be nice, perhaps one per page.
crun
Sat, 2021/06/19 - 09:16
Permalink
I will need a tester who is running dual sims for that.
I have assumed that ril+0 is sim1 and ril_1 will be sim_2
nephros
Sat, 2021/06/19 - 19:16
Permalink
Correct, here's some example dbus calls:
I'll test if you need anything.
crun
Wed, 2021/06/23 - 13:50
Permalink
V0.2: Support for SIM2 added. You can raise issues on the github now, should be working from about page, so move there for feedback.