| The Following 3 Users Say Thank You to pH5 For This Useful Post: | ||
|
|
02-07-2010
, 07:38 PM
|
|
Posts: 94 |
Thanked: 10 times |
Joined on Jan 2010
|
#162
|
Just to add another data point, I just paired a Logitech diNovo Edge with a N900 running PR1.1 (flashed, not updated OTA, input enabled in /etc/bluetooth/main.conf) using the GUI. It wouldn't connect from the GUI, but using the bluez D-Bus interface from the command line worked:
Code:# dbus-send --system --print-reply --dest=org.bluez \ / org.bluez.Manager.DefaultAdapter object path "/org/bluez/11984/hci0" # dbus-send --system --dest=org.bluez \ /org/bluez/11984/hci0/dev_00_07_61_75_xx_xx \ org.bluez.Input.Connect

|
|
02-08-2010
, 06:50 AM
|
|
Posts: 43 |
Thanked: 33 times |
Joined on Jan 2010
|
#163
|
|
|
02-08-2010
, 08:18 AM
|
|
Posts: 43 |
Thanked: 33 times |
Joined on Jan 2010
|
#164
|

|
|
02-08-2010
, 09:28 AM
|
|
|
Posts: 138 |
Thanked: 362 times |
Joined on Aug 2009
@ Berlin
|
#165
|
Nothing was returned by the final command and the keyboard didn't pair (it was in pairing mode by pressing the red button on the unit.)
Any ideas where I went wrong?
|
|
02-09-2010
, 08:18 AM
|
|
Posts: 94 |
Thanked: 10 times |
Joined on Jan 2010
|
#166
|
|
|
02-09-2010
, 08:21 AM
|
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#167
|
|
|
02-09-2010
, 08:23 AM
|
|
Posts: 43 |
Thanked: 33 times |
Joined on Jan 2010
|
#168
|
|
|
02-09-2010
, 08:24 AM
|
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#169
|
|
|
02-09-2010
, 08:25 AM
|
|
Posts: 43 |
Thanked: 33 times |
Joined on Jan 2010
|
#170
|
Thanks for the help guys, I've now got my keyboard working with us mapping.
I've noticed Ctrl does not work and I can't press two keys at once... I bought the keyboard to remotely use the n900 through a tv, any ideas how I can get them working?
Thanks again to ph5 and johny
![]() |
| Thread Tools | Search this Thread |
|
# dbus-send --system --print-reply --dest=org.bluez \ / org.bluez.Manager.DefaultAdapter object path "/org/bluez/11984/hci0" # dbus-send --system --print-reply --dest=org.bluez \ /org/bluez/11984/hci0/dev_00_07_61_75_xx_xx \ org.bluez.Input.ConnectLast edited by pH5; 02-08-2010 at 09:10 AM. Reason: add missing --print-reply