the-modem-distro / pinephone_modem_sdk

Pinephone Modem SDK: Tools to build your own bootloader, kernel and rootfs
GNU General Public License v3.0
595 stars 64 forks source link

Make SMS interface commands available via adb shell #170

Open bircoph opened 1 year ago

bircoph commented 1 year ago

Hi!

It would be useful to have modem sms interface available as some CLI tool via adb. This will make scritpting much easier and should not be hard to implement.

Biktorgj commented 1 year ago

Most of the stuff is available via AT commands, and openqti starts needing a good rewrite, so I could maybe allow more complete CLI support) (though I'm waiting for some other development which might force me to do it anyway). Anything specific that you're missing?