AOSP-JF-MM / issue_tracking_aosp

5 stars 4 forks source link

EAS Improvement #122

Open etrnal70 opened 6 years ago

etrnal70 commented 6 years ago

@B--B @smeroni68 Good evening guys.

We're all waiting for O. Yes, i should admit it lol. Your oreo alpha build have an amazing battery life. So i'm looking forward to improve it a little more. While waiting for it, i wanted to share some of my new found in xda that "maybe" can improve our current EAS implementation, which is already great in my case.

The first one is the Vox Populi power HAL. It's based from the marlin's one which we are using right now. Since it offers much more flexibility to tune EAS, maybe you can consider to adding it in your kernel. Here's some link for you to read about : https://forum.xda-developers.com/showpost.php?p=71394499&postcount=4 https://github.com/EAS-Project/android_device_voxpopuli

The second one is the dynamic stune which improve the current EAS' schedtune implementation, created by xda member joshuous. I found it quite promising. For this one, i'm currently testing how it works with other kernel (Nagatobimaru, check in the xda thread). Here's the link for you to read about : https://forum.xda-developers.com/showpost.php?p=73189277&postcount=4

Till now, i've only found a few commits related to the dynamic stune. I'll share it if i found more.

https://github.com/GUYVER91/Nagatobimaru/commit/e8590d32b58fde62743b3f2304df2cf153e3654e https://github.com/GUYVER91/Nagatobimaru/commit/05c0448b32d26c66f662da7130bb47178709f6fd https://github.com/GUYVER91/Nagatobimaru/commit/fec707ad698fc64d792be278a8f00b50f3e49427

Maybe you're already aware about some of these. I'm glad to discuss it here with you.

Thanks

smeroni68 commented 6 years ago

Thanks. We are now focused on O... but for sure when we will have time we will check.