Hi!
I wonder if there is a way to completely disable FastDormancy in LG P970.
The problem, is that this wakelock (DataTracker-FD) keeps my phone always awake, which results in %50 battery drain in 4 hours (without using phone at all). So that I have to take 2 extra batteries with me wherever I go.
I've tried: http://forum.xda-developers.com/showthread.php?t=1185241
hidden menu 3845#*970# -> Modem setting -> PDP Setting -> [0] Set Fast Dormancy
But nothing happens when i click [0] Set Fast Dormancy (it just briefly highlights the menu item and that's it)
fixing flex.db
But I can't find this file. Only flex.xml which is almost empty
Set APN / disable data connection
I can't use it, because I need to have a data connection turned on always
Killing the Dialer process
It helps for some time (few hours), but eventually the wakelock reappears again and drains the battery again
I have v20b android 2.3.4 (root)
Any ideas appreciated
I think this might help: http://forum.xda-developers.com/showthread.php?t=1185241
Search for more
And this is a QUESTION, so post it in Q&A next time, please.
Yeah, actually that's the only usable thread u and i pointed out! but none of the methods mentioned there worked specifically for p970
In systme/etc/settings.xml find this line.. and edit with a file explorer that has R/W capability like Root Explorer.
This are the settings of your phone upon boot. For example how loud are the tones, screen brightness and everything your phone uses. USB debug on or off etc. It will be somewhere below the xml.
<parameter db="secure" name="fast_dormancy_variant">10</parameter>
Click to expand...
Click to collapse
Try setting it to "0". I just don't know if it's the same or what are the effects. Rebooting will retain the changes. If any complications, just revert back to "10" or what ever number it was before. It will also save the previous as .bak.
ehh.. tried the settings.xml thing, but still no luck :-/
killing dialer every now and then seems to be the only "working" solution so far
I have the same problem!
are there any developments regarding this problem?? I also can't figure out the problem!
mihaiolimpiu said:
are there any developments regarding this problem?? I also can't figure out the problem!
Click to expand...
Click to collapse
This can be fixed now (requires root)
http://forum.xda-developers.com/showthread.php?p=37075875#post37075875
Hi, your solution didn't worked on v20s, it's not the same database structure for telephony.db, but, something worked between adding the requested line to build.prop ro.ril.fast.dormancy.rule=0 and editing flex.db in /data/data/com.lge.providers.flex/ and setting datacom_fastdormancy from 10 to 0 for my operator... at least for now...
Fingers crossed!
Related
yesterday i download an app called toggle data from the market and tried to see if it worked. well it worked turning of data but now my phones data wont turn back on. keeps saying disconnected even when i make a testing shortcut.
and i uninstalled itconfused. can anyone download the app and post it so i can install it bk to my phone to see if i can get it to turn my data back on. if that fails i don't know what to do.HELP!!! plz
Edit: Just read camurphy's post below. He (or she) is the developer of the toggle app and explains how it works in detail.
Hi djlucklu,
I am very sorry about the trouble my application caused you. jashsu is correct. It is similar to APNDroid however it modifies the APN type of each APN on the phone. It sets APN type to a single hyphen and this prevents the phone from connecting to that access point. It stores the original value of APN type into a database when disabling, and when re-enabling it restores these values. This method works perfectly on my development G1 and in the emulator however unfortunately for about 50% of people it seems something is failing.
Go to Settings -> Wireless controls -> Mobile networks -> Access Point Names and edit each access point in the list. Make sure that APN type is not set to a hyphen. If you clear the value (it will be displayed as '<Not set>') the phone should try and connect to that access point.
I hope this works for you and once again I am very sorry about this.
Hey again, I located the bug that prevented the app from working on your phone. Version 1.1 is now published on Android Market and that bug is fixed.
Clearing the value of APN type for all the access points on your phone should let you connect to the Internet again.
Apologies again for the inconvenience.
I have a problem reconnecting, I have to reboot/or toggle airplane mode on-off before I can reconnect.
Im no expert on HSPDA but I have had a simmilar problem with incorrect WAP/HSPDA settings on my old nokia where if I put the settings in wrong I would have to reboot the phone before it would connect (this was using Nokia PC suite on my computer)
I had 2 simcards "Vodaphone" and "Three" Ie if I forgot to change the setting to from "3internet" to "vodanet" I would have to reset the phone.
What about mms?
Hi Cameron
I just downloaded your app and it works fine.
My only issue is that it also disables the mms apn. I'm then even not notified that I received an mms until I reactivate it by putting back manually 'mms' in the APN type of the mms apn.
Would it be possible to avoid disabling APNs that have 'mms' as APN type?
Thank you
The G.
Hi FuentesGG,
I released version 2.0 today that is in the form of a home screen widget. When you add the widget to your home screen it allows you to specify whether you'd like to leave MMS enabled. Hope this helps
i love the app, thx camurphy
Hi Cameron,
I've just installed the update to 2.0 and after installing the widget on my screen when the button is green I'm not able to connect and when it's not green.... I'm not able to connect too!
Could you please provide me a solution as the previous advise from this post doesn't work on my phone (HTC Magic from Proximus in Belgium!)
Thx in advance.
Ok... that's working now!!
I've restored my APN settings! Thanks for the app but... that would be great not to break all connections when update is installed!
Thanks !!!
camurphy said:
Hi FuentesGG,
I released version 2.0 today that is in the form of a home screen widget. When you add the widget to your home screen it allows you to specify whether you'd like to leave MMS enabled. Hope this helps
Click to expand...
Click to collapse
This is just great!!
The widget works fine and visual feedback on the widget is perfect.
Big thanks ;-)
Gérard
Hi camurphy. I installed your widget today and as soon as I used it I am unable to send sms. I can receive them but not send them. I've tried factory reset and reflashing. Replacing the mms.apk. everything I could think of. I hope you have a solution. Thanks in advance
As the titles says I need to disable Fast Dormancy on my V. I have tried entering the service menu as some phones have an option there to disable and I've tried to look for the line ro.ril.fast.dormancy.rule=1 to change it to 0 but I can't seem to find any such line in build.prop so added one without any luck.
Anyone have a suggestion I can try? 100 wakeups in 10 mins are a tad to much...
christian_a_torres said:
As the titles says I need to disable Fast Dormancy on my V. I have tried entering the service menu as some phones have an option there to disable and I've tried to look for the line ro.ril.fast.dormancy.rule=1 to change it to 0 but I can't seem to find any such line in build.prop so added one without any luck.
Anyone have a suggestion I can try? 100 wakeups in 10 mins are a tad to much...
Click to expand...
Click to collapse
I can't help you with that but, ¿could you tell me how do fast dormancy wake-ups appear in your stats?, I mean, under what name/process.
I used BetterBatteryStats, and its the process com.sonyericsson.android.wakeup and intent: com.sonyericsson.android.wakeup.FastDormancyWakeupServer. I disabled it on my old Xperia Mini Pro, but same procedure doesn't work with the V..
christian_a_torres said:
I used BetterBatteryStats, and its the process com.sonyericsson.android.wakeup and intent: com.sonyericsson.android.wakeup.FastDormancyWakeupServer. I disabled it on my old Xperia Mini Pro, but same procedure doesn't work with the V..
Click to expand...
Click to collapse
Thanks. I guess you're on a stock rom then. Back when I was on Android 4.0 I used Siyah kernel to switch fast dormancy on or off (in my case having it on was better), but now that I am running 4.1 (KangXperia) I don't know if it is on or off, since Siyah kernel has not been ported to JB.
Can you try freeing the apps with titanium backup
its not an app per se, more of a process of Android. Some manufacturers gives the option to turn it on or off, but not sony
With process of Android I mean that, I think my understanding of it is that that process can have more intents? Not sure on this one though..
christian_a_torres said:
its not an app per se, more of a process of Android. Some manufacturers gives the option to turn it on or off, but not sony
With process of Android I mean that, I think my understanding of it is that that process can have more intents? Not sure on this one though..
Click to expand...
Click to collapse
SO try to freeze it using titanium, if it has adverse effects you can unfreeze it.
Frozen the process (at least the only process that came close com.sonyericcson.android.wakeup 4.1.2 Ff5_tw) with no solution 117 wake locks in 10 min.. No adverse effects recorded inn that small amount of time though..
But thanks for the suggestion though
Sent from my LT25i using xda app-developers app
christian_a_torres said:
As the titles says I need to disable Fast Dormancy on my V. I have tried entering the service menu as some phones have an option there to disable and I've tried to look for the line ro.ril.fast.dormancy.rule=1 to change it to 0 but I can't seem to find any such line in build.prop so added one without any luck.
Anyone have a suggestion I can try? 100 wakeups in 10 mins are a tad to much...
Click to expand...
Click to collapse
Maybe you can try add this line too at build.prop : ro.config.hw_fast_dormancy=1
I hope it will help you
Sent from my LT25i using Tapatalk 2
thunder888 said:
Maybe you can try add this line too at build.prop : ro.config.hw_fast_dormancy=1
I hope it will help you
Click to expand...
Click to collapse
Already tried this with no luck and my understanding is that 1 is on and 0 is off.
christian_a_torres said:
Already tried this with no luck and my understanding is that 1 is on and 0 is off.
Click to expand...
Click to collapse
Here I have FastDormancyManagement.apk from my Neo. Hope it will work. Try I install as normal apk. Then add line to build.prop as before.
http://www.mediafire.com/download.php?c9acdu9tfthxflf
Sent from my LT25i using Tapatalk 2
After a lot of fiddling the answer was actually given unwillingly by Sony. Delete the fastdormancy apk from the system folders. I can't really recall the exact name but it was called something along the lines of fastdormancy.apk and was 6 kb in size. No adverse effects on the system for over 1 week now, and no more 1000+ wakeup of kernel in short amount of time. I went from 60% in deep sleep to about 87% the last week with screen off.
Hello, I'm having issues with my N6 after the Marshmallow But I am facing a problem that for each application, I am getting screen overlay detected. If I follow on screen instructions, in settings, I can't change permission. i cannot upload any images from my phone to facebook,instagram basically any app trying to access the drive on my phone. can you guys help solve this issue.
thanks,
A quick Google search for "screen overlay detected" found a lot of results indicating this is due to screen filtering apps that modify the screen brightness, such as Lux, Bluelight Filter, Twilight, etc.
alryder said:
A quick Google search for "screen overlay detected" found a lot of results indicating this is due to screen filtering apps that modify the screen brightness, such as Lux, Bluelight Filter, Twilight, etc.
Click to expand...
Click to collapse
Yes, they also prevent you granting root access to apps too. Lux is the most common. These apps put an overlay over the UI. Android protection prevents you pressing "serious" buttons in case it is the overlay working to malicious intents.
xbatis said:
Hello, I'm having issues with my N6 after the Marshmallow But I am facing a problem that for each application, I am getting screen overlay detected. If I follow on screen instructions, in settings, I can't change permission. i cannot upload any images from my phone to facebook,instagram basically any app trying to access the drive on my phone. can you guys help solve this issue.
thanks,
Click to expand...
Click to collapse
I'm curious if you were able to resolve this issue and if it was resolved with what I found about the issue.
xbatis said:
hello, i'm having issues with my n6 after the marshmallow but i am facing a problem that for each application, i am getting screen overlay detected. If i follow on screen instructions, in settings, i can't change permission. I cannot upload any images from my phone to facebook,instagram basically any app trying to access the drive on my phone. Can you guys help solve this issue.
Thanks,
Click to expand...
Click to collapse
okay. I have called google support for five nights and not one tech support person was able to help me. After countless hours of fiddling i figured out how to fix this problem. Put your phone in safe mode (press the power off button and press on the on screen power off icon until it asks if you want to go in safe mode. Press okay) then once it reboots, go to settings, then apps, click on the facebook app or whatever app you have the problem with, press permissions and then turn on all the permissions (toggle to the right and it should turn green). Repeat for whichever other apps have this problem then turn reboot the phone and voila! It's fixed. :d
jokeinc said:
okay. I have called google support for five nights and not one tech support person was able to help me. After countless hours of fiddling i figured out how to fix this problem. Put your phone in safe mode (press the power off button and press on the on screen power off icon until it asks if you want to go in safe mode. Press okay) then once it reboots, go to settings, then apps, click on the facebook app or whatever app you have the problem with, press permissions and then turn on all the permissions (toggle to the right and it should turn green). Repeat for whichever other apps have this problem then turn reboot the phone and voila! It's fixed. :d
Click to expand...
Click to collapse
I was thinking going back to Lollipop, then you saved my days. This "Screen overlay detected" was driving me nuts as I have tons of apps that requires "Draw over other apps" such as Sidebar Launcher, SuperSU, Widgetsoid, Rotation Manager... almost 30 apps. So every time I install new app I virtually have to turn off the "Draw over other apps" for all these 30 then set the permissions then turn them on again. It's so frustrating. And if I stupidly reset permissions for all apps then virtually most are unusable. Now with Safemode I can grant an app all the permissions it requires without turn the "Draw over other apps" off.
jokeinc said:
okay. I have called google support for five nights and not one tech support person was able to help me. After countless hours of fiddling i figured out how to fix this problem. Put your phone in safe mode (press the power off button and press on the on screen power off icon until it asks if you want to go in safe mode. Press okay) then once it reboots, go to settings, then apps, click on the facebook app or whatever app you have the problem with, press permissions and then turn on all the permissions (toggle to the right and it should turn green). Repeat for whichever other apps have this problem then turn reboot the phone and voila! It's fixed. :d
Click to expand...
Click to collapse
Best solution out there. Tnx.
@jokeinc I don't have twilight, lux, or any CM apps. Your solution is the only solution to have worked for me. Thank you so much!
I have a Samsung galaxy s6 and it didn't work for me, i have tried everythings but the only way is go into ultra power safe mode and from here i was able to activate permissions for whatsapp. For activate the other apps i don't know what to do.
Sorry for my bad english but i'm desperate??
@Zack909: Desperate and in the wrong forum. This is the Nexus 6 forums. You'll need to ask your questions in the Galaxy S6 forums, as your device has Touchwiz, which our devices don't run.
Strephon Alkhalikoi said:
@Zack909: Desperate and in the wrong forum. This is the Nexus 6 forums. You'll need to ask your questions in the Galaxy S6 forums, as your device has Touchwiz, which our devices don't run.
Click to expand...
Click to collapse
Thanks but i solved the problemi. I just unistalled CM Locker
It's good you solved your problem. You shouldn't be running anything from Cheetah Mobile, as every single app they produce is pretty much junk.
Grrr
Omni swipe program can also cause this disable it or uninstall
For me it's just SwipePad that I use which has an always on overlay. If you know what apps are overlaying I've found a workaround you can setup. Ideally an app shouldn't have an invisible overlay permanently hogging resources so you should find and disable them permanently if they're unwanted anyway. An app like Elixir with it's "running" processes/services filtered to User can help finding the culprit.
So I use a workaround to quickly disable an overlay for permission toggling. A "Task Shortcut" that uses the Tasker Greenify plugin (don't know if pro is required) to Hibernate the overlay app/s, Wait for a configured time and then Wake. Note that the wake process takes five seconds to finish.
I open my shortcut from SwipePad itself for it to disable for ten seconds while I click away at permissions to my hearts content. When the time is up it resumes working normally and all is well :highfive:
Infy_AsiX said:
For me it's just SwipePad that I use which has an always on overlay. If you know what apps are overlaying I've found a workaround you can setup. Ideally an app shouldn't have an invisible overlay permanently hogging resources so you should find and disable them permanently if they're unwanted anyway. An app like Elixir with it's "running" processes/services filtered to User can help finding the culprit.
So I use a workaround to quickly disable an overlay for permission toggling. A "Task Shortcut" that uses the Tasker Greenify plugin (don't know if pro is required) to Hibernate the overlay app/s, Wait for a configured time and then Wake. Note that the wake process takes five seconds to finish.
I open my shortcut from SwipePad itself for it to disable for ten seconds while I click away at permissions to my hearts content. When the time is up it resumes working normally and all is well :highfive:
Click to expand...
Click to collapse
I don't understand what you're doing. Your link is to a Task Manager Shortcut for Galaxy S3. I can see how Tasker could be used, but I don't understand how this app would be involved.
JimSmith94 said:
I don't understand what you're doing. Your link is to a Task Manager Shortcut for Galaxy S3. I can see how Tasker could be used, but I don't understand how this app would be involved.
Click to expand...
Click to collapse
Oops, my bad. I'll fix my post. The app is AutoShortcut.
https://play.google.com/store/apps/details?id=com.joaomgcd.autoshortcut
Task Shortcut is what the system shortcut it enables is called.
xbatis said:
Hello, I'm having issues with my N6 after the Marshmallow But I am facing a problem that for each application, I am getting screen overlay detected. If I follow on screen instructions, in settings, I can't change permission. i cannot upload any images from my phone to facebook,instagram basically any app trying to access the drive on my phone. can you guys help solve this issue.
thanks,
Click to expand...
Click to collapse
Boot into safe mode using hardware button combo. Enable all permissions, reboot normally
How to fix Screen Overlay Detected Error easily
xbatis said:
Hello, I'm having issues with my N6 after the Marshmallow But I am facing a problem that for each application, I am getting screen overlay detected. If I follow on screen instructions, in settings, I can't change permission. i cannot upload any images from my phone to facebook,instagram basically any app trying to access the drive on my phone. can you guys help solve this issue.
thanks,
Click to expand...
Click to collapse
This is because of the apps that are using "draw over other apps" feature. You can just turn them off from settings. If you want a head up on how to do this, you can go to this link here. Fix screen overlay detected
jokeinc said:
okay. I have called google support for five nights and not one tech support person was able to help me. After countless hours of fiddling i figured out how to fix this problem. Put your phone in safe mode (press the power off button and press on the on screen power off icon until it asks if you want to go in safe mode. Press okay) then once it reboots, go to settings, then apps, click on the facebook app or whatever app you have the problem with, press permissions and then turn on all the permissions (toggle to the right and it should turn green). Repeat for whichever other apps have this problem then turn reboot the phone and voila! It's fixed. :d
Click to expand...
Click to collapse
i'm ready to put my phone in the garbage disposal over this error. i can't get rid of it and can't even download a simple APK file from chrome without getting it. I've done everything suggested in every youtube video and what you said above.
i turn off screen overlay for every app shown, which is about 30 and i have none of the so called problem apps installed.
i go into safe mode and try to turn on a permission and I STILL GET THE SCREEN OVERLAY ERROR. i have no idea what to do or what is wrong.
I realized that when I change some settings in ColorOS it magically changes back without telling you.
I installed Google Assistant from the app store. It required Google Assistance to be selected as the default Assistive App [default value : none]. After I changed that.. it changes back at some random amount of time.. I'm not able to work out how long it takes for it revert the setting.. but sure enough it will.
Another App is LastPass.. It requires me to Enable Autofill from accessbility Options.. Once again I turn it ON.. after some random amount of time it will revert it back to "Off"...
What can be done to stop this from happening?
Blah blah blah! said:
I realized that when I change some settings in ColorOS it magically changes back without telling you.
I installed Google Assistant from the app store. It required Google Assistance to be selected as the default Assistive App [default value : none]. After I changed that.. it changes back at some random amount of time.. I'm not able to work out how long it takes for it revert the setting.. but sure enough it will.
Another App is LastPass.. It requires me to Enable Autofill from accessbility Options.. Once again I turn it ON.. after some random amount of time it will revert it back to "Off"...
What can be done to stop this from happening?
Click to expand...
Click to collapse
Happens to some degree in the EU model too,noticed the lastpass app autofill stops amongst other things. Am thinkin maybe it's the Phone Manager app which I think kills battery intensive apps if you allow it
manus31 said:
Happens to some degree in the EU model too,noticed the lastpass app autofill stops amongst other things. Am thinkin maybe it's the Phone Manager app which I think kills battery intensive apps if you allow it
Click to expand...
Click to collapse
I'll give this a try.. I've gone into phone manager -> startup manager and allowed the two apps.. the two apps wasn't there even though I have allowed the app to run in the background.
We will see tomorrow.
Nope that didn't work.. anyone else have other suggestions? Anything to remove delete or hack?
Blah blah blah! said:
Nope that didn't work.. anyone else have other suggestions? Anything to remove delete or hack?
Click to expand...
Click to collapse
Man,I don't know what the issue is but read on the Realme community that the OS just reverts to defaults to ensure proper functioning of the phone,
ColorOS is certainly the biggest downside to this phone. Am missing OxygenOS on my 6T a lot though I'm Gona stick with the x2 pro for now,
Bought the phone for its flagship specs and storage and and to get away from the hassle of messing around with the phones setting's with tricks and mods.
Have decided to just accept colourOS for what it us.,though there is some battery drain,it's not awful and I'm still getting notifications.
Will just have to hope things improve with updates and the next big update should improve things a lot,mind you,it's a long way to April ?
Not notice anything revert on mine... This sounds like the same issue I had on the mi 9... I can't remember how I solved it but it was something to do with the auto security checks the phone manager app did... After a set amount of time the phone manager would perform certain checks and reset certain options throughout the operating system.
ngagephone said:
Not notice anything revert on mine... This sounds like the same issue I had on the mi 9... I can't remember how I solved it but it was something to do with the auto security checks the phone manager app did... After a set amount of time the phone manager would perform certain checks and reset certain options throughout the operating system.
Click to expand...
Click to collapse
Sounds about right,Have feeling the phone manager app has something to do with it.It does not like the developer options
Ok.. I found my work around for now.
I'm using tasker every 10 mins to change the accessibility options for all the apps that need it and set the google assistant to default.
Working ok so far for the last day.
Blah blah blah! said:
Ok.. I found my work around for now.
I'm using tasker every 10 mins to change the accessibility options for all the apps that need it and set the google assistant to default.
Working ok so far for the last day.
Click to expand...
Click to collapse
Seems like more trouble than its worth,the only settings I'm having trouble keeping are the animation ones, but honestly it's not bothering me anymore. Have animations setting set to fast in the stock launcher setting and it's not so bad.
Didn't think lastpass was working but it has been appearing to autofill login to sites in a chrome
Did anyone found a solution? Im having this issues too...
B0dYGu4rD said:
Did anyone found a solution? Im having this issues too...
Click to expand...
Click to collapse
you can simply turn off battery optimizing for the app and check... it works
Nice suggestion... Ill try this :good:
Hi, I'm on stock 12.0.9.0 (QJOEUXM - global EU channel)
This update redacted the facility to lock apps in memory and select Split Screen from the Recents menu (apparently it was unstable for some users - it's to come back in a later update)
So, as it stands when you long press an app in the Recents menu, instead of being offered Split Screen, Lock, Info, it just takes you directly to App Info
Until it's fixed, does anyone know of another way to lock apps in memory?
It's getting very annoying having miui kill processes all the time
Thanks in advance for any suggestions
Did you try to change settings?
VD171 said:
Did you try to change settings?
Click to expand...
Click to collapse
Very definitely, yes! I'd been scouring the settings menus to find this feature again but couldn't find anything relevant
This morning the miui Security app opened up and offered me the chance to Lock Apps in memory, meaning I could select the relevant apps which are now shutting down less often
Unfortunately I can't find any way to find this menu again! Miui settings menus are a maze!
And the answer is:
Security app » Settings cog » Boost speed » Lock apps
Thanks to u/sparklesunshine777 on Reddit for that
the soup thief said:
And the answer is:
Security app » Settings cog » Boost speed » Lock apps
Thanks to u/sparklesunshine777 on Reddit for that
Click to expand...
Click to collapse
Hi. so this means apps that are locked don't get killed all the time? There is a lock function in the settings but that just prevents apps from staring without a finger print or pin I believe.
I found an option in CustoMIUizer to stop MIUI force closing selected apps. (but that needs root.) and it seems to help so far the app (RL Bubble) stopped only 1 time today instead of every hour or so but that is still 1 time too many.
So I added it in the security app too. Who would think to look there in stead of the settings. Great find! Thanks.
I think that they make the phones more and more complicated by hiding/relocating/renaming the settings every android version.
Hi, a quick question. I do lock apps in the background, but i notice sometimes the padlock is lets say highlighted and sometimes just dim.
Anybody knows what that is?
Thank you.
Hans de Groot said:
Hi. so this means apps that are locked don't get killed all the time? There is a lock function in the settings but that just prevents apps from staring without a finger print or pin I believe.
I found an option in CustoMIUizer to stop MIUI force closing selected apps. (but that needs root.) and it seems to help so far the app (RL Bubble) stopped only 1 time today instead of every hour or so but that is still 1 time too many.
So I added it in the security app too. Who would think to look there in stead of the settings. Great find! Thanks.
I think that they make the phones more and more complicated by hiding/relocating/renaming the settings every android version.
Click to expand...
Click to collapse
Thank you sir! Owe u a beer!
I had the same problem, and after a google search I ended up here. It worked for me also! Thanks!!!
the soup thief said:
And the answer is:
Security app » Settings cog » Boost speed » Lock apps
Thanks to u/sparklesunshine777 on Reddit for that
Click to expand...
Click to collapse
Jesus, finally. Thank you man
I have an issue related to this in stock miui with netguard vpn - basically its still killed once in while even though:
Its already locked as described above including autostart;
its already set in stock android system settings for battery use as "not optimized"
its also set with the miui app settings battery saver as (no restrictions)
it's set under network settings as (always on);
So what else can I do non-root to prevent this happening?
kenshinta said:
I have an issue related to this in stock miui with netguard vpn - basically its still killed once in while even though:
Its already locked as described above including autostart;
its already set in stock android system settings for battery use as "not optimized"
its also set with the miui app settings battery saver as (no restrictions)
it's set under network settings as (always on);
So what else can I do non-root to prevent this happening?
Click to expand...
Click to collapse
Super annoying stuff. especially when you want to multitask, the last resort if not buying a different brand phone is to install a custom ROM, and get rid of MIUI altogether. Imo, even tho battery is not as good is a good sacrifice for sanity.