[android-kernel] Re: "Video cannot be played" error when BT headset is disconnected during Video playback

2010-04-27 Thread Akash Choudhari
Can someone help me understand, if we can send an event to pause the playback when the BT headset is disconnected? - Akash On Mon, Apr 26, 2010 at 11:35 AM, Akash Choudhari wrote: > I am trying to do Video playback, using Bluetooth headset for streaming > audio. If I turn off BT headset, audio

Re: [android-kernel] Implement Camera Support for Android Emulator using Web Cam

2010-04-27 Thread sanjeev sharma
Hi, You can talk to hardware device from emulator.One example is connect your modem to emulator through serial device and send AT commands to Modem. sanjeev On Sat, Apr 17, 2010 at 11:12 PM, Thisara Rupasinghe wrote: > Hi Karthik, > > Thank you very much for ur comments. > Within the emulator

[android-kernel] Re: shell commands in android - documentation

2010-04-27 Thread jack
Also you can use a per-build busybox bin from the benno's blog http://benno.id.au/blog/2007/11/14/android-busybox On Apr 27, 8:50 am, Akash Choudhari wrote: > As Anthony mentioned, you can use busybox and bash on android, to get > additional functionality in SHELL. Android shell is very limited

[android-kernel] Re: shell commands in android - documentation

2010-04-27 Thread jack
Also you can use a per-build busybox bin from the benno's blog http://benno.id.au/blog/2007/11/14/android-busybox On Apr 27, 8:50 am, Akash Choudhari wrote: > As Anthony mentioned, you can use busybox and bash on android, to get > additional functionality in SHELL. Android shell is very limit

Re: [android-kernel] Improve the Booting time in Android

2010-04-27 Thread sanjeev sharma
You need to first check which one is time consuming. 1:kernel 2:Filesystem You can reduce bootup time in both kernel and Filesystem. Sanjeev On Mon, Apr 12, 2010 at 1:44 PM, aravind wrote: > Hi All, > I want to improve the boot time for my android device. Suggest, which > part of the source

[android-kernel] Re: enabling bluez logs

2010-04-27 Thread guru
Hi Petri, Since I am facing problem like "unloading the bluetooth driver" and some other. So I thought if I can enable the logs I can get some clue. I will try below steps. Thanks Gururaja B O On Apr 22, 1:23 pm, Petri Nieminen wrote: > I am guessing you meant the kernel bluez stack debug messa

[android-kernel] Re: enabling bluez logs

2010-04-27 Thread guru
Hi Pavan, just I have to service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd -d - n added /system/bin/logwrapper or how to configure some thing. I added this and built and booted but bluetooth is not coming up. Please let me know additional steps if any. Regards Gururaja B O On A