Hello.
Thanks for the reply. I tryied to make it work, but without luck. When I'm running the D-Bus Activation Script I get this:
Code:
./hs.py: 2: Syntax error: "(" unexpected
I tryied to install python-dbus, but:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-dbus is already the newest version.
The following packages were automatically installed and are no longer required:
libgnucrypto-java libcairo-jni libgtk-jni libcairo-java libglib-jni libbcprov-java libglib-java libgtk-java
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have the package, but still without any result. Is there anyone who made it work (play PC's sound on the phone, a SE phone) ?
Later edit
I managed to do it with the BTSCO (link:
https://help.ubuntu.com/community/BluetoothSkype)(well, i managed to connect to the phone), I know it's obstelete. I still have a problem. When
Code:
$ sudo btsco -v 00:18:13:0D:23:D5
btsco v0.42
Device is 1:0
Voice setting: 0x0060
RFCOMM channel 5 connected
Using interface hci0
it connects to the phone, the icon on the phones display looks like handsfree, but when I try to
Code:
aplay -B 1000000 -D plughw:Headset /usr/share/sounds/login.wav
I get:
Code:
RFCOMM channel lost
i/o needed: connecting sco...
Can't connect SCO audio channel
: Connection refused
no sound on the phone, no nothing. Do I have to run a program on the phone (Walkman or something)?
Thanks