this post was submitted on 28 Aug 2024
70 points (97.3% liked)

Android

27488 readers
379 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

[email protected]


founded 1 year ago
MODERATORS
 

This stuff drives me so mad. I recently have noticed higher than usual over-night drain on my phone and decided to investigate a bit. So I connected my phone to my machine, closed out all the apps waited a few seconds and ran adb shell top with a few parameters to see what is actually running.

And would you look at that, despite the phone telling me that nothing is running at all, the microsoft copilot, ebay kleinanzeigen (a german craigslist), google photos and google search either have not been closed or somehow started themselves. Also I have not received any notifications for these Apps in the last few seconds.

First of all, how are these Apps even doing it? With the two Google Apps I kinda get it, since they are System Apps, but in the case of ebay Kleinanzeigen and microsoft copilot it makes 0 sense since they are regular 3rd party Apps. How can they bypass seemingly all optimizations and start themselves (I haven't used the Microsoft copilot app in months). Also is there any way to prevent this from happening or at the very least get some kind of summary how often these Apps ran in the background. Sadly the Android battery information page is totally useless. With many of these Apps I don't care about notifications or anything and I never want them to run after I close them in the task manager.

all 21 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 12 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

And people wonder why I root?

Its the only realistic way to control broadcast receivers.

Some apps register for shit like "screen on" or "battery status", both happen constantly.

Only other way on a non-rooted phone is to install those apps into the work profile (using an app like Island), and deactivate the work profile when not using those apps.

[โ€“] [email protected] 3 points 3 weeks ago

thanks, I will give the work profile route a try since I'm not aware of any ways to root my phone (LG G8X)

[โ€“] [email protected] 2 points 3 weeks ago (1 children)

And people wonder why I root?

It's really maddening having to root just to get a say on what is happening on your device, isn't it?

Anyway, what app do you use to control the broadcast receivers?

[โ€“] [email protected] 2 points 2 weeks ago

Ugg, right?

There are lots of them.

3C Toolbox is probably the easiest to get, but I have a few old ones like Autostarts which may no longer be on Play.

[โ€“] [email protected] 8 points 3 weeks ago (2 children)

Uninstall them maybe? Especially if you don't use them.

[โ€“] [email protected] 1 points 3 weeks ago (1 children)

in the case of the Microsoft copilot app, yes obviously, but there are some Apps which I need like for my bank.

[โ€“] [email protected] 1 points 3 weeks ago

Most of the time it's too received push notifications.

[โ€“] [email protected] 7 points 3 weeks ago (2 children)

Debloat your phone with UAD maybe, no root require, you can simply disable an app instead of really uninstall it, it's safer

https://github.com/0x192/universal-android-debloater

[โ€“] [email protected] 1 points 3 weeks ago

i like disabling apps I rarely use but still need from time to time, like Spotify

[โ€“] [email protected] 1 points 3 weeks ago

I have done that but there are certain Services like my Bank or Phone provide that require me to installiert their App. Also with others - Kleinanzeigen, the mobile website is horrible and thus kinda force me to use the App.

[โ€“] [email protected] 3 points 3 weeks ago

My samsung S21 has the option to restrict an app and prevent it from ever running in the background, maybe that would do it if your phone has a similar option?

[โ€“] [email protected] 2 points 3 weeks ago

Have you turned off background usage in the Android settings for the app?

[โ€“] [email protected] 1 points 3 weeks ago

On Samsung I have "deep sleeping apps", which basically kills any app put on that list when I turn off my phone.

It will also prevent notifications and such, but it is useful for anything I don't care running in the background.

[โ€“] [email protected] 1 points 3 weeks ago

I'm in the same boat as you and it drives me up a wall. I've found a solution and love getting 2-day battery life out of my 5 year old phone.

I swear by Greenify and use it religiously. It programmatically force-closes all of your apps that you don't use, so that they don't send broadcasts to each other like the other comments mentioned. There are only system apps running on my phone at all times, unless I specifically open other ones.

With "sensors off" toggled on, no GPS or auto-rotate, the only thing that triggers apps to open is changing networks or receiving a notification.