bluetooth

Creation obex connection without service discovery

Hello there my problem is this,i want to create an obex connection but i already know my server adress.The problem is how to get the connection url without service discovery.I use a normal java project for my server side and a midlet project for my client side.I will post the code maybe it helps. Server connection UUID uuid=new UUID...

remote SIM - rSAP

Hi, I am user and thinking to move to Android, probably HTC Desire. But, I spends a lot of time in car and need "remote sim option". Unfortunately, it is not available. Let's imagine how many your potential customers can't buy android devices due to incompatibility with car hands free kit. Nokia has it as basic. And I should stay with No...

Disable Bluetooth discoverable mode on Android

Hi, I found in the Android documentation how to turn Bluetooth discoverability mode on: Intent discoverableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); discoverableIntent.putExtra(BluetoothAdapter.EXTRA_DISCOVERABLE_DURATION, 300); startActivity(discoverableIntent); This will make the device discoverable for 300 ...

GKTank example is not working.

Hello, I'm trying to get the GKTank example working with 2 iPhones. Both have bluetooth enabled. I start the app on both devices and tap the screen. The Peer Picker comes up and the devices find each other. If I select one device in the list it says "Waiting for {other iPhone}..." forever. On the {other iPhone} the waiting phone gets gra...

Android: Issue with acceptable file types via bluetooth

Hi guys, i've got a problem with pushing files to my nexus one: It seems to me that there is only a small selection of file types that are accepted by my phone (such like jpg, gif and so on). I recently tried to push other files to my phone (in my case gpx) and my phone has rejected it automatically... is there a way to bypass or ext...

turn on bluetooth in pocket pc VS-c++

I'm attempting to turn on the bluetooth devices on a WinCE5.00 device. I was tracking down alternatives to BthUtil.dll because it doesn't exist on this OS. Does anyone know how I'd replace the functionality presented in this file. http://www.keyongtech.com/3116265-bthutil-dll-missing-in-ce bears not fruit. The suggestions don't have an...

Bluetooth txt file byte increases?

Hi everyone, i am able to xfer files from 1 mobile device to another. When the sender sends this text file of 8 bytes, the receiver end will become a 256bytes txt file and when i open the contents of the txt file, there are my infos plus alot of square boxes. Here is my code from the sender: string fileName = @"SendTest.txt"...

Adapting Android Bluetooth Chat for multiple devices

Hello, I'm doing a college project on Bluetooth for Android, and I'm trying to understand how to manage communication between multiple connected devices. Eventually I'm going to develop a multiplayer Bluetooth Game. Currently I've adapted Android's sample app BluetoothChat to connect my three Nexxus One phones. 1 connects to 2 who conne...

unable to access Bluetooth in emulator

I want to run Bluetooth chat apps, but my emulator is unable to switch Bluetooth on . I am using Android 2.2 . The Bluetooth option is not being highlighted in the emulator . Please anyone tell me , how to activate Bluetooth on the emulator . Thanks in advance Abhijeet ...

Android Bluetooth API connect to multiple devices at the same time

It is possible to connect simultaneously to multiple bluetooth devices? ...

taking continuous input in MATLAB

i want to take data from bluetooth into matlab after every 10 to 15 seconds.. have figured out a way to transfer data to matlab via bluetooth. the problem i am facing is that i want matlab to execute a set of commands after a time interval to take input from bluetooth. if u cld plz help in this matter?? ...

Support a new Bluetooth Device in Android

I am looking to add a completely new type of bluetooth device to android. I am wondering if there is an SDK or a way to build device support into and application. Thanks, Ed ...

C# Stream. Movement stream? bluetooth

I don't really know how to put it but my program involves picture boxes and pictures in it. E.g when i press an up button the picturebox above will swap pictures with the one below. How would i store the 'movement' in a stream because i would like to read this data on another device so that both devices can see and have the same movement...

controlling bluetooth connection in matlab

we have a project in which we have to pick randomly generated numbers from a remote device, say mobile. there is a simple java application to generate numbers. next, we have to recieve those numbers in our matlab program via bluetooth connection with the device. assuming those numbers are temperature readings, we want to recieve a new n...

zigbee vs bluetooth

Hey guys We all know about bluetooth cos its more popular. But why is it popular? After reading about Zigbee i found out that it has lower power consumption, higher range in terms of distance and costs lower and is simpler! So why dont we have Zigbee enable phones? Also I would like to know a per device cost estimation between bluetoot...

bluetooth simulator for ns2

what is the best ns2 bluetooth extension to research scatternet formation? is it blueware or blueHoc or UCBT? ...

How to get bluetooth RSSI on android after discovery

I'm trying to write a program that can read the signal strength of a bluetooth device linked to my android 2.0 handset. Doesnt seem like android exposes anyway to get the RSSI unless it is during discovery. Is there any other way to get the signal strength of the device after the device has been detected? I read of a way to do it using N...

Receiving a File via RFCOMM on Android

Hey guys, does someone know how to receive a file on android via RFCOMM? I'm a newby to bluetooth issues, so please have patience with me. I'm looking for an approach to receive data via RFCOMM as a stream and store it somewhere on my phone. Saving data is not the problem, it works quite fine. The main issue is the implementation of t...

Protocol for a Bluetooth keyboard?

How would a person go about making a Bluetooth keyboard in Java probably for Windows? I know Windows comes with some built in drivers but I have no idea how to talk with them. ...

how to find Signal Strength of connected bluetooth devices

Hi, In one of my application I need to display all the Wifi and bluetooth devices which are paired to my mobile and it's Signal Strengths .Wifi side it is ok for me to display signal strength(RSSI).But i got a problem at Bluetooth side.I searched for the method which is suitable for this task,i found one method that is intent.getShortE...