|
||||||||
Why you shouldn’t be using a task killer with Android |
![]() |
|
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Forum Member
Join Date: Dec 2002
Location: Hitchin
Posts: 922
|
Why you shouldn’t be using a task killer with Android
|
|
|
|
|
Please sign in or register to remove this advertisement.
|
|
|
#2 |
|
Forum Member
Join Date: Nov 2004
Location: Glasgow, Scotland
Posts: 1,141
|
I've read a few posts either way about whether or not people should use Task killers.
I'm going to keep using them as long as when I press the button, my phone speeds up and reacts more quickly. |
|
|
|
|
|
#3 |
|
Forum Member
Join Date: Apr 2006
Location: Manchester, England
Posts: 2,229
|
Quote:
I've read a few posts either way about whether or not people should use Task killers.
I'm going to keep using them as long as when I press the button, my phone speeds up and reacts more quickly. |
|
|
|
|
|
#4 |
|
Forum Member
Join Date: Nov 2004
Location: Glasgow, Scotland
Posts: 1,141
|
Quote:
Sorry to say it, but more fool you. Still, it's your phone.
|
|
|
|
|
|
#5 |
|
Forum Member
Join Date: May 2006
Posts: 25,199
|
If there is an API in any OS to kill a process, it should be safe to use it on user processes. If you start killing the system ones, you may crash the OS. But that's the worst that can happen. No permanent damage done.
|
|
|
|
|
|
#6 |
|
Guest
Join Date: Sep 2008
Posts: 6,966
|
What else are you supposed to do then? Have your phone running really slow until the phone decides to close the apps?!
|
|
|
|
|
|
#7 |
|
Forum Member
Join Date: Apr 2006
Location: Manchester, England
Posts: 2,229
|
Quote:
Ive got a Galaxy S. Sometimes it comes to an unbearable hault. Im having to wait 20seconds for menu changes, loading App screen. Hit the kill button and everything happens a lot faster. I dont have the time or patience to wait for my phone to do what? How am I harming my phone?
Slowdowns like you seem to be experiencing will be due to a badly written app. I've been using Android for well over a year without using a task killer and have never seen it slow down etc. Use a task killer if you like, it's your phone. You don't need one though. |
|
|
|
|
|
#8 |
|
Guest
Join Date: Sep 2008
Posts: 6,966
|
I'll uninstall mine then and see how I get on.
Do the apps auto shutdown after a while of non use then? |
|
|
|
|
|
#9 |
|
Forum Member
Join Date: Apr 2006
Location: Manchester, England
Posts: 2,229
|
Quote:
I'll uninstall mine then and see how I get on.
Do the apps auto shutdown after a while of non use then? |
|
|
|
|
|
#10 |
|
Forum Member
Join Date: Mar 2011
Location: Hertfordshire
Posts: 2,937
|
There's one fatal flaw in the argument though; applications being designed correctly and properly utilising the fact that Android has all these nice shiny resource management features.
The simple fact is that a lot of developers don't structure their applications correctly. This is evidenced by the fact that Android devices can and do slow down seriously when a lot of applications are running in the background. If these applications were allowing Android to correctly manage resources and CPU usage then these slowdowns simply wouldn't happen. This is down to what is both the greatest strength and the greatest weakness of Android; there is no auditing & approval stage in application submission. So in reality, using a task manger application to terminate badly written resource hungry applications is just something the Android community is going to have to live with. |
|
|
|
|
|
#11 |
|
Forum Member
Join Date: Apr 2006
Location: Manchester, England
Posts: 2,229
|
Quote:
There's one fatal flaw in the argument though; applications being designed correctly and properly utilising the fact that Android has all these nice shiny resource management features.
The simple fact is that a lot of developers don't structure their applications correctly. This is evidenced by the fact that Android devices can and do slow down seriously when a lot of applications are running in the background. If these applications were allowing Android to correctly manage resources and CPU usage then these slowdowns simply wouldn't happen. This is down to what is both the greatest strength and the greatest weakness of Android; there is no auditing & approval stage in application submission. So in reality, using a task manger application to terminate badly written resource hungry applications is just something the Android community is going to have to live with. |
|
|
|
|
|
#12 |
|
Forum Member
Join Date: Feb 2006
Location: Middlesbrough.
Posts: 438
|
how many people use
ctrl-alt-delete
|
|
|
|
|
|
#13 |
|
Forum Member
Join Date: Nov 2002
Location: Southampton
Posts: 1,427
|
I just use the built in task killer, I'm not convinced about that argument as I personally find the phones runs smoother if I kill the games I was playing and not leaving them in the background.
|
|
|
|
|
#14 |
|
Forum Member
Join Date: Jan 2007
Location: Watford
Posts: 12,961
|
That would be great if apps actually closed when they were supposed to instead of sitting there slowing the phone down and eating the battery.
|
|
|
|
|
#15 |
|
Forum Member
Join Date: Apr 2006
Location: Manchester, England
Posts: 2,229
|
Quote:
That would be great if apps actually closed when they were supposed to instead of sitting there slowing the phone down and eating the battery.
|
|
|
|
|
|
#16 |
|
Forum Member
Join Date: Aug 2009
Posts: 7,916
|
Quote:
There's one fatal flaw in the argument though; applications being designed correctly and properly utilising the fact that Android has all these nice shiny resource management features.
The simple fact is that a lot of developers don't structure their applications correctly. This is evidenced by the fact that Android devices can and do slow down seriously when a lot of applications are running in the background. If these applications were allowing Android to correctly manage resources and CPU usage then these slowdowns simply wouldn't happen. This is down to what is both the greatest strength and the greatest weakness of Android; there is no auditing & approval stage in application submission. So in reality, using a task manger application to terminate badly written resource hungry applications is just something the Android community is going to have to live with. |
|
|
|
|
|
#17 |
|
Forum Member
Join Date: Jan 2006
Posts: 904
|
On my Desire I haven't used a task killer since the upgrade from 2.1 to 2.2, and honestly I've only had one "hang" in about 3 months, which lasted for about 5 seconds at most.
|
|
|
|
|
|
#18 |
|
Forum Member
Join Date: Jun 2003
Location: Wakefield
Posts: 4,873
|
Quote:
I disagree, but if you want to believe that you need a task manager it's up to you.
|
|
|
|
|
|
#19 |
|
Forum Member
Join Date: Jan 2008
Location: Cheshire
Posts: 4,398
|
Quote:
Could you explain why you disagree? Do you believe that all apps behave as they should 100% of the time and never cause performance issues?
The ones you have to watch for are apps with services. Services are background processes and these are the type that evade task killers as they normally restart themselves. Basically if an app needs to do something like checking a webservice, checking battery levels for widgets etc. Even with services it's not that simple, to prevent the phone from sleeping the service needs to acquire a "wake lock". This requires it's own previllege so you should be able to spot any potential offenders as you're installing them. Also, services use alarms to wake up to do there background work (how they get around task killers as they are sent a message and the system will start them if they are the registered receiver of a message). By default getting a resolution of under 30 minutes is not easy and the OS will decide if and when to wake up under that. Also, if you don't have the wake lock permission you can't ask to be woken while the device is sleeping. What really sucks battery big time is connecting to the internet, so apps that poll like some twitter apps, site pings etc are bad for battery. However, as above they evade the task managers and can't run more than once every 30 minutes. Most of these apps are moving to Google's push notifications which has no significant impact on battery life. The real battery killers are games, anything that uses the internet, GPS etc and when they are sucking up battery it's because you're letting them to perform a task. Android really has no need for task killers and any advantage you get is partly confirmation bias and partly you temporarly killing things that you have installed to run the background and will come back anyway. Most of the "articles" I read saying you do are out of date or have little real facts in them, which is amazing considering how easy it is check this stuff. |
|
|
|
|
#20 |
|
Forum Member
Join Date: Apr 2005
Location: Nottingham, UK
Posts: 11,878
|
Quote:
What else are you supposed to do then? Have your phone running really slow until the phone decides to close the apps?!
Quote:
If there is an API in any OS to kill a process, it should be safe to use it on user processes. If you start killing the system ones, you may crash the OS. But that's the worst that can happen. No permanent damage done.
|
|
|
|
|
|
#21 |
|
Forum Member
Join Date: Jan 2007
Location: Watford
Posts: 12,961
|
Quote:
Once again, please read the link in the first post.
|
|
|
|
|
#22 |
|
Forum Member
Join Date: Oct 2008
Posts: 1,058
|
Quote:
I have read it, it doesn't change the fact that many apps do not do what they are supposed to do and need to be closed manually. The Battery on my Desire is bad enough without having a load of background crap draining it further. The way Android is supposed to work is great in theory, sadly it all goes a bit wrong when put into practice in the real world. The worst than can happen closing apps is the phone crashes, it won't explode or anything.
|
|
|
|
|
|
#23 |
|
Forum Member
Join Date: Jan 2007
Location: Watford
Posts: 12,961
|
Quote:
If you believe that apps arent written correctly then you shouldnt support those apps by having them on your phone
![]() |
|
|
|
|
#24 |
|
Forum Member
Join Date: Dec 2002
Location: Hitchin
Posts: 922
|
Quote:
I'm not limiting my choices because some random person on the internet has got a bee in their bonnet about manually killing apps, anyway I want control over what happens on my phone, if I didn't I'd have a bought a Jesus Phone.
|
|
|
|
|
|
#25 |
|
Forum Member
Join Date: Apr 2006
Location: Manchester, England
Posts: 2,229
|
Another link for those who still insist on using a task killer.
|
|
|
|
![]() |
|
|
All times are GMT. The time now is 13:03.



