Can the bluetooth search run while checking if any SMS messages have been received?
When I try to check if there is a new SMS by the command "msg = smsconn.receive()", the ...
I want to a Java ME application that transfers any SMS received to a PC using bluetooth. The PC can then direct the Java ME application via bluetooth to send a ...
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 ...
I want to build an Java ME application that sends SMS to any phone number and that can also read SMS received on the mobile device on which it is running. This is the architecture I have in mind: 1. A Bluetooth-enabled PC sends a text over a bluetooth link to a mobile phone. 2. The mobile phone runs a J2ME ...