Question How can I stop battery drain on "screen off"? - Samsung Galaxy S22 Ultra

I'm happy with the battery performance, but only when the screen is on. When I use the phone mostly with the screen on, I get good SOT(6-9 hours), but with the screen off, the battery consumption is terrible. How can I pull this down?

Probably a cloud app; try temporarily disabling Google play Services, Google backup is a dependency as is Playstore, Gmail. Some apps also need it to run. I enable it once or twice a day. Disabled saves 1+%@hr.
Trashware social media apps like fb, WhatsApp etc shouldn't be installed. It all adds up.
6 hours SOT with a 5002 mAh battery isn't good, 9 hrs is fair to poor. That said all Samsung's should be optimized for best performance.

Thanks for your opininon. Are you saying we shouldn't use Whatsapp? Is it real solution?

Unfortunately, because of SD 8 gen 1 limitations (probably worse on Exynos variant), about 6-7 hours SOT is best you're going to get on the S22 ultra.
Try the following guide here & see if it helps your battery life.

I have the Exynos version. My phone has a SOT of about 10 to 12 hours. Rooted and bebloated. I do have the brightness very low though.
Android 13.
OneUI 5.
Latest.
Lightly debloated.

That's interesting. I guess depends on what apps the phone is using during SOT.......
Mind sharing your battery usage breakdown screenshot?

TheKaptan23 said:
Thanks for your opininon. Are you saying we shouldn't use Whatsapp? Is it real solution?
Click to expand...
Click to collapse
Real as it gets. All social media apps should never be installed. Many should even be logged on to. WhatsApp track record is stunningly bad.
Lots of users means its got a huge bullseye on it even if they try to secure it, it will hacked again like the sun rises in the morning... for sure. Meanwhile phishing scams run under the radar and count on you screwing up. And many do.
You got to ask yourself one question,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You feel lucky today?

TheKaptan23 said:
Thanks for your opininon. Are you saying we shouldn't use Whatsapp? Is it real solution?
Click to expand...
Click to collapse
No really. The problem is that all the apps developed by Meta (Facebook, Instagram, Whatsapp) are power hogs. Meta does not care if it chews up battery. The primary reason is that Meta is shoving ads in your face. Even when your screen is off, those apps are running in the background. Meta is not the only offender. There are plenty of other app developers that do the same thing.
Also, there are different "flavors" of Android. Each OEM implements it differently (even within the OEMs). This makes it less cost effective to customize their apps for each OEM. There is only one flavor of iOS and iPadOS, so it is much easier to tweak it for iPhones and iPads than it is for Android devices.

I understand. Thanks. I have another question. You said you turned off google play services. When I turn it off, notifications do not work and many applications do not work. How do you overcome this situation?

TheKaptan23 said:
I understand. Thanks. I have another question. You said you turned off google play services. When I turn it off, notifications do not work and many applications do not work. How do you overcome this situation?
Click to expand...
Click to collapse
It doesn't effect any notifications for me that I use except Gmail. Most my apps run without it. I tend to shun those that do.
Some of the Samsung apps take the place of Google apps, no need to run both.
If killing Google play Services helps at night it's likely Google backup Transport running.

Hello, I have something to ask about. I need to know if there is any ability to store a system application variables usin adb. Imagine that I want to open my settings app and do something mabye a confirmation dialog will be shown in order to say something such as alert for something supposed that I did click on OK, i the normal case this alert will never be shown even if you clear the settings app data or clear the cash, is there any way to use adb to store the settings app data before opening it the if anything as the previous senario happened I can restore the settings app to the moment before clicking on the OK button or even before this alert has shown

TheKaptan23 said:
I understand. Thanks. I have another question. You said you turned off google play services. When I turn it off, notifications do not work and many applications do not work. How do you overcome this situation?
Click to expand...
Click to collapse
Many apps that "need" Google play Services are Playstore pay apps. This can be circumvented by first allowing the app to activate, then firewall blocking their internet connection. Firewall block Playstore as well although it should be disabled except when needed.
If an app doesn't need internet access to function it should be firewall blocked anyway.

Related

Killing services

