[android-kernel] Re: USB ADB as module

2010-01-27 Thread niranjan
Is there any update on this? Thanks, -Niranjan On Dec 28 2009, 4:51 am, Giri wrote: > Hi, > > Is it possible to build and run ADB as a module, like how we build > file_storage and othergadgetdrivers. > Am able to run ADB, only if i build it statically with the kernel. if > i build it as a module

Re: [android-kernel] Update kernel from 2.6.27 to 2.6.29 ... help?

2010-01-27 Thread Greg KH
On Wed, Jan 27, 2010 at 7:27 AM, Xan wrote: > Hi, I want to update the kernel on my device (Huawei U8220) to 2.6.29. > I have some idea of how to do this already. Why 2.6.29? It's obsolete and no longer supported by anyone. And why do you want to upgrade your kernel? What is it going to give y

[android-kernel] loading module onto eris

2010-01-27 Thread Patrick Williams
I've been working on an android module, and it works fine in the emulator and I'd like to now test it on my Eris. Is there a way to do this? I keep getting permission issues. Thanks. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: Module and App

2010-01-27 Thread Subhash Chandra
Yes possible if your application has a native part and you use the native part to load the kernel module as required. Example of loading a module from native part is here. http://android.git.kernel.org/?p=platform/hardware/libhardware_legacy.git;a=blob;f=wifi/wifi.c;h=8719cacd719c84b42765b3de897c36

[android-kernel] Update kernel from 2.6.27 to 2.6.29 ... help?

2010-01-27 Thread Xan
Hi, I want to update the kernel on my device (Huawei U8220) to 2.6.29. I have some idea of how to do this already. So far, I have downloaded the 2.6.27 source, and got my current kernel source and created a diff file (so it included all of the huawei changes). When I patched it to the 2.6.29 sourc

[android-kernel] Re: How to use USB gadget driver for debugging with adb

2010-01-27 Thread Fasil Mohamed
Voks on Enabling Android gadget in USB OTG, debugging is made possible via adb... No other gadget need to be enabled to make adb work... Regards Mohamed Fasil On Jan 19, 10:34 pm, voks wrote: > Fasil, > > Did you have some other usb gadget also enabled while debugging with > adb via USB. I am w