battery drain when "quick action notification" is enabled - Greenify

Hi guys!
I'm facing battery drain issue recently, I did a clean flash 3 days ago and I'm causing battery drain when I enable "quick action notification" i checked my battery stats when I enable it and disable it, when enabled greenify almost ate 7% of my battery (when my battery level is at 50%) I don't think this is normal
Any suggestions?
Thankyou
Device details
Moto g3
Resurrection remix 5.8.5
Android 7.1.2 with October security patch
Classic official 88.1 xposed
Stock kernel

nick1467 said:
Hi guys!
I'm facing battery drain issue recently, I did a clean flash 3 days ago and I'm causing battery drain when I enable "quick action notification" i checked my battery stats when I enable it and disable it, when enabled greenify almost ate 7% of my battery (when my battery level is at 50%) I don't think this is normal
Any suggestions?
Thankyou
Device details
Moto g3
Resurrection remix 5.8.5
Android 7.1.2 with October security patch
Classic official 88.1 xposed
Stock kernel
Click to expand...
Click to collapse
Never experienced an issue with this feature.

Davey126 said:
Never experienced an issue with this feature.
Click to expand...
Click to collapse
I'm facing this issue only in 3.7.1, are you on the same version?
Sent from my osprey_ud2 using XDA Labs

nick1467 said:
I'm facing this issue only in 3.7.1, are you on the same version?
Click to expand...
Click to collapse
Yep. Just added a regularly used app to Greenify's hibernation list to trigger the notification. Will monitor over the next few hours.

Davey126 said:
Yep. Just added a regularly used app to Greenify's hibernation list to trigger the notification. Will monitor over the next few hours.
Click to expand...
Click to collapse
No appreciable drain over 2+ hours (none attributed to Greenify).

Davey126 said:
No appreciable drain over 2+ hours (none attributed to Greenify).
Click to expand...
Click to collapse
Does greenify use cpu when hibernating apps?
I mean it'll be in the battery stats,right?
Edit: sorry for the late reply I didn't see your post
Sent from my osprey_ud2 using XDA Labs

nick1467 said:
Does greenify use cpu when hibernating apps?
I mean it'll be in the battery stats,right?
Edit: sorry for the late reply I didn't see your post
Click to expand...
Click to collapse
Minimal - probably need an app like BBS or GSAM to see the impact, especially when operating in 'root', 'boost' or 'privileged' mode.

Davey126 said:
Minimal - probably need an app like BBS or GSAM to see the impact, especially when operating in 'root', 'boost' or 'privileged' mode.
Click to expand...
Click to collapse
Tested with gsam
Edit: this is when I enabled "quick action notification"
Sent from my osprey_ud2 using XDA Labs

nick1467 said:
Tested with gsam
Edit: this is when I enabled "quick action notification"
Click to expand...
Click to collapse
Yep - clearly an issue with your device/ROM. I don't see this on any of my devices by varying manufacturers and ROMs from 5.1 to 7.1. Suspect the problem is not widespread given lack of similar postings.

Maybe try stopping Greenify, then clear app data (you will lose all Greenify settings) and cache, start Greenify again, reconfigure your Greenify settings, and monitor with GSAM again.
nick1467 said:
Tested with gsam
Edit: this is when I enabled "quick action notification"
Sent from my osprey_ud2 using XDA Labs
Click to expand...
Click to collapse

Davey126 said:
Yep - clearly an issue with your device/ROM. I don't see this on any of my devices by varying manufacturers and ROMs from 5.1 to 7.1. Suspect the problem is not widespread given lack of similar postings.
Click to expand...
Click to collapse
I'll try clean flashing my current ROM, if that didn't I'll just turn off "quick action notification",I don't want to change ROM at this time I believe in 1month we will get Oreo based ROMs
Thankyou for your help though.
Sent from my osprey_ud2 using XDA Labs

nick1467 said:
I'll try clean flashing my current ROM, if that didn't I'll just turn off "quick action notification",I don't want to change ROM at this time I believe in 1month we will get Oreo based ROMs
Thankyou for your help though.
Click to expand...
Click to collapse
Clean flash should fix it...unless there is something unusual about your ROM. Notifications themselves should not trigger wake time and associated battery drain.

Related

[APK]DEEP-SLEEP Fix for CM12

