Tagged Questions
0
votes
0answers
24 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
1answer
17 views
Can I debug bluecove library?
I see that Bluecove is open source, but there aren't any .pro files in sources. How can I open sources in eclipse and debug?
0
votes
0answers
32 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
28 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
1answer
25 views
Bluecove : restart bluetooth stack programmically
I'm trying to close bluetooth service, but Bluecove has bug on Connection close method (https://code.google.com/p/bluecove/issues/detail?id=90) and I am trying to do some workaround to restart ...
0
votes
0answers
103 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
25 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);
...
4
votes
0answers
33 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 ...
1
vote
0answers
42 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 ...
0
votes
0answers
52 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
47 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 ...
5
votes
2answers
777 views
Sending a string via bluetooth from a PC as client to a mobile as server
I'm a Bluetooth Newbie and really need your help. I've been stucked with this question for some days now and searching the internet and stackoverflow, but can't really find what I'm looking for.
I ...
0
votes
0answers
50 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
122 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 ...
1
vote
0answers
139 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 ...
3
votes
1answer
110 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 ...
0
votes
1answer
132 views
Bluetooth on Android not sending messages
I have followed Google's tutorial on using Bluetooth on Android. On the server side which is a computer I've used Bluecove.
I have managed to establish the connection between the devices (they ...
0
votes
1answer
119 views
Java and Bluetooth - totally dead? [closed]
I've planned to do a program where text messages are sent from an Android phone to a computer. I thought it would be simple to use Bluetooth but no. I can't find any material from these days. All of ...
1
vote
0answers
160 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
200 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 ...
2
votes
0answers
258 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 {
...
1
vote
0answers
53 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 ...
0
votes
1answer
167 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
0answers
278 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
2answers
631 views
Java - Bluetooth API Bluecove Issue
I'm having an issue using the Bluecove API in Java. I plan to create a basic BT listener in order to receive some data from a homemade device (Arduino powered). I've the following code which is quite ...
1
vote
1answer
552 views
Android + Bluetooth (Bluecove) - need to close the OutputStream to actually write data
I've got Android device acting as a client, the PC is a Bluetooth Server, using Bluecove library
Code snippet from the client:
btSocket = serverBt.createRfcommSocketToServiceRecord(myUuid);
...
0
votes
0answers
952 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 ...
1
vote
0answers
411 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 ...
0
votes
1answer
106 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
2answers
480 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
1answer
247 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 ...
2
votes
0answers
317 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 ...
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
0answers
405 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 ...
7
votes
2answers
978 views
BlueCove, Laptop, and an Android tablet with Bluetooth
I'm trying to get the basics of using Bluetooth through a simple application. I'd also like a laptop application so I can debug Bluetooth comms simply. The code below is my attempt with the laptop ...
0
votes
1answer
209 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
259 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
10
votes
2answers
5k 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 ...
0
votes
0answers
241 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
1answer
231 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
108 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 ...
1
vote
1answer
2k views
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 ...
0
votes
1answer
280 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 ...
5
votes
2answers
884 views
Can you establish multiple Bluetooth connections between the same two devices in Android?
I have two Android devices. One is acting as a server and the other as a client. The client connects to the server and requests a file - this is done in one thread on the client and one thread on the ...
0
votes
1answer
157 views
BlueCove Client Doesn't Recognize PyBlueZ Service
I have a bluetooth server running on my Ubuntu desktop written using PyBlueZ. That server is advertising a certain service via UUID. I have tested this server thoroughly using a client I also wrote ...
0
votes
0answers
570 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
1answer
170 views
java bluetooth Limited Dedicated Inquiry Access Code (LIAC)
We have a device that is discoverable only in Limited Inquiry Access. There is a second device with a firmware that can talk to this device. We are trying to connect to this device from a computer ...
0
votes
1answer
892 views
Bluetooth in java (J2SE)
I am a newbie to bluetooth and this is the thing i want to do ,
I want to to get the device information that gets connected to the Bluetooth on my pc and write the info in a file. which api should i ...
1
vote
1answer
213 views
can't detect bluetooth service ( java.lang.NumberFormatException: For input string: “0S” )
Hello i'want to detect the serial port bluetooth service of an external bluetooth device from my computer, for that i'm using the Bluecove API and the following code :
BluetoothDeviceDiscovery ...
1
vote
1answer
405 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 ...

