OESF Portables Forum
General Forums => General Discussion => Topic started by: arawata on January 23, 2006, 09:11:07 pm
-
Any advances on the below thread as far as getting BT headphones to work with the Z?
https://www.oesf.org/forums/index.php?showt...c=15605&hl=a2dp (https://www.oesf.org/forums/index.php?showtopic=15605&hl=a2dp)
<quote> IMHO it's just a matter of time for it to work fine on the Zaurus since one of the devel (Brad) is aiming at ARMs. <\quote>
I have a C3100 with Cacko 1.23 and want to use my Logitech headphones with A2DP.
-
sco support in the form of integer encoding was merged by the gumstix people, however if you want to keep an eye on it then have a look at bluetooth-alsa on source forge for the latest details
A2DP can be done but requires streaming the music throgh a user space program, if your music player cat stream to stdout then you might have to redirect the file descriptor that sound comes out of with somthing like 3>1 or create a fifo with the player at one end and output redirected throgh that ( 3> /tmp/pipe)
hopefully it should be a kernel module soon without the need for the userspace app