PINE64
Can send SMS but can't receive SMS with Beta 11..? Please help - 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: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: Can send SMS but can't receive SMS with Beta 11..? Please help (/showthread.php?tid=14416)



Can send SMS but can't receive SMS with Beta 11..? Please help - danimations - 07-13-2021

Hi,

I'm running Manjaro ARM w/ Phosh Beta 11 and can send, but can't receive SMS. This is creating major headaches for me, as this is a daily driver phone.

Are there any settings I should be looking into and changing or experimenting with?

Any insights would been deeply appreciated.


RE: Can send SMS but can't receive SMS with Beta 11..? Please help - kqlnut - 07-13-2021

(07-13-2021, 02:14 AM)danimations Wrote: Hi,

I'm running Manjaro ARM w/ Phosh Beta 11 and can send, but can't receive SMS. This is creating major headaches for me, as this is a daily driver phone.

Are there any settings I should be looking into and changing or experimenting with?

Any insights would been deeply appreciated.
Maybe your SMS queue is clogged, possibly by an MMS. Try this:
Code:
# list SMS in queue
mmcli -m any --messaging-list-sms

# read sms specified by index
mmcli -m any --sms=[index]

# delete sms by index
mmcli -m any --messaging-delete-sms=[index]
Once the queue is empty, check again if receiving SMS works.


RE: Can send SMS but can't receive SMS with Beta 11..? Please help - wizmart - 07-13-2021

Just tried with manjaro phosh latest upgrade to 12, no problem here the phone waked up right away and i can see the msg..


RE: Can send SMS but can't receive SMS with Beta 11..? Please help - danimations - 07-13-2021

So I cleared the SMS queue entirely. Initially, the problem persisted.

Then I rebooted my phone, and voila... my SMS to self was both sent and received. Problem solved! 

Massive thanks!  Heart