This is a pretty general question, but I couldn't find much on google about this. According to the task killers on the market, an app won't be able to stop a service like exchange or maps automatically (it can only kill the UI app). However, the exchange and map services have lots of alarms associated which increase my battery drain by at least a full %/hour. If I kill the services manually every time I use one of these apps then everything is fine. Does anyone have insight into whether an app or script called from tasker can accomplish this automatically?
FYI: I'm using the CM9 unofficial ROM.
You do not need to kill tasks. The system automatically purges non system apps. Just leave them be and always exit an app using the back button
"App killers" aren't recommended past Froyo and can even harm performance.
Under ICS, you can "Disable" many apps using the Manage apps off the main-screen menu. Titanium Backup can also "freeze" apps.
Many of the Google services get pretty "greedy" depending on your settings. That would be a good place to start for "core" services like those.
If that doesn't work, there is the sledgehammer approach of removing the apk from /system/app -- If you do that, watch your logcat to provide some confidence that you haven't disabled something that you need for another app to work.
th3controller said:
You do not need to kill tasks. The system automatically purges non system apps. Just leave them be and always exit an app using the back button
Click to expand...
Click to collapse
Le sigh.. didn't even read my post. Also I'm pretty sure the back button thing is a myth.
jeffsf said:
"App killers" aren't recommended past Froyo and can even harm performance.
Under ICS, you can "Disable" many apps using the Manage apps off the main-screen menu. Titanium Backup can also "freeze" apps.
Many of the Google services get pretty "greedy" depending on your settings. That would be a good place to start for "core" services like those.
If that doesn't work, there is the sledgehammer approach of removing the apk from /system/app -- If you do that, watch your logcat to provide some confidence that you haven't disabled something that you need for another app to work.
Click to expand...
Click to collapse
Anyway I'm not trying to kill the "apps" themselves. They can sit paused in memory. I want to end their back-end services without uninstalling the app. The exchange service, like I said, will drain the battery with its unnecessary alarms even if I disable sync and turn the sync frequency to "never" and uncheck all the boxes when deciding what to sync. Google screwed up majorly with exchange, but when I kill the service manually using the method you describe then everything is fine and I can still boot up the app like normal to check my email manually. I just want to automate killing the service.
lexman098 said:
Le sigh.. didn't even read my post. Also I'm pretty sure the back button thing is a myth.
Click to expand...
Click to collapse
Unrelated to your OP but related to your post - on CM9 based ROM's - if you go into Settings > Developer Options - scroll to the bottom and select kill app back button. It works well.
lexman098 said:
Le sigh.. didn't even read my post. Also I'm pretty sure the back button thing is a myth.
Anyway I'm not trying to kill the "apps" themselves. They can sit paused in memory. I want to end their back-end services without uninstalling the app. The exchange service, like I said, will drain the battery with its unnecessary alarms even if I disable sync and turn the sync frequency to "never" and uncheck all the boxes when deciding what to sync. Google screwed up majorly with exchange, but when I kill the service manually using the method you describe then everything is fine and I can still boot up the app like normal to check my email manually. I just want to automate killing the service.
Click to expand...
Click to collapse
I am also interested in a solution to this. I was hoping to find a widget that displays services, daemons or whatever you wanna call them, in plain text on my home screen, similar to rainmeter for windows. Then you just tap it to manage them. There has to be something similar around.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

How to totally fix Google Service problem

