![]() |
2010-06-03
, 06:01
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2010
|
#22
|
![]() |
2010-07-18
, 10:07
|
Posts: 1 |
Thanked: 1 time |
Joined on Jul 2010
|
#23
|
The Following User Says Thank You to hojemo For This Useful Post: | ||
![]() |
2010-07-27
, 06:40
|
Posts: 83 |
Thanked: 130 times |
Joined on Dec 2009
|
#24
|
![]() |
2010-07-27
, 07:36
|
Posts: 15 |
Thanked: 4 times |
Joined on May 2010
|
#25
|
![]() |
2010-07-27
, 20:03
|
Posts: 45 |
Thanked: 25 times |
Joined on Aug 2008
@ Germany
|
#26
|
![]() |
2010-07-27
, 20:09
|
Posts: 45 |
Thanked: 25 times |
Joined on Aug 2008
@ Germany
|
#27
|
By the way, has someone understood why sometimes the sound come through the speakers of the N900 even though the headset is displayed as connected in the phone? This happens after disconnecting and then reconnecting.
#!/bin/sh # Enter the Address of your headphone here: devmac=00:00:00:00:00:00 adapter=$(dbus-send --print-reply --system --dest=org.bluez / org.bluez.Manager.DefaultAdapter| sed -ne "s/^.*object path //p"|sed -e 's/"//g') device=$(dbus-send --print-reply --system --dest=org.bluez ${adapter} org.bluez.Adapter.FindDevice string:${devmac}|sed -ne "s/^.*object path //p"|sed -e 's/"//g') dbus-send --system --print-reply --type=method_call --dest=org.bluez ${device} org.bluez.Device.Disconnect sleep 2 dbus-send --system --print-reply --type=method_call --dest=org.bluez ${device} org.bluez.AudioSink.Connect dbus-send --system --print-reply --type=method_call --dest=org.bluez ${device} org.bluez.Headset.Connect
The Following 3 Users Say Thank You to christoph For This Useful Post: | ||
![]() |
2010-07-28
, 11:28
|
Posts: 25 |
Thanked: 3 times |
Joined on Mar 2010
@ Greece
|
#28
|
![]() |
2010-09-03
, 14:45
|
Posts: 5 |
Thanked: 0 times |
Joined on Sep 2010
|
#29
|
![]() |
2010-09-03
, 15:10
|
Posts: 25 |
Thanked: 3 times |
Joined on Mar 2010
@ Greece
|
#30
|
Hello Team,
I am using motorola S9-HD Bluetooth and this is successfully connected back to N900 but no voice. if i use media player to play music/movie it comes from n900 speakers and not from the Headset.
PLease suggest on how to make this work...
Regards,
Papps
for me it is still not working, neither with the PR1.2. Exactly the same problem than before.
And additional problems I have found since I wrote the last entry in this forum:
When listening to music, sometimes the phone detects a new mail or sms and playing the warning, but changing the profile to bt-telephone, thus needing to repeat again the disconnection/reconnection.