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

2011-05-17 Thread mike digioia
Other issues, currently pppd depends on libutils for logging and many of the other system/ tools have issues like this with libcutils. Has anyone looked into what we want to do moving forward and to allow additional tools like the ones mentiond below? On Tue, May 17, 2011 at 9:32 AM, mike digioia

[android-kernel] CGROUPS needing to be set for Android kernel configuration

2011-05-17 Thread Sean Kelley
Is CGROUP_NS needed for Android development? config CGROUP_NS bool "Namespace cgroup subsystem" depends on CGROUPS help Provides a simple namespace cgroup subsystem to provide hierarchical naming of sets of namespaces, for instance virtual serv

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

2011-05-17 Thread mike digioia
Pavan, Thanks for adding this. I have another question related to this on Pandaboard builds. I have created an external directory (mydroid/external/i2ctools) for my special i2c tools to build them but they do not work once I manually load them onto my SD android filesystem. All the other bins for

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

2011-05-17 Thread Peter Teoh
just copy the same codes which implement the phone keypad unlocking logic to your two-times-end-call key sequence? make sense? On May 16, 2:21 am, souissi haythem wrote: > 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 lo

[android-kernel] Re: Android kernel books

2011-05-17 Thread Peter Teoh
http://www.amazon.com/Embedded-Linux-Primer-Practical-Real-World/dp/0137017839 On May 17, 6:56 am, Shankar Athinarayanan wrote: > Hi, > > I was wondering if you know any good books specifically geared towards > building custom roms/kernels? > > Thanks! -- unsubscribe: android-kernel+unsubscr...

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

2011-05-17 Thread hedwin
wrt usb host support, on the 2011 google io days it was mentioned that android 3.1 will support usb host. On Tue, May 17, 2011 at 10:16 AM, hedwin wrote: > gingerbread uses a uevent daemon, you can use ueventd.rc to map the > devices. > > > On Tue, May 17, 2011 at 8:29 AM, Amit Pundir wrote: >

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

2011-05-17 Thread hedwin
gingerbread uses a uevent daemon, you can use ueventd.rc to map the devices. On Tue, May 17, 2011 at 8:29 AM, Amit Pundir wrote: > 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 c