Hi all!
I don't have a lot of free time, but i just fell in love with CM12, and i wanted to use it daily.(and i want to help for those who wants to use it daily aswell)
We all met with the deepsleep problem, it only happens when screen is off, and cpu governor is not powersave.
As in ALL the google API talks about powersaving mode when phone is in sleep mode etc... i think there is a major problem with CM12 framework, that android not going to powersaver mode.(as it should)
So what i have done is just coded a "couple of minute sollution". It is an apk, and it is only uses one service, and one broadcastreceiver to be able to SET CPU to powersave mode when screen is off.(And ofcourse back to interactive when screen is on, to avoid lag)
HOW TO USE: (ROOT NEEDED!!!)
1) Download apk from here(attached down)
2) Install it
3) Start the application from menu
4) Wait until SuperSU(or any root) asks for permission, allow it!
5) Reboot phone.
After the first start of the application, the icon will be removed from menu not to disturb the user
So when you open it, take care for wait SuperSU to ask permission, and when you give it, then reboot.
If you messed up something, just delete app from settings menu, and do steps from 2).
If you want to be sure that it works use adb shell command to check governor:
After reboot turn the screen off and type in adb:
Code:
adb shell
su
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
it will show powersave, and when you turn the screen on it will show interactive!
One more thing! To avoid SuperSU make toasts of granting permission, you can turn it off in SuperSU settings!
Peaceful life with lollipop btw!
WAITING FOR FEEDBACKS
It needs to be performance not power save right?
wooolfgang said:
It needs to be performance not power save right?
Click to expand...
Click to collapse
This can be right but i am using it on powesave and works like a charm.
Btw i make another option then, for those who need perf. Gov.
Even i can make it to 300mhz when sleep via performance governor to avoid battery drain.
trapacska said:
This can be right but i am using it on powesave and works like a charm.
Btw i make another option then, for those who need perf. Gov.
Even i can make it to 300mhz when sleep via performance governor to avoid battery drain.
Click to expand...
Click to collapse
No need bro this first one is good. Not using performance governor and there are no deep sleep problems.:good:
trapacska said:
This can be right but i am using it on powesave and works like a charm.
Btw i make another option then, for those who need perf. Gov.
Even i can make it to 300mhz when sleep via performance governor to avoid battery drain.
Click to expand...
Click to collapse
You made this app? If not where did you find it? Which commands does it do?
trapacska said:
So what i have done is just coded a "couple of minute sollution". It is an apk, and it is only uses one service, and one broadcastreceiver to be able to SET CPU to powersave mode when screen is off.(And ofcourse back to interactive when screen is on, to avoid lag)
Click to expand...
Click to collapse
siracuervo said:
You made this app? If not where did you find it? Which commands does it do?
Click to expand...
Click to collapse
So if you read the actual post he indicates he has indeed made this app.
Sent from my LG-D620 using XDA Free mobile app
steffenbakke said:
So if you read the actual post he indicates he has indeed made this app.
Sent from my LG-D620 using XDA Free mobile app
Click to expand...
Click to collapse
I want to know the intructions that the app implements to make it work natively and fix the issue
siracuervo said:
I want to know the intructions that the app implements to make it work natively and fix the issue
Click to expand...
Click to collapse
Hi.
It is really simple, i don't really think you can fix the issue if you don't know how to set a cpu scaling governor.(it is very basic thing since android is out, and even on PCs)(if you don't mind i am declaring this)
On this site you can find instructions:
http://bamboopuppy.com/android-cpu-frequency-using-cpufreq-ondemand-governor/
What i used is checking screen state(via BroadcastReceiver), and when screen is on i set it to interactive, when screen is off i set it to powersave, that's it really.
I even posted in OP how you can check:
Code:
adb shell
su
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
To write governor:
Code:
adb shell
su
echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Work this app on latest CM12 build ?
simo14 said:
Work this app on latest CM12 build ?
Click to expand...
Click to collapse
yes =)
I've tried but not work
Installed apk but still have problems with deep sleep sometimes. Can I do something else?
this is no longer needed since i fixed deepsleep in the rom
invaderjohn said:
this is no longer needed since i fixed deepsleep in the rom
Click to expand...
Click to collapse
so, with the last release, does the deep sleep work fine?
tecno789 said:
so, with the last release, does the deep sleep work fine?
Click to expand...
Click to collapse
Indeed
invaderjohn said:
Indeed
Click to expand...
Click to collapse
Just another question. Is the ROM incompatible with Ds battery saver? Because, it doesn't work, it can't switch off the network, why? Can i fix it?
tecno789 said:
Just another question. Is the ROM incompatible with Ds battery saver? Because, it doesn't work, it can't switch off the network, why? Can i fix it?
Click to expand...
Click to collapse
Lollipop has a built-in battery saver. U dont need a 3rd party app for that
invaderjohn said:
Lollipop has a built-in battery saver. U dont need a 3rd party app for that
Click to expand...
Click to collapse
But it doesn't work as battery saver..
tecno789 said:
But it doesn't work as battery saver..
Click to expand...
Click to collapse
It does for me. Anyway i have like 1,5-2 days of batt life, and if the batt life gets low i turn on batt saver. And it works. Its not a bug.
invaderjohn said:
It does for me. Anyway i have like 1,5-2 days of batt life, and if the batt life gets low i turn on batt saver. And it works. Its not a bug.
Click to expand...
Click to collapse
But u mean the batt saver that turns on under 15% of battery or other one?

