Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMS support for the mobile version of Sculpt OS #5127

Open
nfeske opened this issue Feb 23, 2024 · 1 comment
Open

SMS support for the mobile version of Sculpt OS #5127

nfeske opened this issue Feb 23, 2024 · 1 comment
Labels

Comments

@nfeske
Copy link
Member

nfeske commented Feb 23, 2024

Sculpt OS on the PinePhone needs to support the reception and sending of SMS messages.

The modem_pinephone.run script provided by the genode-allwinner repository already allows for the sending and receiving of text messages by issuing AT commands in the interactive mode. However, to accommodate Sculpt OS, the modem driver needs to be extended with the ability to export the available messages (as XML), delete messages from the SIM card, and to send messages.

The article https://lupyuen.github.io/articles/lte2 provides many useful clues to be considered while implementing this feature. One particularly interesting insight is the preference of the PDU encoding over text-mode messages.

@nfeske nfeske added the feature label Feb 23, 2024
nfeske added a commit to nfeske/genode that referenced this issue Feb 23, 2024
@nfeske
Copy link
Member Author

nfeske commented Feb 23, 2024

Commit nfeske@d1408c2 implements a parser for PDUs of type "SMS-DELIVER" as obtained via the AT+CMGL AT command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant