[android-developers] Re: no audio from bluetooth sco earpiece

2012-07-05 Thread the_edge123
I found the solution :-) I posted it on SO: http://stackoverflow.com/questions/7212783/android-playing-sound-over-sco-bluetooth-headset/11348952#11348952 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: no audio from bluetooth sco earpiece

2011-12-30 Thread the_edge123
Is there a way to dig into the android source code to track this issue ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] no audio from bluetooth sco earpiece

2011-12-26 Thread the_edge123
Hello, I want to play a sample file to test the bluetooth sco connection on Android 2.2. The device is an earpiece (Nokia BH-701). The problem is that I can hear and see that the SCO connection is Ok but I can not hear the sample audio (mono,8kHz, 16 bits). The connection seems to be established

[android-developers] Re: OpenGL ES 2.0 for Android

2011-12-26 Thread the_edge123
On Dec 26, 11:05 am, bob b...@coolfone.comze.com wrote: What is the best way to learn OpenGL ES 2.0 for Android? What kind of tutorial are you looking for ? are you a beginner ? What did you already find ? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Voice recognition (buffered speech)

2011-09-12 Thread the_edge123
Hello, I want to decode a buffered speech to text. Is it possible to send it to a voice recognizer ? If not, is it possible to use the jsapi ? Thanks in advance, Fabien -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: connection to bluetooth earpiece

2011-09-02 Thread the_edge123
On Aug 31, 3:57 am, James 030440...@163.com wrote: You never need to do this. If you want to transfer music toearpiece, You just need to start a intent to let user enable BT and connect to theearpiece. This is the BT A2DP protocal which android already implemented. BTW, I think a normal

[android-developers] connection to bluetooth earpiece

2011-08-30 Thread the_edge123
Hello, I want to connect my app to a BT earpiece so that the sound coming from the mike is heard on the phone and the sound played by the app is heard in the BT earpiece. My approach is to open a bluetooth server socket. Once the connection is established, the input stream would be played by a