ReMoko hid profile emulation

2008-10-14 Thread Nicola Mfb
only for compatibility I'd like to know if the problems is in bluez or in ReMoko hid profile emulation. If someone has a bt keyboard may try if this simple python script works (from wiki.bluez.org)? import dbus bus = dbus.SystemBus() # service activation bmgr = dbus.Interface(bus.get_object

Re: ReMoko hid profile emulation

2008-10-14 Thread Nicola Mfb
2008/10/14 Valerio Valerio [EMAIL PROTECTED] [...] This script doesn't work in my systems, all my systems have the input service activated by default, so fails on the service activation, and if I disable the input plugin the script fails again in this line: bus_id =

Re: ReMoko hid profile emulation

2008-10-14 Thread Valerio Valerio
2008/10/14 Nicola Mfb [EMAIL PROTECTED] 2008/10/14 Valerio Valerio [EMAIL PROTECTED] [...] This script doesn't work in my systems, all my systems have the input service activated by default, so fails on the service activation, and if I disable the input plugin the script fails again in this

Re: ReMoko hid profile emulation

2008-10-14 Thread Valerio Valerio
method it fails. As hidd is deprecated and provided only for compatibility I'd like to know if the problems is in bluez or in ReMoko hid profile emulation. If someone has a bt keyboard may try if this simple python script works (from wiki.bluez.org)? This script doesn't work in my systems, all