HTC EVO 4G :: Why Do Apps Start Themselves And Which Ones Do I Need To Keep Running?
Jun 7, 2010
I'm an iPhone to Android convert, so this is a bit new to me.I downloaded Advanced Task Killer and Advanced Task Manager.I've noticed that after I kill apps, they often restart themselves.Some of the apps that I see running are apps that I've never even started before.I know ATK has an auto kill feature, but I just don't want to kill anything that I need to leave running.So what do I need to leave running?
View 7 Replies
Mar 14, 2010
Right after start up I looked at my task killer and see six apps running including voice dialer and footprints which I never use. Is there a way I can keep these tasks from running at start up?
View 4 Replies
View Related
Oct 12, 2010
My desire was taking approx 40mins to power down so I installed an task killer to show me what was running in the back round. I was astounded approx 25 apps were continually running in the backround so by killing these apps powering down now only take 15secs max. However, ive become a bit obsessed with this task killer. i keep checking what is running and there are things on there that i have never used such as "you tube", "news" "talk" etc. Could someone please point me in the right direction about how i stop these apps from running without me requesting them too? I know a lot of say task killers are not essential but it has certainly shown me the reason why my desire was running so slowly. Also one more thing, after powering off my phone, when restarting, ALL the apps automatically start running then? Is there a startup menu that can be editted for example?
View 3 Replies
View Related
Nov 2, 2012
I got my Xperia P more than a month ago and never had this problem. Now even if i kill all processes using the official or a third-party app, a few minutes later a number of apps are running again in the background and killing my battery.
View 2 Replies
View Related
Feb 24, 2010
I notice that when I open Advanced Task Killer I see all kinds of apps I never started up and ran, even if I kill them, the next time I open ATK, after the phone goes to sleep or I go off to something else and come back, there some of them are again.Alarm Clock - and this has an icon (red bell) next to it that is NOT the Alarm Clock apps icon (white face clock) that comes on the phone so kind of curious what the heck it is?Corporate Calendar never use this, never use an Exchange server, don't want it to run.
View 11 Replies
View Related
Jun 7, 2010
Is there a way of telling the phone with apps (not necessary for the proper functioning of the phone) start at start-up and which don't? I hate for unnecessary apps to auto start.
View 1 Replies
View Related
Oct 19, 2009
I noticed that if i dont use the app to kill running apps after i exit them they are still running in the background is this normal for the Android? I am coming from Pre so not sure if they are killed when exited.
View 3 Replies
View Related
Jun 24, 2010
Scenario: I turn my phone on and multiple applications are running in the background. I run Advanced Task Killer and close all applications in the background. I respond to a text message and all of a sudden FRING and QIK are running again? Why? Can settings be adjusted manually or do I need to Force Stop in Settings - Applications every time I turn on the phone?
View 1 Replies
View Related
May 1, 2010
Google talk service starts running as soon as the phone is on, even though the app is closed (with ATK). Anyone know how to prevent it from starting up with the phone? I dont really use gchat on the phone so I dont want it to run unless i open up the app.The same occurs with google voice (which i only have set up for voicemail). This one I dont care too much if its on since at least its useful for voicemail.
View 16 Replies
View Related
Jul 16, 2010
I was wondering if I can somehow permanently get rid of some running services that start up on my phone? I'm speaking specifically to the motorola widget ones such as social networking and news that are running even when i haven't signed up for them.
View 7 Replies
View Related
Jan 30, 2010
Is there an API, or a registry I can do in the manifest to make sure my service is being run at the device start up and being shut down before the device shuts off?
View 3 Replies
View Related
Nov 13, 2009
I want to develop a application that continuously running in background as service. And after that if i press any numeric key, it should start an application.
I have developed a service which is running continuously. Is it possible in Android?
View 2 Replies
View Related
Dec 5, 2009
I was reading one of these threads, and someone mentioned that there was a way to stop apps from opening on launch.I have apps that randomly open by themselves and i want to prevent them from doing so. (VLC Remote, default messages, and a few others)I've posted enough good points that if this was said already i can get a freebee :P
View 7 Replies
View Related
Jun 11, 2012
is there a way to limit the ics recent apps to running apps only?
View 2 Replies
View Related
Aug 19, 2010
I installed Task Manager and now Footprints and Stocks keep starting all the time. I also have Startup Auditor and have Stocks disabled (Footprint doesn't even show there). I went to the settings of those apps and there is no exit option. I go back with the arrow. How can I prevent them to start?
View 1 Replies
View Related
Jul 20, 2010
Im loving my phone but i seem to be having a wierd issue. Even tho i close all my apps when done with ATK many apps start up by themselves even tho i dont start them so i find myself constantly killing these apps such as google voice and sprint apps (TV and Nav).
View 1 Replies
View Related
Sep 9, 2010
Is there anyway to find out the start time of an application?ActivityManager provides pids etc for each application process but doesn't tell for how long process is running.
View 1 Replies
View Related
Jan 10, 2010
I created an application which enables the user to set whether he wants to receive notification while the application runs in background mode. If the notifications are enabled an activity should be started (the dialog should appear on the screen).
I tried to enabled it the following way:
CODE:...........
This is the method from main activity. When onPause() is executed isRunningInBackground is set true.
When I tried to debug it when the main application was running in the background the line
startActivity(intent) had no effect (the activity didn't appear).
Does anyone know how to midify the logic in order to start an activity from the main activity when the main activity is running in the background (after onPause() is called)?
View 1 Replies
View Related
Jun 3, 2010
I wanted to know why certain apps just start up on their own. To clarify, I'm not talking about apps that start up on boot up. I referring to ones that start at random. For example, every so often Pandora will start playing even though it was on pause. This has happen when I'm in another app. So there is no way that I pressed on the Pandora app to play. In addition, when I try to kill apps that are running in processes. Their will be some that I have not opened that day or in a while. I going through Astro and try killing apps that I don't need to use on a regular bases. Does anyone have any ideas?
Device: HTC Incredible
OS: 2.1 with HTC Sence
View 5 Replies
View Related
Jul 22, 2009
I have one program and I used adb to connect FR to execute it. I hope this program would auto-execute when entering Android OS of FR How to add it to initial schedule? Modify init.rc or some files?
View 6 Replies
View Related
Feb 24, 2009
I am developing a Service component which runs periodically, triggered by the Alarm Service. At the moment I have written an Activity which enables a user of the Service component to schedule it to run or cancel the service from running (just adds or removes scheduled Alarms via the Alarm Service).However I would like to have the Service component get scheduled to run at Android boot-up time - I would like this to happen without user inter-action (so not using the Activity I have written). I plan to have a stored boolean value in Preferences which will either enable or disable the service. Does the Android Framework support a way for me to support running some code at system boot or soon after ?
View 2 Replies
View Related
Mar 16, 2010
I downloaded the most recent version of Android for linux (android-sdk_r05-linux_86.tgz). I was trying to use the the Android Ant task(s) for packaging, building, and deploying my code. I should mention that I'm running AMD64, but have the 32-bit libraries installed. The Android Ant tasks are all broken.
First, the start-emulator task never gets the emulator running. It does get past starting adb, but then just sits there.
Second, the SDK is missing the aapt binary in the tools directory. So, the example notepad sample application will not even package correctly.
I have all the dependencies configured for Android. I can run it from the command line just fine.I assume the Ant code is out of sync with the recent SDK updates. Can anyone shed some light on this problem? At this point, I'm considering writing my own Python scripts to interact with the Android SDK. Ugh.
View 1 Replies
View Related
May 2, 2010
There seems to be a lot of useless stuff opening on startup, not all "apps" necessarily... is there a way to stop this stuff from starting? I love the phone but it blows my mind that there are so many apps that you can't even quit without dl'ing a task killer.
View 5 Replies
View Related
Feb 9, 2009
What applications might soon be available once they can charge for them? Personally, I wouldn't mind paying for few- if they were worth it. I'm kinda anxious to get some good apps. Also, does anyone know when these new apps might start rolling out?
View 3 Replies
View Related
Jun 30, 2013
I have installed adb plus.. But some apps don't start because of it.. An error appears saying "you have to disable adblock to run the app".. I cannot each time to uninstall adblock and reinstall it after I've used that app..
View 4 Replies
View Related
Nov 13, 2010
Recently got the Captivate- What are the best apps to start downloading? I need something for office documents. Some free games and things like that.
View 24 Replies
View Related
Dec 3, 2009
Unfortunately, I've had to uninstall several apps that I liked because they force start on boot and my Droid was becoming completely laggy because of too many apps starting on boot. I understand that some apps/widgets need to start on boot, but others its completely unnecessary. At a minimum, make an option in settings to let the user decide if we want it to start on boot up.
I just uninstalled Note Everything, Estrong File manager and Weatherbug because they were starting on boot. I love MixZing and I am kind of annoyed that it starts on boot, but its an app I "need" so I can't uninstall it. I'll probably email all these devs and ask about giving the option not to start on boot.
View 6 Replies
View Related
May 29, 2013
Is it possible remove from Auto-start some apps?? If yes how?? Because i have some apps ( like Groupon, google maps) that i don't use every day, so if it is possible to disable it in order to have more free memory..
View 2 Replies
View Related
Nov 8, 2013
I really want to be a android app developer. How I can start developing apps and building apps from source.
View 1 Replies
View Related
Sep 6, 2010
Ok sorry new to this, when i start up appbrain and sync i get a list of apps that say update, how do i do the update. do i have to uninstall then click the update?
View 2 Replies
View Related