Re: [android-kernel] Re: USB Function drivers VS Gadget drivers approach

2011-11-21 Thread Prabhu Chawandi
Hi Pankaj, Thanks for the reply. I have one doubt regarding android.c file. In android.c file under android_dev structure / | \ /| \ usb_priduct composite_dev usb_configuratio

[android-kernel] LOW_MEMORY_KILLER in goldfish_defconfig for x86

2011-11-21 Thread mizmit1222
Hi, A quick question. I cloned emulator kernel source and checked out android-goldfish-2.6.29 as instructed [*1]. goldfish_defconfig in arch/x86 does not set CONFIG_LOW_MEMORY_KILLER, while other goldfish*_defconfigs and vbox_defconfig do. Is it by design? Thanks, [*1] http://groups.google.c

Re: [android-kernel] how to build kernel

2011-11-21 Thread Tal Alon
Hi Bridgette, I am trying to build kernel for galaxy S2 and for these device i didn't find any script to run. The txt file details 2 steps first make config (mine is c1_rev02_defconfig) and second make. My environment includes toolchines that provides with the NDK with no installation but i define

Re: [android-kernel] USB configuration Switch Problem

2011-11-21 Thread Prabhu Chawandi
Hi, In case of PC without any drivers there will be no drivers, not even ADB. Bit with LGE drivers i.e. ADB is also in there. thanks Prabhu On Tue, Nov 22, 2011 at 3:36 AM, Jeremy Morales wrote: > Do you have the ADB drivers installed? > > > On Thu, Nov 17, 2011 at 8:20 PM, prabhu wrote: >

[android-kernel] Re: USB Function drivers VS Gadget drivers approach

2011-11-21 Thread Pankaj Dubey
Hi, Basically four points how it differs: 1. Now it is more inline with the basic linux gadget drivers. 2. New android gadget drivers now does not require platform data anymore. 3. Moved initialization of functions in android.c file instead of keeping it in individual function driver

[android-kernel] Re: where can I get the source code of kernel for Nexus S(version:2.6.35.7-g1d030a7)

2011-11-21 Thread siqst
Thanks very much,but is it the official source code of Google?or has been modified by others? On 10月27日, 上午4时29分, "Yao,Yanjun" wrote: > Please try it without .git. > > This kernel is for samsung nexus s GT-I9023. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups

Re: [android-kernel] USB configuration Switch Problem

2011-11-21 Thread Jeremy Morales
Do you have the ADB drivers installed? On Thu, Nov 17, 2011 at 8:20 PM, prabhu wrote: > Hi All, > > In GB > When I mount my android phone it detects a composition whose > product ID is given in platform device structure, My requirement is > when I simply connect it should be in mass storage mo

Re: [android-kernel] how to build kernel

2011-11-21 Thread Bridgette
Hello Talon Samsung provides a txt file that details how to build the kernel...once your environment is set up correctly you should only need to run a script file that they provide, for example mine is called make_kernel_tass_vtr.sh. If you take a look at the file it points to a specific

Re: [android-kernel] how to build kernel

2011-11-21 Thread s.rawat
For whcih Device you are using it? "..pain is temporary.quitting lasts forever.." On Mon, Nov 21, 2011 at 11:02 AM, talon1975 wrote: > Hi all, > > l download the kernel source from Samsung site and the arm-eabi > toolchine (4.4.0 and 4.4.3) from github. > When i build my kernel (2.6.35

[android-kernel] Re: Unable to download Froyo branch for PB11MPCORE

2011-11-21 Thread 李晖
hi, try this http://android.googlesource.com/kernel/common On 11月16日, 上午8时58分, varun ganesh wrote: > Hi i have been able to build the Froyo branch by following the > linkhttp://source.android.com/source/downloading.html. > > But I am unable to get the kernel by the following command > git clone

[android-kernel] USB configuration Switch Problem

2011-11-21 Thread prabhu
Hi All, In GB When I mount my android phone it detects a composition whose product ID is given in platform device structure, My requirement is when I simply connect it should be in mass storage mode, I selected this product ID as the default then it works fine. Problem is when I select adb, co

[android-kernel] USB configuration Switch Problem : product iD switching

2011-11-21 Thread Prabhu Chawandi
Hi ALL, I have product id 0x618e- has { "acm", "diag", "nmea", "usb_mass_storage", "adb",} and 61cc -{ Mass storage } alone is the function in this product. I want to make it such that without any drivers installed when I plug in my phone it should take generic USB mass storage driver, when I e

[android-kernel] Re: Download Latest Android kernel

2011-11-21 Thread netsf
Try this, don't know if it's ICS git clone https://android.googlesource.com/kernel/common On 11月15日, 下午9时03分, naveen wrote: > Hi All, > > I want to know which is kernel used in Android 4.0. and is there any > easy way to download. I try using repo > but fail .Is there any Git available where I ca

[android-kernel] TouchScreen Drivers

2011-11-21 Thread Giveen
A developer I am working with really needs help with one of the touchscreen drivers for Honeycomb to make it compatible with ICS. He could use some help. These drivers are for a Dell Streak 7. Contact him on twitter @DMonsterProd or me at @giveen and I will pass the info along. -- unsubscribe: an

[android-kernel] Git latest (or any) goldfish kernel

2011-11-21 Thread BSalt
Hi all, I am looking to compile the android kernel to use in the emulator, but I cannot find the goldfish source in http://android.googlesource.com/kernel/common.git. Am I missing something? The only branches I see are master, origin/ android-2.6.39, origin/android-3.0. Any help would be greatly

[android-kernel] USB Function drivers VS Gadget drivers approach

2011-11-21 Thread prabhu
Hi all, We Read USB drivers in FroYo version of android Use function drivers approach while new GingerBread use gadget drivers. How basically are different from each othere. USB device controller driver interactions in both the cases, how Gadget drivers approach is better than previous funct

[android-kernel] how to build kernel

2011-11-21 Thread talon1975
Hi all, l download the kernel source from Samsung site and the arm-eabi toolchine (4.4.0 and 4.4.3) from github. When i build my kernel (2.6.35.7) on Linux machine the size of zImage is 3.5M and it doesn't work, i found some kernels zImage files and the size is 6.7M and bigger. I use the same defc