How to access file system of another phone using bluetooth in Android?

user1134100 picture user1134100 · Feb 6, 2012 · Viewed 87.3k times · Source

After pairing with a phone via bluetooth, is it possible to access the sd card contents (like music or images)?

Are there any tutorials or sample code for this?

i see an application named "Bluetooth File Transfer" and want to make another like that i read about bluetooth, bluetooth socket but not found any thing useful how to perform that operation i am researching more if i found i will post here the solution if anyone found soon then please post here.... Thanks

Answer

user123_456 picture user123_456 · Feb 7, 2012

Sure it is possible. But you need to know:

  1. Which Bluetooth protocol you want to use? Some of them are here: Bluetooth protocols
  2. How big data you are willing to share between, because if you have big data then you need to use some other connection.
  3. You need to know how to secure data, Bluetooth is very vulnerable.

And you can tell us what you want to do? You are programmer or just asking? If so use link as suggested in your comments.

EDIT: Here is for example some examples in QT programming language, which I use for developing apps for Android: http://www.developer.nokia.com/Community/Wiki/QBluetooth_-_A_Qt_bluetooth_library