Double-tap To Wake Screen?

Is there any app, Xposed module, mod, etc to get the "double-tap to wake screen" feature like LG phones have?
I tried an app that woke the phone by waving in front of the proximity sensor, but that was a battery hog.
Would like to be able to wake phone without power button.
I'm running PAC ROM which does have double-tap to sleep.
Thanks for any suggestions!
2nd this.
This is typically dependent on the kernel. It also needs to have support by the hardware, otherwise there is massive battery drain. I'm 99% certain our phone does not have the proper hardware for it.
We have douple tap to sleep. But not wake.
Moody66 said:
We have douple tap to sleep. But not wake.
Click to expand...
Click to collapse
You just echoed the OP .
What can be done to get wake on tap is my question.
You would have to start by removing tap to sleep.
Can't have both. Its doable but as said earlier it would cause drain issues.
Moody66 said:
You would have to start by removing tap to sleep.
Can't have both. Its doable but as said earlier it would cause drain issues.
Click to expand...
Click to collapse
Why can't we have both like LG?
I would prefer double-tap to wake, since I already have icons/apps that can put the phone to sleep like Green if click on an icon.
How does LG do this without battery drain problem I wonder?
divineBliss said:
Why can't we have both like LG?
I would prefer double-tap to wake, since I already have icons/apps that can put the phone to sleep like Green if click on an icon.
How does LG do this without battery drain problem I wonder?
Click to expand...
Click to collapse
Hardware differences.
Moody66 said:
You would have to start by removing tap to sleep.
Can't have both. Its doable but as said earlier it would cause drain issues.
Click to expand...
Click to collapse
Moody66 said:
Hardware differences.
Click to expand...
Click to collapse
Was afraid of that being the answer. Thanks!
divineBliss said:
Was afraid of that being the answer. Thanks!
Click to expand...
Click to collapse
Still doable. Not sure what all can be done to reduce drain. Its like Google now voice detection. Disabling that increases battery life as well. So it really boils down to what you are willing to sacrifice for a particular function addition.
Moody66 said:
Still doable. Not sure what all can be done to reduce drain. Its like Google now voice detection. Disabling that increases battery life as well. So it really boils down to what you are willing to sacrifice for a particular function addition.
Click to expand...
Click to collapse
Implementation with a disable switch solves that. User can decide turnoff if too much battery drain.
Yep. Would only make sense to be able to disable it. If I couldn't disable Google now voice I would delete it all together... Handy tool. But I enjoy my battery life way to much.
Yes, Gravity screen
divineBliss said:
Is there any app, Xposed module, mod, etc to get the "double-tap to wake screen" feature like LG phones have?
I tried an app that woke the phone by waving in front of the proximity sensor, but that was a battery hog.
Would like to be able to wake phone without power button.
I'm running PAC ROM which does have double-tap to sleep.
Thanks for any suggestions!
Click to expand...
Click to collapse
Check out gravity screen, it rocks:
https://play.google.com/store/apps/details?id=com.plexnor.gravityscreenofffree&hl=en
Harris.S.Newman said:
Check out gravity screen, it rocks:
https://play.google.com/store/apps/details?id=com.plexnor.gravityscreenofffree&hl=en
Click to expand...
Click to collapse
I saw it in my hunt before creating this thread. Have you used it? I'm wondering about battery loss before I give it a try. Thanks.
Harris.S.Newman said:
Check out gravity screen, it rocks:
https://play.google.com/store/apps/details?id=com.plexnor.gravityscreenofffree&hl=en
Click to expand...
Click to collapse
divineBliss said:
I saw it in my hunt before creating this thread. Have you used it? I'm wondering about battery loss before I give it a try. Thanks.
Click to expand...
Click to collapse
I felt battery drains and uninstalled it.
MT2-User said:
I felt battery drains and uninstalled it.
Click to expand...
Click to collapse
Thanks! How long did you use/try the app for? I tried one that uses the proximity sensor over a few days, but it was using 10% of the battery.
divineBliss said:
Thanks! How long did you use/try the app for? I tried one that uses the proximity sensor over a few days, but it was using 10% of the battery.
Click to expand...
Click to collapse
Since CM Preview (MT2).
I have Tasker (paid app). So I even disable CM's double-tap to sleep function.
MT2-User said:
Since CM Preview (MT2).
I have Tasker (paid app). So I even disable CM's double-tap to sleep function.
Click to expand...
Click to collapse
I don't get your point? What does Tasker have to do with double-tap?
divineBliss said:
I don't get your point? What does Tasker have to do with double-tap?
Click to expand...
Click to collapse
I meant Display/Lock in Tasker instead of double-tap to lock the screen (Screen Off).
Screen On can also be set with Tasker, functioning exactly the same way as Gravity Screen.
Gravity screen rocks
divineBliss said:
I saw it in my hunt before creating this thread. Have you used it? I'm wondering about battery loss before I give it a try. Thanks.
Click to expand...
Click to collapse
I use it every day, all the time. I liked it so much as to pay for the it, not using the demo, which is sufficient. No, it doesn't drain the battery.

