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

Help Self opening apps??

Toke1985

Newbie
Hello Android People i just got my Desire S. and saw when i was using advanced task killer. that sometimes and app like news or maps just turned on, and im 100% that i did not do it by myself. anybody know why??

And it is possible to remove a preinstalled app?? like stock widget or news or what ever????

thx guys and girls if you have and answer!
 
its a service thats why.. some apps have background services so even if you kill them with ATK they will come back agian but id say dont use a task killer, you dont need to
 
I don't think you need a task killer for this phone really, I heard the new Android software closes apps for you, plus you can see which apps are running in the settings menu.
 
I develop Android apps so I though I'd explain why a task killer isn't needed on an Android system.

Activities
Android apps use activites to preform tasks. For example, if you use a file manager to send a picture via email, the file manager calls the send activity within an email app, passes the file name to it and the email app sends the picture.. not the file manager. This will result in seeing the email app as "running" even though the user didn't actually launch that email app.

Smaller apps
Using activites helps developers design smaller apps. A file manager app that contains every bit of code needed to do everything a file manager does would likely be so large that no one would want to install it. Developers know that an android phone more than likely has an email app so there is no need for the developer to include email code in his/her file manager to send a picture when he/she can call an activity in an existing email app to do the job. This results in a smaller file manager app since there is no need to include email code or any other code for an activity that can be done via an app that is already present on the phone. This also alleviates redundant code. When you install an app outside of the android market, also known as sideloading, the file manager app calls the package installer (already present in Android) to install the requested app.

Running apps vs. cached apps
The "Manage Applications" list included in many android devices lists running apps as well as cached apps. Cached apps don't use any CPU or battery, they're cached so they will load faster the next time you need them. Killing cached apps results in those apps requiring more time to load the next time they are launched.

System management
By default, every android application runs in its own Linux process. Android starts the process when any of the application
 
Very intereting. For ages i have been told by different people that an app killer was essential to keep my phone running sweet and you have just blown that theory right out of the sky!
 
I use my galaxy s2 for tethering in several different capacities (wi-fi,4g) and those background processes that you suggest don't really matter in fact do. Several processes such as pandora that do not show up in the standard active applications monitor, will cut my bandwidth by more than half, i can go into the phone the long way as described to find them and shut them down but as they pop back up every 30 seconds or so, it gets ridiculous. With advanced task killer at least i can just keep pressing a button to get rid of them. Its total b.s. they put things like stupid slacker on your phone that i have to risk bricking my phone to root off. I wish someone would at least write an app that would suppress these unwanted bandwidth interrupting processes.
 
Back
Top Bottom