Re: [android-kernel] Froyo and kernel version

2010-08-04 Thread Akash Choudhari
Eclair was on 2.6.29 and Froyo is on 2.6.35 Are you using Google GIT to get the kernel? -Akash On 8/4/10, hedwin wrote: > Hi, > > Which kernel version do I need to use for Froyo? > I tried the same version as used for Eclair (2.6.32) but that does > work for Froyo. > > Hedwin > > -- > unsubscri

Re: [android-kernel] Problems booting kernel

2010-08-03 Thread Akash Choudhari
Can you enable early printk in the kernel? BTW, did you compile your Kernel with the right defconfig? I have seen such problems in past, when I forgot to use the correct defconfig file ... - Akash On Mon, Aug 2, 2010 at 9:00 AM, ErCa wrote: > Hi, hopefully this is the correct place to post th

[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,

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

2010-04-26 Thread Akash Choudhari
As Anthony mentioned, you can use busybox and bash on android, to get additional functionality in SHELL. Android shell is very limited - Akash On Mon, Apr 26, 2010 at 8:37 PM, Anthony wrote: > toolbox contains most of the commands similar to what you mentioned. > You could modify it in system/c

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

2010-04-26 Thread Akash Choudhari
I am trying to do Video playback, using Bluetooth headset for streaming audio. If I turn off BT headset, audio returns to board speakers, but video starts freezing and after some seconds "sorry this video cannot be played" error message appears. Video continue playing in background. If OK option of

Re: [android-kernel] Re: Oprofile not working

2010-04-20 Thread Akash Choudhari
Not sure if they will apply straight on your kernel You will have to pull in these two patches ~ Patch 1: Enabling oprofile in zoom2_defconfig * Disabling oprofile ARMv7 by default * Currently we are using ARMv6 target http://git.omapzoom.org/?p=kernel/omap.git;a=commitdiff_plain;h=3b264cae0

Re: [android-kernel] Re: "Unable to start WiFi" after flash a new customized kernel

2010-04-05 Thread Akash Choudhari
Use adb remount to remount the system partition as Read-write - Akash On Mon, Apr 5, 2010 at 4:48 PM, ecss utdallas wrote: > Thank you very much. I have recompiled the wlan and replace the old wlan.ko > in mydroid/vendor/htc/sapphire_open. Then rebuild the whole platform with > the new kernel