• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Task killer apps " THE TRUTH"

I picked up my droid off the desk this afternoon and it was warm to touch...which has not happened to me before. The battery meter on my home screen informed me that within the past 30 minutes, battery had gone from 60% to 30%. I also noticed that the GUI was _very_ sluggish. I checked running tasks (via task mgr) and found an app (pocket auctions) was running 80% CPU. I had been using it earlier...but had moved on to something else. I tried bringing up the app and then returning back to the home screen, but that didn't help. I killed the task and everything was back to normal. For an OS without "close" buttons in the apps...I think it may, unfortunately, be necessary.

because that piece of crap app froze and locked up your cpu? sounds like the apps fault
 
Upvote 0
You hit the nail on the head. Thank you

Okay, I get that, but without a task manager app will you know just from services alone which app is sucking up your memory? It seems to me that would be the sole good reason to have it.

Also, it appears there are two different conversations going that mix and mingle and get all jangled up in this thread. The first is that some people believe that having too many apps kills the battery quickly and others who feel that too many apps sucks up too much memory and makes the phone sluggish.

From everything I've seen and read, it does not appear that any apps really affect battery life to any great extent, unless perhaps you've got a buggy one. At the same time that buggy one will also affect your memory management.

Perhaps, people also think they're gaining battery life by killing tasks when in actuality, because these are new phones, it's been the draining and recharging of their batteries that has increased the battery life.

Three truths seem to hold for battery life. That beautiful, beautiful screen sucks up the most from your battery. Learn to tone it down when you can. Second, your battery needs to be fully discharged and fully recharged at least once to gain its maximum life. And, lastly, you can get a buggy phone that doesn't respond to either of those two situations, but that's the key. You need to see its response to the first two.

Ah wait, there's one more battery drainer possibility, but with Verizon's great coverage it seems to be far, far less of an issue. Any time your phone or any cell phone can't find service, it will rapidly drain your battery looking for it as well as heat up your phone to hot, hot, hot.

In a world dominated by PCs, it's no wonder that the majority assume that background apps are using up too much memory, but this ain't your grandfather's Windows, is it? ;)
 
Upvote 0
GNU's procps/top is an incredibly full-featured, indespensible system monitoring package in the Linux world.

One of the capabilities of top is to send a signal to a process. Send signal 1 and, if the program was written to cooperate, it will re-initialize itself. Send signal 15 and you're asking an app to clean-up and exit. Signal 9 is intercepted by the kernel and a process exit is "forced."

All of those task list/manage/kill apps are derivitive of that original top application.

Stopping a process (signal 15) is usually harmless, at worst leaving behind temporary files or failing to save its persistent state/configuration. But forcing a process to close (signal 9) should be a last resort, used only after you're certain that waiting is hopeless. It usually just "kills" the process with no ill-effects, but sometimes it will create a "zombie" which can make it impossible to fully restart the app until the OS is restarted.

A zombie's inablility to die may impede an app's ability to restart, properly control itself or communicate with its sister processes. More commonly the process header, the IO data structures, device hardware and/or interprocess communication "protocols" can become deadlocked, wasting system resources (kernel data structures, memory, VM). In some cases this "corruption" can result in runaway processes or an anomolous SW/HW state that could drain the battery at an accellerated rate. In all cases these problems can be cleaned-up by a reboot.
How can you tell in task manager which apps are sucking cpu?
Android Market has a free application named "top" that was no-doubt inspired by its big brother. It though is a simple process list sorted by the CPU% column. Its other columns may give you a hint at the resources allocated to the dormant processes no longer being used. Those resources are saving the exact state of the application. It makes the app available more quickly as it's already initialized/running.

SO a dormant process is not using CPU time, and the fact that it is using memory (real or virtual) is not a hinderance to overall performance because the kernel and its system processes know how to reduce most of the footprint of the dormant processes when resources run short.

So if the OS can reduce the real-memory footprint of dormant apps, what's the benefit to killing them? Just as the amount of RAM (real-memory) on the device is finite, so too is the swap file space (virtual-memory) and kernel data structures (process slots, open files, IO buffers). If your swap file is full you would get an "out of memory" message and applications will fail or refuse to start. Also, anytime any of the system resources is nearly exhausted the allocation of that resource is slower and will kick-in "garbage colection" routines more often.

But still the user does not need to kill the process. The Android OS will kill the older, dormant processes as necessary to recover system resources as needed.

Normally in Linux, if you get "out of memory" failures you may want to kill some processes. In Android we should not get "out of memory." If you do, the "Home" or the OS "ROM" is buggy. If you get "out of memory" or "Force close" prompts or recognize a pattern of poor performance, you may be able to figure out an app to avoid. And then there's always my favorite system management saw, "when in doubt reboot."

BTW, Windows does this all virtually identically to Linux. Android though has some additional magic to remember the state of an application so it may be restarted right where it was in case it needed to be stopped to reclaim resources to allow another app to run.
 
Upvote 0
I've never had kill -9 create a zombie personally, I use it on a daily basis.
Try kill -15 or just kill. It defaults to signal 15. Then up-arrow and re-issue that kill after a short moment. If it was well behaved and cleaned-up and exited, or simply exited, your next kill will get "No such process" as confirmation that it went away. If not, then you can grab the larger hammer and whack it with kill -9.

If you want to know what a process is doing you can trace its system calls with strace -p <PID>.

Of course kill and trace only work for the processes owned by your UID... unless you're root.
 
