Questions tagged [bluecove]

Open Source Java Bluetooth API (JSR-82) implementation for various Bluetooth stacks on Windows, Linux, Mac OSX and Windows Mobile devices

143 questions
1
vote
1 answer

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 "snapshot", and I still get that the bluecove_x64 dll…
wehweh
  • 67
  • 2
  • 14
0
votes
1 answer

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 com.intel.bluetooth.BluetoothStackMicrosoft.connect(Native Method) at…
rocking72
  • 9
  • 2
0
votes
1 answer

Android Bluetooth: Service Discovery Failed, connection to Desktop/Laptop

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…
Matt
  • 1,996
  • 5
  • 18
  • 24
0
votes
1 answer

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 connection is attempted, instead of the program…
0
votes
1 answer

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 doesn't work. Is it possible to develop a server on…
0
votes
0 answers

BlueCove com.intel.bluetooth.BluetoothStackBlueZ not available

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…
0
votes
1 answer

Error!: Duplicate definition for 'javax.bluetooth.BluetoothConnectionException'

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…
Vic
  • 189
  • 1
  • 15
0
votes
1 answer

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 bluecove-android2.jar in classpath of the android…
Mike
  • 530
  • 1
  • 7
  • 21
0
votes
1 answer

Implementing BlueCove in 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…
Mike
  • 530
  • 1
  • 7
  • 21
0
votes
1 answer

BlueCove cannot connect do Device "Permission Denied [13]"

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; …
Nullpo
  • 3
  • 3
0
votes
1 answer

The package javax.bluetooth is not accessible in Eclipse

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…
Tim
  • 11
  • 2
0
votes
1 answer

How Can I disconnect a BT device in Java using bluecove?

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…
Rudy Barbieri
  • 389
  • 1
  • 4
  • 16
0
votes
2 answers

Setup for Bluecove

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…
brothman01
  • 157
  • 1
  • 2
  • 12
0
votes
0 answers

Java Bluetooth issue using blue cove on Debain

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…
0
votes
1 answer

PC (Server) , Android (Client) Bluetooth Library Bluecove

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…
Muhammad Shahab
  • 4,187
  • 4
  • 34
  • 44