Hello guys, so i think you all have had that Google Service problem in your S4 eating up to 40% battery?
Well i have fix for it
Mine runs on original rom without root!!
(I have disabled Samsung push service aswell)
Proof that it is fixed!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1. step go to location services on Settings!
Disable all of them
2. step Disable these applications, if you do not use any!
3. step go to "google settings"
And search location
and disable these
Enjoy longer battery life
(And wow those picture seems too huge o.o)
That's not a fix is a workaround ... And it has been said multiple times already
AvelonTs said:
That's not a fix is a workaround ... And it has been said multiple times already
Click to expand...
Click to collapse
Tell me the threads please.
Wow what a fix! I have a better one -
1. put phone in garbage
2. buy a nokia 3100
OR:
put phone on flight mode and use it ONLY to tell time.
And on a more serious note:
C'mon dude, are you serious?.. a "fix" means you don't loose any functionality of the device, what you did there was disabling almost every good and important feature that in the first place is the reason people buy these phones, so disabling them to get around a bug which drains the battery?.. that's.. well I don't need to say it.
And for the fix that does work - turn off "Location reporting" only - from my experience this will not make you loose any location based functionality as I use every thing that has to do with locations, Google can still tell where I am, and Google now still tells me time to work\home, flight times, packages dispatched, weather updates etc. turning "location reporting" off fixed the Google services battery drain issue I had, and I still turn it on from time to time to see if Google had fixed this, last time I checked it was still draining the battery.
i wanna know how fix the high android os drain
skivnit said:
i wanna know how fix the high android os drain
Click to expand...
Click to collapse
Hi.
U just have to follow the OP.
That will fix it.
omricn said:
Wow what a fix! I have a better one -
1. put phone in garbage
2. buy a nokia 3100
OR:
put phone on flight mode and use it ONLY to tell time.
And on a more serious note:
C'mon dude, are you serious?.. a "fix" means you don't loose any functionality of the device, what you did there was disabling almost every good and important feature that in the first place is the reason people buy these phones, so disabling them to get around a bug which drains the battery?.. that's.. well I don't need to say it.
And for the fix that does work - turn off "Location reporting" only - from my experience this will not make you loose any location based functionality as I use every thing that has to do with locations, Google can still tell where I am, and Google now still tells me time to work\home, flight times, packages dispatched, weather updates etc. turning "location reporting" off fixed the Google services battery drain issue I had, and I still turn it on from time to time to see if Google had fixed this, last time I checked it was still draining the battery.
Click to expand...
Click to collapse
I think the guide is not for u, mate.
But this guide is for people who wants to prolong the battery life.
Location reporting is one of the main battery factor on an android device.
I personally don't use it as I don't want any apps (facebook, etc) to do this and I have disable more google-related things than what the OP has posted.
Are you for real or is this just some kind of joke?
Firstly, this fix isn't a fix, its just turning some things off.
Secondly, this information has been around for a long time now and is relevant to any Android phone, not just the S4.
And no, I am not going to post links to the hundreds of threads and posts on the many websites and forums out there who have already posted this before you and with more detailed information.
Seriously, why have you bothered posting this rubbish?
The most suitble statement is the tip for prolong the battery life. Tks OP for yr sharing.
Ranop11 said:
Tell me the threads please.
Click to expand...
Click to collapse
Here is magic trick, this time I will show you, but please do not populate it, as it is VERY confidential: The secret tool to find the threads you want
Google turns up tons of results for this, as does the search... Sorry the top secret search on this forum.
Sent from my GT-I9505 using xda app-developers app

