Discussion:
2 small bugs in kdebluetooth-beta3
Thomas Davis
2007-06-13 15:57:38 UTC
Permalink
Hello, I found two small bugs in beta-3

1) kdDebug does not work in kbluemon. Simple fix, it's a kapplication,
not a qapplication.

2) My bluetooth devices love to encode attributes in hex, not plain
text. ie, I get:

<attribute id="0x0100">
<text encoding="hex"
value="417564696f204761746577617900" />
</attribute>

instead of:

<attribute id="0x0100">
<text value="OBEX Object Push" />
</attribute>


The attached patch fixes #1, and adds a check for hex encoding of an
attribute, and decodes it to fix #2.

thomas
Gilboa Davara
2007-06-14 09:48:21 UTC
Permalink
Post by Thomas Davis
Hello, I found two small bugs in beta-3
1) kdDebug does not work in kbluemon. Simple fix, it's a kapplication,
not a qapplication.
2) My bluetooth devices love to encode attributes in hex, not plain
<attribute id="0x0100">
<text encoding="hex"
value="417564696f204761746577617900" />
</attribute>
<attribute id="0x0100">
<text value="OBEX Object Push" />
</attribute>
The attached patch fixes #1, and adds a check for hex encoding of an
attribute, and decodes it to fix #2.
thomas
I'll add it to the Fedora SPEC and post a new SRPM. [1]

- Gilboa
[1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235203



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Loading...