I want to control the phone with unix. I want to perform telephony functions with the command line.
I want to place calls with a command line. I want to redirect stdio into an SMS. I want to query provider/signal/encryption/service with sysctls.
And so on ...
I don't think many unix cellular telephony tools exist, do they ?
https://github.com/paulfertser/fso-el/wiki
You can always manually send DBus messages to the FSO/oFono daemons, here is an example for oFono:
https://together.jolla.com/question/17992/sending-an-sms-via...
I expect similar things are possible with Android RILs.
I want to control the phone with unix. I want to perform telephony functions with the command line.
I want to place calls with a command line. I want to redirect stdio into an SMS. I want to query provider/signal/encryption/service with sysctls.
And so on ...
I don't think many unix cellular telephony tools exist, do they ?