I put ModemManager in debug mode and captured the output while receiving a SMS message with both Verizon and Ting SIMs. The output looks substantially different, With the Ting SIM I can see things like ...
... followed by more messages parsing the SMS packet and acknowledging receipt.
With the Verizon SIM there are just occasional "Get Packet Statistics" and "Dormancy Status" messages (that look like normal idle activity). It appears Verizon has simply decided to quit sending SMS to my Pinephone, so I guess I need to take that up with them.
I've looked at the flashing process and am still a bit intimidated by it. Especially the part about 'flashing usually fails" and then having to take the phone apart to short some pins. Despite the trouble I've been having, I've become rather dependent on the pinephone and don't want to brick it.
Code:
ModemManager[4738]: <debug> [1656078833.298040] [modem0/ttyUSB2/at] <-- '<CR><LF>+CMTI: "ME",0<CR><LF>'
ModemManager[4738]: <debug> [1656078833.298448] [modem0] locking SMS storages to: mem1 (ME), mem2 (none)...
ModemManager[4738]: <debug> [1656078833.298589] [modem0/ttyUSB2/at] device open count is 3 (open)
ModemManager[4738]: <debug> [1656078833.298890] [modem0/ttyUSB3/at] <-- '<CR><LF>+CMTI: "ME",0<CR><LF>'
ModemManager[4738]: <debug> [1656078833.299260] [modem0/ttyUSB2/at] --> 'AT+CPMS="ME"<CR>'
ModemManager[4738]: <debug> [1656078833.321372] [modem0/ttyUSB2/at] <-- '<CR><LF>+CPMS: 1,23,1,23,1,23<CR><LF><CR><LF>OK<CR><LF>'
ModemManager[4738]: <debug> [1656078833.322124] [modem0/ttyUSB2/at] device open count is 4 (open)
ModemManager[4738]: <debug> [1656078833.322316] [modem0/ttyUSB2/at] device open count is 3 (close)
ModemManager[4738]: <debug> [1656078833.322573] [modem0/ttyUSB2/at] --> 'AT+CMGR=0<CR>'
ModemManager[4738]: [/dev/cdc-wdm0] Received message...
With the Verizon SIM there are just occasional "Get Packet Statistics" and "Dormancy Status" messages (that look like normal idle activity). It appears Verizon has simply decided to quit sending SMS to my Pinephone, so I guess I need to take that up with them.
(06-23-2022, 07:01 PM)epiii2 Wrote: Wait a minute, you too? I thought I was just having trouble with my software but I might be seeing the same thing recently. I'm on the same original firmware version too (EG25GGBR07A08M2G_01.001.01.001) and the wiki's firmware update blurb links to Biktorgj's stuff on github as jsch suggested. We should probably check that out.
I've looked at the flashing process and am still a bit intimidated by it. Especially the part about 'flashing usually fails" and then having to take the phone apart to short some pins. Despite the trouble I've been having, I've become rather dependent on the pinephone and don't want to brick it.