[android-kernel] Re: Android and Enterprise Management Server

2010-08-10 Thread Disconnect
There isn't one, so that is probably why searching isn't helping. (Although it should have turned up quite a few posts/articles saying as much.) On Tue, Aug 10, 2010 at 11:08 AM, Jeffrey Walton wrote: > Hi All, > > (Sorry about the cross post. I could not tell what group was most > appropriate f

Re: [android-kernel] Re: USB notification issue with Android Froyo and 2.6.35 kernel

2010-08-10 Thread hedwin
true On Tue, Aug 10, 2010 at 4:07 PM, Mike Lockwood wrote: > On Mon, Aug 9, 2010 at 6:05 PM, hedwin wrote: >> I actually don't mind whether it is 2.6.32 or 2.6.35 that is being used. >> The thing is there is a dependency between the kernel version and >> bionic, right? > > Actually the dependenc

Re: [android-kernel] Re: USB notification issue with Android Froyo and 2.6.35 kernel

2010-08-10 Thread Mike Lockwood
On Mon, Aug 9, 2010 at 6:05 PM, hedwin wrote: > I actually don't mind whether it is 2.6.32 or 2.6.35 that is being used. > The thing is there is a dependency between the kernel version and > bionic, right? Actually the dependency in this case is between the kernel and the vold daemon. bionic is

[android-kernel] Re: Loadable Kernel Module

2010-08-10 Thread perumal316
Hi Sven, If I adb pull /proc/config.gz, I gets the config file. But how is it possible for me to modify the configurations from the config file. Just use wordpad to chnage the settings and adb push the new config? Regards, Perumal On Aug 10, 5:33 pm, "Sven Killig" wrote: > > -Original Messa

RE: [android-kernel] Loadable Kernel Module

2010-08-10 Thread Sven Killig
> -Original Message- > From: android-kernel@googlegroups.com [mailto:android- > ker...@googlegroups.com] On Behalf Of Sven Killig > Sent: Tuesday, August 10, 2010 11:31 AM > To: android-kernel@googlegroups.com > Subject: RE: [android-kernel] Loadable Kernel Module > > adb pull /proc/config

RE: [android-kernel] Loadable Kernel Module

2010-08-10 Thread Sven Killig
> -Original Message- > From: android-kernel@googlegroups.com [mailto:android- > ker...@googlegroups.com] On Behalf Of perumal316 > Sent: Tuesday, August 10, 2010 9:14 AM > To: Android Linux Kernel Development > Subject: [android-kernel] Loadable Kernel Module > > Is it possible? The WLAN

[android-kernel] Re: Loadable Kernel Module

2010-08-10 Thread perumal316
I mean kernel version can be known from the phone and it can then be used to compile the module accordingly. But now how to load it in. Does it mean that in all phone sold from telcos, kernel modules cannot be loaded? Thanks In Advance, Perumal On Aug 10, 3:26 pm, Chong Yang wrote: > that's impo

[android-kernel] LKM-Camera Module

2010-08-10 Thread perumal316
Hi All, Is it possible to control a camera by a module? Meaning as long as the module is loaded user cannot use the camera. Initially I thought as application can be written to invoke camera then it is possible to also write an application to control the camera. But so far I couldn't get any bre

Re: [android-kernel] Loadable Kernel Module

2010-08-10 Thread Chong Yang
that's impossible , a loadable kernel module depend on both kernel version and kernel configure. On Tue, Aug 10, 2010 at 3:14 PM, perumal316 wrote: > Hi All, > > The current way to load a kernel module into an Android phone is to > rebuilt the kernel enabling loadable module support, then flashin

[android-kernel] Loadable Kernel Module

2010-08-10 Thread perumal316
Hi All, The current way to load a kernel module into an Android phone is to rebuilt the kernel enabling loadable module support, then flashing the new kernel image into the phone so it must be a developer phone and then using the console to insmod the kernel module. I want to load kernel modules