Aquaris E4.5 Ubuntu Edition: Ist es möglich, vom Terminal aus einen Anruf zu tätigen?
Antwort1
Startet einfach die Anwendung mit der Nummer:
dialer-app tel:///666 --desktop_file_hint=/usr/share/applications/dialer-app.desktop
(So führen Sie Apps auf Mir über die Befehlszeile aus:wie führe ich eine Mir-Anwendung über eine Befehlszeile aus?)
Im Quellcode:
...
// do not call the number directly, instead only populate the dialpad view
QMetaObject::invokeMethod(mainView, "populateDialpad", Q_ARG(QVariant, value), Q_ARG(QVariant, QString()));
...