Share

AvetanaBluetooth JSR-82 implementation

Code

Repositories

browse code, statistics cvs -d:pserver:anonymous@avetanabt.cvs.sourceforge.net:/cvsroot/avetanabt login

cvs -z3 -d:pserver:anonymous@avetanabt.cvs.sourceforge.net:/cvsroot/avetanabt co -P modulename

Show:

What's happening?

  • Followup: RE: The service record could not be added

    I have seen the same problem and solved it. See bug 2802458 for an explanation and a patch. If any of the project admins is reading this, perhaps this patch could be merged into the sources? I think the problem is maybe even serious enough for a maintenance release. Avetana is a great, useful project (I'm using it in http://offhand.sf.net) but after 23 months with no release it could use a...

    2009-06-07 09:31:43 UTC by zenyatta

  • createService() returns a pointer, with partial patch :-)

    A few people in the forums have had problems with the fact that Bluez.createService() returns a C pointer, converted into a Java integer, as a handle to the service it has created. There are two problems with this: 1. On 64-bit systems, the pointer cannot be meaningfully converted since it is 64 bits long and a Java int is just 32 bits. This breaks compilation on 64-bit systems. 2. Java...

    2009-06-07 09:19:48 UTC by zenyatta

  • Confusing HOWTOCOMPILE, with patch :-)

    Each time I try to build Avetana (once a few months) I waste some time before remembering that BIN_DIR has to be an absolute path - ./install fails when it is a relative one. I am therefore proposing a minor improvement in HOWTOCOMPILE to clarify this.

    2009-06-07 08:41:56 UTC by zenyatta

  • compile failure on Kubuntu 8.10, with patch :-)

    Hi, I had long used Avetana under Kubuntu 8.04 without any problems. When I switched to Kubuntu 8.10 the library would no longer run and recompiling failed: the symbol hci_local_name could not be resolved in BlueZ.cpp. I found out that it needs to be changed to hci_read_local_name - after that, compilation succeeds. I am attaching a patch that I created using 'diff -u' against...

    2009-06-07 08:38:35 UTC by zenyatta