View Single Post
Posts: 58 | Thanked: 10 times | Joined on Dec 2009
#6
Originally Posted by qwerty12 View Post
Are you using Qt? I have no idea then, sorry. Qt probably has a connectivity wrapper somewhere; you could try using that, instead, if it exists.

Alternatively, just use QDBus. ICD2 emits signals and has methods for getting the current state etc.
Yes, I'm using Qt.

Btw. When I try to execute
https://vcs.maemo.org/svn/pymaemo/pa...est_connect.py

It just prints "connect()"
No callback is done. On the phone and in scrathcbox.

Can you give me some more info on QDBus?