Aleksander Morgado
8f8bcd7724
cli: allow modifying default DBus timeout with `--timeout'
...
By default 30s will be used for every operation.
2012-07-25 11:44:01 +02:00
Aleksander Morgado
001f35234e
cli: ensure modem is enabled when performing actions
...
Don't rely on the lock status, as the modem may say it requires SIM PIN 2, but
we're allowed to run most operations even with that unlock required.
2012-07-25 11:43:45 +02:00
Aleksander Morgado
28f13c09ec
mmcli: abort certain operations if modem is unlocked
...
Do not try to perform feature/capability specific actions if we're still
unlocked, as the modem didn't yet export the feature/capability specific
interface.
The only interfaces expected while modem is unlocked are the Modem and Simple
interfaces, as well as the SIM interface in the SIM object, of course.
2012-03-26 13:00:07 +02:00
Aleksander Morgado
b61c94016a
api,dbus: remove the option to send the SMS in the Create() call
...
An SMS must be first created with the Messaging interface, and then sent using the
Send() method from the SMS-specific interface.
2012-03-15 14:15:02 +01:00
Aleksander Morgado
d528a2211b
cli: ensure EOL is added at every error message
2012-03-15 14:15:01 +01:00
Aleksander Morgado
0833934f11
cli: added Messaging-specific actions
2012-03-15 14:15:01 +01:00