Upvote 0
I am a developer working on Android. So I know a little about how this kind of app works. I am very curious that there are some people said ATK could drain your battery or slow your system. Do you really know how to use it? Shame! Please just give us a proof how it drain your battery. It is only a tool to kill apps running background. Some people say, oh, it's Linux, it don't need to kill apps. I would tell you, if it's an OS, any app consume resources. That's a very very basic term knowledge.
If you killed all apps and ATK itself, how it consume your battery?
Don't you know how to ignore some system related apps?
Don't you know how to close notification?

You even know nothing about ATK, then you just jump up to say 'oh, it doesn't work'. Are you serious. Or just kidding us.
 
Upvote 0
I'm not a developer, so I really don't know how exactly it works, but honestly just having the program running and constantly monitoring background processes is a full time job, so it's clearly going to use resources. I don't see the point, really. Most of the programs I end up closing just reopen themselves anyways as background processes, and my battery life is just peachy, so I'm avoiding task killing apps unless I specifically need to stop something.
 
Upvote 0
When did volatile memory stopped using electrical power to store information?

You're correct so far...


The more apps you have running the more power it's going to use.

...and then you dropped the ball. The hardware doesn't only supply power to part of the volatile memory. All of it is powered at all times, because the hardware only knows '0' and '1'. It has no concept of "this memory address isn't being used, and doesn't need to be powered".
 
Upvote 0
I'm not a developer, so I really don't know how exactly it works, but honestly just having the program running and constantly monitoring background processes is a full time job, so it's clearly going to use resources. I don't see the point, really. Most of the programs I end up closing just reopen themselves anyways as background processes, and my battery life is just peachy, so I'm avoiding task killing apps unless I specifically need to stop something.

I agree with you. Any app consume resources. So ATK consume resources too. We don't need to kill apps all the time. We only need to use it to kill some buggy apps.
 
Upvote 0
I'm probably speaking out of ignorance but... I just set ATK to kill itself as it is killing everything else. When things get sluggish and I run ATK - the device speeds up. I don't see any difference on battery before I installed it vs. afterwards.

Ya, I don't think any app can save our battery either. What it does is to kill apps. Occasionally if it kills some apps consume battery a lot. That may save our battery.
 
Upvote 0
I'm probably speaking out of ignorance but... I just set ATK to kill itself as it is killing everything else. When things get sluggish and I run ATK - the device speeds up. I don't see any difference on battery before I installed it vs. afterwards.

I am currently doing the same thing....I have ATK set to kill itself after it kills the running apps. Battery life increased a ton once I set it to kill itself. Prior to that I left ATK running in the background all the time and it DID drain my battery more than killing it.

I am a fan of closing programs even though I know there is a debate as to whether or not you really need to on the Andriod platform. For me its habitual.
 
Upvote 0
Today was my first full work day without ATK installed, and my battery life was much better. Phone came off the charger at 7:30AM. I had a day of heavy use (heavy texting, e-mails, one call, 1+ hour of music, Facebook, browsing, camera, installing apps) and about an hour or two after I got home, I checked my battery status to find it was at 50% at 6:30 or so, which is the best I've gotten out of the Droid yet.

So I can definitely vouch for the fact that ATK does not help in the slightest bit. Google knows what they're doing; have faith in their software engineers. Let Android do its thing and quit wasting your time with these apps.
 
Upvote 0
Today was my first full work day without ATK installed, and my battery life was much better. Phone came off the charger at 7:30AM. I had a day of heavy use (heavy texting, e-mails, one call, 1+ hour of music, Facebook, browsing, camera, installing apps) and about an hour or two after I got home, I checked my battery status to find it was at 50% at 6:30 or so, which is the best I've gotten out of the Droid yet.

So I can definitely vouch for the fact that ATK does not help in the slightest bit. Google knows what they're doing; have faith in their software engineers. Let Android do its thing and quit wasting your time with these apps.

Don't know why you think ATK should save your battery? It's a tool to kill apps.
 
Upvote 0
Don't know why you think ATK should save your battery? It's a tool to kill apps.

I'm not saying it saved my battery. I'm just saying I didn't even use it today (to kill apps, and in theory, save battery) and I had the best battery life I've seen yet. People seem to think killing open apps will save their battery, when in fact it doesn't matter. Android manages processes and memory just fine by itself.
 
Upvote 0
I'm not saying it saved my battery. I'm just saying I didn't even use it today (to kill apps, and in theory, save battery) and I had the best battery life I've seen yet. People seem to think killing open apps will save their battery, when in fact it doesn't matter. Android manages processes and memory just fine by itself.

That's a loaded statement that's not necessarily true. For example, there are some apps that when exited (or exited in a certain fashion) still run GPS. Now, sure, you could add an app to turn off GPS, but then you'd have to remember to re-enable it when you open an app that uses. Some people, understandably, don't want to keep a mental tab on their GPS setting.
 
Upvote 0


If you have OCD and you want to constantly close programs because it's just killing you to know there in the background then go right ahead and download one of the task killer apps and enjoy, but it's a waste of time.
You can also tap the desktop then tap create shortcut then settings and create a shortcut to see usage and to force close a program. I forget which ones they are but they are obvious when you click them.
 
Upvote 0
That's a loaded statement that's not necessarily true. For example, there are some apps that when exited (or exited in a certain fashion) still run GPS. Now, sure, you could add an app to turn off GPS, but then you'd have to remember to re-enable it when you open an app that uses. Some people, understandably, don't want to keep a mental tab on their GPS setting.

Correct. I was more or less referring to the memory that open apps use, not so much the radios. Leaving an app open that leaves the GPS/Wifi/BlueTooth radio on will definitely drain the battery.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones