[Request] Ability to use phone functionality from terminal
It would have been nice to have the possibility to e.g. send an sms or make a phone call by accessing the phone through ssh.
I know this is already possible by utilizing the dbus, but then you miss half of the cake. For example, if you send an sms by the use of dbus, your sms won't be stored in the history of the person whom you're sending the sms to. If the applications that constitutes the main functionality of the phone, i.e., calling, sending sms and so on, is developed by the use of the MVC model (or similar), it shouldn't be to complicated to make a view for the terminal, right?