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 Vista x64)
...
Hi guys..
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 successfully do a bluetooth discovery lookup on the server.
But, when I put the appli...
I hav written a J2ME application for Bluetooth chatting using L2CAP connections in Eclipse Galileo. The problem is the JAD/JAR file created by selecting Project->J2ME->Create Package, doesnt install on my S60 (Nokia 5233)phone. It says Authorisation Failed!!. And after installing the screen gets stuck when it comes to connections part, t...
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 pair them.
In pybluez, the way you connect to a server is as follows:
addr, port = "01:23...
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 after:
streamConnectionNotifier.acceptAndOpen();
Here is the code:
All the code is inside the run() method of my Thread:
...