[android-kernel] EasyCAP module loads but doesnt run correctly

2013-03-14 Thread Drew Carpenter
I have compiled an EasyCAP module for kernel version 3.1.10 and I can load it manually via insmod easycap.ko with no errors and when I run lsmod I can see the module loaded. When I plug in my EasyCAP device, I get the following (below) in dmesg. It seems like the audio portion of EasyCAP is reg

[android-kernel] Query regarding getting pid and permissions

2013-03-14 Thread Karthik Abinav
Hi, I am trying to write a module which will get the pid of a process whenever it makes an intent and get its permissions list. Since, I am new to the kernel developement, can you give me directions as to how to start writing modules and documentation of the functions available. Any help will

[android-kernel] Re: Is the source code of Nexus S (crespo) wifi driver available?

2013-03-14 Thread dimitr...@android.com
Driver as you may guess is in kernel tree under drivers/net/wireless/bcmdhd On Thursday, March 14, 2013 2:15:04 AM UTC-7, Marius-Simion Cristea wrote: > > I'm interested in building my own wi-fi (broadcom) driver for a Nexus S, > but I cannot find the source code for it on android source website,

Re: [android-kernel] Is the source code of Nexus S (crespo) wifi driver available?

2013-03-14 Thread Jeremy Morales
have you looked under hardware/libhardware_legacy/broadcom ? On Thu, Mar 14, 2013 at 3:15 AM, Marius-Simion Cristea wrote: > I'm interested in building my own wi-fi (broadcom) driver for a Nexus S, > but I cannot find the source code for it on android source website, I see > only the binaries. I

[android-kernel] Is the source code of Nexus S (crespo) wifi driver available?

2013-03-14 Thread Marius-Simion Cristea
I'm interested in building my own wi-fi (broadcom) driver for a Nexus S, but I cannot find the source code for it on android source website, I see only the binaries. Is the source code available? or google offers only the binaries? -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.co

[android-kernel] Re: Low memory killer algorithm

2013-03-14 Thread Mahipal Rathore
Hi Dimitry, Can you please suggest me the trigger point for LMK. from which part of code the LMK is getting called as well as any variables responsible for the call. About your question: Yes LMK doesnt take NR_FILE_PAGES in count because that's the downside left while making it. On Tuesday,

[android-kernel] App update

2013-03-14 Thread Manish Sharma
I recently saw a scenario where update for my maps application (on Google Nexus S - 4.1.2 JellyBean) triggered /system rw remount, copied some files there and remounted /system back to ro !! AFAIK, ideally all the app updates only go to /data/ but the above behaviour defies this understanding. A