[android-kernel] Re: Detecting current foreground application

2011-12-03 Thread Bateman
Thanks for the information hemanth. Doing a periodic check using a background service might be a drain on the battery and also will introduce a latency in detecting the foreground app. I in fact prefer hacking the kernel. I have looked at sched.c and sched.h, however I have not yet found any flag

Re: [android-kernel] How can i download the android toolchain 4.4.0 version source code?

2011-12-03 Thread jagan
You can directly sync the prebuilt git from google android, that contains all suitable toolchains. Regards, Jagan. On Thu, Dec 1, 2011 at 7:00 PM, htcforask...@gmail.com < htcforask...@gmail.com> wrote: > Hi > I have download android toolchain 4.4.3 version source code! > but I want download the

Re: [android-kernel] which version of arm-eabi should i choose for building the android 4.0 kernel?

2011-12-03 Thread jagan
1, What is the difference between the "common" project and the "goldfish" project?Which should i choose to build the android kernel? common.git is an android kernel [Linux+android patches], this is a base git for any chipset specific kernel. means omap.gi, msm.git this common.git is a base. goldfi