Re: [android-kernel] Configuring cgroups

2012-05-29 Thread Ken Chen
Currently, Android dalvik VM leverages cpu cgroup to determine whether to use kernel scheduler policies, /dev/cpuctl is mounted in init.rc by default. You can create a sub-cpu cgroup under /dev/cpuctl, and control the priorization of processes there as long as your process is granted with CAP_SYS_N

Re: [android-kernel] problem when build LKM

2012-05-29 Thread Qing Zhao
Have you solved it??And how ? On Sun, May 27, 2012 at 3:20 PM, Vladimir Murzin wrote: > On Wed, May 09, 2012 at 10:45:52PM -0700, scott wrote: >> Here is a loadable kernel module for HTC Sensation XL (runnymede- >> crc-2.6.35). >> >> /* >> * mydebug.c >> * System Call sys_open dubugging >> */ >>

[android-kernel] Building android kernel for qemu and gem5

2012-05-29 Thread Ira Jenkins
I would like to build a kernel, and associated system disk image, for Android that will run with the version of qemu distributed with aosp and the gem5 simulator. Gem5 currently distributes an android kernel and disk image for Gingerbread, however, attempting to run qemu on the kernel/image pro

[android-kernel] ONDA Tablet always on modification

2012-05-29 Thread giovanni
Hello all, I am looking for a way to keep an ONDA 5" tablet always on when receiving power. So I want it to boot up whenever the USB is plugged in. It shouldn't only charge, it should boot into android, no matter how much the battery is charged. Can this done via the android kernel? It is using a

Re:[android-kernel] USB charging with the a host charger

2012-05-29 Thread Hyukmin Kwon
On May 25, 2012 6:23 AM, "hongxue.ren" wrote: > > Hi,iv > > I want to charge my phone when it's powered off. > I use the Windows PC as the charger. > > Generally, the phone will enter the charging mode and a gadget device(mass storage) > is exposed to Windows PC. > It means that the phone's USB ha

[android-kernel]

2012-05-29 Thread 李晖
Best Regards --- --- 北京航空航天大学大学嵌入式系统实验室 新主楼G座1028室 李晖 MSN:lihui205...@163.com -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.c

Re: [android-kernel] 3.3 kernel and Android Emulator

2012-05-29 Thread Abhijit Pawar
On Tue, 2012-05-29 at 13:31 +0530, Abhijit Pawar wrote: > Hi List, > I have cross compiled a 3.3 linux kernel. Android Support in the > configuration was enabled before compilation. > > Compilation gives some errors for build ( for example BUGON macro is > problematic in some files, udelay of > 20

[android-kernel] 3.3 kernel and Android Emulator

2012-05-29 Thread Abhijit Pawar
Hi List, I have cross compiled a 3.3 linux kernel. Android Support in the configuration was enabled before compilation. Compilation gives some errors for build ( for example BUGON macro is problematic in some files, udelay of > 2000 is problematic, need to use mdelay). Once I modify the source c