[BETA] Greenify 2.9.5 beta 3 (Sep. 21, 2016)

This thread is served as a general discussion and feedback for recent beta versions. It will be updated with newest version in title and change log in the first post.
Changelog:
v2.95 beta 3
Aggressive Doze now works in non-root mode on Android 7. (Manual privilege granting via USB required)
Improved GCM Wake-up (Xposed) for some misbehaving apps. (e.g. WeChat)
Improved the stability of accessibility service.
Fixed Wake-up Cut-off on Android 6+.
Fixed Shallow Hibernation (Android 6+) in boost mode (Xposed).
Fixed alarm analysis on Android 6+.
Fixed the false "Root privilege not granted" notification.
Fixed the verification failure in a short time after donation package is installed.
v2.95 beta 2
Wake-up cut-off now works on Android 7.0 (root).
Improved the overall stability and smoothness of non-root auto-hibernation.
v2.95 beta 1
Auto-hibernation in non-root mode is now compatible with secured key-guard. No more compromise for device security!
Screen-off by Greenify no longer invalidates fingerprint unlock and Smart Lock. Be sure to enable "Alternative Screen Off" in settings.
Aggressive Doze and doze notification is now compatible with Android 7.0 in root and boost mode. (support for non-root mode on the way)
Tasker plug-ins for toggling Auto-Hibernation and Aggressive Doze.
Improved app state detection on Android 6.0+.
Click to expand...
Click to collapse
Known issues
Doze on the Go is not yet compatible with Android 7.0 in non-root mode. We are seeking for a proper solution.
Get beta versions
Opt-in to beta channel or download the apk file.
oasisfeng said:
This thread is served as a general discussion and feedback for recent beta versions. It will be updated with newest version in title and change log in the first post.
Changelog:
Known issues
None.
Get beta versions
Opt-in to beta channel or download the apk file.
Click to expand...
Click to collapse
Works on my Nexus 6! awesome stuff!
italia0101 said:
Tried the aggressive doze on my Nexus 6 ,,
Had it plugged into my PC with a logcat running . i used the " battery unplug " command .
I can see it go into Doze on screen off . a new notification says " entered doze mode" , but with a bit of shaking a movement it wakes up , so on the Nexus 6 at least it still gets awoken with motion
Click to expand...
Click to collapse
Have you granted the DUMP permission manually?
oasisfeng said:
Have you granted the DUMP permission manually?
Click to expand...
Click to collapse
No i have root, but with your suggestion from the other thread it seems to work! so thanks for that, i've edited my post above
Problem with galaxy S6 G920f Android 5.1.1 xposed and rooted.
Problem in open setting, FC App in bĂȘta 9.1
naudmick said:
Problem with galaxy S6 G920f Android 5.1.1 xposed and rooted.
Problem in open setting, FC App in bĂȘta 9.1
Click to expand...
Click to collapse
Sorry, I messed up with Android 4.x & 5.x in beta 1, a fix is pushing out.
I have a concept to offer for a new beta build.
Is it possible to make a hybrid engine, where we can choose per app the ones we want to be hibernated with the normal mode and what apps we want to use shallow hibernation?
So for example i can set whatsapp for shallow hibernation and fb messenger to normal hibernation mode
@oasisfeng Just curious if you have any idea how to fix this problem: one of the recent updates of Greenify made my fingerprint sensor during sleep no longer work; I have to wake up my device (turn the screen on) for it to respond again. Any ideas? (I am fairly certain it is Greenify as 1) nothing recently has changed, 2) somebody on the Nexus 5X subreddit also had this problem)
Pupet_Master said:
I have a concept to offer for a new beta build.
Is it possible to make a hybrid engine, where we can choose per app the ones we want to be hibernated with the normal mode and what apps we want to use shallow hibernation?
So for example i can set whatsapp for shallow hibernation and fb messenger to normal hibernation mode
Click to expand...
Click to collapse
Ye, that's the plan in the next major version (3.0 probably), which needs a completely redesign of the UI.
oasisfeng said:
Ye, that's the plan in the next major version (3.0 probably), which needs a completely redesign of the UI.
Click to expand...
Click to collapse
Thanks, i can't wait for it
draggehn said:
@oasisfeng Just curious if you have any idea how to fix this problem: one of the recent updates of Greenify made my fingerprint sensor during sleep no longer work; I have to wake up my device (turn the screen on) for it to respond again. Any ideas? (I am fairly certain it is Greenify as 1) nothing recently has changed, 2) somebody on the Nexus 5X subreddit also had this problem)
Click to expand...
Click to collapse
I've never had this issue on my daily Nexus 5X. Do you use nav-bar gesture to hibernate apps and turn off the screen?
Please try disabling some of the features (Aggressive Doze, Shallow Hibernation for example) in Greenify and try again to narrow down the cause.
oasisfeng said:
I've never had this issue on my daily Nexus 5X. Do you use nav-bar gesture to hibernate apps and turn off the screen?
Please try disabling some of the features (Aggressive Doze, Shallow Hibernation for example) in Greenify and try again to narrow down the cause.
Click to expand...
Click to collapse
Disabling aggressive doze right now, I'll report back.
I updated from 2.9 Beta 1 to Beta 2 and now doze seems to be gone. Doze was working in Beta 1. My phone is rooted.
It's a Dream. 3 percent in 8 hours. Calls and WhatsApp messages arrive anyway. I don't need more.
arunkafley said:
I updated from 2.9 Beta 1 to Beta 2 and now doze seems to be gone. Doze was working in Beta 1. My phone is rooted.
Click to expand...
Click to collapse
Is your device running Android 6.x? Be sure to grant the DUMP permission manually as suggested in the first post.
lusto170859 said:
It's a Dream. 3 percent in 8 hours. Calls and WhatsApp messages arrive anyway. I don't need more.
Click to expand...
Click to collapse
It's usually inaccurate for the first a few percentages from 100% downwards.
I'm going to prepare for and celebrate the Chinese New Year in the following two weeks. The next beta release is probably not going to be released soon.
I'll check and reply to posts here occasionally during the holiday.
oasisfeng said:
Is your device running Android 6.x? Be sure to grant the DUMP permission manually as suggested in the first post.
Click to expand...
Click to collapse
even if i have root ?
thanks for the hard work
oasisfeng said:
Is your device running Android 6.x? Be sure to grant the DUMP permission manually as suggested in the first post.
Click to expand...
Click to collapse
Yeah I did that. But before without granting the DUMP permission it was working fine
oasisfeng said:
It's usually inaccurate for the first a few percentages from 100% downwards.
Click to expand...
Click to collapse
Yes I know. But without Aggressive Doze I lost 12% in this period. Normal Doze does not work with my device. (Samsung Galaxy S2plus CM13)

