View Single Post
Halftux's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#6
Originally Posted by mikecomputing View Post
There is also a good tool in terminal .

qdbus this tool you can list all running dbus services and lists method/signals and even execute methods
I couldn't find this nice tool so I created one from QT4.8 source compiled with harmattan toolchain.
That is why you need for the N900 a different lib.
This ugly hack was for me the fastest. Otherwise I need to recode qdbus. However for quick check some dbus it is nice. Don't know if my method can harm the system, could be that it hang up? Try at your own risk.
Here for sharing.. have a nice dbus hacking.

The mount binding is not needed for Harmattan.
Code:
chmod +x qdbus
mount --bind libstdc\+\+.so.6.0.12 /usr/lib/libstdc\+\+.so.6.0.9
./qdbus
after usage:
Code:
umount /[your_path]/libstdc\+\+.so.6.0.12
If there is already a qdbus package for N900 or a better way to point to the library do not hesitate to post

EDIT! removed attachment because uploaded qqdbus to extra

Last edited by Halftux; 2014-01-08 at 22:54.
 

The Following User Says Thank You to Halftux For This Useful Post: