Hello guys,
I have finally found out what does really cause the battery drain on Sony's latest Nougat releases:
Well Sony was "intelligent" again and totally miscallibrated the Virtual Memory Values
So I did new callibratons and also added 1 tweak to improve it even more
Requirements:
Latest Stock Nougat (tested on Z5 Premium, I don't know if it works on other devices too)
Root
A Root Explorer which can edit texts
Guide:
1.) Open your Root Explorer and navigate to /system/etc and open the file init.qcom.post_boot.sh
2.) Now scroll down to the last lines
3.) Add now these lines at the end of the script:
Code:
echo 'N' > /sys/module/msm_thermal/parameters/enabled
echo '1' > /sys/module/msm_thermal/vdd_restriction/enabled
echo '0' > /proc/sys/vm/laptop_mode
echo '60' > /proc/sys/vm/overcommit_ratio
echo '70' > /proc/sys/vm/vfs_cache_pressure
echo '20' > /proc/sys/vm/dirty_ratio
echo '10' > /proc/sys/vm/dirty_background_ratio
echo '2000' > /proc/sys/vm/dirty_expire_centisecs
echo '3000' > /proc/sys/vm/dirty_writeback_centisecs
4.) Save the File
5.) Reboot
And with that you finally fixed the Battery drain
See the effect here:
https://forum.xda-developers.com/showpost.php?p=71497320&postcount=9
If it sucesses with your device send on this Thread Screenshots with the Battery Comsumption now
Your PDesire
Lol that easy? :v will try and report back ^_^ thanks <3
Sent from my E6633 using Tapatalk
That sounds interesting. Guess, I will take this as an opportunity for my first attempt at creating a Magisk module...
Thanks @PDesire.... Tho using a custom kernel, gonna check to see tha values...
@PDesire
Thanks...
Using these values on a script right now... will report back if it made a difference
Edit @_LLJY gave me the script:laugh:
koekoek91 said:
@PDesire
Thanks...
Using these values on a script right now... will report back if it made a difference
Click to expand...
Click to collapse
Don't forget, i gave u the script
_LLJY said:
Don't forget, i gave u the script
Click to expand...
Click to collapse
Edited my post :silly:
Thanks bro
Well misreaded, sorry Xd
See on Attachments, I have Z5 Premium E6833 so SOT is just 4h 20min because of 4K display
Your PDesire
PDesire said:
See on Attachments, I have Z5 Premium E6833 so SOT is just 4h 20min because of 4K display
Your PDesire
Click to expand...
Click to collapse
http://i.imgur.com/AsrN8W4.jpg
After using this script..
Xperia Z5 running on latest nougat
Sent from my E6633 using Tapatalk
shehabskull said:
After using this script..
Xperia Z5 running on latest nougat
Click to expand...
Click to collapse
Hmm.. Not so great:silly:
I could get 4hrs and 30 mins on light to moderate usage without the script.
Will post my result after using the script tomorrow after a day of usage.
koekoek91 said:
Hmm.. Not so great:silly:
I could get 4hrs and 30 mins on light to moderate usage without the script.
Will post my result after using the script tomorrow after a day of usage.
Click to expand...
Click to collapse
Yeah.. but I will report again after a full charge to the battery
Sent from my E6633 using Tapatalk
shehabskull said:
View attachment 4081112View attachment 4081113
After using this script..
Xperia Z5 running on latest nougat
Sent from my E6633 using Tapatalk
Click to expand...
Click to collapse
Generally these stats are well, just see Phone Idle and Display are the first 2 ones, so yeah I can guess you don't use your phone that much right? Then of course your SOT is like just 3 hours because at the background it drains a bit too (a bit is well said)
Your PDesire
I tried adding the values via Kernel Adiutor and the big cores shot up to 100%. I guess it doesn't work on the Z5 Compact.
EDIT: It seems I messed something up with the CPU Hotplugging that caused it to shoot up to 100%. Rebooted without CPU hotplug settings on boot and things are fine now. Will update tomorrow with results.
Let's try this codes
Mazellat said:
Let's try this codes
Click to expand...
Click to collapse
My xz ROM has them included
_LLJY said:
My xz ROM has them included
Click to expand...
Click to collapse
I know bro. But I use eXzistenZ at the moment. I will try your rom :good:
Here is another report... from 100% to 5% and from 5% to 30%
Sent from my E6633 using Tapatalk
So which exact of the existing settings caused the drain ?
What exact settings change fixes it ?
Related
Hey guys,
i want to make this thread because i use CM instead of the Stock rom and didn't find a battery thread for it.
This thread i want to use to share battery states and improvement hints.
I'm also working on a kind of app which should help you improve your battery life.
For me it is really worth at the moment, i get almost 1% battery drain per our over night.
I will use the first posts to share important hints and statistics.
Tools:
-Wakelock Detector (to detect which wake locks keep the device awake)
-Battery Monitor (to get info's of battery - i recognize that my battery shows only 2500maH after 1 year)
-BatteryGuru (Qualcomm App which should improve battery life - in my opinion it doesn't)
Cheers
moritz31
reserved
Nice Thread.. keep up man
Can anyone test this, it's from my z1c twix with some modifications ?
use FauxClock or Device Control with the same value given in init.d files !
give me feedback after 24h
:good:
marouane80 said:
Can anyone test this, it's from my z1c twix with some modifications ?
use FauxClock or Device Control with the same value given in init.d files !
give me feedback after 24h
:good:
Click to expand...
Click to collapse
Any Specific ROM requirements or Can be flashed on any CM based ROM?
Only CM11 with stock kernel
i'll found out that the wlan drains a LOT of battery and when i mean a lot it is a lot with wlan on over night lost 1%-2% per hour with wlan deactivated i lost not even 1% per hour
will look into it, compiling cm12 atm and make some kernel tweaks
don't think that the .zip will help .... the biggest difference is the govenor change from interactive to ondemand which will also cause loose a lot of perfomance
moritz31 said:
i'll found out that the wlan drains a LOT of battery and when i mean a lot it is a lot with wlan on over night lost 1%-2% per hour with wlan deactivated i lost not even 1% per hour
will look into it, compiling cm12 atm and make some kernel tweaks
don't think that the .zip will help .... the biggest difference is the govenor change from interactive to ondemand which will also cause loose a lot of perfomance
Click to expand...
Click to collapse
Believe me it will help a lot ! That's what i'm using from 5 or 6 months till now. I never had any battery drain with my z1c or my z2.
Try to replace your original "power_profile.xml" (when you decompile framework-res.apk) with this one. The original consume a lot of battery.
marouane80 said:
Can anyone test this, it's from my z1c twix with some modifications ?
use FauxClock or Device Control with the same value given in init.d files !
give me feedback after 24h
:good:
Click to expand...
Click to collapse
Most of the values you specify in the init.d files are redundant as they are already set.
Perhaps you should take a look at the original firmware. Where did you get your values from?
marouane80 said:
Believe me it will help a lot ! That's what i'm using from 5 or 6 months till now. I never had any battery drain with my z1c or my z2.
Try to replace your original "power_profile.xml" (when you decompile framework-res.apk) with this one. The original consume a lot of battery.
Click to expand...
Click to collapse
No! This changes only what is displayed. Further, the values are totally wrong. I am afraid you don't know what you are doing.
Tinkering with power_profile.xml doesn't change the battery consumption a bit!
Hello i extracted this tweaks from xperia z3 ROM and it seems to be working,I went from 5 hours Sot to 6+ hours Sot add them to bottom of build.prop, and put the file in system/etc with 644 permission then reboot
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg
https://www.dropbox.com/s/x6bevwk4awi38w2/ad_calib.cfg?dl=0
thanks to berndt_toast we have a flashable zip!
use adaptive brightness to get maximum potential battery save!
Lot of people tried this mod and told me that adaptive brightness works better and faster with assertive display, also in direct sunlight display is more visible
Have you noticed any performance issues/problems? I'll test this out and give some feedback in a couple days.
fedef12evo said:
Hello i extracted this tweaks from xperia z3 ROM and it seems to be working,I went from 5 hours Sot to 6+ hours Sot add them to bottom of build.prop, and put the file in system/etc with 644 permission then reboot
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg
# Modem power save enabled
persist.radio.add_power_save=1
# Limit Modem signaling to save power
persist.radio.data_no_toggle=1
https://www.dropbox.com/s/x6bevwk4awi38w2/ad_calib.cfg?dl=0
Click to expand...
Click to collapse
So we're supposed to add this to the bottom of our build.prop file(which is in system) and then put it in system/etc. Does that mean we should keep our original file in system and also have this one in system/etc?
Sent from my Nexus 6 using Tapatalk
Interesting! Ill give it a shot.
It works
an21281 said:
So we're supposed to add this to the bottom of our build.prop file(which is in system) and then put it in system/etc. Does that mean we should keep our original file in system and also have this one in system/etc?
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
I beleive he means, add the tweaks to build.prop as normal in /system and then add the downloaded file from the dropbox link to /system/etc and change permissions.
Thanks for this! Im always down for ways to save more juice! I just installed everything following the OP instructions and rebooted....phone is up and running! Everything seems ok so far.....have to give it some time to see if battery is any different
Thanks again:good:
Edit: Phone "feels" a lot faster for some reason....haven't changed any other settings in probably about a week??
Thanks again!
After half a day I'm going to have to say I'm convinced. I usually only make it to 3.5-4 hours of sot and I'm over 4.25 hours and still have 30% battery left. This is encrypted on M preview 3.
Disregard
fedef12evo said:
Hello i extracted this tweaks from xperia z3 ROM and it seems to be working,I went from 5 hours Sot to 6+ hours Sot add them to bottom of build.prop, and put the file in system/etc with 644 permission then reboot
# Assertive Display
ro.qcom.ad=1
ro.qcom.ad.calib.data=/system/etc/ad_calib.cfg
# Modem power save enabled
persist.radio.add_power_save=1
# Limit Modem signaling to save power
persist.radio.data_no_toggle=1
https://www.dropbox.com/s/x6bevwk4awi38w2/ad_calib.cfg?dl=0
Click to expand...
Click to collapse
Add in the first post. Install through recovery. The script itself will prescribe the appropriate lines in the build.prop and set ad_calib.cfg
pavik62 said:
Add in the first post. Install through recovery. The script itself will prescribe the appropriate lines in the build.prop and set ad_calib.cfg
Click to expand...
Click to collapse
So your saying just flash this through recovery? That's it?
Sent from my Nexus 6 using Tapatalk
26.2man said:
So your saying just flash this through recovery? That's it?
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
just flash this through recovery
I have no idea what this does.... But I'm a believer. I usually take my phone off the charger at 6am and have to charge early afternoon with around 3 hours screen on... Applying this last night I'm still at 43% at 730 pm and over 4 hours screen on time. I never got over 4 before. Now I also applied a black theme so that may be helping but this is much better than before.
Is this just for N6? Would it work on CM based Rom?
mumboender said:
I have no idea what this does.... But I'm a believer. I usually take my phone off the charger at 6am and have to charge early afternoon with around 3 hours screen on... Applying this last night I'm still at 43% at 730 pm and over 4 hours screen on time. I never got over 4 before. Now I also applied a black theme so that may be helping but this is much better than before.
Click to expand...
Click to collapse
Did you just flash the zip file or something additional.
Sent from my Nexus 6 using Tapatalk
I applied it through the original method, but that was only because the zip came earlier today... If it was available yesterday I would have just flashed the zio.
Let's see if this works for me
Is there going to be a revert zip? Thanks
Sent from my Nexus 6 using Xparent Blue Tapatalk 2
I'll give this a go. Better battery is always goood! Thanks!
Genebaby said:
Is this just for N6? Would it work on CM based Rom?
Click to expand...
Click to collapse
i think it will work for all devices and all roms, try it and report
Anyone tried this one?
Is it Android 6.0.1?
zlays said:
Anyone tried this one?
Is it Android 6.0.1?
Click to expand...
Click to collapse
Nope it's still 6.0 I do believe, only got 33.2.A.2.73 last week
Sent from my Xperia XA using XDA Labs
I just saw .93 version in XperFirm software. Does it have patch notes ?
aidy.lucas said:
Nope it's still 6.0 I do believe, only got 33.2.A.2.73 last week
Sent from my Xperia XA using XDA Labs
Click to expand...
Click to collapse
I would like to know that too... Is anyone updated to this version yet?
I use it 6.0 !
---------- Post added at 02:39 PM ---------- Previous post was at 02:39 PM ----------
hp6830s said:
I just saw .93 version in XperFirm software. Does it have patch notes ?
Click to expand...
Click to collapse
no changelog
leap_ahead said:
I use it 6.0 !
---------- Post added at 02:39 PM ---------- Previous post was at 02:39 PM ----------
no changelog
Click to expand...
Click to collapse
Did you noticed anything different?
zlays said:
Did you noticed anything different?
Click to expand...
Click to collapse
Customised NL and customised BE 33.2.A.2.93 updates now rolling out.
Sent from my Xperia XA using XDA Labs
Any experience ?
Im on it now, and honestly no difference from what I can see, sometimes I play a game a bit at work on it, less than 30mins, but in the end i charge it twice daily, i tried experimenting without stamina mode as honestly with it, you lose at least 20-30% of the phone experience...
Friction117 said:
Im on it now, and honestly no difference from what I can see, sometimes I play a game a bit at work on it, less than 30mins, but in the end i charge it twice daily, i tried experimenting without stamina mode as honestly with it, you lose at least 20-30% of the phone experience...
Click to expand...
Click to collapse
Twice a day.... Top tip install greenify and enable the aggressive doze and doze on the go via adb feature(works on stock device's) all the information you need is in the greenify app in the settings. Makes doze kick in in ten minutes and works while walking ect.
Sent from my Xperia XA using XDA Labs
So, and news about te battery drain at .93?
Enviado do meu GT-I9195 através de Tapatalk
nunofrc said:
So, and news about te battery drain at .93?
Enviado do meu GT-I9195 através de Tapatalk
Click to expand...
Click to collapse
just come from Sony support forum and it seems 33.2.A.2.93 may well have finally fixed it. Several users reporting a vast improvement, Though the biggest drain I've found is the background drain from WiFi and Bluetooth always scanning in the background on mm.
I also highly recommend you install greenify and enable the aggressive doze and doze on the go via adb feature in the options of greenify it works on totally stock devices and makes doze work more like stamina mode from lollipop it kicks in in ten minutes rather than a hour and works while walking ect.
Sent from my Xperia XA using XDA Labs
i ended up with the same problem battery drain in 3 hours to 50 % without using the phone.. and i only bought it yesterday..
i did the update to .93 but does not help a thing..
i hope they can fix this problem..
bremesj said:
i ended up with the same problem battery drain in 3 hours to 50 % without using the phone.. and i only bought it yesterday..
i did the update to .93 but does not help a thing..
i hope they can fix this problem..
Click to expand...
Click to collapse
You'll need to give it a few cycles to settle down after updating aswell it's impossible to update then without giving it at least two days to settle down claim that the update was useless to get the best possible results a software repair via Xperia companion would be better so it starts off with a clean install(software repair is like flashing a ftf via flashtool wiping clean the device) . Have you turned off the WiFi and Bluetooth scanning always available off in settings location tap the three dots top right. Go to settings WiFi tap the three dots top right click advanced and turn off WiFi scanning always available inc when screen is off(this makes WiFi act like on stamina mode on 5.1), go to data usage for WiFi and data and click on each and every app and turn off background data(this way avoids the warning triangle top left) really don't know what else to suggest, mine is more than acceptable on 35±73 firmware.
Sent from my Xperia XA using XDA Labs
aidy.lucas said:
You'll need to give it a few cycles to settle down after updating aswell it's impossible to update then without giving it at least two days to settle down claim that the update was useless to get the best possible results a software repair via Xperia companion would be better so it starts off with a clean install(software repair is like flashing a ftf via flashtool wiping clean the device) . Have you turned off the WiFi and Bluetooth scanning always available off in settings location tap the three dots top right. Go to settings WiFi tap the three dots top right click advanced and turn off WiFi scanning always available inc when screen is off(this makes WiFi act like on stamina mode on 5.1), go to data usage for WiFi and data and click on each and every app and turn off background data(this way avoids the warning triangle top left) really don't know what else to suggest, mine is more than acceptable on 35±73 firmware.
Sent from my Xperia XA using XDA Labs
Click to expand...
Click to collapse
okay thanks for replying !
i will wait a few days to see what happens with the battery..
i am a android noob but does the wifi still work with the screen off setting ?
also the software repair tool in the xperia companion app didn't work it said unplug you device- shut it off - wait 5 sec- push the volume down button - connect device to mac while holding down the volume down button. but when i connect the device to the mac it didn't do anything :s
anyway thanks for the quick reply ( sorry for the poor english writing i'm from holland )
Latest 33.2.A.2.93 firmware updates released this morning...
Sent from my Xperia XA using XDA Labs
More regions released for 33.2.A.2.93 firmware update
Edit:more regions released today too aswell as those first thing this morning
Sent from my Xperia XA using XDA Labs
aidy.lucas said:
More regions released for 33.2.A.2.93 firmware update
Sent from my Xperia XA using XDA Labs
Click to expand...
Click to collapse
yes also in my country !
This update has definitely improved battery performance. Before stamina mode kicked in late afternoon (between 5 and 6 pm), but now I get a few more hours before this happens. Sometimes even until 11pm. So now I think the phone is pretty ok. Not as good as my previous phone, Xperia Z3 company that I unfortunately have lost. But acceptable...
More updates released mainly Vodafone this morning though..
Sent from my Xperia XA using XDA Labs
Recently I started experiencing bad battery drain (13% over night) and I noticed my kernel has been keeping my phone awake. I did a factory reset without restoring a back up and still the same thing.
Can anyone take a look at my screen shot and help me figure out a solution?
innocentone1 said:
Recently I started experiencing bad battery drain (13% over night) and I noticed my kernel has been keeping my phone awake. I did a factory reset without restoring a back up and still the same thing.
Can anyone take a look at my screen shot and help me figure out a solution?
Click to expand...
Click to collapse
Try using CPU spy and check if the drain is due to the phone not going deep sleep ?
majorkid said:
Try using CPU spy and check if the drain is due to the phone not going deep sleep ?
Click to expand...
Click to collapse
It says 99% deepsleep when I ran it. Also I got a notification that this app was made for older android systems. I am assuming it still works correctly?
innocentone1 said:
It says 99% deepsleep when I ran it. Also I got a notification that this app was made for older android systems. I am assuming it still works correctly?
Click to expand...
Click to collapse
Use cpu spy reloaded
innocentone1 said:
It says 99% deepsleep when I ran it. Also I got a notification that this app was made for older android systems. I am assuming it still works correctly?
Click to expand...
Click to collapse
Yeah it works , try updating to latest firmware as they have improved battery drain , you could turn off AOD , put some apps to sleep in the settings that you don't use and optimize battery usage for them. i was told Mobile Data consumes alot of battery , I'm getting 2% drain for the night unless I leave some downloads.
majorkid said:
Yeah it works , try updating to latest firmware as they have improved battery drain , you could turn off AOD , put some apps to sleep in the settings that you don't use and optimize battery usage for them. i was told Mobile Data consumes alot of battery , I'm getting 2% drain for the night unless I leave some downloads.
Click to expand...
Click to collapse
I am on the latest firmware and I have done everything in the original battery optimization guide by corvo who is now gone. I also have tweaked all my settings for max battery and turned off mobile data. Forgot to mention these issues are with all battery saving tweaks in mind.
mtm1401 said:
Use cpu spy reloaded
Click to expand...
Click to collapse
Hmmm still says my deepsleep is fine I haven't really been using my phone. I did notice that my CPU does not idle at 300 while screen is on. I am assuming this is normal.
Uh the screenshots bugged I'll reupload.
Reuploads
innocentone1 said:
Reuploads
Click to expand...
Click to collapse
Strange, guessing you haven't just left the phone untouched for 18 hours!
mtm1401 said:
Strange, guessing you haven't just left the phone untouched for 18 hours!
Click to expand...
Click to collapse
I have not. I have literally no idea why the phone is acting this way. I also don't know why my battery stats are not working on the app.
Also idk if this information will help my phone is a snap dragon 855 US variant.
I might try another factory reset. Could you give me a safe to disable list? Perhaps I could try just disabling little pieces at a time and see what happens. Maybe I uninstalled an important service or something.
For example I completely removed wellbeing from my device. Idk if it is important etc or had a role in certain services.
innocentone1 said:
I have not. I have literally no idea why the phone is acting this way. I also don't know why my battery stats are not working on the app.
Also idk if this information will help my phone is a snap dragon 855 US variant.
I might try another factory reset. Could you give me a safe to disable list? Perhaps I could try just disabling little pieces at a time and see what happens. Maybe I uninstalled an important service or something.
For example I completely removed wellbeing from my device. Idk if it is important etc or had a role in certain services.
Click to expand...
Click to collapse
Sure, I have the exynos so that might explain why cpu spy works for me.
Google battery historian (there is a good reddit sub that explains how to use it) which might help identify some issues
I've attached my disabled list, just be aware that I have a 3rd party tracking app so I wouldn't recommend removing the find my device unless you have an alternative
innocentone1 said:
I have not. I have literally no idea why the phone is acting this way. I also don't know why my battery stats are not working on the app.
Also idk if this information will help my phone is a snap dragon 855 US variant.
I might try another factory reset. Could you give me a safe to disable list? Perhaps I could try just disabling little pieces at a time and see what happens. Maybe I uninstalled an important service or something.
For example I completely removed wellbeing from my device. Idk if it is important etc or had a role in certain services.
Click to expand...
Click to collapse
I've been running test exclusively using mobile network here is my current screen shots .. last charge was at 84%. ref ipa client.View attachment 4766546View attachment 4766547
Sent from my SM-G975U using Tapatalk
innocentone1 said:
I have not. I have literally no idea why the phone is acting this way. I also don't know why my battery stats are not working on the app.
Also idk if this information will help my phone is a snap dragon 855 US variant.
I might try another factory reset. Could you give me a safe to disable list? Perhaps I could try just disabling little pieces at a time and see what happens. Maybe I uninstalled an important service or something.
For example I completely removed wellbeing from my device. Idk if it is important etc or had a role in certain services.
Click to expand...
Click to collapse
Just so you know, CPU Spy and CPU Spy Reloaded don't work correctly on Snapdragi. S10's.
Happened to me using only mobile data also. Gsam showed a higher than average held awake time as well. This current battery cycle has been my worst stat in regards to sot.View attachment 4767231View attachment 4767233
Sent from my SM-G975U using Tapatalk
Limeybastard said:
Happened to me using only mobile data also. Gsam showed a higher than average held awake time as well. This current battery cycle has been my worst stat in regards to sot.View attachment 4767231View attachment 4767233
Sent from my SM-G975U using Tapatalk
Click to expand...
Click to collapse
Hi mate.... also use GSam pro but when i want to grant it with adb shell it freezes. What command did you use for adb shell ? I also sent error report to GSam but no one answers.... sorry for OT...
SM-G975F Exynos
Limeybastard said:
Happened to me using only mobile data also. Gsam showed a higher than average held awake time as well. This current battery cycle has been my worst stat in regards to sot.
Click to expand...
Click to collapse
I'm jealous your SOT shows a max of 7hr 30+ min mine can only get to 5 without dying.
innocentone1 said:
I'm jealous your SOT shows a max of 7hr 30+ min mine can only get to 5 without dying.
Click to expand...
Click to collapse
I got over 10 hours once , the only time I charged to 100% and used to 15%. Second day of purchase. I normally do 80-40 or there abouts.
But we're her to discuss saving battery and wondering why the LTE isn't as efficient perhaps as would it should be.
Sent from my SM-G975U using Tapatalk
---------- Post added at 02:03 PM ---------- Previous post was at 02:02 PM ----------
Xode said:
Hi mate.... also use GSam pro but when i want to grant it with adb shell it freezes. What command did you use for adb shell ? I also sent error report to GSam but no one answers.... sorry for OT...
SM-G975F Exynos
Click to expand...
Click to collapse
I used the command that the app tells me to use. Does gsam work on exynos?
I emailed them two weeks ago, never got a response back.
Sent from my SM-G975U using Tapatalk
Limeybastard said:
[/COLOR]I used the command that the app tells me to use. Does gsam work on exynos?
I emailed them two weeks ago, never got a response back.
Sent from my SM-G975U using Tapatalk
Click to expand...
Click to collapse
So the same command except i had to add an additional "-d" to grant ... looks like exynos has issue with GSam .... thx btw [emoji106]
SM-G975F Exynos
So guys .... I'm again here to help you all out to eliminate the battery drain issue in pie roms to very much extent ? ... So we don't need much mods .....
Things we need are here....
1.Nameless kernel by LibXZR ...im sure you all know this kernel ( all credits goes to it's original dev)
2.Nfs injector mod(magisk)
3.zuklineagethermal(for better gaming experience)
4.Galacticadeepsleepmod(by Pawan Rockz) which i personally use (you'll see no drain overnight when device in idle state ?)
Procedure.......
I personally use aosip rom and currently I'm still on it ... Well you can try on other roms too ... Try and tell me... But i recommend a clean flash ....
Ok so first flash rom,gapps as usual ... Now flash attached kernel,then flash attached zuklineagethermals,then flash Galacticadeepsleep mod which i provided and at last flash magisk .... Now reboot device let it settle and flash nfs injector mod via magisk and reboot ....and yes you're done .... Battery will improve gradually atleast test until 2-3 cycles
My secret personal settings?- Use any kenel manager like kernel auditor or exkernel manager and underclock cpu little cores to 1.3 ghz and big to 1.8 ghz ... Trust me it will not decrease performance of the device and set governor- schedutil and i/o scheduler to bfq(smoothest experience) ... Even it will reduce heating issues and improve gaming time..... Now let device settle and you're done....
Now things you'll notice ..... Seamless lag free experience overall ... No gaming lag ..... Improved battery plus no or minimal device idle drain ??
Plz hit thanks if it help you and please reply about your experience in this thread .......
I willl also post sot screenshots of a full cycle use after few time ?
Note : all credits goes to creators of all these mods
Everything is attached below so don't panic...
AND YES MY PHONE IS 2 YRS OLD with no battery changed?
ENJOY
All ROMs Galacticâ„¢ DeepSleep MOD Super Battery Saver .zip
Link: https://androidfilehost.com/?fid=673368273298978250
So here you can take an idea about how well battery is going to perform... This is my totally normal day to day usage after full charge... No gaming .... already 3hrs+ sot And still 44% left so .... It's sure that I'm going to get 4.5 + sot and you can see the battery drain overnight is almost 0% ... I slept almost 7-8 hours
vinay069 said:
So here you can take an idea about how well battery is going to perform... This is my totally normal day to day usage after full charge... No gaming .... already 3hrs+ sot And still 44% left so .... It's sure that I'm going to get 4.5 + sot and you can see the battery drain overnight is almost 0% ... I slept almost 7-8 hours
Click to expand...
Click to collapse
Thanks for your contribution..
Really looking forward to your updates on this setup..
Requesting answer:
1. Screen shot after ROM settle 3-5 days..
2. Do you use Jio all time?
3. What is onscreen battery drain outside?
4. Phone warm while normal usage?
5. Accubattery screen shot after a week usage if you use.
6. How old is your phone now?
PS. As you are on aosip with nameless
1. Is there signal bar fluctuations?
2. Spectrum support present on nameless?
3. Custom font present?
Recommended: gapps or mindthegapps?
sanjay.2704 said:
Thanks for your contribution..
Really looking forward to your updates on this setup..
Requesting answer:
1. Screen shot after ROM settle 3-5 days..
2. Do you use Jio all time?
3. What is onscreen battery drain outside?
4. Phone warm while normal usage?
5. Accubattery screen shot after a week usage if you use.
6. How old is your phone now?
PS. As you are on aosip with nameless
1. Is there signal bar fluctuations?
2. Spectrum support present on nameless?
3. Custom font present?
Recommended: gapps or mindthegapps?
Click to expand...
Click to collapse
Ok i will post screenshots again after few days,yes i only use jio all Time, i haven't went outside yet? no heating in normal usage, going to install accubattery right now?.... And yes i forgot to tell my phone is 2 years old ?
No signal fluctuations ... For me aosip is most complete rom pie right now in very way.... Yes full spectrum support..... I don't think custom font is there but i haven't checked at all? well i use only Google sans font .... And its attached down below..... Gapps nano or up recommend
vinay069 said:
So guys .... I'm again here to help you all out to eliminate the battery drain issue in pie roms to very much extent ? ... So we don't need much mods .....
Things we need are here....
1.Nameless kernel by LibXZR ...im sure you all know this kernel ( all credits goes to it's original dev)
2.Nfs injector mod(magisk)
3.zuklineagethermal(for better gaming experience)
4.Galacticadeepsleepmod which i personally use (you'll see no drain overnight when device in idle state ?)
Procedure.......
I personally use aosip rom and currently I'm still on it ... Well you can try on other roms too ... Try and tell me... But i recommend a clean flash ....
Ok so first flash rom,gapps as usual ... Now flash attached kernel,then flash attached zuklineagethermals,then flash Galacticadeepsleep mod which i provided and at last flash magisk .... Now reboot device let it settle and flash nfs injector mod via magisk and reboot ....and yes you're done .... Battery will improve gradually atleast test until 2-3 cycles
My secret personal settings?- Use any kenel manager like kernel auditor or exkernel manager and underclock cpu little cores to 1.3 ghz and big to 1.8 ghz ... Trust me it will not decrease performance of the device and set i/o scheduler to deadline ... Even it will reduce heating issues and improve gaming time..... Now let device settle and you're done....
Now things you'll notice ..... Seamless lag free experience overall ... No gaming lag ..... Improved battery plus no or minimal device idle drain ??
Plz hit thanks if it help you and please reply about your experience in this thread .......
I willl also post sot screenshots of a full cycle use after few time ?
Note : all credits goes to creators of all these mods
Everything is attached below so don't panic...
AND YES MY PHONE IS 2 YRS OLD ?
ENJOY
Click to expand...
Click to collapse
What is the advavtage of flashing NFS injector?
I don't want to flash magisk just for it
satyen_ said:
What is the advavtage of flashing NFS injector?
I don't want to flash magisk just for it
Click to expand...
Click to collapse
Bro .... Actually the default performance of nameless is a bit limited so you will notice lags here and there and mainly in gaming .... So the biggest reason to flash nfs is to eliminate the overall lag and get seamless performance and without compromising battery drain and it works 100 % that's why nfs is must recommend by me ... Otherwise you can check for yourself with nfs flashed and without nfs .... You'll see huge difference .... It's recommended strongly
Bro Can I Flash Nameless Kernel On ZUI 10 With Indian Baseband 1.76387?
Rajiv154 said:
Bro Can I Flash Nameless Kernel On ZUI 10 With Indian Baseband 1.76387?
Click to expand...
Click to collapse
Yes if it supports v2f then this mod is for you
Final screenshots after 100- 13% drain .... And it's my first charge cycle after this setup ... Totally normal usage ... No gaming
Can I use this on pixel experience?
Inviato dal mio Z2 Plus utilizzando Tapatalk
sandruman said:
Can I use this on pixel experience?
Inviato dal mio Z2 Plus utilizzando Tapatalk
Click to expand...
Click to collapse
Feel free to use on any pie rom(v2f) and let us know here your experience
vinay069 said:
Final screenshots after 100- 13% drain .... And it's my first charge cycle after this setup ... Totally normal usage ... No gaming
Click to expand...
Click to collapse
Can You Tell Me How To Underclock The CPU To The Frequency You Mentioned,...!?In Which Section Of Kernel Auditor I Should Set The CPU Frequency?
Deleted....
vinay069 said:
Use the attached kernel manager and set the frequencies ...after everything is done select apply on boot in settings and done
Click to expand...
Click to collapse
I hope bro the app is not warezz???
sanjay.2704 said:
I hope bro the app is not warezz???
Click to expand...
Click to collapse
What ?? I don't get it
vinay069 said:
Use the attached kernel manager and set the frequencies ...after everything is done select apply on boot in settings and done
Click to expand...
Click to collapse
In Which Section Of The Application I Should Edit The Above Mentioned Frequency,?Please Tell In Detail Bro,Post Some Screenshots,That Would Be Helpful For Me... Thanks Bro!
Rajiv154 said:
In Which Section Of The Application I Should Edit The Above Mentioned Frequency,?Please Tell In Detail Bro,Post Some Screenshots,That Would Be Helpful For Me... Thanks Bro!
Click to expand...
Click to collapse
Go to cpu section and select max Freq there for big and little cores
---------- Post added at 01:44 PM ---------- Previous post was at 01:43 PM ----------
vinay069 said:
What ?? I don't get it
Click to expand...
Click to collapse
I meant cracked version as exim is a paid app
sanjay.2704 said:
Go to cpu section and select max Freq there for big and little cores
---------- Post added at 01:44 PM ---------- Previous post was at 01:43 PM ----------
I meant cracked version as exim is a paid app
Click to expand...
Click to collapse
Please Check The Screenshot...Did I Opted The Above Mentioned Frequency Correctly?
sanjay.2704 said:
Go to cpu section and select max Freq there for big and little cores
---------- Post added at 01:44 PM ---------- Previous post was at 01:43 PM ----------
I meant cracked version as exim is a paid app
Click to expand...
Click to collapse
Yeah but it's cracked version .... Found it on internet and works great ... It's simple that's why I like it