Android already have BluetoothChat application. Using that app two devices chat with each other. I am trying little different. Instead of chat I want whatever I write in my EditText and shake the mobi
I am doing a project dealing with transmitting image files from BTM-182 Bluetooth module to Android phone. The program is based on Android 2.0.
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to enable/disable bluetooth programmatically in android
I think about writing a J2M开发者_开发技巧E 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? Than
I\'m building a Bluetooth application.I want to periodically scan for nearby Bluetooth devices.This program should start when the device starts and continue discovering devices based on a schedule (ev
I\'m a little confused about how t开发者_如何学运维o send data over a Bluetooth connection.In the Android API documentation, from the Bluetooth Chat example, the class BluetoothChat.java constructs a
I am trying to correct a program that makes to other programs with the createProces call. The problem is when I pass an object of the Brick class as a parameter of the createProcess call.
I have some code that moves a UITextView out from under the on-screen开发者_如何学C keyboard. The problem is, sometimes people will surely use a Bluetooth keyboard instead.
I\'m doing a feasibility analysis of a project idea that involves sending files from one android device to another over bluetooth. The files are Microsoft office doc开发者_C百科uments and can vary in
I\'m scratching my head trying to find a way to detect bluetooth headset connect and disconnect events for Android 2.1. I see in API Level 11 that there are some explicit ones, but how do I do it in开