PINE64
Debug receiving sms - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: Debug receiving sms (/showthread.php?tid=14584)



Debug receiving sms - olesendan - 08-04-2021

Hi.

My phone have stopped receiving sam's. From what I recall it stopped at the end of may.

I can make calls, and send sms's, but not receive sms.

I've tried to reinstall modemmanager and chatty.

I've never really debugged before, so would appreciate if someone could point me in a direction regarding how to debug.

Greetings from Denmark
Dan


RE: Debug receiving sms - dukla2000 - 08-04-2021

(08-04-2021, 11:06 AM)olesendan Wrote: Hi.

My phone have stopped receiving sam's. From what I recall it stopped at the end of may.

I can make calls, and send sms's, but not receive sms.

I've tried to reinstall modemmanager and chatty.

I've never really debugged before, so would appreciate if someone could point me in a direction regarding how to debug.

Greetings from Denmark
Dan

It may well be your SMS receive queue has become jammed by some MMS. The way to see your queue is, in a terminal,
Code:
$ sudo mmcli -m any --messaging-list-sms
[sudo] password for csn:
    /org/freedesktop/ModemManager1/SMS/113 (received)
    /org/freedesktop/ModemManager1/SMS/112 (received)
    /org/freedesktop/ModemManager1/SMS/111 (received)
    /org/freedesktop/ModemManager1/SMS/110 (received)
    /org/freedesktop/ModemManager1/SMS/109 (received)
    /org/freedesktop/ModemManager1/SMS/108 (received)

You then need to delete any that are NOT received (IIRC they show as receiving or something similar.) Unfortunately my notes on the delete command are obsolete - things have changed since I wrote it down and I can't find the original tip. (it was parameter --messaging-delete-sms=108 say but that no longer seems to work!) Hopefully someone smarter than me can work out the current mmcli syntax you need if you post your list output!


RE: Debug receiving sms - olesendan - 08-08-2021

(08-04-2021, 03:03 PM)dukla2000 Wrote:
(08-04-2021, 11:06 AM)olesendan Wrote: Hi.

My phone have stopped receiving sam's. From what I recall it stopped at the end of may.

I can make calls, and send sms's, but not receive sms.

I've tried to reinstall modemmanager and chatty.

I've never really debugged before, so would appreciate if someone could point me in a direction regarding how to debug.

Greetings from Denmark
Dan

It may well be your SMS receive queue has become jammed by some MMS. The way to see your queue is, in a terminal,
Code:
$ sudo mmcli -m any --messaging-list-sms
[sudo] password for csn:
    /org/freedesktop/ModemManager1/SMS/113 (received)
    /org/freedesktop/ModemManager1/SMS/112 (received)
    /org/freedesktop/ModemManager1/SMS/111 (received)
    /org/freedesktop/ModemManager1/SMS/110 (received)
    /org/freedesktop/ModemManager1/SMS/109 (received)
    /org/freedesktop/ModemManager1/SMS/108 (received)

You then need to delete any that are NOT received (IIRC they show as receiving or something similar.) Unfortunately my notes on the delete command are obsolete - things have changed since I wrote it down and I can't find the original tip. (it was parameter --messaging-delete-sms=108 say but that no longer seems to work!) Hopefully someone smarter than me can work out the current mmcli syntax you need if you post your list output!

Hi Dukla2000.

Thank you, for your suggestions.

I had some SMS's in the modem. after deleting them, I've started recieving new SMS's again.

Greetings from Denmark.
Dan Olesen