[android-kernel] Re: Android memory cgroup topic

2016-02-01 Thread Zhao Junmin
HI Lew: Now we don't use lmkd to manage memory. We use M version! Thanks On Thursday, September 10, 2015 at 1:06:29 AM UTC+8, Hiram Lew wrote: > > What version of Android are you referring to? I ask because a new memory > management daemon was added in Lollipop which uses memory cgroups -- > pa

Re: [android-kernel] Re: About AT Command in Linux System Calls of Nexus 4

2016-02-01 Thread Shree Kumar
IMO, hooking at the kernel level is not the right approach for Android. Please hook at the higher levels - maybe the RIL, or API/framework. Such approach may also work better across devices. On 02-Feb-2016 2:58 am, wrote: > Hello everyone, > > I have same issue with Nexus 4. Now, I'm hookig all s

[android-kernel] touchscreen gsl1680

2016-02-01 Thread Marin George Sebastian
someone added the gsl1680 touchscreen driver in the kernel Of android Lollipop 5.1?? Please link me the download -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to th

[android-kernel] MAX17048 power gauge shouldn't report CURRENT_NOW property per datasheet but it does?

2016-02-01 Thread Rahul Murmuria
Nexus 5 claims to run Maxim MAX17048 fuel gauge. The same can be verified from Android Sources website, and from the kernel config on any device. As per documentation, this fuel gauge only supports battery SOC measurements. The same

[android-kernel] Two processes of ART for single android

2016-02-01 Thread Dhiman Chakraborty
Hello, For a security research I need two processes of ART in a single android system. I found out from the logcat that AndroidRuntime calls zygote and zygote calls the art process(If I am not wrong). To process different levels of input I need two process of art. For that if I am able to call

[android-kernel] Re: About AT Command in Linux System Calls of Nexus 4

2016-02-01 Thread pwningisnotcrime
Hello everyone, I have same issue with Nexus 4. Now, I'm hookig all system calls but i don't see any AT commands. Also, i wrote LKM for hook "ch_read" kernel function with jprobe, but i don't see any AT commands too. Any idea? Thanks. On Friday, July 19, 2013 at 5:30:18 PM UTC+3, Anirudh Garg