Re: [android-kernel] How to configure kernel?

2011-02-07 Thread Arindam Roy
Hello Tim, once we do the menuconfig, should this config be saved as on of the pre-defined configs in the arch/config folder? Because I think the android build system provides the specific config file to the kernel build. Which config it takes is based on the choosecombo option I guess? Thanks, Ari

[android-kernel] Host mode support on Nexus S

2011-02-07 Thread Steve Modica
Hi All, I've spent some time today dithering on the Nexus S and host mode and I think the way to approach this is different from the Nexus 1 host driver hack. The Nexus S uses a Fairchild USB switch (fsa8480) to detect device connections. I believe the point is to allow the device to handle mul

Re: [android-kernel] How to configure kernel?

2011-02-07 Thread Tim Bird
On 02/07/2011 10:50 AM, Hank wrote: > I am trying to enable KGdb by following instructions from: > http://bootloader.wikidot.com/android:kgdb. One of the steps requires > configuring the Kernel, I was wondering how do I go about doing that? > Which files do I need to edit or what commands do I need

[android-kernel] How to configure kernel?

2011-02-07 Thread Hank
I am trying to enable KGdb by following instructions from: http://bootloader.wikidot.com/android:kgdb. One of the steps requires configuring the Kernel, I was wondering how do I go about doing that? Which files do I need to edit or what commands do I need to input? -- unsubscribe: android-kernel+

[android-kernel] Re: OTG on Nexus S

2011-02-07 Thread Andrei Avramescu
Hi Steve, I don;t have much experience with kernel and drivers but in the last days I tried to understand that USB Host thing. As you know Nexus S is somewhat similar with Galaxy S. I know that some OTG related messages are kicked when I plug in a USB OTG cable. <4>[ 8681.804081] fsa9480_interrupt

[android-kernel] partner_setup command not found.

2011-02-07 Thread aks24
Building Android for a new Mobile Device.. I am trying to build android for new mobile device.. after making the directory and including the .mk files for every product.. i am trying to build with ./envsetup.sh.. and then partner_setup getting error : command not found can anybody help plz...

[android-kernel] Sleep of Death Issue in Gingerbread - Samsung Spica i5700

2011-02-07 Thread munchy
Hi guys, we are trying to port Gingerbread (AOSP and CM) to samsung spica i5700 - kernel is 2.6.29.6 . We have this sleep of death issue where in the phone does not wake from sleep (automatic and manual sleep both) , when the phone is plugged into USB this issue does not arise. Can someone pleas