01-04-2020, 09:32 PM
Just some extra information that could be useful for people testing the phone using postmarketOS.
The modem name is "quectelqmi_1"
Commands of this type can interact with the modem using DBus:
dbus-send --print-reply --system --dest=org.ofono /quectelqmi_1 org.ofono.Modem.GetProperties
When using the testing image it is useful to install qdbusviewer:
sudo apk add qt5-qdbusviewer
And, to execute it from a graphical terminal with X11 forwarding (the pinephone screen without the auto rotation is useless in this case).
In my case, I want to use the "ofono" interface directly without the included phone software. I am not a fan of DBus but if there is no other way, is ok (by now). Later I will embed some extra-secure software to protect the communication channels :-) ...
The modem name is "quectelqmi_1"
Commands of this type can interact with the modem using DBus:
dbus-send --print-reply --system --dest=org.ofono /quectelqmi_1 org.ofono.Modem.GetProperties
When using the testing image it is useful to install qdbusviewer:
sudo apk add qt5-qdbusviewer
And, to execute it from a graphical terminal with X11 forwarding (the pinephone screen without the auto rotation is useless in this case).
In my case, I want to use the "ofono" interface directly without the included phone software. I am not a fan of DBus but if there is no other way, is ok (by now). Later I will embed some extra-secure software to protect the communication channels :-) ...