Ask Android

This magazine is not receiving updates (last activity 0 day(s) ago).

limerod , in Android 14 Apps Run Forever, why?

In android 14 most apps background apps are frozen in memory. Just because you see a force stop button doesn't mean its actually doing any work or consuming batttery.

Android does memory and battery management on its own. You also get some options to further restrict apps should you desire but that may break some apps.

avidamoeba , (edited ) in Android 14 Apps Run Forever, why?
@avidamoeba@lemmy.ca avatar

Apps don't necessarily stop running unless you do Force Stop. It's always been this way.

In addition, swiping apps away in order to stop them has always been counterproductive on Android. Not only because it doesn't necessarily stop all of the app components, but also because it wastes resources. Android will stop apps as needed when memory is needed. In all other cases it will maximize memory usage in order to minimize CPU and IO making things faster. Stopping apps is only useful in special circumstances like killing a misbehaving app, etc.

You could limit per-app background usage since Android something, but even then it doesn't matter if you close them from the app list. Shortly after the all is no longer in the foreground, it will stop running, all of its components. It might still be possible for it to wake up now and then but for the majority of the time it wouldn't run.

Max_P , in Android 14 Apps Run Forever, why?
@Max_P@lemmy.max-p.me avatar

What makes you think it's not really closed?

Just because it shows the Force Stop button doesn't mean it's running, merely that at least one of its components is loaded. That can be just about anything. I have apps I know for a fact cannot run in the background that shows the force stop button.

Mainly, it boils down to battery management and the Android architecture. Android apps are very modular, so the Java class for handling push notifications might be loaded but none of its screens or other services would be loaded and it uses negligible amounts of memory. It's way more battery efficient than reloading it from storage, and if the system needs memory it'll clear some caches.

Fake4000 , in Android 14 Apps Run Forever, why?

Seems like an application specific thing.

I run android 14 and I only get this on certain apps (gmscore for example).

gila , in How do I fix this?
@gila@lemm.ee avatar

Looks like a notification bar. Just a wild guess, but maybe there's an invisible notification causing it to auto-display. If so, you might be able to fix it by limiting notifications for the app.

gila , in How do I fix this?
@gila@lemm.ee avatar

Looks like a notification bar. Just a wild guess, but maybe there's an invisible notification causing it to auto-display. If so, you might be able to fix it by limiting notifications for the app.

themachine , in How can I transfer 11000 photos from one phone to another

Copy them to your PC first them to the new phone.

Procedure8295 , in Please Recommend An Alternative To Solid Explorer

Total Commander is really good for remote connections. It does dual pane.

Successful_Try543 ,

Or alternatively, if you prefer FOSS, Ghost Commander.

sabreW4K3 OP ,
@sabreW4K3@lazysoci.al avatar

Appears to be more modern than Total Commander, but no Material You support.

Successful_Try543 ,

The Windows version of TC is also quite old fashioned, but it works.

sabreW4K3 OP ,
@sabreW4K3@lazysoci.al avatar

The screenshots are targeting Ice Cream Sandwich

Procedure8295 ,

Sure but it works well and is stable.

rclkrtrzckr , in Please Recommend An Alternative To Solid Explorer

I've been using MiX for years now:

https://play.google.com/store/apps/details?id=com.mixplorer.silver

A bit weird feel, but once you got used to it, it's awesome.

sabreW4K3 OP ,
@sabreW4K3@lazysoci.al avatar

This might be the best suggestion, outside of the Material Files workaround, yet.

ladfrombrad Mod , (edited )
@ladfrombrad@lemdro.id avatar

Can confirm, I've used it for years and checking their XDA thread from 2011 states that it still supports Froyo? Amazing

https://xdaforums.com/t/app-2-2-mixplorer-v6-x-released-fully-featured-file-manager.1523691/

https://lemdro.id/pictrs/image/7575b432-c67f-455a-874e-57f9ff979a27.jpeg

wazzupdog , in Please Recommend An Alternative To Solid Explorer

AndSMB had been good to me for connecting to my nas and other shares. It's not the most polished but it is exceptionally reliable.

sabreW4K3 OP ,
@sabreW4K3@lazysoci.al avatar

Thanks for the suggestion

cereals , in Please Recommend An Alternative To Solid Explorer

You can open a second or third instance of material files via the three dots menu. You then have the app multiple times open and can copy/cut and paste between them.

Its not quite two panes but maybe better on a small screen. Its also a feature that's easy to miss.

sabreW4K3 OP ,
@sabreW4K3@lazysoci.al avatar

Thank you very much. That is indeed helpful.

Moonrise2473 , in Please Recommend An Alternative To Solid Explorer

Closed source alternative: FX explorer with horizontal split panels and nice UI

Foss alternative: ghost commander with vertical split panels but dated UI

sabreW4K3 OP ,
@sabreW4K3@lazysoci.al avatar

FX explorer

Over a year since the last update 😭

Moonrise2473 ,

If everything works, doesn't need updates every week

Especially on the play store where Google approving updates for file managers is a lottery

AFKBRBChocolate , in How can I transfer 11000 photos from one phone to another

At my last upgrade, the new phone asked if I wanted to get stuff from my old phone, then walked me through it. Was a pretty decent amount of data and it didn't take all that long. As i recall, it was Bluetooth, but there was an option to use a cable.

PineRune , in What games do you play on your phone?

Basically just Fire Emblem Heroes right now.

I keep trying to find a fun game that isn't a pay to win where you need to whale hundreds of dollars for a -chance- to get something usable (FE Heroes is kinda like this but not too bad) but everything on the app store seems like garbage whenever I look. It's all designed to punish you if you don't pay enough money. I don't mind paying a bit for a game I like but I can't really find anything good.

I might end up just buying Slay The Spire, even though I already own it on PC.

Skyhighatrist ,

All the way through your comment I was thinking, you should try Slay the Spire, but you beat me to it. Another one you might consider is Star Traders: Frontiers I don't think it has any microtransactions (it's also on Steam)

A_Very_Big_Fan ,

GBA emulator + Fire Emblem ROMs ftw

PineRune ,

I'm not a fan of touchscreen buttons, so I ended up getting a few SBC Gaming devices that emulate games really well and with a native or scaled resolution to match original systems. Or just play them on original hardware (using a flash cartridge if needed).

But to avoid carrying an extra device, android emulation is the way to go.

Cris_Color , (edited ) in How to see which app is trying to desperately contact api.segment.io
@Cris_Color@lemmy.world avatar

Tracker control makes it really convenient to turn off internet access for a bunch of apps, perhaps that could speed up the trial and error? Though the tracker blocking functionality might kinda get in the way if it tries to block the segment.io traffic, so you might need to set it up specifically for your needs

https://f-droid.org/packages/net.kollnig.missioncontrol.fdroid/

It's an app that pretends to be a VPN so it can filter out network traffic from apps seeking to track the user, but its very easy to to just turn internet off for a given app

sabreW4K3 OP ,
@sabreW4K3@lazysoci.al avatar

You are a marvelous human being. Thank you so much.

Cris_Color ,
@Cris_Color@lemmy.world avatar

Aww, thank you, I'm really glad it was a helpful suggestion!

Best of luck and I hope you have a lovely day ☺️

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • kbinchat
  • All magazines