Quote:
Originally Posted by dazz87
I am also using ATF and wondering why some programs will not kill off even tho i select it to kill. Like logmein, i select it and kill it, a minute later it shows up again ??? Does AFk even work? I noticed that after killing off some apps i see it frees up more memory, but couple of minutes later the same apps will start again.... 
|
it's because since Froyo, the most a task killer can do is to restart the app / release it from memory. What it means is .. if your program runs a service/ Thread, the program will not be killed but merely restarting the app. That's y some apps that get restarted will show up again. The only way to kill is either you get a super user to do the kill from command shell 'kill -9 PID' or
go to the settings -> Applications and click on stop.
Hope this helps.
Also using task killer is not a good idea. It might drain battery if you use it regularly. if you asked me why? because when you restart the app/ kill the app, the program will load (this actually consuming CPU hence battery) again.
And if you asked again why did google keep those in memory?
it's because it's designed so that when you want to open up again it's faster..
Here is a link that might be helpful.
http://androinica.com/2010/05/google...are-pointless/
|