Why?! Android frustrations... - Touch CDMA Android Development

I'm what one might call, obsessive compulsive. And I simply can't handle these Android applications. Why do they start whenever they want and stay active? I can't understand this. I'll reboot my phone, do some things, open up OS Monitor, and practically every application I've ever installed is running or trying to run (Mixzing, Doggcatcher, etc...). What gives? This is ridiculous. Android application installs should allow the user to decide if the application can start on its own for any reason...
/FRUSTRATED!

Did you try to format and reinstall?
Which rom?

You should try autokiller, a free app in the app store. You can use it to tweak you memory settings and kill background programs earlier

Related

self launching apps

on my MT3g, especially sprint nav and dolphin browser always seem to launch on their own, before I wipe is this typical for apps to do this?
Yes, some applications run in the background. You can get an app called autostarts from the Market to specify which apps you don't want to run on startup.
I was just wonderin if it was just me (my ROM) or if this is typical for Android. I downloaded that app, ill try it out thanks.

[Q] Is advanced task killer bad?

im reading that advanced task killer is good and bad, so is it bad to install or does it really work? im running CM7 Stable.
EverythingNook said:
im reading that advanced task killer is good and bad, so is it bad to install or does it really work? im running CM7 Stable.
Click to expand...
Click to collapse
Everything I've read says you don't need it with Android 2.2 and above.
I use it, nice quick and easy way to close things (like emulators that normally won't shut themselves off.)
dsf3g said:
Everything I've read says you don't need it with Android 2.2 and above.
Click to expand...
Click to collapse
me too but my friends have 2.3 and they use it.
I use it if videos start to stutter (ie youtube etc). It seems to help.
It's bad if you set it to Auto-Kill. The reason is because from 2.2 onward, if you kill (not Force Close) and app, it'll just restart itself. That being said, Linux is not like Windows. With Linux, the OS will fill up memory (RAM) with whatever it can, in this case applications, even if you're not using them. HOWEVER, it will only dedicate the CPU to whatever you're actually using, so whatever is in memory and isn't being used won't affect you (aside from poorly-coded apps). You can use ATK to kill an app if it's just one or two, but not everything.
If you set ATK to auto-kill everything or if you hit Kill Everything, you'll have a ton of apps restarting at the same time, slowing down your phone for a while and eating battery.
Product F(RED) said:
It's bad if you set it to Auto-Kill. The reason is because from 2.2 onward, if you kill (not Force Close) and app, it'll just restart itself. That being said, Linux is not like Windows. With Linux, the OS will fill up memory (RAM) with whatever it can, in this case applications, even if you're not using them. HOWEVER, it will only dedicate the CPU to whatever you're actually using, so whatever is in memory and isn't being used won't affect you (aside from poorly-coded apps). You can use ATK to kill an app if it's just one or two, but not everything.
If you set ATK to auto-kill everything or if you hit Kill Everything, you'll have a ton of apps restarting at the same time, slowing down your phone for a while and eating battery.
Click to expand...
Click to collapse
alright ill stay away from it thanks!
That about sums it up. The only time an app should be killed is if a bug causes it to hang or slow down severely. Otherwise, let the Android system handle things itself.
In my experience it's nice to have for when you need to kill off a specific game or resource intensive app that seems to be slowing things down.
Product F(RED) said:
It's bad if you set it to Auto-Kill. The reason is because from 2.2 onward, if you kill (not Force Close) and app, it'll just restart itself. That being said, Linux is not like Windows. With Linux, the OS will fill up memory (RAM) with whatever it can, in this case applications, even if you're not using them. HOWEVER, it will only dedicate the CPU to whatever you're actually using, so whatever is in memory and isn't being used won't affect you (aside from poorly-coded apps). You can use ATK to kill an app if it's just one or two, but not everything.
If you set ATK to auto-kill everything or if you hit Kill Everything, you'll have a ton of apps restarting at the same time, slowing down your phone for a while and eating battery.
Click to expand...
Click to collapse
so would you recommended going into the app itself and picking the apps i want to be closed? or could i also use the widget to close all of them?
I would only recommend going into the app itself, long-pressing on the app you want to kill, and then pressing kill. Closing all of them just forces a large number of apps to restart. I really only use it to kill certain apps that are more difficult to close.

[Q] app manager for CM7?

I'm running CM7 and I'm happy with how it performs compared to stock rom. I see improvement in battery and memory usage. So that's good.
However, some apps like facebook, maps, tango etc still appear to become active in the background.
Is there an application which will easily let me manage rights for every app I have on the device? I dont want to freeze them, just change their permissions so they never do anything unless I intentionally start an app.
When I was on stock ROM i tried an app killer with auto kill. So i'd kill apps that were displayed. Check back a few minutes later and everything was back running again..
So to sum up..a good app manager that works nicely with CM7?
Edit: i found something called privacy blocker but I think that wont let me prevent apps from running by themselves....
Edit-2: Nevermind, its not going to work I think...reading this made me realise that some apps me be terminated at start-up, but preventing from booting at a later point is near impossible. Too bad. http://code.google.com/p/android/issues/detail?id=14889
Just ignore them, Android knows how to manage it's RAM effectively.
If you won´t use some apps, use TitaniumBackup (from Market) and freeze apps you are never using.

Does stopping running processes have any permanent effect?

Does stopping running processes from the Manage Applications settings have any permanent effect on the phone? If I turn off the phone and turn it on again, will it fix whatever I stopped?
It's ok right to turn off processes? Nothing is really deleted right? Sorry, I'm new to android and smart phones in general/
Running processes are running programmes located in the RAM, so turn them off will only stop them running without wipe them from storage.
Not sure why you want to manually stop running processes, it’s likely they will auto restart after a while anyway. Beside Gingerbread is quite good at manage running apps, so there really is not a need to manually terminate running processes.
Nope. It will not have any permanent effect. You'll just clean up your RAM a bit, but everything you stopped will be started again when you turn on your phone or even in a few seconds.
Agree with the user above about Gingerbread app managing.
Sent from my MB855 using XDA App
In my opinion, the *only* reason to manually stop a process is because it's gone rogue and slowing down your device.
Any form of automatic task killing is ultimately counter-productive!
Regards,
Dave
If you root u device, u can use "Gemini App" to kill apps permanently. Just select them and mark " block", u also can kill processes completely and configure the auto-run

Kill apps from ram for good

I have a few apps running in the background all the time. Facebook and blood and glory mainly. Is there a way to delete them for good? On Facebook I set it that no notifications and never refresh, and its still using up 12mb. Same with blood and glory. Any way to kill them for good? Is there an app maybe? Thanks.
Well, mainly in android apps have 4 components.
Two of those are Activities and Services.
The activities have UI, you can activate and use it. The services doesn't have UI since they are hidden. You can't Activate them manually and their purpse is to open the app fast. Deleting the app is the best way you can use a task manager to close them.
Advanced Task Killer, for example, has the ability to set timer for RAM clearing, you can set it to whenever you lock your screen.
if i helped you, hit the thanks button
Another way for ram.
I think of the amount of memory (ram) have effected to play game or run any application smoothly.
So If you use kernel Semaphore 2.7.4(GB) or 1.2.0 (ICS) there are choices for big memory to run application smoothly.
I want to kill an app like Facebook, and then I don't want it to run in the background after I close the app. When I kill the process , after aboit 10 seconds it goes on again!
Anyone!?
Anyone 2x?
use advanced task manager.or delete the facebook app and install fbm.it does not run in the background
I've found an useful article about Task killer apps:
Being a new member, I cannot post outside link.
Search for: Task killer apps What they do, and why you shouldn't use them ->
Autostarts
There is an app on android market called Autostarts, it's an amazing app i've used it for over a year now and never had any problems. what it does it stops apps like facebook from starting up automaticly and keeps the app fully closed until you choose to launch it. Same goes for any other app which you choose to disable from auto-starting by itself. This is why Autostarts is so much better than say a normal task killer because apps closed by task killers restart themselves a few minutes later so your just running round in circles trying to keep the app closed probably eating up more battery trying to close it every 5 minutes than if you just left the app alone, where as with autostarts you dissable the app once then thats it it wont start until you tell it to, perfect!
Autostart sounds quite good
I'd also recommend using titanium backup to freeze the app, unfreeze when you want it and then freeze when you dont.
Autostart probably sounds like the easier option, no need to keep freezing and unfreezing, but knowing about titanium backup and freezing apps doesn't hurt

Categories

Resources