dbus-send --system --print-reply --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_operator_name byte:0 uint32:10 uint32:222 method return sender=:1.20 -> dest=:1.4287 reply_serial=2 string "vodafone IT" int32 0
can't find method Phone.Net::get_operator_name
QDBusInterface device(QLatin1String("com.nokia.phone.net"), QLatin1String("/com/nokia/phone/net"), QLatin1String("Phone.Net"), QDBusConnection::systemBus()); int opCode = 10; int countryCode = 222; QDBusMessage msg = device.call(QLatin1String("get_operator_name"), 0, opCode, countryCode);