(as there is already a proximity sensor on the list), but I was wondering about adding a button in some form.
wave hand over, and it shows something else for 2 sec.| The Following 4 Users Say Thank You to kimmoli For This Useful Post: | ||
| The Following User Says Thank You to Bundyo For This Useful Post: | ||
| The Following User Says Thank You to kimmoli For This Useful Post: | ||
static const QString service = "org.ofono";
static const QString path = "/ril_0";
static const QString interface = "org.ofono.MessageManager";
static const QString name = "IncomingMessage";
static QDBusConnection conn = QDBusConnection::systemBus();
conn.connect(service, path, interface, name, &toholed, SLOT(handleSMS(const QDBusMessage&)));