Re: [android-kernel] udev rules on Android device?

2011-05-16 Thread Amit Pundir
On Tue, May 17, 2011 at 5:46 AM, George Nychis wrote: > Is there a way for me to add a udev rule on my Android device?  Not > for my Android device on my host computer, but on the actual Android > phone.  Is there a way for me to add a udev rule when the phone is > acting as a USB host? Hi, Ther

Re: [android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-16 Thread pavan m
Initialization of the statically linked modules can be deferred using deferred_module_init(). See the complete article here http://elinux.org/Deferred_Initcalls Regards, Pavan On Tue, May 17, 2011 at 9:01 AM, mike digioia wrote: > Once they are built into the kernel they can't be remove with rm

Re: [android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-16 Thread mike digioia
Once they are built into the kernel they can't be remove with rmmod On Mon, May 16, 2011 at 5:36 PM, Anil wrote: > I heard that some drivers are hard coded into the kernel so insmod and > rmmod may not work. Is there a way to skip them running if they cannot > be unloaded? > > On May 13, 3:50 pm,

[android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-16 Thread Anil
I heard that some drivers are hard coded into the kernel so insmod and rmmod may not work. Is there a way to skip them running if they cannot be unloaded? On May 13, 3:50 pm, Anil wrote: > I am trying an experiment to switch out drivers dynamically - on > demand. On Android 2.2, how to skip loadi

[android-kernel] udev rules on Android device?

2011-05-16 Thread George Nychis
Is there a way for me to add a udev rule on my Android device? Not for my Android device on my host computer, but on the actual Android phone. Is there a way for me to add a udev rule when the phone is acting as a USB host? Thanks! George -- unsubscribe: android-kernel+unsubscr...@googlegroups

[android-kernel] Different transparency support on diff devices!?

2011-05-16 Thread SweX
I've got Superpad 3 android tablet with 2.2 on board, and I'm developing my apps on it, but recently got stupid bug dnt know how to fix..bug is: It doesn't show transparent elements above video eq SurfaceView or VideoView, just greyscale region depends transperancy percentage. On my HTC Hero same e

[android-kernel] statically loading modules

2011-05-16 Thread akanksha maggo
I am trying to make my application which should load my module . I have made neccesary changes in makefile,kconfig and added my module in the drivers folder but while building the kernel n doin lsmod i am not able to view my module...plz guide me in dis direction... Thanks in adv.. aks24 -- unsu

[android-kernel] Calling an Activity when phone is locked by clicking two times on the END_CALL button

2011-05-16 Thread souissi haythem
Hi, I need to call my Activity when user press two times on the END_CALL button (it need to work when the phone is locked). Is is that possible?? Thanks. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Android kernel books

2011-05-16 Thread Shankar Athinarayanan
Hi, I was wondering if you know any good books specifically geared towards building custom roms/kernels? Thanks! -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] how to skip loading drivers at startup and load them all later on?

2011-05-16 Thread Anil
I am trying an experiment to switch out drivers dynamically - on demand. On Android 2.2, how to skip loading drivers at startup? I want to load them at a later time. Is there a blanket command to skip loading the drivers? Is there another one to start loading all of them? -- unsubscribe: android-