Related
JARVIS Kernel for LGP990
Only for CM/Miui or AOSP roms
Deceided that XDA needs a thread too. I won't look through it really often. I hope that other more experienced members can answer some easy questions, so I can focus on developing things.
Features:
3.0.y Kernel
Interfaces to control a bunch of Features (Like vibration strength)
Overall optimized parameters to provide a smooth user experience
working UMS - thanks Harsh
App which controls all the interfaces
Disclaimer:
I'm not responsible if your phone is fried by the kernel or you miss some important phone call! I'm not forcing you to install this Kernel and so it isn't my fault.
Download:
Download
Or Update via my app:
Don't use profiles, because they can lead to instabilities.. and they're unnecessary.
Stay away from SetCPU or any other app. Could lead to problems because of the customizable OC. Wait for my app until it's not ready use command line coupled with a init.d script.
You don't need to optimize any values in the ram disk. It should work perfectly without any other tweaks.
When you experience problems like random reboots, SODS, etc. try to go back to stock settings. And apply my 1 GHz frequency table. If this isn't fixing your problems report a bug with detailed informations. Like ROM, Settings, etc.
If a person reported a bug and you experienced it too, +1 this bug report or whatever. In this case I know that the bug isn't only happening on one specific device.
Changelog:
I'm damn lazy. So just use my github commit history (here).
Source Code:
Github
Thanks to:
Dekudan/Victor Von Zeppelin - for creating awesome icons for the app
Arcee - Setting up CyanogenMod and everything.. Just awesome
wkpark - for his cherry-pick marathon.. This guy really has endurance hehe
Ezekeel - Really innovative dev with impressive ideas.
Everyone who open sourced their work
Interfaces:
CPU Control:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
Used to set the minimum frequency.
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
Used to set the maximum frequency.
Fsync Control:
/sys/class/misc/fsynccontrol/fsync_enabled (Read and Write)
Enable/disable single file/filessystem sync.
WARNING: This could lead to potential data loss after a unwanted reboot (battery pull)
enable=1, disable=0 (default enabled)
Vibrator Control:
/sys/class/misc/vibratorcontrol/vibrator_strength
Set the vibration strength.
possible values: 1500-3600
Force Fast Charge:
/sys/kernel/fast_charge/force_charge_mode
changes the usb charging mode. We have 3 modes:
Fast - Forces fast AC charging. Disable data transfer!
Slow - Always charges slow (like on a normal PC USB bus)
Auto - automatical detects which mode should be set.
Possible values: fast=1, slow=2, auto=0
Example
Use adb to connect to your device and then in adb shell (with su) (you can setup a init.d script to auto apply everything)
We want more vibration because we can hardly notice it and want to pwn our friend with benchmarks. Additionally we want to charge our device faster.
Code:
echo 3500 > /sys/class/misc/vibratorcontrol/vibrator_strength
echo 1 > /sys/kernel/fast_charge/force_charge_mode
echo 0 > /sys/class/misc/fsynccontrol/fsync_enabled
And that's it
reserved2
Ics only right? cool stuff man I'll give it a try
Verstuurd van mijn Optimus 2X met Tapatalk
awesome, benee
Thanks!
Sent from my LG-P990 using xda premium
Hi
Installed and testing over half day. Until now seems to be a quite good kernel. No problems, no bsod. Battery drain its difficult to tell now
Tnx for new kernel.
Sent from my Tapatalk
great kernel!
I've use it since JARVIS-1
most stable one for me so far.
works fine so far !
looking forward to your kernel control app !
Awesome post! Thanks for sharing.
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
zerocoolriddler said:
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
Click to expand...
Click to collapse
Later. Doesn't benefit so much and only clutters the git history. (I don't like to squash the commits)
zerocoolriddler said:
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
Click to expand...
Click to collapse
damn... really fast. grats benee
---------- Post added at 01:41 PM ---------- Previous post was at 01:35 PM ----------
zerocoolriddler said:
Really fast Kernel.
Two Screenshots with 1,4GHz and 1,2GHz.
Sent from my LG-P990 using XDA Premium App
Edit:
Your going to update your Sources to 3.0.32?
Click to expand...
Click to collapse
damn, it really is fast, never seen any kernel score so high when it comes to cpu, just need a lil I\O tweaking and its perfect. i think
I think CPU and Mem is more important than I/O, but not so easy to do.
skylinegt77 said:
damn, it really is fast, never seen any kernel score so high when it comes to cpu, just need a lil I\O tweaking and its perfect. i think
Click to expand...
Click to collapse
It's pretty much io tweaked. If you want more disable fsync (interface)
zerocoolriddler said:
I think CPU and Mem is more important than I/O, but not so easy to do.
Click to expand...
Click to collapse
When I finished my app I will work on live gpu oc and maybe a ram only oc is possible (havn't looked deeply into it and the stuff what we can do easily is damn limited)
CM7 support?
CM9
---------- Post added at 03:10 PM ---------- Previous post was at 03:04 PM ----------
Benee said:
It's pretty much io tweaked. If you want more disable fsync (interface))
Click to expand...
Click to collapse
How to disable this? I´m not able to do it. Tried it via Console and Estrong File Explorer but always changes back to 1 after a Reboot.
zerocoolriddler said:
CM9
---------- Post added at 03:10 PM ---------- Previous post was at 03:04 PM ----------
How to disable this? I´m not able to do it. Tried it via Console and Estrong File Explorer but always changes back to 1 after a Reboot.
Click to expand...
Click to collapse
that is the way sysfs works
you will need to make a init.d script for it so it will set the values at boot time
or just wait for the app
Benee said:
It's pretty much io tweaked. If you want more disable fsync (interface)
When I finished my app I will work on live gpu oc and maybe a ram only oc is possible (havn't looked deeply into it and the stuff what we can do easily is damn limited)
Click to expand...
Click to collapse
not only that, if you try to change it in sys it will never even save the changes to the file, we gotta do it sumwhere else
+ im waiting 4 the app coz from what i saw it apears to be really great
PAIIITET said:
CM7 support?
Click to expand...
Click to collapse
I flash the kernel on cm7 and the phone do not appear usb storage when link to pc.
It can boot on cm7.
rexren said:
I flash the kernel on cm7 and the phone do not appear usb storage when link to pc.
It can boot on cm7.
Click to expand...
Click to collapse
i had to change some things in my rom to support UMS on 3.0.y kernel (since it differs really alot from 2.36.x kernel) i think that is the cause
This is the home of the new refined Despair Kernel. If you submit bug reports without a log, you may be prosecuted... or executed.
Disclaimer:
If your device fails to comply with your standards of what you consider functioning, I am not liable. This is provided free of charge and does not come with a warranty. Although, if you provide a log, I can provide some sort of assurance that I will look into your issue.
Features:
UBERTC 5.0
O3, Graphite & Miscellaneous Optimizations
Extra CPU Governors & IO Schedulers
Advanced TCP Congestion
Links:
Pushbullet: https://www.pushbullet.com/channel?tag=despairfactor
Downloads: http://renderserver.net/devs/DespairFactor/
Source:
Github: https://github.com/RIPng/Despair-yu
Yureka Forums: http://forums.yuplaygod.com/threads/kernel-despair-kernel.4648/
Changelog:
R1
Code:
Rebase to CM code
Initial release
Credits:
faux123
Google
CyanogenMod
imoseyon
Cl3Kener
LoungeKatt
Zyxxeil
TheShoxter
working very well sir.
Very excited to see you sir in YU yureka development forum.
Intelliplug working very well.
Thanks for adding new governor and I/O..
:good::good:
Have tested the kernel on dumtara's CM11 build, Very stable with all the features working very well and smooth. Used kernel Aduitor app to tune kernel parameters and to verify things like core plugging features. Daily Driver :good:
By any chance is it possible to enable screen color calibration with the help of kernel?
Jimmyz0r said:
By any chance it is possible to enabled screen color calibration with the help of kernel?
Click to expand...
Click to collapse
It is, I would have to look at the drivers for it and see if they are compatible on this device or not. If they are I can get it added.
Confused?
thnku sir i am running stock firmware 11.0-XNPH05Q .i have unlocked bootloader and rooted my device so simply i have to flash it?
jghiya said:
thnku sir i am running stock firmware 11.0-XNPH05Q .i have unlocked bootloader and rooted my device so simply i have to flash it?
Click to expand...
Click to collapse
Yes
Need This Features in Kernel
IO schedulers
FLOPS
CPU GOVERNERS
SMART ASS V2
SMOTHASS
ela1103 said:
Need This Features in Kernel
IO schedulers
FLOPS
CPU GOVERNERS
SMART ASS V2
SMOTHASS
Click to expand...
Click to collapse
FIOPS is already there, those two governors are not worth merging
DespairFactor
Thank you for The New Kernel .We are all expecting more Feature
---------- Post added at 11:20 PM ---------- Previous post was at 11:15 PM ----------
DespairFactor said:
FIOPS is already there, those two governors are not worth merging
Click to expand...
Click to collapse
why that two governors not worth
ela1103 said:
DespairFactor
Thank you for The New Kernel .We are all expecting more Feature
---------- Post added at 11:20 PM ---------- Previous post was at 11:15 PM ----------
why that two governors not worth
Click to expand...
Click to collapse
AFAIK its because the governors were built for single core devices during the ICS period. Those governors have poor performance handling over multicore architecture. Correct me if i am wrong.
Does this kernel enables quick charging 2.0. does it improves the charging speed
janajackie said:
Does this kernel enables quick charging 2.0. does it improves the charging speed
Click to expand...
Click to collapse
Quick charging is not based solely on kernel, the battery must be able to accept it, I do not wish to up the amperage going to the battery at this time. It is not exactly safe and we don't know the limits of the device's battery yet, I would hate for you to wake up with your battery exploded.
its good to see development of this kernel going on a great pace.
Your opinion pls
Thank you for the kernel,
@DespairFactor........ Just curious to know what Cpu governor and I/o scheduler combo you would suggest for a user who is not much into gamig but heavy 3g web browsing and music fanboy.
I need good battery life.
Thank you once again and keep up the good work sir... :good:
[email protected] said:
Thank you for the kernel,
@DespairFactor........ Just curious to know what Cpu governor and I/o scheduler combo you would suggest for a user who is not much into gamig but heavy 3g web browsing and music fanboy.
I need good battery life.
Thank you once again and keep up the good work sir... :good:
Click to expand...
Click to collapse
From my experience. Ondemand/noop with min/max frequency at 400Mhz/1036Mhz gives good battery backup. Make sure you enable the core plugging option.
PRRash said:
From my experience. Ondemand/noop with min/max frequency at 400Mhz/1036Mhz gives good battery backup. Make sure you enable the core plugging option.
Click to expand...
Click to collapse
Core plugging means? intelli Plug feature?
[email protected] said:
Core plugging means? intelli Plug feature?
Click to expand...
Click to collapse
Yes.. Use the app Kernel Aduitor from playstore. Does the job pretty neat.
---------- Post added at 04:50 PM ---------- Previous post was at 04:41 PM ----------
DespairFactor said:
Quick charging is not based solely on kernel, the battery must be able to accept it, I do not wish to up the amperage going to the battery at this time. It is not exactly safe and we don't know the limits of the device's battery yet, I would hate for you to wake up with your battery exploded.
Click to expand...
Click to collapse
Not even sure if the Soc has the feature for this device. Any way to figure that up??, On S3 mini i could check the receiving current Amps to verify using an app.??
615 Soc spec says its available within, But under devices section yureka is not mentioned on the Qualcomm website for QuickCharge. AFAIK i know nexus 6 with bigger battery, charges faster.
PRRash said:
Yes.. Use the app Kernel Aduitor from playstore. Does the job pretty neat.
---------- Post added at 04:50 PM ---------- Previous post was at 04:41 PM ----------
Not even sure if the Soc has the feature for this device. Any way to figure that up??, On S3 mini i could check the receiving current Amps to verify using an app.??
615 Soc spec says its available within, But under devices section yureka is not mentioned on the Qualcomm website for QuickCharge. AFAIK i know nexus 6 with bigger battery, charges faster.
Click to expand...
Click to collapse
On nexus 6 our battery has extra components to allow for the amperage provided by the quick charge chargers. The SoC can have features, but if the OEM doesn't enable them with the components or code required it won't work. We have LED on Nexus 6 for example, but it doesn't blink, this is because it was not coded to work.
any one tell me what the best rom or kernel or stock rom version give me best battery life
and give me feedback screenshot screen on time battery
i tested every rom and kernel,i dont care about anything but battery life and temp,i say you should use M-ROM 1.9.5 an use zachs kernel 2.4.9,another kernels have lots of battery draining.this is my comment and i hope i could help
pou_gh2 said:
i tested every rom and kernel,i dont care about anything but battery life and temp,i say you should use M-ROM 1.9.5 an use zachs kernel 2.4.9,another kernels have lots of battery draining.this is my comment and i hope i could help
Click to expand...
Click to collapse
can you please post the link for those would be very much appreciated. Thanks!
pou_gh2 said:
i tested every rom and kernel,i dont care about anything but battery life and temp,i say you should use M-ROM 1.9.5 an use zachs kernel 2.4.9,another kernels have lots of battery draining.this is my comment and i hope i could help
Click to expand...
Click to collapse
you can upload some screenshot about battery time and screen on time
kgalv419 said:
can you please post the link for those would be very much appreciated. Thanks!
Click to expand...
Click to collapse
https://mega.nz/#!5ol0gLwS!Fdw5Vgirp...oz4xTVQ31rpuYAthis is for dual and any device you have do what i say and your battery will become better,put little and big cores freq on 1.2 and i\o on tripndroid
---------- Post added at 08:25 PM ---------- Previous post was at 08:23 PM ----------
AhmedHussam said:
you can upload some screenshot about battery time and screen on time
Click to expand...
Click to collapse
sure just wait a little because i connected my phone to charger and its refreshed
pou_gh2 said:
https://mega.nz/#!5ol0gLwS!Fdw5Vgirp...oz4xTVQ31rpuYAthis is for dual and any device you have do what i say and your battery will become better,put little and big cores freq on 1.2 and i\o on tripndroid
---------- Post added at 08:25 PM ---------- Previous post was at 08:23 PM ----------
sure just wait a little because i connected my phone to charger and its refreshed
Click to expand...
Click to collapse
okay ,, i want you upload screen on battery on 100% to 15% please because i want see battery permission
AhmedHussam said:
okay ,, i want you upload screen on battery on 100% to 15% please because i want see battery permission
Click to expand...
Click to collapse
ok i will send them just plz tell me how can i put a picture on this forum because i never sent for anyone any pic
pou_gh2 said:
ok i will send them just plz tell me how can i put a picture on this forum because i never sent for anyone any pic
Click to expand...
Click to collapse
me too
AhmedHussam said:
me too
Click to expand...
Click to collapse
ok i find a way
AhmedHussam said:
okay ,, i want you upload screen on battery on 100% to 15% please because i want see battery permission
Click to expand...
Click to collapse
Thanks for the link bro but I do believe a decryption key is required. thanks
kgalv419 said:
Thanks for the link bro but I do believe a decryption key is required. thanks
Click to expand...
Click to collapse
https://forum.xda-developers.com/xperia-z4/development/rom-t3544005
I'm usin linegeOS (android version 7.1.1) and batery life is good..□.\
Poslano z mojega GT-I9100 z uporabo Tapatalk
ahmed just do this: (every device you have (with sd810)flash zachs kernel in this forum(version 2.4.9)do what i say and your battery will become better,put little and big cores freq on 1.2 and i\o on tripndroid)and i couldnt find any way to send screenshot?????,just flash the rom and if it was bad just flash stock(or anything you like)just before that make a backup of data and system
AhmedHussam said:
https://.xda-.com/xperia-z4/development/rom-t3544005
Click to expand...
Click to collapse
Thanks again. Now quick question I noticed they had the translation for some of the stuff but there were somethings not translated is there anyway you could tell me what all you chose and didn't choose. I know it's preference but I get the feeling we both like our phones to run the same way. Any help would be appreciated thanks .
Best Kernel
Hi can someone post a link for the best kernel to use with MRom, I tried the Z4_Z3P-DSDS_SK_Perm_v5.11_III.2_4_9_ctl_X_ivy_dual however the moment I flashed it the phone got crazy hot even after adjusting the frequencies also experienced problems with certain apps closing, camera doesn't even last seconds before it turns off, I had to flash back stock kernel to get function-ability. Not sure if that was the correct version for me to flash so I'm asking or if there is any tips to making it work. Thanks :good:
kgalv419 said:
Hi can someone post a link for the best kernel to use with MRom, I tried the Z4_Z3P-DSDS_SK_Perm_v5.11_III.2_4_9_ctl_X_ivy_dual however the moment I flashed it the phone got crazy hot even after adjusting the frequencies also experienced problems with certain apps closing, camera doesn't even last seconds before it turns off, I had to flash back stock kernel to get function-ability. Not sure if that was the correct version for me to flash so I'm asking or if there is any tips to making it work. Thanks :good:
Click to expand...
Click to collapse
just install latest update sunkernal and give me feedback
AhmedHussam said:
just install latest update sunkernal and give me feedback
Click to expand...
Click to collapse
Ok will try that and see what happens, so far i got the best temperature and battery with stock. Will go ahead and flash latest sun Kernel and see what results I get.
AhmedHussam said:
just install latest update sunkernal and give me feedback
Click to expand...
Click to collapse
So I installed the latest sun kernel yesterday (v2.6), and had the phone running an entire day with it. In all honesty it was pretty smooth I still haven't noticed any bugs, lags, force-closes, etc. The only thing is a slight difference with temperatures compared to stock kernel see in pic (stock kernel left, sun kernel right). I have placed pics to show the differences, as for battery life I haven't been able to compare them as of yet. However I can say using stock kernel with minimal usage over a period of 9 hrs after full charge I got down to 57% so I will test the same with this latest sun kernel. The only other thing I am curious about are the CPU's, reason being with stock kernel the 4 big cores always showed offline using Kernel Auiditor and I can't adjust the frequencies. With this sun kernel it's the same situation. The 4 big cores are always offline and just remain that way at start up one of them becomes active for a couple of minutes with a frequency of 384MHZ then goes offline. Any insights as to why this is so would be appreciated. Any feedback will be appreciated. :fingers-crossed:
kgalv419 said:
So I installed the latest sun kernel yesterday (v2.6), and had the phone running an entire day with it. In all honesty it was pretty smooth I still haven't noticed any bugs, lags, force-closes, etc. The only thing is a slight difference with temperatures compared to stock kernel see in pic (stock kernel left, sun kernel right). I have placed pics to show the differences, as for battery life I haven't been able to compare them as of yet. However I can say using stock kernel with minimal usage over a period of 9 hrs after full charge I got down to 57% so I will test the same with this latest sun kernel. The only other thing I am curious about are the CPU's, reason being with stock kernel the 4 big cores always showed offline using Kernel Auiditor and I can't adjust the frequencies. With this sun kernel it's the same situation. The 4 big cores are always offline and just remain that way at start up one of them becomes active for a couple of minutes with a frequency of 384MHZ then goes offline. Any insights as to why this is so would be appreciated. Any feedback will be appreciated. :fingers-crossed:
Click to expand...
Click to collapse
screenshot the battery screen on
AhmedHussam said:
screenshot the battery screen on
Click to expand...
Click to collapse
See below. The first screenshot was my battery with stock kernel after 9 hrs of minimal usage. The other 2 are with sun kernel after 9 hrs so as you can see there isn't a huge difference. So battery wise its not that bad.
Hello guys, over the past month I have been trying to find the best ROM for the best battery performance, I am thinking that the ones made based on lineage are the best, however I don't find it yet, perhaps you have already found it. Please share your opinions.
Stock is the best I think.
If still not satisfied couple it with some custom kernel and tweak your settings.
carlinleos said:
Hello guys, over the past month I have been trying to find the best ROM for the best battery performance, I am thinking that the ones made based on lineage are the best, however I don't find it yet, perhaps you have already found it. Please share your opinions.
Click to expand...
Click to collapse
I'm using cm 13, with theme engine and xposed too, I'm getting around 9 hours of Screen on Time with moderate use.
Karthik_pm said:
I'm using cm 13, with theme engine and xposed too, I'm getting around 9 hours of Screen on Time with moderate use.
Click to expand...
Click to collapse
Sounds very promising, I will give it a try! thank you, I read that android 6 is more battery friendly, compared to 7.0; But I wonder what did you have to do in order to instal it? I dont think that if I am running 7.1 I can use right away, I am thinking I would need to downgrade first right?
Stock + franco kernel here works like a charm.
carlinleos said:
Sounds very promising, I will give it a try! thank you, I read that android 6 is more battery friendly, compared to 7.0; But I wonder what did you have to do in order to instal it? I dont think that if I am running 7.1 I can use right away, I am thinking I would need to downgrade first right?
Click to expand...
Click to collapse
There is complete instruction in the CM13 thread. https://forum.xda-developers.com/oneplus-3t/development/rom-kernel-unofficial-cyanogenmod-13-0-t3517301
---------- Post added at 04:15 AM ---------- Previous post was at 04:11 AM ----------
lautta10 said:
Stock + franco kernel here works like a charm.
Click to expand...
Click to collapse
Stock is a good option for battery no doubt, why not have plenty of additional features without compromising on battery life! CM theme engine or Substratum theme engine lets us set black themes which will also increase our battery life and enhance looks too. I'm on cm13 for a long time and haven't found any bugs yet.
SyCreed said:
where is the problem to use substraatum on stock rom?
Just get root and you're good to go.
(dont forget to apply black theme in settings)
Swift black \ dark works for me like a chram, no issues at all !
Good luck
Click to expand...
Click to collapse
May be i didn't know stock has OMS support which will turn everything theme able. I usually end up applying dark themes and getting my notifications background in black with black texts in stock android, in case of custom rom with OMS support or CMTE will resolve these issues.
Karthik_pm said:
May be i didn't know stock has OMS support which will turn everything theme able. I usually end up applying dark themes and getting my notifications background in black with black texts in stock android, in case of custom rom with OMS support or CMTE will resolve these issues.
Click to expand...
Click to collapse
With substratum and dark mode. Stock oos.
Navi44 said:
With substratum and dark mode. Stock oos.
Click to expand...
Click to collapse
How did you got dark notifications?
phoberus said:
How did you got dark notifications?
Click to expand...
Click to collapse
There is dark notification mod in one plus 3 mods section and works on one plus 3t as well.
It has problems with text Colors in ambient display.
But I don't ambient so don't have any problems with it
Navi44 said:
There is dark notification mod in one plus 3 mods section and works on one plus 3t as well.
It has problems with text Colors in ambient display.
But I don't ambient so don't have any problems with it
Click to expand...
Click to collapse
Was is this one? https://forum.xda-developers.com/oneplus-3/themes/mods-dark-notifications-oos-4-0-3-black-t3555061
-> Development stopped
Navi44 said:
With substratum and dark mode. Stock oos.
Click to expand...
Click to collapse
That seems great! Thanks.
phoberus said:
Was is this one? https://forum.xda-developers.com/oneplus-3/themes/mods-dark-notifications-oos-4-0-3-black-t3555061
-> Development stopped
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-3/themes/black-notifications-4-0-3-t3558913/page15
Here
I'm bone stock, rooted, franco kernel with power save mode enabled (kernel not Android) and naptime app set to aggressive doze. had 3h30m SOT the other day with 47% battery left. Phone off charge at 7am, checked at 8pm with the aforementioned stats.
ROMs very, very, very, very rarely have battery saving properties. Kernel is where it's at.
So is the Stock ROM the most efficient battery ROM at the moment? Or did anyone found another combination that's even better? I'm getting my 1+ soon and want good battery life not like my old honor 8...
AnDrOiiiD_YT said:
So is the Stock ROM the most efficient battery ROM at the moment? Or did anyone found another combination that's even better? I'm getting my 1+ soon and want good battery life not like my old honor 8...
Click to expand...
Click to collapse
you can see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
---------- Post added at 01:43 PM ---------- Previous post was at 01:42 PM ----------
AnDrOiiiD_YT said:
So is the Stock ROM the most efficient battery ROM at the moment? Or did anyone found another combination that's even better? I'm getting my 1+ soon and want good battery life not like my old honor 8...
Click to expand...
Click to collapse
you'll see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
RE910177 said:
you can see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
---------- Post added at 01:43 PM ---------- Previous post was at 01:42 PM ----------
you'll see the difference by using the freedomOS ROM paired with Elemental X v3.01 kernel + AKT Profile Tweak Project Zhana = best combo ever (battery and Performance)
Click to expand...
Click to collapse
What's the SOT you're getting with this combo?
It's not as much the ROM as it is the apps your running, apps like WhatsApp, Facebook, Facebook Messenger and the likes are the real reason for high battery usage in any ROM.
And as always, Google services sometimes goes loco on you eating battery, causing long charging times and heating up the phone. ?
i have tested some roms & kernels ...
as is experienced my self :
- oos + franco kernel is great for normal usage.it isn't good if you play games.phone get hot and battery drop fast + idle drain=0 ( i tried r17 - i don't know if it is better in r23 update )
- cm13 sultanxda : amazing battery life for using normal + for gaming ! but idle drain is a little.not 0
- oos 3.5.4 + dorimax kernel : good battery for normal use + idle drain=0 but gaming no.
- oos + elemental x kernel = wasn't good in battery for my usage
i want to test oos + blue-spark kernel : seems to be good.but not sure..
& sultanxda linage 14.1 is good i think.i wait for later updates...
i haven't tried any other custom roms.there are so many roms and no time to test them all !
i hope my post helps.
@AnDrOiiiD_YT i came from a different profile which is fairpark with SOT for about 13hrs but then i switched to project zhana for balanced performance + battery with SOT 9hrs
Which nougat and oreo ROM gave you longer SOT?
I've just only recently obtained the Nexus 6 and have only had time to flash one Rom but I can honestly say without a doubt that It is the best AOSP based experience I have ever had. Everything works, the performance Is excellent, and SOT is pretty good. About 4 - 5 hours doing moderately intensive things like playing games. The Rom is AOSiP by the way. Oh I also hear that using It with the Elemental X Kernel with stock values makes It even better! Haven't tried it yet but I sure will soon enough.
---------- Post added at 01:18 AM ---------- Previous post was at 01:17 AM ----------
Try using this guide as well If you want to increase SOT time. Experiment and what not. https://forum.xda-developers.com/nexus-5x/general/guide-advanced-interactive-governor-t3269557
EthanM054 said:
I've just only recently obtained the Nexus 6 and have only had time to flash one Rom but I can honestly say without a doubt that It is the best AOSP based experience I have ever had. Everything works, the performance Is excellent, and SOT is pretty good. About 4 - 5 hours doing moderately intensive things like playing games. The Rom is AOSiP by the way. Oh I also hear that using It with the Elemental X Kernel with stock values makes It even better! Haven't tried it yet but I sure will soon enough.
---------- Post added at 01:18 AM ---------- Previous post was at 01:17 AM ----------
Try using this guide as well If you want to increase SOT time. Experiment and what not. https://forum.xda-developers.com/nexus-5x/general/guide-advanced-interactive-governor-t3269557
Click to expand...
Click to collapse
Link the ROM?
y300owner said:
Link the ROM?
Click to expand...
Click to collapse
http://aosip.weebly.com/