07-14-2022, 04:08 PM
(07-14-2022, 10:30 AM)brb78 Wrote:(06-30-2022, 06:46 PM)jyoung Wrote: Hi, a few weeks ago I noticed that the chat app on my pinephone isn't getting texts anymore. I can still send them, but not recieve. I'm running mobian phosh on a pinephone beta. I haven't changed carrier or anything, and I haven't really changed anything on the phone. Does anyone know what might be going on?
install minicom
Followed by connecting to the modem tty through minicom by
Code:sudo minicom -D /dev/ttyUSB2
That sequence of AT comands was devised by someone that didn't understand what the commands did.
A person could use AT+CPMS? to see how many messages are stored and the maximum capacity and then AT+CMGD=,2 to get rid of just the read and sent messages. AT+CMGL=4 can also be used to see the messages, though they'll likely be in an encoded format. The AT commands are documented here.
This purge operation will have to be done periodically until the root problem is fixed.