From: "Frédéric DALLEAU" <frederic.dalleau@palmsource.com>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] a2pdbtsco won'tcompile (FIX) plus xmmserror(trials andtribulations) howcool is this!!! new patch
Date: Thu, 17 Aug 2006 10:02:46 +0200 [thread overview]
Message-ID: <44E422A6.3000204@palmsource.com> (raw)
In-Reply-To: <056BF200E9632F4285220E570FEED673E7F222@GBMDDMH202AMSX.gb001.siemens.net>
Hi,
Try to use the latest patch http://fdalleau.free.fr/patch_to_try
Minor changes has been done. It worked all night long!
Fr=E9d=E9ric
Waldram, Andrew (SBS UK) a =E9crit :
> Thanks for the reply no worries where not saving the planet ;-)
>
> Think it's probably
>
> >>Make sure you have a cmdnew=3D line in .a2dprc.
>
> As I didn't know that was an option now ;-)
>
> I'll do it this evening
>
> On my headset play/pause is a pretty mute point as it's the same button.
>
> My headset also times out but you can tell if its on yer ead as it give a=
downward arpegio? =
>
> I'll try advertising the services too
>
>
> -------------------------------------------------------------------------=
--------- =
>
>
> -----Original Message-----
> From: bluez-devel-bounces@lists.sourceforge.net [mailto:bluez-devel-bounc=
es@lists.sourceforge.net] On Behalf Of Fr=E9d=E9ric DALLEAU
> Sent: 16 August 2006 15:56
> To: BlueZ development
> Subject: Re: [Bluez-devel] a2pdbtsco won'tcompile (FIX) plus xmmserror(tr=
ials andtribulations) howcool is this!!! new patch
>
> Hi Andrew,
>
> Sorry to have waited so long, thank you for the tests! I really appreciat=
e!
>
> When I asked you the hcidump, I thought that the headset would not =
> connect to the daemon.
> But the first test shows us that the heaset sends Discover cmd and the =
> Discover rej answer is sent. I really doubt it is something else than =
> a2dpd (avrecv?) who answer. So I assume we got the message. Thus, there =
> is no reason why xmms is not started. Make sure you have a cmdnew=3D line =
> in .a2dprc. Try giving full path to xmms in config file.
> The command line parser is really weak only the first param is used : =
> things like 'xmms --play' will work, but 'xmms xyz --play ' won't. even =
> using a space between =3D and xmms will fail. Also using more than one =
> space between xmms and --play will fail! To see if it has been parsed =
> correctly, there are some 'forked...' messages in a2dpd output. TAB =
> instead of space will fail too. In fact, the line must be exactly: =
> cmdnew=3Dxmms[space]--play
>
> Apart from that, here are a few keys in order to have more informations =
> : It seems that the headset will feel better if the sdp record is =
> advertised first : sdptool add A2SRC; sdptool add AVRTG
>
> Make sure only one instance of a2dpd is started by issuing 'killall =
> a2dpd' or 'killall -9 a2dpd' before testing.
>
> The daemon is slow to react if you are not connected so make sure you =
> wait a few seconds before pressing play multiple times.
>
> When the headset is disconnected, the only accepted command is play. In =
> other words, pause, next and prev only works when sound is sent. There =
> are two distinct plays : one when sound has been sent during the last =
> previous 15 seconds. The other one is when there has been no sound : =
> headset initiated connexion. Do you see some "avdtp:" prefixed messages =
> in a2dpd output?
>
> Last, my HP headphone must be switched on first (long press on play =3D> =
> blue led blinking slowly), then only play can be pressed (short press) =
> to make connection. And it will automatically switch off on timeout. So =
> sometimes, you believe it is on, and it is not, so pressing anything =
> will fail.
>
> Thanks,
> Fr=E9d=E9ric.
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job ea=
sier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job ea=
sier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
> =
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easi=
er
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D1=
21642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2006-08-17 8:02 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-01 6:25 [Bluez-devel] a2pd btsco won't compile (FIX) plus xmms error Andrew Waldram
2006-08-01 8:41 ` Frédéric DALLEAU
2006-08-01 8:55 ` Frédéric DALLEAU
2006-08-01 12:39 ` Waldram, Andrew (SBS UK)
2006-08-01 13:09 ` Frédéric DALLEAU
2006-08-01 15:46 ` Brad Midgley
2006-08-02 8:45 ` Waldram, Andrew (SBS UK)
2006-08-03 7:49 ` [Bluez-devel] a2pd btsco won't compile (FIX) plus xmms error (trials and tribulations) how cool is this!!! Waldram, Andrew (SBS UK)
2006-08-04 8:04 ` Frédéric DALLEAU
2006-08-04 8:46 ` Waldram, Andrew (SBS UK)
2006-08-04 15:09 ` [Bluez-devel] a2pd btsco won't compile (FIX) plus xmms error (trials and tribulations) how cool is this!!! new patch Frédéric DALLEAU
2006-08-05 13:54 ` Waldram, Andrew (SBS UK)
2006-08-05 15:03 ` [Bluez-devel] a2pd btsco won't compile (FIX) plus xmms error(trials " Waldram, Andrew (SBS UK)
2006-08-08 7:59 ` [Bluez-devel] a2pd btsco won't compile (FIX) plus xmmserror(trials " Waldram, Andrew (SBS UK)
2006-08-08 8:39 ` Frédéric DALLEAU
2006-08-08 10:04 ` Waldram, Andrew (SBS UK)
2006-08-08 14:48 ` Frédéric DALLEAU
2006-08-08 15:07 ` Waldram, Andrew (SBS UK)
2006-08-08 16:37 ` Frédéric DALLEAU
2006-08-09 7:42 ` Waldram, Andrew (SBS UK)
2006-08-10 7:53 ` [Bluez-devel] a2pd btsco won'tcompile (FIX) plus xmmserror(trials and tribulations) howcool " Waldram, Andrew (SBS UK)
2006-08-10 16:05 ` Frédéric DALLEAU
2006-08-10 16:14 ` Brad Midgley
2006-08-11 7:53 ` Waldram, Andrew (SBS UK)
2006-08-12 9:31 ` [Bluez-devel] a2pdbtsco won'tcompile (FIX) plus xmmserror(trials andtribulations) " Waldram, Andrew (SBS UK)
2006-08-16 14:56 ` Frédéric DALLEAU
2006-08-17 7:37 ` Waldram, Andrew (SBS UK)
2006-08-17 8:02 ` Frédéric DALLEAU [this message]
2006-08-17 8:08 ` Waldram, Andrew (SBS UK)
2006-08-17 8:18 ` Frédéric DALLEAU
2006-08-17 8:32 ` Waldram, Andrew (SBS UK)
2006-08-17 14:06 ` Brad Midgley
2006-08-18 8:33 ` Waldram, Andrew (SBS UK)
2006-08-18 9:59 ` Frédéric DALLEAU
2006-08-18 12:24 ` Waldram, Andrew (SBS UK)
2006-08-18 13:16 ` Frédéric DALLEAU
2006-08-18 13:24 ` Waldram, Andrew (SBS UK)
2006-08-08 15:13 ` [Bluez-devel] a2pd btsco won't compile (FIX) plus xmmserror(trials and tribulations) how cool " Peter Robinson
2006-08-08 16:39 ` Frédéric DALLEAU
2006-08-15 16:03 ` Steven Singer
2006-08-16 13:33 ` Frédéric DALLEAU
2006-08-16 14:35 ` Waldram, Andrew (SBS UK)
2006-08-16 15:28 ` Brad Midgley
2006-08-16 16:10 ` Frédéric DALLEAU
2006-08-16 16:22 ` Brad Midgley
-- strict thread matches above, loose matches on Subject: below --
2006-08-18 16:33 [Bluez-devel] a2pdbtsco won'tcompile (FIX) plus xmmserror(trials andtribulations) howcool " Andrew Waldram
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44E422A6.3000204@palmsource.com \
--to=frederic.dalleau@palmsource.com \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.