|
2008-06-05
, 12:48
|
|
Posts: 546 |
Thanked: 85 times |
Joined on Feb 2008
@ Winnipeg, Canada
|
#132
|
Ok, I have a2dp working nearly flawlessly with kagu on an n810 it took me nearly 3 days to find a perfect install solution. I have no idea if anyone is still struggleing with this but please let me know if anyone would like a proper howto for it.
|
2008-06-05
, 13:56
|
Posts: 207 |
Thanked: 31 times |
Joined on Apr 2008
|
#133
|
The Following User Says Thank You to svs57 For This Useful Post: | ||
|
2008-06-05
, 20:22
|
Posts: 19 |
Thanked: 3 times |
Joined on Jun 2008
|
#134
|
|
2008-06-05
, 20:40
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#135
|
kagu can use mplayer to play. mplayer works correct with a2dp.
1.Edit /etc/bluetooth/audio.conf
...
#Disable=Sink
....
[A2DP]
SourceCount=2
SBCSources=1
MPEG12Sources=0
2. Install 4 scripts:
a2dp
switchOnBT.sh
speedup
speeddown
3. create device using python script (http://wiki.bluez.org/wiki/HOWTO/AudioDevices)
import dbus
bus = dbus.SystemBus()
manager = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'), 'org.bluez.Manager')
bus_id = manager.ActivateService('audio')
audio = dbus.Interface(bus.get_object(bus_id, '/org/bluez/audio'), 'org.bluez.audio.Manager')
path = audio.CreateDevice('00:11:22:33:44:55')
#audio.ChangeDefaultDevice(path) #change the device to be used by default
sink = dbus.Interface (bus.get_object(bus_id, path), 'org.bluez.audio.Sink')
sink.Connect()
4. start under user
a2dp firstrun
5. set kagu player - mplayer
Now you can use
a2dp toggle
to switch a2dp on/off
I use osso-statusbar-cpu to switch a2dp on/off
|
2008-06-05
, 23:24
|
Posts: 19 |
Thanked: 3 times |
Joined on Jun 2008
|
#136
|
sudo gainroot sh /media/mmc2/root.install
sh /media/mmc2/user.install
#address=00:08:F4:30:07:64
address=00:08:F4:30:07:64
|
2008-06-05
, 23:30
|
Posts: 19 |
Thanked: 3 times |
Joined on Jun 2008
|
#137
|
|
2008-06-06
, 00:24
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#138
|
|
2008-06-06
, 05:52
|
Posts: 207 |
Thanked: 31 times |
Joined on Apr 2008
|
#139
|
|
2008-06-06
, 13:57
|
Posts: 207 |
Thanked: 31 times |
Joined on Apr 2008
|
#140
|
I found uinput kernel module for n810.
dmesg
...
[15654.453125] input: BT56 as /class/input/input6
...
But "pause" "FF" buttons doesn't work.
I did the same on PC.
Buttons work correct.
I can't understand why its not work on n810