Open Source Java Bluetooth API (JSR-82) implementation for various Bluetooth stacks on Windows, Linux, Mac OSX and Windows Mobile devices
10
votes
2answers
4k views
Send text through Bluetooth from Java Server to Android Client
First of all... don't redirect me to Bluetooth Chat and I have fully read it.
I have an Android Client which stablishes the connection properly with the server, and what's most I can send text to the ...
1
vote
2answers
3k views
Java JSR-82 Implementation (javax.Bluetooth.*) - Using Bluecove
I am searching for some help with JSR-82. I have searched for a long time, and even had my project supervisor at uni helping me out, and so far, I have had no luck.
My Problem...
I have a project ...
0
votes
2answers
469 views
Bluecove on PC cannot detect connected android (galaxy tab 7.0)
I use this code
luugiathuy.com/2011/02/android-java-bluetooth/
The server side is the PC
the client is the device, with the app based on bluetooth chat example
The device (galaxy tab 7.0) can ...
0
votes
2answers
1k views
Example connecting Android and Bluecove on a Mac
I have an Android device (HTC Incredible) and I would like to setup bluetooth communication between the android phone and a MacBook Pro. I have got bluecove to start on the Mac and I have done coding ...
3
votes
1answer
107 views
debian bluetooth bluecove java7 not working
I have a clean Debian squeeze installation and trying to get a jar app running that would communicated with the bluetooth dongle in the usb port. Hardware side all runs fine bluetooth functionality ...
1
vote
1answer
251 views
Establishing a simulated bluetooth connection
I'd like to establish a simulated Bluetooth connection between two Java programs running on the same machine. I am writing to program that uses BlueCove's BT library to connect to a hardware device; I ...
1
vote
1answer
400 views
Can't detect bluetooth devices with bluecove
I'm trying to show the list of bluetooth devices associated with my PC using bluecove, but it just keep scaning without finding anything, it shows this message on the terminal:
BlueCove version ...
0
votes
1answer
161 views
BlueCove for Windows 7
Does anybody know if Bluecove for Java works with Wiondows 7 32 bit? I have tried to connect a wiimote to my computer via bluetooth and it is unable to connect after I paired the device. I know that ...
0
votes
1answer
292 views
Authentication in Bluecove - Linux x64 not working
I'm having troubles trying to authenticate a BT device in a pairing process using Bluecove (both bluecove and bluecove-gpl 2.1.1 SNAPSHOT libraries) in Linux x64 with 64 bits JVM. While discovery ...
0
votes
1answer
105 views
Bluetooth - Put Device in inquiry mode permanently
I want to know if it is possible to put a device in inquiry mode permanently, using blue cove.
Here is the code actually, it only puts the device in inquiry for a short period of time.
public class ...
0
votes
1answer
238 views
Failed to connect [10048]
I've got this code on a button, when I press it I get the Error:
Error: Exception connecting to NXT.
Caused by lejos.pc.comm.NXTCommException: Open of NXT failed.
at ...
0
votes
1answer
207 views
Win7 x64 Bluecove
I'm trying to use Bluecove for an application I'm writing. Version 2.1 of the jar didn't work, so a little Google showed me that it had always had issues with x64, so I turned to the latest 2.1.1 ...
0
votes
1answer
258 views
How many other devices can a single bluetooth device can connect to?
I mean with how many devices can it communicate simultaneously or one by one without terminating an active connection?
Specifically i would say with the bluecove implementation
0
votes
1answer
226 views
native library missing error in Bluetooth Server
When I try to run Bluetooth server, I got this error.
I'm using Windows7 64 bit, i5 system.
C:\Bluetooth Server>java BluetoothServer
Native Library intelbth not available
Native Library bluecove ...
0
votes
1answer
107 views
bluecove on windows vista
I am trying to connect to a remote device via Winsock on Windows Vista, but am getting this error:
javax.bluetooth.BluetoothConnectionException:
at ...
0
votes
1answer
273 views
Java - bluetooth connectivity
I have a Java program ready to make the local device wait for incoming bluetooth connections and, when a connection is attempted, the acceptAndOpen() method will be called.
But, every time a ...
0
votes
1answer
896 views
Bluetooth OBEX FTP server on Android 2.X
I'm using the Bluecove library to devolep an Obex ftp client/server on android 2.X.
So far i managed to connect as a client from android to a pc.
I tried the bluecove example code for a server but ...
0
votes
1answer
1k views
How can BlueCove be used in Android?
I'm trying to implement BlueCove in Android; i've read here: http://code.google.com/p/bluecove/source/browse/trunk/bluecove-android2/src/site/apt/index.apt?r=3062 "usage: include bluecove.jar and ...
4
votes
0answers
28 views
Bluecove Close connection issue
I use Bluecove 2.1.1 and trying to restart bluetooth service, but after closing connection and reopening I can't connect to service, I got "Connection refused" exception. I found this issue on ...
2
votes
0answers
252 views
unable to connect to bluetooth socket on android
I am trying to sent message from android client to Mac OS X over bluetooth.
I am using bluecove 2.0.1 Java bluetooth library on Mac OS X Snow Leopard.
Code for Server:
public class EchoServer2 {
...
2
votes
0answers
313 views
pc to pc via bluetooth using bluecove
There is plenty of examples on the internet showing how to write an app that allows us to e.g. communicate pc from a mobile phone via bluetooth. But what I am trying to do is to control one pc from ...
2
votes
0answers
663 views
Bluecove: SERVICE_SEARCH_DEVICE_NOT_REACHABLE issue
I try to connect to a custom Bluetooth device using BlueCove. I can pair the device, but when I try to search for services I always get SERVICE_SEARCH_DEVICE_NOT_REACHABLE in serviceSearchCompleted() ...
1
vote
0answers
38 views
How restart bluetooth service in bluecove?
I have desktop and android applications, which connected by bluetooth(in desktop side I use Bluecove 2.1.1 library). Desktop application create bluetooth service then android application connects to ...
1
vote
0answers
131 views
Keeping Java Bluetooth connection alive
I’m building a simple Java Bluetooth server for my computer using the Bluecove API. I’m building an Android client side app as well but the problem seems to be stemming from the server side app.
I’m ...
1
vote
0answers
156 views
A socket operation wasattempted to an unreachable network, using bluetooth
I've followed a blog article about making an application which finds Bluetooth devices and by selecting a file we can upload it to phone.
web article link: ...
1
vote
0answers
190 views
Create a Bluetooth proxy with bluecove and BlueSoleil stack
I have the library http://code.google.com/p/bluecove/ and I have installed BlueSoleil http://www.bluesoleil.com/index.aspx and a compatible bluetooth dongle.
I want to create a Java application ...
1
vote
0answers
52 views
Exception in org.java.bluetooth.sprime.SimpleSPPClient
I've been trying to operate the Sprime Bluetooth server and client application found on http://sprime.googlecode.com/svn/trunk/sprime-bt/src/org/java/bluetooth/sprime/
but the problem is that when I ...
1
vote
0answers
260 views
bluecove - Send message to formerly unpaired device
I have to send message from my (Ubuntu-12.04, 64-bit) laptop to a Bluetooth phone whose friendly name is provided as an argument. This phone may or may not have connected/paired with the laptop ...
1
vote
0answers
400 views
My Java bluetooth server on raspberry pi running debian wheezy needs bluecove native library - where can I find it?
I have a Java bluetooth server running on a Windows box which I want to port to the Raspberry pi. I have lots of experience with Java but little with Bluetooth or Linux.
The pi currently has Debian ...
1
vote
0answers
393 views
where should i place bluecove-2.1.0 folder
I am trying to write a project that communicates with a Bluetooth device and receives information from it. I googled it and from what I understood I had to get a package named 'bluecove' which will ...
1
vote
0answers
118 views
How can I make a “hello world” with bluecove-android2?
Does anyone have any good example to share for making a first "hello world" with bluecove-android2? I didn't find anything on Google. How should I use it?
0
votes
0answers
14 views
Installing bluecove onto Windows 7 x64
I have searched and searched and I cannot find a definitive answer to help me understand what it is all doing. So essentially, I want to connect my bluetooth enabled device to my computer, I achieve ...
0
votes
0answers
27 views
How launch bluecove programmically
I'm trying to lunch bluetooth stack manually(after closing bluetooh stack).
I look after BlueCoveImpl.java and find out that bluetooth stack initialized in
private BluetoothStack detectStack()
...
0
votes
0answers
21 views
Restart application with external jars (especially bluecove jar)
I want to restart the whole program with all related jar files. The main problem connected with this, but seems no one has workaround for it. I notice that reopening application solve that problem, so ...
0
votes
0answers
81 views
sending text from pc to android
I have some problem with sending text from pc to android server.
I would like to do next:
1. I sending text from android to pc
2. And then I recieved in pc that I sending from android
3. And then I ...
0
votes
0answers
21 views
how to list the files of a remote windows pc using Bluetooth?
I have this code:
try{
String btURL = "btgoep://0013FD94B84F:10;authenticate=false;encrypt=false;master=false";
String folder = "Nikos";
ClientSession conn = (ClientSession) Connector.open(btURL);
...
0
votes
0answers
47 views
BluetoothConnectionException / failing to connect to a bluetooth device
I can't get my java application to connect to a specific bluetooth device.
The device is a self build thing and works fine. Until now, my application used a serial port connection to the device, ...
0
votes
0answers
40 views
Bluetooth to PC: Device, port & UUID
I'm working on an app on Android that is supposed to connect to a custom device via Bluetooth, but in order to emulate that device (which I don't have yet), I made a simulator on PC, using Java's ...
0
votes
0answers
47 views
bluecove app is not working
I am trying to create a desktop bluetooth application using bluecove.
I have downloaded the bluecove snapshot and imported it to my project in eclipse.
When the program is executed inside eclipse it ...
0
votes
0answers
118 views
Remove paired devices from Bluetooth device discovery program output
I used the code given here to find devices with active bluetooth around my laptop(using Bluecove API).
Surprisingly, it gave me the devices also which are already paired with my laptop also. Now the ...
0
votes
0answers
86 views
Bluecove bluetooth java error
I am using bluecove on mac os 10.6.8 with 32-bit Java SE 1.6
I am getting error in the following line
StreamConnection connection = streamConnNotifier.acceptAndOpen();
I am trying to connect to ...
0
votes
0answers
277 views
Ios ExternalAccessory bluetooth problems
I am having some difficulties getting ExternalAccessory running for my ipod...
I have a bluecove bluetooth listener running on my computer (mac, Mountain Lion) in java (Code for that here: ...
0
votes
0answers
940 views
send files from pc to mobile via bluetooth in java without pairing
I'm developing a desktop application using java to send a file to devices around.
It's done but I have a problem, a pairing message appears in mobile device when a send operation tries to begin.My app ...
0
votes
0answers
215 views
how can bluecove be used in android ?some examples?
I want to transfer files between pc and Android by using
bluecove and bluecove Android 2.0
It is ok to compile the project and install the apk to the Android.but it seems not run on android ...
0
votes
0answers
235 views
Connecting to RemoteDevice using JSR-82 or BlueCove
I've a EGBT-046S bluetooth module. You can check its properties here.
Some info:
Baud Rate: 9600 bps
Data : 8 bits
Stop Bits: 1 bit
Parity : None
Handshake: None
Passkey: 1234
Device Name: linvor
...
0
votes
0answers
569 views
Bluecove not working
I have been trying to write a bluetooth java application for mac OSx (i am using the 2009 white Macbook). I have been using the bluecove API and the short example codes on the bluecove website.
Most ...
0
votes
0answers
628 views
Android connect to desktop via bluetooth running bluecove server
I have been hammering my head on this for a couple days now, and I am in need of some help.
I have a desktop that is running a very simple server, that simply waits for a bluetooth connection.
On ...

