B4J Tutorial jBluetooth under Linux: also works

But if to make lots of preparations:
0. Do not forget to include into the B4J library folder file: www.b4x.com/b4j/files/bluecove-2.1.1-SNAPSHOT.jar

1. Install Linux Bluetooth Bluecove stack (the library we have, thanks, @Erel):
sudo apt-get install bluez libbluetooth-dev
2. Include the user into "bluetooth" group:
sudo usermod -a -G bluetooth ${SUDO_USER:-$USER}
4. Setup driver settings:

5. Give rights for SDP (Service Discovery Protocol):
sudo chmod 0777 /var/run/sdp

...And do not forget to switch the BT module on at the "icon-tray".... and anyway some non-stability of work



and if to try to make this all in the scripts of a .deb-package - to kill himself is much simpler. But i'm alive
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…