Questions tagged [jsr82]

JSR 82 - Java ME API for Bluetooth

JSR 82 - Java ME API for Bluetooth.

30 questions
1
vote
3 answers

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 windows. Is this possible? (I am currently running…
Phobis
  • 7,524
  • 10
  • 47
  • 76
1
vote
1 answer

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 application hangs just…
Benji Mizrahi
  • 2,154
  • 2
  • 23
  • 38
1
vote
1 answer

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 a suitable bluetooth communication protocols to…
Benji Mizrahi
  • 2,154
  • 2
  • 23
  • 38
1
vote
1 answer

Midlet crashes when calling bluetooth API

When I run following code on my phone I get black screen saying there was uncaught exception but whole block is wrapped in try/catch block so it is weird, anyway when I proceed with execution code just gets to "Getting device.." so it obviously…
formatc
  • 4,261
  • 7
  • 43
  • 81
1
vote
0 answers

Communication between Java ME application and C# application using bluetooth

I am C# developer which started working in Java lately, never done anything in Java ME. My next project requires to pass simple keypress from phone keyboard to C# application using bluetooth, there are some examples on sending/recieving files over…
formatc
  • 4,261
  • 7
  • 43
  • 81
1
vote
2 answers

Getting Unique Id from all java phones especially from S40 devices

I have requirement of getting an unique identification number programmatically from all j2me supported phones. As we already know getting IMEI / IMSI in S40 devices is almost not possible, bluetooth MAC address / obex push profile UUID may help. But…
AndosBerry
  • 145
  • 1
  • 12
1
vote
0 answers

How to connect to bluetoothbee device using j2me?

I developed a simple bluetooth connection application in j2me. I try it on emulator, both server and client can found each other, but when I deploy the application to blackberry mobile phone and connect to a bluetoothbee device it says service…
teakay
  • 65
  • 6
1
vote
1 answer

JSR82 and Bluetooth dongles

I am working in a Windows 7 32 bit computer to develop a java desktop application to communicate with a Bluetooth dongle. I have found a java implementation for the jsr82 API in this link: http://www.jsr82.com/jsr-82-sample-device-discovery/ The…
beb_lm
  • 151
  • 1
  • 1
  • 7
0
votes
1 answer

phone to servlet communication via bluetooth using j2me

I made the simple j2me login application, code is below. It's working perfectly on emulator, now I want to run it on my mobile application via bluetooth connection. In other word, phone (j2me application)-pc (servlet) communication via bluetooth.…
user918477
0
votes
2 answers

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 it in my phone then it throws following…
Gourav
  • 813
  • 2
  • 10
  • 23
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

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 service. I am pasting my codes and would be…
Manish Basdeo
  • 6,139
  • 22
  • 68
  • 102
0
votes
1 answer

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 docs they say this method cannot return…
Nadav
  • 1,167
  • 2
  • 19
  • 43
0
votes
1 answer

BluetoothStateException and JSR-82

i was just starting to get into the JSR-82 library as I need to implement some bluetooth functionality between a smartphone and a RaspberryPi when this code try { LocalDevice local = LocalDevice.getLocalDevice(); …
Tilman Zuckmantel
  • 643
  • 1
  • 6
  • 18
0
votes
1 answer

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). In emulator, it works fine. Client able to…
simon sew
  • 41
  • 1
  • 6
1
2