Hi,

I'm a bit unclear what Service Framework API is for. Is this, for instance
on Linux, accessing platform services through dbus, or something else?

I tried to get dubs interface from QML on Maemo5 but I never get it work. My
test code looks like below, but it always complains "WARNING: No default
service found for interface name:  "org.bluez.Manager"" and valid property
of course is false.

Rectangle{
Component.onCompleted:{
 console.log(btManager.valid);
}
Service {
id: btManager
interfaceName: 'org.bluez.Manager'
}
}

-- 
BR,
Koichi Mori
_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback

Reply via email to