[android-developers] Re: Audio Over Bluetooth Mono Headset working in Gingerbread and not ICS

2012-10-30 Thread Ahmed Abdelfattah
Anybody ? On Wednesday, October 24, 2012 1:53:48 PM UTC+2, Ahmed Abdelfattah wrote: I have written a simple app that records and plays audio through a Bluetooth Mono headset usingstartBluetoothSco(). The app works fine on Gingerbread but fails to work on ICS. The output of logcat is strange

Re: [android-developers] Re: Audio Over Bluetooth Mono Headset working in Gingerbread and not ICS

2012-10-30 Thread Ahmed Abdelfattah
Thank you, This log is not recorded from the emulator but from ODROID-X development board running Android ICS also I thought of testing my app on a real phone but unfortunately I don't have a phone capable of supporting ICS currently. On Tuesday, October 30, 2012 11:30:33 AM UTC+2, Resurrcting

[android-developers] Audio Over Bluetooth Mono Headset working in Gingerbread and not ICS

2012-10-24 Thread Ahmed Abdelfattah
I have written a simple app that records and plays audio through a Bluetooth Mono headset usingstartBluetoothSco(). The app works fine on Gingerbread but fails to work on ICS. The output of logcat is strange D/BluetoothSocket.cpp( 1554): ...connect(76, SCO) = 0 (errno 115) D/BluetoothSocket(

[android-developers] Generate screen motion events on android through usb

2011-10-07 Thread Ahmed Abdelfattah
I want to control Android using the open accessory mode (usb) from another device Is it possible to generate touch screen events : act as a click or multi touch event or write on the keyboard ? If so , is it possible to keep the app which does that running in background and fully control the smart

[android-developers] Speed of usb on open accessory mode

2011-09-17 Thread Ahmed Abdelfattah
Hello , How to know the speed of transfer between usb accessory and the device . Is it smartphone dependent or device dependent or mode dependent ? or all ? Is there a reference about this point ? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Application hardware acceleration using Android Open Acessory API

2011-09-16 Thread Ahmed Abdelfattah
. Perhaps you could simulate your comms load using a PC with USB connected to an android device before creating your custom hardware ? Regards On Sep 16, 9:22 am, Ahmed Abdelfattah ahmed.abdelfattah.elshem...@gmail.com wrote: Hello , I am thinking of making an application on image

[android-developers] Application hardware acceleration using Android Open Acessory API

2011-09-15 Thread Ahmed Abdelfattah
Hello , I am thinking of making an application on image processing that requires heavy computations and I want to accelerate it using FPGA and I read about Android Open Accessory API . Is it possible practically to design my custom hardware that actually accelerates the application knowing that