Re: [android-kernel] It seems CPU hotplug conflicts thermal engine

2015-01-08 Thread Durgadoss Ramanathan
I am not sure if this ThermalEngine is a native daemon or a Java service, part of system server. If it is a native standalone daemon, you can look at init.rc files which will start this daemon on some condition. You can try commenting it out (of course, building, flashing the new image etc..) If

[android-kernel] It seems CPU hotplug conflicts thermal engine

2015-01-08 Thread Jaebaek Seo
Hi, i try to fix CPU frequency as maximum in Nexus 5. Two days ago, i succeeded in turning on all cores and making their frequencies maximum. However, it suddenly does not work :( How did i turn on all cores and making their frequecies max? By writing init scripts (rc script) in android_platfor