JSR 82 - Java ME API for Bluetooth
-1
votes
0answers
11 views
java.lang.UnsatisfiedLinkError: no wiiusej.jar in java.library.path (in java.lang.ClassLoader)
I am not sure how to overcome this problem! I am using BlueJ (for its extreme simplicity).
I am trying to implement wiiuseJ, an API for java-bluetooth stack so that I can really play around with the ...
0
votes
0answers
120 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
137 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 ...
1
vote
1answer
71 views
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 ...
0
votes
0answers
87 views
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 ...
1
vote
2answers
160 views
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 ...
0
votes
0answers
42 views
did J2ME support AVRCP profile
I'm trying to develop application on J2ME with bluetooth AVRCP profile.
Please advice me how to go about it.
Does J2ME support AVRCP profile?
2
votes
0answers
228 views
Connecting with Bluetooth L2Cap to HID Device
Are there any workarounds to connect to HID device using L2CAP in JAVA ME (using JSR-82 specification implementation native to mobile device not BlueCove etc.)?
I know that HID devices usually uses ...
0
votes
0answers
97 views
Bluetooth StreamConnection issue
I am trying to make a simple server client bluetooth app to sends messages from client and receive it on the server.
So far I managed to send 1 message from the client to the server. But when I try ...
2
votes
1answer
237 views
bluetooth communication server client stuck j2me
How can I use the same Stream to read/write from server to client or from client to server more than once?
I am making a turn based game over bluetooth. Any ideas on how to achieve this in j2me?
I ...
1
vote
0answers
525 views
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 ...
1
vote
1answer
147 views
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: ...
0
votes
0answers
240 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
...
2
votes
3answers
217 views
Alternate way for setting permissions for J2me application
Currently I am using jad to set the http and Bluetooth permissions.
But I have a problem with this approach. Some of the handsets does not have support for
bluetooth API, so the phone is not ...
5
votes
1answer
251 views
How to implement ACTION (move/rename, set permissions) operation in J2ME Bluetooth OBEX?
Bluetooth FTP specification says I need to use ACTION operation, here's a page
But the ClentSession provides only GET and PUT operations, and nothing mentioned in javadocs.
here's how the create ...
4
votes
2answers
854 views
How to connect a J2me Midlet installed on a mobile device to a java application?
I need help to connect a J2me midlet program to a java application on my desktop using bluethooth connection.
How can I configure my midlet application to connect to the desktop application using ...
1
vote
0answers
487 views
BlueCove Bluetooth Device Discovery
I've built and ran the RemoteDeviceDiscovery sample project for BlueCove 2.1.1. The program will discover all discoverable bluetooth devices but it will also report in deviceDiscovered() devices that ...
0
votes
0answers
713 views
how to synchronize sending and receiving data in a j2me application via bluetooth using btspp protocol?
I am trying to make a "version" of Checker game which can be played over Bluetooth.
I have a Midlet which let a user choose to create a game or join the game.
How to synchronize sending and ...
1
vote
0answers
190 views
Device not accepting incoming connection in J2Me Bluetooth?
I am trying to do communication between a mobile application (using J2ME and JSR82) and Desktop application (in C# using InTheHand Library).
I am using RFComm protocol with UUID: ...
0
votes
1answer
608 views
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 ...
0
votes
2answers
394 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 ...
1
vote
1answer
383 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
5k 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 ...
1
vote
2answers
3k 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 ...
0
votes
2answers
327 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
545 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 ...
2
votes
1answer
299 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
1k 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
856 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 ...
6
votes
1answer
2k views
Bluetooth client/server communication between computer and mobile phone
I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth.
A good link/website to start from is also appreciated.
Server part (computer part) can be ...
0
votes
1answer
2k 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). ...
1
vote
3answers
198 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 ...
