• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. R

    Apps How to send a string from my android handset to another mobile via bluetooth ?

    Hi, i want to send a string from my android handset to another mobile via bluetooth code is given below which i used for this //Code to connect my handset to another mobile via bluetooth BluetoothDevice RemoteDev; BluetoothSocket BtSck; RemoteDev = mBtAdapter.getRemoteDevice(address)...
  2. R

    Apps How to get UUID of a mobile phone?

    Hi, please anyone tell me source code to get UUID of a given MAC address. i.e suppose i have a MAC address 00:21:06:BC:B5:E2 how to get UUID from this MAC address? Thanks in advance.
  3. R

    Apps How to send an image to paired device via bluetooth?

    Hi, i am working on an application according to which when i enabled bluetooth of my phone the list of all other bluetooth enabled devices should be displayed and a predefined text/image data automatically send to the device which is selected from the list. i tried bluetooth chat example but i...
  4. R

    How to send an image to paired device via bluetooth?

    Hi, i am working on an application in which i want to transfer an image from my android device to other device which is paired with my handset. please help me if anyone give me the code or any example (except Bluetooth Chat Sample Apps) for this i am really thankful of him. please help me...
  5. R

    How to send an image to paired device via bluetooth?

    Hi, i am working on an application in which i want to transfer an image from my android device to other device which is paired with my handset. please help me if anyone give me the code or any example (except Bluetooth Chat Sample Apps) for this i am really thankful of him. please help me...