0
votes
0answers
19 views

Bluetooth UUID from String Crashing

I am trying to listen for connections to my BluetoothServerSocket, but happens that the creation of the UUID is crashing the application.. Don't know why. private void listenServerSocket() { ...
0
votes
0answers
18 views

Android Bluetooth Connection without Scan

I'm currently working an appliction where i have. A server : my Computer. And a Client : my Android Device I've already built a version of my program using http connection, but now, I want to ...
-2
votes
1answer
37 views

ways to store uuid in android [closed]

I was wondering what will be the easiest and efficient way to store UUID in Android? I want to use UUID in my application for bluetooth transfer. The app will generate uuid when it runs for the first ...
2
votes
1answer
45 views

Are UUID's in Android specific to application within the device?

looking in the the web for answers, I am sort of confused id UUID's are unique to a service within the device. I want to know if an application on a particular device can generate a UUID during ...
1
vote
1answer
221 views

Connecting multiple devices to bluetooth in Android

So far what I know that its possible to communicate to multiple devices from your android phone. But my case is that I want to connect two 'similar' devices. My understanding is that, I need to use ...
1
vote
1answer
101 views

UUID bluetooth and android devices

I'm trying to develop an application for Android devices that connects two devices, but the problem is that I can only connect (using Bluetooth) with PC Bluetooth or devices with another OS than ...
0
votes
1answer
91 views

Android get UUID(Services) of own bluetooth device

I am creating a application in which one module is there where i want to retrieve the services supported by my own Bluetooth device... Currently i am able to fetch the UUID of remote devices, by i ...
1
vote
1answer
62 views

RFC 4122 UUID on Android?

Is there a way to generate RFC 4122 version 1 UUIDs on Android? UUID version 1 means timestamp-based UUIDs.
0
votes
1answer
523 views

difference between android UUID and phonegap device UUID

could anyone tell me the difference between android unique id i.e UUID and phonegap device id UUID? Are they same or different values? If these values different,then is there any unique property value ...
0
votes
1answer
112 views

What is the difference between serial and dun bluetooth service?

I create an android simple bluetooth terminal application for communication with my old java cellphone Sony Ericsson K700.I discover services from android and find this uuid : 1101(serial service) , ...
2
votes
1answer
541 views

Android: Use UUID as primary key in SQLite

My app needs to get synced with other app users (on there own devices). I also want to support offline editing, that are synchronized to the other collaborative users when the user gets connected to ...
0
votes
0answers
124 views

How could I get the bluetooth UUIDs of my own android device?

