05-12-2021, 01:55 PM
(This post was last modified: 05-12-2021, 01:58 PM by arno_nuehm.)
(05-12-2021, 01:45 PM)Maus Wrote:(05-11-2021, 01:51 PM)sfb Wrote: Has anyone tried this?
https://gitlab.com/mobian1/issues/-/issues/254
I tried this, intending to switch off IMS for some time in the running configuration of the modem, using mmcli to poke the modem's configuration directly. It didn't work. Sending text messages directly via mmcli also does not work any more, which tells me it isn't a Chatty problem, but with the middleware (ModemManager or eg25-manager).
Code:root@pine:~# mmcli -m any --messaging-create-sms="text='Hello world test',number='+44123456789'"
Successfully created new SMS: /org/freedesktop/ModemManager1/SMS/6
root@pine:~# mmcli -s 6 --send
error: couldn't find SMS at '/org/freedesktop/ModemManager1/SMS/6': 'not found in any modem'
journalctl tells this after some seconds:
Code:ModemManager[583]: transaction 0xd aborted, but message is not abortable
Thanks for testing and eliminating Chatty as the culprit... So it looks like a ModemManager thing, isn't it?
(05-12-2021, 07:45 AM)Anna Wrote: If Chatty is the standard, preinstalled & bookmarked SMS client: I don't seem to have any problems sending or receiving messages via O2 Germany.
That's good! Is your Mobian up-to-date?