Battery Drain

Hello all
Got a PLK-L01. Stock C185B370 build. Systemless root and most apps greenified.
I noticed a battery drain of 22% during 8 hours of inactivity with just one app running in background.
Is it normal? How to troubleshoot and make this battery drain smaller.
muradulislam said:
Hello all
Got a PLK-L01. Stock C185B370 build. Systemless root and most apps greenified.
I noticed a battery drain of 22% during 8 hours of inactivity with just one app running in background.
Is it normal? How to troubleshoot and make this battery drain smaller.
Click to expand...
Click to collapse
Which app running background, and if a app is active background, it kinda makes the phone more power hungry maybe try with no apps I background
HonorCasper said:
Which app running background, and if a app is active background, it kinda makes the phone more power hungry maybe try with no apps I background
Click to expand...
Click to collapse
It was XDA in the background... I will try it without the app but I don't think that will make a difference.
Where in the settings can I find sync settings? May be turn that off too and then try again tonight...
muradulislam said:
It was XDA in the background... I will try it without the app but I don't think that will make a difference.
Where in the settings can I find sync settings? May be turn that off too and then try again tonight...
Click to expand...
Click to collapse
You can turn auto-sync off in shortcut screen, in notification bar
---------- Post added at 01:59 PM ---------- Previous post was at 01:56 PM ----------
muradulislam said:
It was XDA in the background... I will try it without the app but I don't think that will make a difference.
Where in the settings can I find sync settings? May be turn that off too and then try again tonight...
Click to expand...
Click to collapse
Or in settings > accounts and then press small menu button in the bottom
muradulislam said:
Hello all
Got a PLK-L01. Stock C185B370 build. Systemless root and most apps greenified.
I noticed a battery drain of 22% during 8 hours of inactivity with just one app running in background.
Is it normal? How to troubleshoot and make this battery drain smaller.
Click to expand...
Click to collapse
It might be due to Wifi , GPS etc switched on.
Try to clear all apps. When your are not going to use your mobile for long time i.e going to sleep, etc..
I have a habit of clearing all apps and restarting my mobile every night before going to sleep. So the app junk will clear out (according to my mind).
I duno whether it is really happening. But still I do it.

