Project page with documentation and code examples: http://bluecove.org/ page at Google code, with references to documentation, FAQ, change log and support contacts: http://code.google.com/p/bluecove/ Source Forge page: http://sourceforge.net/projects/bluecove/ See also: JSR 82 Java APIs for ...
4
votes
2answers
1k views
Send data from android bluetooth to PC with bluecove
I'm trying to send data from android (using API from its SDK) to a PC using Bluecove on windows, being this last one the server.
I can get the android to connect to the server but when I write to ...
3
votes
2answers
2k views
Forcing 64 bit jvm to 32 bit jvm?
Would anyone please give me ideas about forcing 64 bit jvm to run as 32-bit jvm?
I need to write a jse desktop application for bluetooth connection. For that i need to implement Bluecove jar . It has ...
1
vote
1answer
19 views
Bluetooth - Only one usage of each socket address (protocol/network address/port) is normally permitted
I'm trying to connect to two Bluetooth devices and output their data side by side. To do this I've created two Threads which attempt to connect to a device side by side, however I'm getting the error: ...
1
vote
1answer
56 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
67 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 ...
1
vote
0answers
53 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?
1
vote
1answer
121 views
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 ...
1
vote
2answers
903 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 ...
1
vote
0answers
280 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
1answer
480 views
How do I use BlueCove to use Bluetooth on a MacBook with Java?
I would like to implement an Java application that uses Bluetooth on my MacBook Air laptop. I try to use the Java bluetooth library BlueCove.
I tried to implement the first example DeviceDiscovery ...
0
votes
0answers
14 views
Using bluecove on Windows 7 x64 bit
I'm using bluecove api for a bluetooth server that I'm trying to get a mobile client to connect to. I'm using an onboard bluetooth adapter on an ASUS motherboard that uses some ASUS drivers and ...
0
votes
1answer
18 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
0answers
20 views
Get cell phone call notification on pc bluecove
I am using bluecove library. i want to get the call notification on my pc .
i have implemented a simple server.
But i am confused on how to proceed.
Please Help..
Thankx
0
votes
0answers
54 views
Can't start a bluetooth server
Hello i'm using a code that i found on the net for creating a bluetooth server, the code is:
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import ...
0
votes
1answer
101 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 ...
0
votes
0answers
47 views
Java, Bluecove, Service Search Error
I have a problem with service search in a project of mine. The client
device (mobile phone) discovers the server (laptop), however it does
not find the service on it, even though it is run on the ...
0
votes
1answer
204 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
0answers
158 views
android2.2 application which communicates with Windows PC server through bluetooth
Ive made an Android app.(client) which sends a string as a message to PC server through Bluetooth..Im using bluecove 2.1 library at my server side..Bt my server does not respond to the string i sent ...
0
votes
0answers
58 views
Weird problem in Android: how to correctly add and using bluecove.jar?
I've included libbluecove.so and bluecove.jar in my build path by removing native libraries according to these answers: How can BlueCove be used in Android?
The problem is that if i try to import ...
0
votes
1answer
353 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 ...
0
votes
0answers
169 views
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 ...
0
votes
0answers
122 views
I own an FTP server, how to open a port and establish ftp session
I'm creating Bluetooth ftp server in android, I'm able to create FTP server in Mac OSX using bluecove.
Can any one guide me to create FTP session in Android? or any other better approach also ...
0
votes
0answers
74 views
How to send l2cap echo request using BlueCove
How can I send l2cap echo request to device using BlueCove library?
0
votes
0answers
274 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 ...
0
votes
0answers
219 views
Bluecove 2.1.1 RemoteDevice Runtime exception
So in my further attempts to regularly poll the RSSI value of a connected device, I used the bluetooth 2.1.1 snapshot jar (The specific API's are here as follows RemoteDevice and RemoteDeviceHelper
...
0
votes
1answer
285 views
Java Bluetooth API
I want to implement bluetooth communication on my final bachelor project, but I'm having a lot of doubts.
One of the requisites of this project is to have a Java application that can talk to the ...
0
votes
2answers
606 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 ...
0
votes
1answer
437 views
Why am I losing bluetooth client/server connection?
I am trying to connect from a desktop application (written in Java) to a Android application through Bluetooth.
For the desktop application I am using BlueCove API.
When I start the server (desktop ...
0
votes
1answer
796 views
BlueCove library bluecove not available - Error using Bluecove/Java
How do I install Bluecove in Ubuntu 11/Eclipse IDE?
As far as i was aware, all I had to do was add the bluecove.jar and bluecove-gpl.jar to the Build-Path of the project within Eclipse.
I'm using ...
0
votes
1answer
446 views
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 ...