Servicely for your apps and services

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Remember that time when your device lost 50% of battery life during the night because a gazillion services from careless apps kept keeping your device awake and you have no way to disable them?
Or when Facebook kept waking up your phone for no reason and you find no way to fix it other than uninstalling it?
Servicely to the rescue!
First of all make sure you're ROOTED (it won't work otherwise). You'll be able to select which apps will be put to sleep when the display goes off. Just like magic!
You can also disable/enable permanently any service on your device. It's useful if you have services that tend to auto-restart and keep your device awake, or if you have games sending you never-ending notifications.
This app is somewhat powerful so act responsibly when using it. I'm more than happy to help if you contact me
Click to expand...
Click to collapse
The apk in the Play Store is free with ads, but I've disabled the ads for the apk below. You can still purchase the key from inside the app which helps me keep producing stuff for you, but you don't have to do so.
You can choose between two "sleep" modes. The soft mode I assume it's probably similar to what Greenify does. The hard mode completely disables the apps you've choosed during screen off, and re-enabled during screen on. This mode removes any shortcuts or widgets from those disabled apps, but this is the most secure way to guarantee those apps won't wake up or do something crazy. That said, you'll be fine with the soft mode.
Play Store download: https://play.google.com/store/apps/details?id=com.franco.servicely
DISCLAIMER
I take no responsibility for any fault caused by any procedures of the app. No warranties of any kind are given.
Looks promising. Might replace greenify this little gem, thank you??
Enabled pro and start on boot but after closing the app an open it again, it shows this.
Should greenify be disabled/uninstlled before using servicely??
Really like this app! This is like the perfect version of greenify. And probably with more features to come. I was just wondering, is it save to add google play services to list? Or wil I loose allot of functionality with the apps that rely on google play services?
Will this also stop notifications from the app when you have it disabled? Like fb, instagram, xda and twitter?
@franciscofranco
Another possible improvement for your new app:
- With the pro Version there is the option to start the service automatically with the boot. If you boot the device there is no information like "set on boot service has been..." Dont know if you need this message on the boot like in FKU for you new app, but maybe you could make it as an option
and: if you close the app from the task manager, you see the normal action: app is restarting. After the restart the settings/killing apps applies again?
i instantly bought the pro version, before even using it
And if you add a new app to the service, it will be killed after 60 secs? or is first a reboot needed?
And if you kill an app like google keep, can the changes still be synced?
Sorry for the large amount of quetions, i´ve never used apps like this
wow... really like this... thanks franco
just a request for someone who knows... we can get a list with safe services to kill?
eluspo said:
Will this also stop notifications from the app when you have it disabled? Like fb, instagram, xda and twitter?
Click to expand...
Click to collapse
Yeah... does this have the background sync feature which I believe Greenify has??
Gonna try this for a while and replace greenify if it's better
Thanks
So if a service is idle, let's kill it every minute. The service restarts - which would come with a CPU/memory expense greater than if it had remained idle - and repeat this every minute?
This doesn't seem like an informed decision. It could just be a checkbox in an application's settings that would alleviate the service from repeating.
I don't see why you don't educate people on looking at application's checkboxes.
@franciscofranco I'm a fan of your work and this app looks beautiful. However, I have a pretty stupid question. How is this different from a task killer and automated killing? I thought those were bad, but is this different?
Turned it off for Google play music, google keyboard, Google play services, lmt. I ran into issues with app fc here.
deadzombieseverywhere said:
Turned it off for Google play music, google keyboard, Google play services, lmt. I ran into issues with app fc here.
Click to expand...
Click to collapse
turned it on for google play services and no issues so far.
Yeah... does this have the background sync feature which I believe Greenify has??
Click to expand...
Click to collapse
no if an app is selected, it has nor background sync - tested it with telegram (btw with greenify donation it doesn´t work too...)
will test Servicely for a while and report back. If it does a well job, then goodbye Greenify
This app keeps closing apps that I'm using. I thought it only closes if the app is in the background? For example, I'm watching a YouTube video and it just closes.
Umm, this is essentially a task killer....
I don't understand the difference from a task killer. Task killers drain more battery. If it kills a service, it autorestarts, right? Or it is like greenify, keeps the service from starting?
I've tried this with whatsapp and didn't work. I know that is not suppose to kill services in the background, but what does it is suppose to kill? If it is not in the foreground, it is in the background... For an intense, having facebook installed, there is always a background service, this will never kill it, right?
It would be great if if would work better thank greenify, and stopping services from getting started.
Great work Franco! Testing now
I have Greenify, not sure if I'll use this... but purchased paid pro version to support Franco and his awesome Kernel (and other dev projects).
euge.lee.nebby said:
I have Greenify, not sure if I'll use this... but purchased paid pro version to support Franco and his awesome Kernel (and other dev projects).
Click to expand...
Click to collapse
Same here.....
Franco deserve as developer and person... Thx for all

High battery usage - can anyone help?

