Tagged Questions
JSR 82 - Java ME API for Bluetooth
1
vote
1answer
136 views
Is there is any way to get the mobile phone number using bluetooth? [closed]
This is my friend's interview question.
Is there is any way to get the mobile phone number using Bluetooth?. There is a mobile phone A it connect with the another mobile phone B through Bluetooth. ...
1
vote
1answer
769 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
1answer
175 views
Bluetooth in Java Mobile: Handling connections that go out of range
I am trying to implement a server-client connection over the spp.
After initializing the server, I start a thread that first listens for clients and then receives data from them. It looks like that:
...
1
vote
1answer
643 views
Why does my J2ME Bluetooth code hangs after an incoming RFCOMM connection?
All I want to do is send "hello" to the first incoming RFCOMM Bluetooth connection and then exit. My code works on Nokia N73 but not on more modern devices like Nokia E52. In Nokia E52, the ...
1
vote
1answer
416 views
Establishing bluetooth connection between a J2ME application and a desktop application written with Python (preferably using pybluez)?
I am trying to establish a bluetooth connection between my J2ME application (using JSR-082 API) and my desktop application written with Python (using pybluez bluetooth API). However, I could not find ...
1
vote
3answers
152 views
Does anyone know how to open a JSR-82 application in Windows Vista?
I have a host device that connects to anything running JSR-82. The problem is that I don't have a mobile device that runs JSR-82 applications. I wish I could simply connect to my host device within ...
0
votes
0answers
41 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
73 views
Solve This J2ME Bluetooth Exception
I am new to J2ME. I am learning J2ME Bluetooth application development. I have written some simple code to get the name of my local Bluetooth device. It is working fine in the emulator. But when I try ...
0
votes
1answer
665 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
0answers
90 views
How to receive data (byte array, for ex.) by my J2ME-application via bluetooth?
I can transfer data (outputStream) from my application to PC. But how to receive data? Please, write a method-example.
0
votes
2answers
152 views
Has anyone ever faced any prob connect to a bluetooth service using j2me?
I've been trying to connect to a bluetooth service using j2me but I am getting a null exception...
The client is able to identify devices in the nearby regions but not being able to connect to their ...
0
votes
1answer
217 views
JSR082 - LocalDevice.getLocalDevice() returns null
Using JSR082_1.1.jar from Java Wireless Toolkit 3.0,
I'm trying to get the local device (for later discovery of others)
but i keep getting null for the call
LocalDevice.getLocalDevice()
while in the ...
0
votes
1answer
1k views
transfer file from mobile phone to another via bluetooth
I've been searching high and low on this problem. Still can't find the solution.
Basically, I want to transfer an encrypted file via OBEX Push Service (bluetooth) from client (j2me) to server (j2me). ...