Helllo Forum,
I'm often annoyed, that android kills some recently opened apps and have to start them again. Is there any possibiltiy to "mark" an app to not be closed or killed by android automatically. I don't see a neccesity to close some apps, if there is enough ram free. For example I want to have the 920er App (text editor) open all the time (for my personal notes). For example an app, which prevents closing other apps? (Android 5.1)
Many Thanks in advance.
Franz_54321 said:
Helllo Forum,
I'm often annoyed, that android kills some recently opened apps and have to start them again. Is there any possibiltiy to "mark" an app to not be closed or killed by android automatically. I don't see a neccesity to close some apps, if there is enough ram free. For example I want to have the 920er App (text editor) open all the time (for my personal notes). For example an app, which prevents closing other apps? (Android 5.1)
Many Thanks in advance.
Click to expand...
Click to collapse
It's very easy. You must have root and Xposed installed.
First in Xposed Installer download App called "App Settings", enable module and reboot.
Next after reboot open this app and select application that you want to not be killed.
Slide switch to on and Tick little field next to "Resident".
Click save buton in upper right corner and this is much it.
Many thanks for your detailed answer, picakia
The only disadvantage that I have to root my (old) motorola g, that I don't like, because I didn't before, and I heard, it deletes
the complete filesystem....
You can try KingRoot or TowelRoot, this applications can root many devices
Related
For those of you who know about Application Managers out there in the Google Market and other places to download AM's... what's a good one to install (either free or paid) that will allow me to keep just the essential applications running that are needed for the A101IT to work?
Basically what I'm looking for is an AM that easily allows me to close and shut off any of my non-essential apps until I choose to open it as if it were my first time opening the app but at the same time keeps the essential apps like the Android Keyboard, desktop wallpaper, and etcetera running.... if that makes any sense?
Thanks, because there are too many to choose from.
Killing apps only uses more the processor, this is how Android works, if there's not enough memory it kills, if there is enough it resume the previously closed apps, so killing them only mak them run again, and your battery go away.
I was using an automatic task killer until I read an article on Lifehacker. I can't post external links, yet (Google this: lifehacker android task killer). I installed Watchdog to look for bad apps, but they all seem to be okay.
Thanks for everyone's suggestions but I found a really good one... It's called Autorun Manager and I found it on the Google Android Market.
I guess what I meant to ask about was a "Startup Manager" but I already found one that I like ^. Thanks anyway everyone!
try android assistant it does all things inc app killer and startup
I've tried doing a lot of personal research before asking. I have watchdog and betterbatterystats. I found 2 apps chewing away at my battery. After using the app I always press back and then it pops up do you really want to exit and I select yes. However, I look at the processes and I will see it running in the background. Using stuff like advanced task killer (and a bunch of other killer apps) doesn't help, as soon as it kills it, the thing just spawns again. I had to force close it or sometimes reboot the phone. Is there any app that locks down these apps so it only allows process to run when the app is in the foreground and as soon as we leave it closes all aspect of that app? (I can't uninstall those 2 apps cause they are kinda essential; but by no means does it require any background process or need to be constantly running). So far it only runs in the background if I opened the app once, but if it starts to auto run I'm screwed.
Is there any app like the cydia backgrounder where I can set a whitelist or a blacklist that only lets the app run in the foreground and as soon as I press home it will stop all its process.
Autostarts in the market. It let's you see what apps start up under what conditions. I would assume you can just doable all conditions the apps can start up from and it would do as you describe.
Sent from my GT-I9300 using Tapatalk 2
joshnichols189 said:
Autostarts in the market. It let's you see what apps start up under what conditions. I would assume you can just doable all conditions the apps can start up from and it would do as you describe.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I have autostart doesn't work, ok I give you an example:
Groupon app. If you don't load it after a reboot it doesn't run, however as soon as you opened the app once. Theres like no way to close it.
Come-on... one of you guys must know how to close an app and prevent it from loading up after I leave the app. Isn't there anything like cydia backgrounder that I can set so apps are only allowed to load in the foreground and closes as soon as go back to the launcher???
Solution
The best solution to this is to install titanium backup. After that, create a widget in ur homescreen and select titanium backup widget (action). Then, select the action freeze/defrost/launch and after select the app ex. Facebook and create the widget. After, you will notice that the widget for the Facebook app has created to ur homescreen with a green locker. If u press on it, it will lock the app (freezed it actually) so it doesnt run. if you want to run the app, tap again on it and automatically will defrost it and launch it.
Hit thanks if i helped you
jcheong said:
I've tried doing a lot of personal research before asking. I have watchdog and betterbatterystats. I found 2 apps chewing away at my battery. After using the app I always press back and then it pops up do you really want to exit and I select yes. However, I look at the processes and I will see it running in the background. Using stuff like advanced task killer (and a bunch of other killer apps) doesn't help, as soon as it kills it, the thing just spawns again. I had to force close it or sometimes reboot the phone. Is there any app that locks down these apps so it only allows process to run when the app is in the foreground and as soon as we leave it closes all aspect of that app? (I can't uninstall those 2 apps cause they are kinda essential; but by no means does it require any background process or need to be constantly running). So far it only runs in the background if I opened the app once, but if it starts to auto run I'm screwed.
Is there any app like the cydia backgrounder where I can set a whitelist or a blacklist that only lets the app run in the foreground and as soon as I press home it will stop all its process.
Click to expand...
Click to collapse
I just want to add some info for a better understanding even if I understand what you meant.
1. A package showing in the process list after you chose "exit" is a sign for a service running. This is not necessary bad as there are many services doing nothing but waiting for events to process (of course some service do stuff in the background and it is good to look after those).
2. In Android there is no such concept as an app, there are activities (dialogs), and services and both have pretty complex life cycles (not just opened or closed) as you can see here
But back to your question: the right way to get rid of apps you don't want/need (also called bloatware in some cases) is to freeze them. One good tool for doing that is titanium backup.
chamonix said:
I just want to add some info for a better understanding even if I understand what you meant.
1. A package showing in the process list after you chose "exit" is a sign for a service running. This is not necessary bad as there are many services doing nothing but waiting for events to process (of course some service do stuff in the background and it is good to look after those).
2. In Android there is no such concept as an app, there are activities (dialogs), and services and both have pretty complex life cycles (not just opened or closed) as you can see here
But back to your question: the right way to get rid of apps you don't want/need (also called bloatware in some cases) is to freeze them. One good tool for doing that is titanium backup.
Click to expand...
Click to collapse
I understand the point of apps that show up and are 0% cpu usage like facebook etc. I was only using it as an example. There are plenty of other apps that do infact chew up cpu and battery after it is loaded for the first time and is unable to close the background processes (they are shown in the watchdog and betterbatterystats). So the only way is to freeze and unfreeze everytime I use these apps?
hi
is there any app that blocks another apps to start. for example if i close the facebook app and remove it from the memory with the task manager, facebook starts after 10 seconds again. i dont mean apps like task killer that kill the app after it started. i hope you understand my question
Sorry for my bad englisch
Autostarts, startup manager, and system tuner.
Sent from Failtrix, the crappiest phone on the market.
Rom toolbox I think does this
Sent from my SGH-T989 with Cyanogenmod 9 Nightly Power.
emyaz said:
hi
is there any app that blocks another apps to start. for example if i close the facebook app and remove it from the memory with the task manager, facebook starts after 10 seconds again. i dont mean apps like task killer that kill the app after it started. i hope you understand my question
Sorry for my bad englisch
Click to expand...
Click to collapse
Android by design kill tasks when the resources become sparse. For this to work, an app must be able to request to be restarted once this occurs - the app (or more correct, "service") is sticky. This is why when you close the facebook app, it's restarted within seconds anyway.
If you are running Android 4 (ICS) or later, you can tell the phone not to autostart apps at boot directly from the Settings menu. Enter settings -> apps -> all, select e.g. Facebook, then click the button "Disable". Now it's gone, and for real this time! The disable button is at the place on the "Uninstall" button, and uninstallable apps are not possible to disable this way - but you can always remove them.
Some apps are neither disable nor uninstallable, though.
But if the autostart app is parental control r something like that, it wold be harder. Firstly the thing would not let you to settings. You could fool it when some settings notification appears, like there is wifi, by clicking on it you will get there without a problem, but you would not be able to delete it. To deal with it, I do personally recommend this: Root your device, get total commander for android (no, trust me, ES would not make it), open TC, get to mnt/asec where are stored installed apps files, find folder attached to that app, change the permisions that everybody could write in it, change ownership and group to some of your other apps and delete that folder. At the end, there shoul be emty folder with an emty folder in it. That should **** up the app so much that its not going to work anymore. Now you can do whatever you want.
Use Purify app
u can use boot manager module in xposed
I'm using clean master and it allows me to bock these app from autostarting.
It can solve by greenify pro smartly. You can google for greenify. After installing greenify (xposed installer) (need allow some feature) allow the modules it will work 100℅. If any errors message me on Facebook/n3xt2u
I would like to have the maximum of control on running processes, but I feel I have not enough control, so I hope you can help me
I know that being root, managing processes and disable "autoruns" is a quite easy task but unfortunately my device is not an easy to root phone
Furthermore, I saw that Android (4.1.2 Jelly Bean) performance is very bad when you have many apps installed or you used many apps recently. Yes I listen about the internal management and I am aware that it is not a suggested practice but since I want to have control on what is happening and i have serious concerns about the algorithms to free RAM (maybe bull****), so I prefer to do it on my own risk
What I am doing is go to
-Settings, Application manager, Running, "Show cached processes"
- Settings, Application manager, Running, "Show services in use"
Identify what apps are in use and i don't like, then go to
-Settings, Application manager, All,
select app and Click "Force Stop"
Doing it my device has a better performance however, some apps still going alive after some time, for instance: Email ( I saw other in the past)
Using "Autoruns" app and checking "email" app I can see with changes of state can start "Email" however, sometime "email" is reenabled after be manually stopped but none of previous conditions happened.
How can I kill "email" or other app and force to stay off? (disable it and install other email app is not a valid answer)
I would like to use email/others as an standalone app, I mean use when I want and have out of memory when I am not using.
Besides, the autoruns, is there any scheduled task or something like that to open apps?
Of course I want to root my phone and I am waiting until someone will find a proper way to root, in fact I think that an android without rooted is like a car with square shape wheels
I think I found the cause for "mail" app being executed automatically, today it went alive after select "flight mode"
Now I would like to control Google play services, I am seeing some of these being executed continuosly, can they be killed? how?
dapgo said:
I would like to have the maximum of control on running processes, but I feel I have not enough control, so I hope you can help me
I know that being root, managing processes and disable "autoruns" is a quite easy task but unfortunately my device is not an easy to root phone
Furthermore, I saw that Android (4.1.2 Jelly Bean) performance is very bad when you have many apps installed or you used many apps recently. Yes I listen about the internal management and I am aware that it is not a suggested practice but since I want to have control on what is happening and i have serious concerns about the algorithms to free RAM (maybe bull****), so I prefer to do it on my own risk
What I am doing is go to
-Settings, Application manager, Running, "Show cached processes"
- Settings, Application manager, Running, "Show services in use"
Identify what apps are in use and i don't like, then go to
-Settings, Application manager, All,
select app and Click "Force Stop"
Doing it my device has a better performance however, some apps still going alive after some time, for instance: Email ( I saw other in the past)
Using "Autoruns" app and checking "email" app I can see with changes of state can start "Email" however, sometime "email" is reenabled after be manually stopped but none of previous conditions happened.
How can I kill "email" or other app and force to stay off? (disable it and install other email app is not a valid answer)
I would like to use email/others as an standalone app, I mean use when I want and have out of memory when I am not using.
Besides, the autoruns, is there any scheduled task or something like that to open apps?
Of course I want to root my phone and I am waiting until someone will find a proper way to root, in fact I think that an android without rooted is like a car with square shape wheels
Click to expand...
Click to collapse
more info about processes, mem and autostart
I am still fighting with Android and how it manages processes, now I am sure that my main problem became each time I went into flight mode or it is restarted.
But it is not only Email being executed and being using in memory but other processes that I am not using doing that, such as:
(Mem. on OS monitor- Mem. in "service in memory"(android settings))
Event: Connectivity changed
-youtube 22.2MB-6.2MB
-Google play services(com.android.gms) 26.8MB-12MB
-Maps 20MB-4.9MB
-Factory Test (18.6MB -3.4MB)
Event: after Startup
-youtube 22.2MB-6.2MB
-Software update (18.0MB-4.3MB)
-Internet (com.android.browser) 18.9MB-3.3MB
There many apps which are executed after events like previous but they are closed after a very short time, but I am frustrated about those which are not unloaded.
Regarding "Email" app I decided to use a free email app and as Email cannot be disabled, so, I removed the accounts associated to email app, however even without accounts configured, it still being launched and wasting resources. can I avoid it?
What do you think?
dapgo said:
I think I found the cause for "mail" app being executed automatically, today it went alive after select "flight mode"
Now I would like to control Google play services, I am seeing some of these being executed continuosly, can they be killed? how?
Click to expand...
Click to collapse
It's not possible to do what you want without root, unfortunately (unless you're talking about normal apps, in which case you can uninstall them to keep them from running). An alternative would be to use Greenify, though it won't be fully automatic without root either.
What about editing the startups rights?
Has anyone used APK permission remover?
GermainZ said:
It's not possible to do what you want without root, unfortunately (unless you're talking about normal apps, in which case you can uninstall them to keep them from running). An alternative would be to use Greenify, though it won't be fully automatic without root either.
Click to expand...
Click to collapse
Apk permission remover never stops an app from automatically starting. It only helps in removing the permissions we see during installation.
dapgo said:
What about editing the startups rights?
Has anyone used APK permission remover?
Click to expand...
Click to collapse
You still want to do this 2 years and 7 months later? That's one late reply there
GermainZ said:
You still want to do this 2 years and 7 months later? That's one late reply there
Click to expand...
Click to collapse
Yes but after SO long I found the app 'autorun manager pro', and it allowed to disable triggers /autoStartups/autoruns
I have an OPPO A77. Some time ago I installed an app called "All-In-One Toolbox: Storage/Cache Cleaner, Booster" by AIO Software Technology CO., Ltd
Semi regularly, and seemingly randomly, it loaded over the top of whatever app I was using at the time. I looked into stopping this to no avail. I eventually got sick of this and uninstalled it. Very shortly after, it still attempted to load, but couldn't of course... so now it goes to the app in Google Play store, with the 'Install' option. And I get a toast message "App not installed". This is seemingly as regular and random as the original app loading.
How do I get rid of this pest?
I find this phone doesn't seem to follow the rules. It allows some apps to run when they want, and others that I want running, are killed regularly and can't do their job, like Automatic Call Recorder and Who's Calling. I've tried Autostart and Keep Alive apps, but of course, they get killed to!
Regards
Wayne
@Hagar76
with regards to AIO's All-In-One Toolbox: Storage/Cache Cleaner, Booster :
this app installs as user-app. If you uninstall it then it gets completely removed, no residues remain. Have tested it.
IMHO, if using mobiles with Android Lollipop and up, installing apps like this is absolute nonsense: the claimed features on the whole are fake. Android is smart enough to manage usage of its resources ( RAM / CPU ) correctly. And Android by default decides what apps to keep running in background.
jwoegerbauer said:
@Hagar76
with regards to AIO's All-In-One Toolbox: Storage/Cache Cleaner, Booster :
this app installs as user-app. If you uninstall it then it gets completely removed, no residues remain. Have tested it.
IMHO, if using mobiles with Android Lollipop and up, installing apps like this is absolute nonsense: the claimed features on the whole are fake. Android is smart enough to manage usage of its resources ( RAM / CPU ) correctly. And Android by default decides what apps to keep running in background.
Click to expand...
Click to collapse
Yep. I found it pretty useless, and annoying with its regular popping up. So what do I have to do to stop it trying to run even after its removed? Is there some debug info I can provide that may help trace the source with a view to fixing it?
Hagar76 said:
Yep. I found it pretty useless, and annoying with its regular popping up. So what do I have to do to stop it trying to run even after its removed? Is there some debug info I can provide that may help trace the source with a view to fixing it?
Click to expand...
Click to collapse
If you're on Android 7 and up to see what apps are running you open Android's Settings->Developer Option, navigate to Running Services: 2 lists are available, i.e. Running and/or cached.
The OPPO menu is all over the place. I found the Services list, but there was nothing that seemed relevant to this app. Anywhere else to look?