Something sucking my battery.

I am miui 8.1.4.0 mm and i am losing almost a 8-10 percent of battery during sleep and screen on time is like 5 to 6 hrs!!!
Previously i got around 8 to 9 hrs of screen on time and also i am using radon kernel in this setup please suggest me a solution!!!!!
I facing this issue for 2weeks ago. Still cant solve this bug even I tried clean flash rom and tried install BetterBattery Monitor to know which app drain my battery while sleep ?
Install BetterBatteryStats. Probably kernel wakelocks? Have you seen something strange?
Do you know which fingerprint sensor is in your phone?
vjbenn said:
I facing this issue for 2weeks ago. Still cant solve this bug even I tried clean flash rom and tried install BetterBattery Monitor to know which app drain my battery while sleep
Click to expand...
Click to collapse
sbor-si said:
Install BetterBatteryStats. Probably kernel wakelocks? Have you seen something strange?
Do you know which fingerprint sensor is in your phone?
Click to expand...
Click to collapse
Ok so found the culprit it was d2tw and after disabling it my phone did not lose a single percent of battery during slepp!
I am having the FPC sensor rn3
Androbots said:
Ok so found the culprit it was d2tw and after disabling it my phone did not lose a single percent of battery during slepp!
I am having the FPC sensor rn3
Click to expand...
Click to collapse
I am also having the same issue of battery drainage. I am on MIUI 8.1.6.0 global stable . What is d2tw & how to disable it?
rajdip92 said:
I am also having the same issue of battery drainage. I am on MIUI 8.1.6.0 global stable . What is d2tw & how to disable it?
Click to expand...
Click to collapse
he flashed radon kernel and had double tap to wake (d2tw) turned on. doing this means battery consumptions because touch screen is always on but display not. when you use stock MIUI and no radon kernel you have no d2tw
rajdip92 said:
I am also having the same issue of battery drainage. I am on MIUI 8.1.6.0 global stable . What is d2tw & how to disable it?
Click to expand...
Click to collapse
Download kernel auduiter from the play store and then grant root permissions go to screen and then disable all the option s there this should fix the issue
h0LLe said:
he flashed radon kernel and had double tap to wake (d2tw) turned on. doing this means battery consumptions because touch screen is always on but display not. when you use stock MIUI and no radon kernel you have no d2tw
Click to expand...
Click to collapse
Ok got it . Thanks or the info.

Categories

Resources