0
votes
0answers
36 views

Is it possible to access to bluetooth handsfree mic/buttons from JavaME application?

Is there any way to use my bluetooth handsfree as JavaME app interface? I am looking for a way to use handsfree as additional, wireless input device. Is there any way to use my handsfree?
0
votes
0answers
124 views

how linvor HC-06 communication with j2me or android

I have a bluetooth device (linvor HC-06), the datasheet explains if this device is a slave device. I was found for example to build j2me application to communicate with this, but there are just a ...
0
votes
0answers
152 views

Why “Can't Create RFCOMM Connection” J2me RFCOMM on reconnection?

I got exception "Can't Create RFCOMM Connection" I was create midlet bluetooth client, my code was working but i had exception "Cann't Create RFCOMM Connection" after close and reopen connection on ...
1
vote
1answer
78 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 ...
1
vote
1answer
101 views

Midlet works in emulator, ClassNotFoundException on phone

I am creating simple midlet for Bluetooth communication with server but I can't get it to work on my phone, when I Try to run it in Eclipse/Emulator everything works fine, but on the phone I get ...
0
votes
0answers
93 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 ...
0
votes
0answers
43 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?
0
votes
1answer
732 views

How to Transfer Files using Bluetooth in android and PC or another android device

I am trying to transfer file from PC to android phone and then vice versa or b/w to android phones but got stuck. i know android programming at a expert level, i know the bluetooth API in android and ...
3
votes
2answers
278 views

What's the best way to develop a cross-mobile app with bluetooth support?

I've read about the native feature-support of Phonegap here. Clearly, it makes no mention of Bluetooth support. I've failed in finding or locating any other platform with cross-mobile platform ...
3
votes
1answer
497 views

how to send file from J2me application by using bluetooth

I am trying to send file from j2me application to all available bluetooth devices in range near that. I have searched devices in range and displayed but I unable to send file to that device. I get ...
0
votes
0answers
236 views

How to Transfer file via Bluetooth in j2me [closed]

i'm tried to transfer file to those peoples are Switched on Bluetooth in their mobiles by J2me application using obex but unable to idendify the correct way to execute. Anybody known means kindly ...
2
votes
0answers
233 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 ...
2
votes
1answer
243 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
548 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
140 views

Can two phones have the same bluetooth address?

I am writing a code which can show nearby friends whose bluetooth devices (phones) are switched on. My codes uses the devices addresses of the users to keep track of their presence but I need to know ...
1
vote
0answers
264 views

How to get information on mobile through bluetooth, send information by my notebook

I want mobile phones to communicate with the my notebook. I am using Delphi for Windows programming and component nrComm Lib that methods for sending and receiving Char, String there. ...
0
votes
0answers
164 views

Java ME - Bluetooth Document Scanner

Am creating a simple j2me application that captures a person details with an ID proof. To which, I need to scan the ID card (Driving licences/Voter Id/Address proof) and send it as an image(byte) to ...
1
vote
0answers
54 views

J2ME Bluetooth service registry when app is off

S40 doesnt allow an app to run in the background so the only way that I can know if the phone has a given BT service is to have the app running Is it possible to register a service to the Bluetooth ...
5
votes
1answer
265 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
885 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
1answer
98 views

Why does the code hang when calling cancelInquiry in Java to cancel, a Bluetooth inquiry, on some Nokia phones?

i have a problem on Nokia devices having S40 (but not on S60). the problem is this: when you call the discoveryAgent's cancelInquiry method from within a synchronized block, it hangs. it is actually ...
2
votes
2answers
2k views

send sms from one mobile to another mobile via bluetooth using j2me

i need to send sms (text string) from one mobile to another mobile using bluetooth. Im developing this using J2ME. I know basics of J2ME and midlets. And have managed to detect active mobile ...
1
vote
0answers
196 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: ...
1
vote
0answers
93 views

Why does JAVAME switch you bluetooth service's UUID?

In JAVAME when I use this code to advertise my service with UUID "393a84ee7cd111d89527000bdb544cb1" : String connectionURL = "btspp://localhost:393a84ee7cd111d89527000bdb544cb1;" + ...
0
votes
1answer
618 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 ...
2
votes
0answers
1k views

Android bluetooth SDP does not recognize service advertised in JAVAME

I am developing a bluetooth application for my MSc. End Project. It includes a server implemented in JAVA ME, and a client writen in Android. The problem is that Android SDP seems to fail at ...
0
votes
1answer
1k views

J2ME - Bluetooth serial port communication between PC and Mobile

I am trying to create a client server application. I am going to make this simple so that a basic chat application. I have gone through these tutorials: ...
1
vote
1answer
460 views

Communication between my computer and my mobile using bluetooth

I am trying to create a client server application. Server side is vb.net program which runs in my computer and listens for commands. Client side is J2ME application which is in my mobile that will ...
1
vote
0answers
284 views