Hi everyone,
I'm having some major issues with my s10e. It started draining the battery very quickly and it now needs to be charged 2-3 times a day with very little usage. I'm talking like 1 hour SOT usage. It's loosing over 5% of battery per hour just sitting on the table doing nothing. I turned off syncing, uninstalled some apps that could cause is, cleared cache and finally factory reset it. I even downgraded from android 11 to android 10 to see if that will make any difference. But no success. Still high battery drain. It sometimes gets a bit warm as well while not being used. Better battery stats reports high mmc0_detect activity. I've checked my wife's S10lite and she doesn't even have that kind of wake lock at all. I googled it and it's got something to do with memory card. However, the problem exists with several memory cards I checked as well as without one in the phone.
Samsung replaced the battery last week under the warranty but that did not help at all. I'm getting really frustrated with this phone now.
Does anyone know what could be the cause?
On the ss below you can see that it lost 12% in just 2 hours with 7min SOT. That's definitely not what it should be.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Turn off wifi. Disable all power management and see what it does.
Disable all cloud apps and FB, WhatsApp etc.*
Disable all Google, carrier and Samsung feedback.
Disable Google Firebase.
Turn off locations when not needed.
You'll toast that battery if you don't tone it down; don't charge past 80% for now to lessen the damage.
*try running in safe mode to see if it's a 3rd party app causing it.
blackhawk said:
Turn off wifi. Disable all power management and see what it does.
Disable all cloud apps and FB, WhatsApp etc.*
Disable all Google, carrier and Samsung feedback.
Disable Google Firebase.
Turn off locations when not needed.
You'll toast that battery if you don't tone it down; don't charge past 80% for now to lessen the damage.
*try running in safe mode to see if it's a 3rd party app causing it.
Click to expand...
Click to collapse
All cloud apps and syncing are disabled. FB deleted.
How to disable google, carrier and samsung feedback?
How to disable firebase?
Location turned off.
I've not had any issues for over a year of ownership. I've not installed any new apps or used the phone in any different way than I used to.
Thanks
I think mmc0 refers to your internal memory; my guess is that it doesn't work as it should or that it isn't connected properly.
kierownikk said:
All cloud apps and syncing are disabled. FB deleted.
How to disable google, carrier and samsung feedback?
How to disable firebase?
Location turned off.
I've not had any issues for over a year of ownership. I've not installed any new apps or used the phone in any different way than I used to.
Thanks
Click to expand...
Click to collapse
Disable Google Backup Transport, Framework and Playstore/Google Play Services (enable as needed). Clear data on all the former except Playstore as needed. Clear System Logs at same time.
Reboots and factory resets are useless for this issue.
Use this Package Blocker*:
Home - Package Disabler
The only NON-root solution that let’s you disable any unwanted packages that come pre-installed / installed with your phone / tablet.
www.packagedisabler.com
Use Karma Firewall (Playstore) to lock it down better.
* you can block all cloud junk, carrier updates and any bloatware as well. Some apks have dependencies so bare this in mind when blocking.
blackhawk said:
Disable Google Backup Transport, Framework and Playstore/Google Play Services (enable as needed). Clear data on all the former except Playstore as needed. Clear System Logs at same time.
Reboots and factory resets are useless for this issue.
Use this Package Blocker*:
Home - Package Disabler
The only NON-root solution that let’s you disable any unwanted packages that come pre-installed / installed with your phone / tablet.
www.packagedisabler.com
Use Karma Firewall (Playstore) to lock it down better.
* you can block all cloud junk, carrier updates and any bloatware as well. Some apks have dependencies so bare this in mind when blocking.
Click to expand...
Click to collapse
So with google play services disabled the battery drain is pretty much the same.
Also disabling google play services results in my phone constantly throwing notifications at me saying that some apps need it to work properly. Also without google play services I can't use Google Pay which is a no no for me.
M1chiel said:
I think mmc0 refers to your internal memory; my guess is that it doesn't work as it should or that it isn't connected properly.
Click to expand...
Click to collapse
That's what I managed to find out but I don't understand how would it not be connected properly? Besides, everything works fine, all apps, photos, music, it's all there and works on request.

Question System UI constantly accesses location

