[android-developers] Re: Bluetooth and ADB

2009-06-02 Thread Santi
Hi Luis, bluetooth communication is limited in android: http://source.android.com/projects/bluetooth-faq Although you can use BlueZ API (in c/c++) that it is included in linux kernel and compile your programs linking with bionic libc, bluetooth libraries, etc (cross compiling), but you will need

[android-developers] Re: Bluetooth and ADB

2009-06-02 Thread Luis Alberto Pérez García
In that project I used bluez's RFCOMM profile through a toplevel java library called BlueCove (which runs on macosx, windows an linux selecting the bluetooth stack of the OS dinamically) maybe BlueCove does run on Android (it uses bluez), but if you need a dev or rooted phone not so

[android-developers] Re: Bluetooth and ADB

2009-06-02 Thread Nick Pelly
There is some discussion on android-platform about a proposed BluetoothSocket api that gives access to rfcomm that you may want to read. Nick 2009/6/2 Luis Alberto Pérez García lui...@gmail.com In that project I used bluez's RFCOMM profile through a toplevel java library called BlueCove

[android-developers] Re: Bluetooth and ADB

2009-06-02 Thread Luis Alberto Pérez García
I suppose you were talking about this discussion[1] I've seen they have donde this[2], but I have no idea what's this... is this working? or it's just a just-for-compiling class? It has some more files[3] but i'm not sure if this is usable o what... I know how to download the code (yep, I've

[android-developers] Re: Bluetooth and ADB

2009-06-01 Thread Luis Alberto Pérez García
I want to know about this. I've try to send a file from my Magic to my computer using bt (as a user, not coding) and I couldn't. I didn't search or try it again, so I don't know if it works... Anyway, I also would like to know if it's possible to stablish a serial connection through bt from

[android-developers] Re: Bluetooth and ADB

2009-05-30 Thread biAji
I'm very curious about how can you connect a device to PC through BT? Is it possible? On May 27, 10:48 pm, romka.shakhman...@googlemail.com romka.shakhman...@googlemail.com wrote: Can you help me with my question? Is it possible to use adb commands if device connected via Bluetooth? Regards,

[android-developers] Re: Bluetooth and ADB

2009-05-29 Thread Nick Pelly
On Wed, May 27, 2009 at 7:48 AM, romka.shakhman...@googlemail.com romka.shakhman...@googlemail.com wrote: Can you help me with my question? Is it possible to use adb commands if device connected via Bluetooth? No. --~--~-~--~~~---~--~~ You received this