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 "snapshot", and I still get that the bluecove_x64 dll…
I am trying to connect to a remote device via Winsock on Windows Vista, but am getting this error:
javax.bluetooth.BluetoothConnectionException:
at com.intel.bluetooth.BluetoothStackMicrosoft.connect(Native Method)
at…
I have an Android app that I had working a few months ago which I could use to connect my Droid X2 to an ASUS Transformer tablet over Bluetooth. That connection worked fine.
I just finished coding client/server pairs using PyBlueZ on a couple…
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 connection is attempted, instead of the program…
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 doesn't work.
Is it possible to develop a server on…
I am trying to connect Bluetooth in Java using Bluecove, below is the code I am trying to run. It keeps giving me the error
Exception in thread "main" javax.bluetooth.BluetoothStateException: BlueCove com.intel.bluetooth.BluetoothStackBlueZ not…
I have seen a similar problem here for example , but i am not trying to acces to Java SE features..
I have a .jar file with the code of a bluetooth functionality.. I try to make a .jar package that works with Blackberry and Windows.. In both cases…
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 bluecove-android2.jar in classpath of the android…
Has anyone successfully worked with BlueCove in Android?
I've tried to add bluecove.jar in my project but i get the message: The library 'bluecove-2.1.0.jar' contains native libraries that will not run on the device.
Has anyone had and solved this…
I am trying to connect to a bluetooth device, which i can pair to when setting the target device in pair mode, but trying to reconnect with the following method causes errors.
The Code that causes it:
StreamConnection streamConnection = null;
…
I'm a new Eclipse user and have just installed the software and along with the bluecove-2.1.1 jar.
I did follow the instruction to import the jar file into my workspace.
However, when I import the javax.bluetooth.* in my project, there's an error…
I'm new to bluetooth communication using Java. Looking at the bluecove documentation I did the following to be able to communicate with a bluetooth device:
Discover It
Get the StreamConnection via Connector.open`
Use the InputStream and the…
This is my first project with bluecove and I am having problems before I even start!
Here is my code:
import java.io.IOException;
import java.util.ArrayList;
import bluecove;
/**
* Class that discovers all bluetooth devices in the neighbourhood…
I wrote two small java programs and I was able to use Bluetooth to send messages between two laptops. I used a jar file called bluecove.
One laptop was a MAC and the other was Windows.
I tried running the same java program on a small UNIX machine…
I was trying to use Bluecove library on my Windows 7 Professional PC , using a usb bluetooth radio/ dongle attached to the PC. The bluetooth dongle used BlueSoliel version 6 . The bluecove documentation suggests to use BlueSoleil version 1.6.0, 2.3…