How to test bluetooth connectivity between j2me and j2se

I am working on an application that has two parts: Desktop(using J2SE) & Mobile(using J2ME). I have found some examples demonstrating the connectivity part but how do I test them on PC(without ...
2
votes
3answers
238 views

How to make an async listener do blocking?

I am writing a blackberry app that communicates with a simple Bluetooth peripheral using text based AT commands - similar to a modem... I can only get it working on the blackberry using an event ...
1
vote
1answer
399 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. ...
0
votes
1answer
103 views

Java ME Bluetooth linking error

I'm begining to Bluetooth java programming so I started by compiling the simple Bluettoth application that comes bundled into NetBeans, the application compiles correctly, but when I try to run any ...
0
votes
1answer
325 views

Android <-> bluetooth<->J2ME connectivity problems

I'm trying to get a Samsung Galaxy Ace with Android to communicate with a Nokia N95 via Bluetooth. I have written an application for the J2ME side that communicates just fine using 2 symbian devices. ...
0
votes
0answers
218 views

What is the bluetooth connection time out in mobile/j2me?

Im developing a mobile application in j2me.In my application i connect the mobile with some other device with respect to bluetooth.After connection established i send the command from the mobile to ...
1
vote
1answer
308 views

Read bluetooth RSSI value using J2ME

I want to get RSSI value using J2ME. How can I get that value.
1
vote
1answer
363 views

how to connect a device with nfc chip(twinlinx mymax nfc chip ) using bluetooth

Hi In my android project i m planning to use TwinLinx Mymax NFC chip to make a any phone nfc enable. but i dont know how the phone communicate with the nfc chip using bluetooth.I think they will ...
0
votes
0answers
283 views

bluetooth connection slow

I am connecting an android application (createRF(uuid)) to a blackberry application (Connector.open("btspp://uuid")); I have the commmunication succesfully working but the transfer of data is slow, ...
0
votes
1answer
403 views

Help me to solve the j2me polish -bluetooth issues

I had a j2me polish doubt. Im using eclipse IDE. The following are the my j2me files: BluetoothHandler.java import javax.bluetooth.DeviceClass; import javax.bluetooth.DiscoveryAgent; import ...
0
votes
5answers
805 views

How to solve the out of memory exception in j2me application

I am developing a mobile application in j2me. My application performs the following things I connect the mobile with the some external device with bluetooth Send the data/command to that device via ...
1
vote
0answers
268 views

J2ME bluetooth piconet broadcast data

Refer to my question in Android Bluetooth Piconet Broadcast data I know that android question regarding to piconet is already answered. Now i've done some research regarding to bluetooth broadcasting ...
1
vote
1answer
219 views

Error in Pair Bypass In J2ME And Discover Hidden Bluetooth

I am going to develop a bluetooth chat using J2ME. But my problem is - How do i bypass the pair (pass key or the authentication process) using J2ME so that the program automatically connect to another ...
0
votes
1answer
187 views

What object is this?

In the bluetooth documentation there is a code sample to explain the functionning of J2ME with bluetooth. The code uses BCC , perhaps Bluetooth Control Center, and the methods it calls are not ...
1
vote
1answer
515 views

J2ME for Nokia S60 5th: bluetooth serial API

I think about writing a J2ME application for the Nokia 5230 which can communicate with other devices using a serial bluetooth connection. Is this supported on the Nokia SDK at all? Thanks in advance.
1
vote
1answer
1k views

Problem with UUID and GUID

Please don't mark this as duplicate. I have gone through all posts on this topic but couldn't solve my problem. I have an application in J2ME that searches for bluetooth services with a particular ...
0
votes
0answers
443 views

Connecting a mobile phone to a computer using j2me [duplicate]

Possible Duplicate: Bluetooth client/server communication between computer and mobile phone I want to connect my mobile phone to a computer which has an attached USB Bluetooth device. I ...
2
votes
3answers
247 views

How can one device determine whether another's Bluetooth is connected, using J2ME?

I am trying to connect two Bluetooth devices using J2ME. Both devices connect successfully and also transfer data very well. If one of the devices has its Bluetooth switched off, how can the other ...
3
votes
1answer
804 views

How make a multi client server using Bluetooth API in j2me?

I am planning to implement a server using Bluetooth API using J2ME. I want multiple clients to be able to connect to it at the same time but I could not find much on the NET. UUID uuid = new ...
1
vote
2answers
214 views

When implements DiscoveryListener java app stopped

i try create application for Alcatel OT 808. But when I load application with class that implements DiscoveryListener, and then start this application, phone says: Java app stopped. But in emulator ...
0
votes
1answer
807 views

How do I send a message to a bluetooth device?

Using the bluetooth API in j2me, I want to send a message to another mobile phone. I have been able to discover devices and services on the corresponding devices. I have also been able to connect to ...
0
votes
2answers
343 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 ...

1 2 3