@ezst036 said in How can I troubleshoot broken SMS?:
How can I access ofonod?
That's the spirit, looking under the hood
you can use 'sudo systemctl edit ofono' and create the following drop-in:
# /etc/systemd/system/ofono.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/sbin/ofonod -d -P ril --nodetach
and do the usual 'sudo systemctl daemon-reload' and 'sudo systemctl restart ofono'.
If it has bad consequences, remove the override file and reload as above.
After you have saved a log (seen using 'journalctl -e -u ofono'), remove the override anyway since it will eat at your disk space a bit too fast.
You can save the log as a text file also and attach it here, no warranty it will be read, understood and diagnosed any faster though.