Hello, dear friends! I (and many other OneUI 4 users) stumbled upon a problem of "System UI" constantly (every 3-5 minutes) accessing the location (as seen from Permission Usage).
In my case turning off Wi-Fi, mobile data or bluetooth does not stop the location usage. No location-based Bixby routines are running, no Smart Tags are used. Every single option regarding location (apart from completely disabling it) is toggled off - but the location keeps getting used by System UI. The only way to stop it is, of course, to simply turn off location entirely.
Resetting all settings or just network ones does not help.
If you google "System UI constanly accessing location" you will find a lot of people with this problem, but so far no solution has been found.
Any help will be appreciated. Thank you in advance!
Yeap, quit invasive behavior.
I turn off location unless I need it to be running.
My N10+/Pie behaves the same way.
Wearables will not run without location permissions however if location is disabled it will run. I normally run with Google play Services disabled as well unless needed.
blackhawk said:
Yeap, quit invasive behavior.
I turn off location unless I need it to be running.
My N10+/Pie behaves the same way.
Wearables will not run without location permissions however if location is disabled it will run. I normally run with Google play Services disabled as well unless needed.
Click to expand...
Click to collapse
I'm not sure it is an intended behaviour. Feels like a bug to me.
With all those location stuff happening in background my phone lags quite a bit.
When I turn off the location it is buttery smooth...
montibor said:
I'm not sure it is an intended behaviour. Feels like a bug to me.
With all those location stuff happening in background my phone lags quite a bit.
When I turn off the location it is buttery smooth...
Click to expand...
Click to collapse
That's interesting. You sure it's not chewing up bandwidth at the same time? That can definitely cause lagging. Try in safe mode to rule out a 3rd party app. The possibility of malware comes to mind or perhaps it's a glitch indigenous to that firmware.
If you can't find the root cause sometimes a work around is the only solution.
blackhawk said:
That's interesting. You sure it's not chewing up bandwidth at the same time? That can definitely cause lagging. Try in safe mode to rule out a 3rd party app. The possibility of malware comes to mind or perhaps it's a glitch indigenous to that firmware.
If you can't find the root cause sometimes a work around is the only solution.
Click to expand...
Click to collapse
Well, I put my phone into the safe mode and will later update here on how the location permissions going
Do it do it at night when not in use?
blackhawk said:
Do it do it at night when not in use?
Click to expand...
Click to collapse
I just tested the Safe Mode and.... the location is still being accessed every few minutes.
I'll probs try to contact the Samsung Support now :,(
montibor said:
I just tested the Safe Mode and.... the location is still being accessed every few minutes.
I'll probs try to contact the Samsung Support now :,(
Click to expand...
Click to collapse
Try disabling Google play Services temporarily and see if it stops...
blackhawk said:
Try disabling Google play Services temporarily and see if it stops...
Click to expand...
Click to collapse
Sadly, it didn't work
See which apps use battery overnight.
Is all global power management disabled?
Turn off all app, Samsung, Google and carrier feedback.
blackhawk said:
See which apps use battery overnight.
Is all global power management disabled?
Turn off all app, Samsung, Google and carrier feedback.
Click to expand...
Click to collapse
Nothing helps, unfortuanately. People point out that it is com.android.phone that is constantly getting location. There might be some luck with ADB
montibor said:
Nothing helps, unfortuanately. People point out that it is com.android.phone that is constantly getting location. There might be some luck with ADB
Click to expand...
Click to collapse
I just keep it normally off. Rather than trying to turn location in all the apps it's used in. Many however I disable anyway because of security.
Try this...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
blackhawk said:
I just keep it normally off. Rather than trying to turn location in all the apps it's used in. Many however I disable anyway because of security.
Try this...
View attachment 5701999View attachment 5702003
Click to expand...
Click to collapse
Yeah, now it's off for me all the time as well. Have to be super cautious to not lose the phone now
montibor said:
Yeah, now it's off for me all the time as well. Have to be super cautious to not lose the phone now
Click to expand...
Click to collapse
Find my Device is something I don't miss.
Ha-ha you figured out that it needed to be disabled as System Administrator to toggle off Google Play Services
Keeping it with you at all times* and never lay it down unless in a secured location. It's a responsible frame of mind that many have lost as a skillset. There's no substitute for physical security.
It seems a bit complicated at first, but it's really not once you understand the flow put and dependencies. After a bit it becomes second nature to use the device like this. A little extra time in return for better SOT and security.
*I always wear bdu pants so the N10+ easily and securely nests in the cargo pocket. Easy as pie.
Develop a carry method that works well for you and protects the device. Get in the habit of making a mental note were you laid it down in the house, etc. Be consistent. Lol, my N10+ and my Gerber Strongarm are always with me

Categories

Resources