I currently can fetchUuidsWithSdp of a remote device. (getUuids doesn't work, not sure why) But how could I get the UUIDs of my own android device? It is supposed that when I successfully execute ...
1
vote
1answer
812 views

Android Find the UUID of a specific bluetooth device

I'm starting to work on Bluetooth in Android recently. I want to build an application that can read the data recorded by a sensor through bluetooth. I have some sample code, but looks like I need ...
1
vote
2answers
705 views

Android: How do bluetooth UUIDs work?

I've been running around SO and the internet at large for the past few hours trying to figure this out, and I'm confused. Basically, I don't understand what a bluetooth UUID denotes. Do UUIDs denote ...
0
votes
3answers
221 views

Android Id and its reliability

i want to generate Uuid for my app so i tried many methodes for this 1) Getting Serial number of device using android.os.Build.SERIAL(this returns "unknown" as result) 2)Dealing with device id(i ...
1
vote
2answers
279 views

Android and Java Uuid

I want to generate a uuid for my app i tried many things like wifi mac address , getting android id, serial number , creating pseudo uuid from device android.os.Build properties . i also came to ...
0
votes
0answers
62 views

Identifying UUID

I am building a application where i will scan for all bluetooth devices and connect to the interested bluetooth device. I read that I need the UUID of the device so that i can connect to it. I am ...
1
vote
0answers
142 views

Random UUID generation

Greetings fellow programmers, I am writing a simple bluetooth application to discover devices and connect with them. When I use the UUID "00001101-0000-1000-8000-00805F9B34FB" to connect with my ...
0
votes
1answer
704 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 ...
0
votes
1answer
317 views

Android listen for connections without UUID

I have written an Android game that uses Bluetooth to transfer data. I copied the code from the Bluetooth Chat application that comes with the ADK. My phone doesn't seem to be able to connect with ...
0
votes
1answer
100 views

How to get UUID of headphone(earphone) in android?

I am working on a project and I would like to know is there any possibility of getting the UUID of the headphone which is connected to the android device? If yes then how to do it? Any help regarding ...
0
votes
2answers
356 views

android-Application crash when thread.start() called. App using AndroidPlot API

I am building an app to plot dynamic values which are recieved via bluetooth. Since im new to android, I used the tutorial on the android developers guide but the application crashes when it tries ...
0
votes
1answer
562 views

Generate persistent application UUID in Android upon app installation

I need to distinguish my app's installations so I generate a UUID in my app via java.util.UUID.randomUUID() then save it as a String in the shared preferences. However, when I go to the phone's ...
2
votes
2answers
308 views

Having issues with ANDROID_ID

I'm trying to get ANDROID_ID working in my appn but I'm getting odd behavior in my emulator and also on hardware. an extract from my app. import android.provider.Settings.Secure; public class ...
0
votes
0answers
236 views

fetchUuidWithSdp always giving the cached UUID

i am writing an app in which i have to do a service discovery on a selected device, but whenever i am doing a fetchUuid it is always giving me the cached UUIDs on the remote device. here is what i am ...
0
votes
0answers
30 views

Idendify valid purchase owner inside android

I read a lot about androids security. We have a Server side Application that communicate with our Android app. The user can buy Tickets from the server which are validated by another app. Because this ...
1
vote
1answer
346 views

Use SDP to get devices haveing certain UUID on Android 2.3.x

Given the UUID used in SDP of the Bluetooth run a discovery query to know the Bluetooth devices who are using the same UUID without connecting with them. I want a solution for Android 2.3.x.
3
votes
1answer
457 views

Include uuid.h into Androind NDK project

I'm porting a C program onto Android using the NDK. The program uses the uuid.h or uuid/uuid.h library depending on which is available. When I compile the program, gives the error message uuid.h: No ...
5
votes
0answers
270 views

getting UUIDs from G- Shock watch bluetooth android

I am working on Bluetooth Low Energy in Android. I want to get the UUIDs of remote device when the device is paired. I have found that BluetoothDevice.getUuids() will give the UUIDs of a remote ...
1
vote
2answers
269 views

Convert from Java UUID to an android UUID

I have an UUID like this: 0xbb886aeb-36b5-4c85-8652-c823d300997e Represented as Hex, if am not mistaken. I want to use this UUID in my android application like this: tmp = ...
0
votes
0answers
253 views

Android Bluetooth: Connecting as a Client

I am attempting to connect an android device as client to a Parani-ESD210 module (http://sena.com/products/industrial_bluetooth/esd.php). Currently I have an activity class which discovers the name ...
2
votes
1answer
843 views

How do I find the proper UUID?

I received help from someone here a week or so ago, but there seems to still be a problem with my code. I am running Android 2.0 so I cannot use the methods to get the UI, instead I need to call the ...
1
vote
1answer
2k views

Finding UUIDs in Android 2.0

I am writing a program which needs to be run in Android 2.0. I am currently trying to connect my android device to an embedded bluetooth chip. I have been given information as to use ...
0
votes
1answer
392 views

Android: UUID cannot serialize

I'm trying to pass a UUID to a web service but when i try to send every parameter it return an error that says cannot serialize and then it appears the values of the UUID, unless i pass it as a string ...
1
vote
3answers
203 views

Understanding this code

Kind of need help understanding what this code actually outputs. Does it out put a uuid to a file? I found it on http://android-developers.blogspot.com/2011/03/identifying-app-installations.html ...
0
votes
2answers
1k views

Application Generate UUID?

I guess i kind of need more understand of how a UUID actually works. Im working on an application and i want the app to generate a UUID the first time the user downloads and runs the app. Is it ...
2
votes
4answers
4k views

How do I get the UUID of a bluetooth device?

I need to know UUID on API 8 (2.2) or possibly 2.3.3. As I understand the documentation, this should be allowed: phoneDevice = blueAdapter.getRemoteDevice(phoneAddress); ParcelUuid[] ...
0
votes
1answer
373 views

Find UUID used for BT socket

I am connecting a number of devices to a server device via BT. I have a number of UUIDs so as to be able to connect. However, sometimes a device will disconnect and I need to make the server ...
3
votes
1answer
266 views

Accessing bluetooth lower level profiles

Modified after @TJD's answer I am writing a Bluetooth app for Android but I've read (and heared) that many Android devices doesn't supports HID Profile. So my question is can I use lower level ...
0
votes
3answers
719 views

Setting a Unique ID at Application Install - Android

I'm trying to implement the code found below so that I can generate a random ID number for the user right when the app is installed. I just have a couple questions. If I create a new file for this ...
0
votes
3answers
205 views

Setting a Unique ID for Android Phone

I'm trying to set a unique ID for a phone, but each time the user initiates the button, it generates a new ID and sends it to the database. The app will track the user's location and I'd like to set ...
0
votes
1answer
967 views

Android: UUID and Licensing

I am looking to find the most efficient way to create an application that has a 30 day trial and then forces the user to buy the full paid version if they like the demo's features. I was looking for ...
1
vote
1answer
309 views

possibility of 16bit UUID rather than 128bit UUID for bluetooth service in android

I am writing an android app which creates bluetooth connection with external non-android device (e.g., custom bluetooth device). In my android app i am creating UUID for my service which is 128bit. ...
0
votes
1answer
314 views

Bluetooth connection server side. How can I send the UUID to the client?

Maybe I don't understand exactly how works the UUID in a bluetooth connection, but as I have understand, the server has to open a BluetoothSocket with a specific UUID and listen to a connection ...
2
votes
1answer
314 views

DeviceInfo.uuid is undefined

edit: I realised that PhoneGap is stuck in an endless loop because DeviceInfo.uuid is undefined. Though I don't know how to fix that it nails down the problem. The fact that this behaviour occurs ...
3
votes
3answers
804 views

Bluetooth on Android - how to connect to the CORRECT bluetooth device?

I'm writing a program that speaks with an external accessory over rfcomm. My problem is that I don't know what the correct way of identifying my device is. the way I do it now is like this: ...
0
votes
1answer
1k views

Bluetooth Android to Windows 7

I am trying to make an application that transfers Strings of data from my Android phone to my Laptop running Windows 7 (and Vice-Versa) over Bluetooth. I figured that I would open up a Server-Socket ...
0
votes
2answers
3k views

Errors for the android Bluetooth Chat example: layout unkown and API free of modifications crashed

I try to implement bluetooth communication for my application but I'm still stuck on the discover devices part. So, I try to implement the Bluetooth Chat example provided by google but I get some ...
2
votes
2answers
3k views

Android bluetooth UUID for serial port causes exception

I'm using the Android development sample project BluetoothChat. http://developer.android.com/resources/samples/BluetoothChat/index.html I'm running it on an Archos 43 and trying to communicate with a ...
0
votes
1answer
4k views

Connect to bluetooth headset in android

I have following problem: When my headset is turned on before my phone bluetooth is on, it will not connect to my phone. It will only connect to my phone when phone bluetooth is on and my headset is ...

1 2