General :: Stopping Unwanted Apps From Automatically Starting?

May 8, 2012

I have an Acer A100 tablet that I've upgraded to ICS (the upgrade went very smoothly, by the way). But under both ICS and the original Honeycomb, the Android OS has an annoying habit of starting a bunch of apps automatically. Facebook, Google Maps, media players and a whole host of apps that I do NOT want to start all by themselves. I found an "Advanced Task Manager" that will check every 5 minutes and kill unwanted apps automatically. But every time I check it there are still half a dozen apps running in the background that I don't want.

If it were just one or two apps, I would simply uninstall them. But it seems like half the factory apps are intent on restarting themselves no matter how many times they're turned off. My Acer has a very small battery, and I suspect I'd get much better battery life if it would only run the apps that I start manually.

Other than email and the system update manager, I really don't want any apps running in the background. And when I turn an app off, I want it to stay off until I restart it. Is there a way to edit the list of programs that start automatically? Do they all have to be disabled individually? I've checked a few of the apps, and don't see any way to disable the "automatic log-in", "check for new data" or whatever each program might call it's annoying insistence on starting whenever it wants to.

General :: Stopping unwanted apps from automatically starting?


General :: Stop Apps From Starting Automatically / Overriding App Permissions?

Nov 2, 2012

Some backround on this post. I own 2 android devices, a Samsung Galaxy i9003 and since yesterday, a Nexus 7.

I have ditched my Galaxy as a phone and gone to Blackberry due to battery issues, and apps on my Samsung draining the battery from full to empty in the space of a few hours, so I am now very careful about what I install. Since removing almost all the apps (and the SIM card) from the galaxy, I now have a battery live measured in days (including watching video) rather than hours just sitting doing nothing...

I understand the use of apps auto-starting themselves to provide notifications, such as Facebook, Twitter & Accuweather, but even though I do use these apps for what they are, I do not need them running all the time to provide a notification: The added "work" in starting the app to check updates is worth the extra battery life I get, as if I leave things alone to be automatically managed, my battery life is divided by 10... and having to flip the phone in and out of flight mode is a pain... (especially when you forget to activate it in the afternoon after charging and at 3 AM in the morning you have no battery left to call a taxi...)

So, what I would like to understand is this: Where does android store the information on autostarting applications? Even if I use a task killer, some apps will restart later on. Android must have some sort of task scheduler to restart registered apps after a certain amount of time has passed or on certain events.

how Android manages this list - and more importantly, how to change it, and also if there is any way to override the registered permissions of an app once it has been installed?

View 9 Replies View Related

HTC Desire :: Apps Starting Automatically

Jul 21, 2010

I have just got a HTC desire recently and am astonished at how short the battery life is. I downloaded the app killer and put the widget on my desktop. When I press it it shows me what apps are running. I clear them all but within minutes of me not touching ny phone they all are running again 8 in total I believe. Amongst the apps are Flickr, peep, footprints....

View 7 Replies View Related

Android :: Apps Starting Automatically At Bootup

Jul 22, 2010

I am NOT asking how to prevent these apps to start automatically at bootup, I could see that there are already a few threads for that and I read them. I am just wondering: why do these apps start automatically?
When I look at the list, I see that I rarely use some of these apps. Is this a setting that is defined within the application itself?

View 2 Replies View Related

HTC Desire :: Apps Running Since 2.2 Update / Automatically Starting

Aug 31, 2010

Got a problem since 2.2 thats bugging me and draining battery life, in 2.1 I'd used Advanced Task Killer to kill all Apps I did'nt want which was fine, more often than not it was just Apps i'd manually started that popped up for killing. Now I find in 2.2 that theres Apps that start running without me even opening them and sometimes its 7-8 Apps at once which cant be good for battery life (and I've noticed a drop in that). Anyone else finding this? Anyway to stop apps Automatically starting once I connect to the Internet for example? as alot of them pop up after I do that, but other times the phones on idle and I select ATK and theres some appeared on it, last thing I want to do is check ATK every 10mines just to save battery.

View 7 Replies View Related

General :: Phone Deleting Media Files Unwanted And Automatically

Aug 3, 2013

I wanted to show a picture to a friend of mine. Opened my gallery > ehm, what is going on here? > there were no photos images anymore.

First I thought that the gallery app got some problemes, rebooted my phone, still the same. Looked up the folders with Solid Explorer, well ... all files got definitely deleted.

I searched for this here on xda and google. Well, all I found out was that it could be ROM related, or that it could have something to do with RomManager (haven't installed it though). The curious thing is that the *.jpg and *.mp4 files got deleted from all folders and subfolders, not only from DCIM and even from the sd card.I'm not here for any recovery attempts, have done this already

Well this is not all. I've got some *.avi files on my phone (internal and external storage). Theses files were deleted too. BUT not at the same day as the other media files (*.jpg and *.mp4).

So this is the pre story. Now I wanted to know what can I do to discover what is causing this problem, because what's next? Is my phone deleting all my files in a few days?For me it seems like a script that is searching the whole device for media files and deleting them. (malicious?)My thoughts were:to smali all applications and try to find out if a app is causing this to analyze logcats.Well, These options seems to be very long-lasting,

I haven't isntalled any apps or updates the last two weeks so I think there are no problems with apps and therefore will not list them. phone is deleting media files two days ago it deleted *jpg and *.mp4 files from internal and external storage and from all folders (not only DCIM) today it deleted *.avi files from internal and external storage could it be a malicious script that is crawling my phone for those files?

View 1 Replies View Related

Android :: Starting And Stopping Services

Aug 14, 2010

I have a service running (Socket), this is how i start the service.

CODE:.......

But this doesn't seem to stop my service? Am i missing something? I need to destroy my service as soon as the home button is clicked.

View 1 Replies View Related

Android :: RotateAnimation - Stopping And Starting Again After Every Rotation

Mar 29, 2010

I am rotating a view using rotateAnimation with this code new RotateAnimation(0, 360, w / 2, h / 2); I want to rotate this view infinitely, so i put setRepeatCount(RotateAnimation.INFINITE);

But the problem is after every one complete rotation, its stopping and starting again, means by default rotateAnimation have AccelerateDecelerateInterpolator(). I feel because of this. So if i put setInterpolator(null), its throwing null pointer exception. How to solve this.

I want to rotate my view without any lag.

View 4 Replies View Related

Android :: Framework Support For Detecting Starting And Stopping Of Activities

May 13, 2009

To support usability studies on what applications are used, i want to write a service that logs when an activity is started and also when it has finished. This is to understand how the users are using the device:

One straightforward option is to have the applications modify, to write this out. But this is tedious having to modify all applications and will not work esp with third party or built in applications.

Is there any alternatives that makes this simpler and easier?

BTW: Looking at the android framework source ActivityManagerNative seems to be invoking a Binder interface when an Activity is started and finished. Any information on what this service is? Is this something i can tap into?

View 8 Replies View Related

Android :: Stopping And Starting Service Based On Application State

Oct 28, 2010

I have a Service which tracks the location of the user. Currently, the Service boots when the application starts and stops when the application terminates. Unfortunately, if users keep the application in the background, the Service never stops and drains battery.

I would like the Service to stop when my application is not in the foreground. I was hoping the Application class would let me Override onPause and onResume handlers, but it does not have them.

View 1 Replies View Related

Android :: Pausing / Stopping And Starting / Resuming Java TimerTask Continuously?

Jan 20, 2010

I have one simple question regarding Java TimerTask. How do I pause/resume two TimerTask tasks based on a certain condition? For example I have two timers that run between each other. When a certain condition has been met inside the task of first timer, the first timer stops and starts the second timer, and the same thing happens when a certain condition has been met inside the task of second timer.how do I pause timer1 while running timer2 and vice versa while timer2 is running? Performance and timing is my main concern as this needs to be implemented inside another running thread. By the way I am trying to implement these concurrent timers on Android.

View 4 Replies View Related

Android :: Lock Layer Error Intermittently When Stopping And Starting A Opengl SurfaceView

Jul 13, 2009

I'm writing a game using the drawing method from Chris Pruett's opengl spritemethodtest demo. The Activity running my opengl view works fine on initial load, and about half the time after turning off the phone and turning it back on. However, the other half, it locks up. I'll get a "lock_layer timed out (is the CPU pegged?)" warning that keeps repeating. I tried running the debugger to find the exact line that the error is occurring on, but the strange thing is that this error won't occur if I'm running the debugger on my G1. It only happens under normal operating conditions. Any help would be appreciated, as this bug really has me stumped.

Here are my onPause and onResume activity methods:

CODE:.............

Here's a stack trace, running from the initial onCreate call to the lockup (I added some extra Log warnings to illustrate when different lifecycle methods are being called):

CODE:..................

View 2 Replies View Related

General :: Stopping Permissions Of Certain Apps

Feb 25, 2013

Stopping certain apps from using certain permissions. Eg. GPS coming on sporadically with apps that don't need it.

View 2 Replies View Related

General :: Unwanted App Appearing In Apps?

Jan 3, 2012

A random app just appeared in My Apps in the Android Market app.

There is no uninstall button, nor can I find it in /system/app or /data/app. It does not appear in Titanium Backup either.

It is called karoges, by cloudnine.

I am worried if this is some kind of malware.

Running 2.3.6 Gingerbread on Samsung Galaxy S 4G. Valhalla Final ROM.

View 4 Replies View Related

General :: Which Apps Add Unwanted Icons To Home Screen

Jan 14, 2013

Starting today I am seeing unwanted icons on mt home screen linking to Google Play. How can I determine which of the apps on my Nexus 7 is adding the unwanted spam so I can remove the app?

View 2 Replies View Related

General :: Remove Unwanted Apps Preinstalled On Phone?

Jul 11, 2012

U mainly wanted to root to remove the unwanted apps preinstalled on my phone because I was tired of running out of space. I rooted successfully via Odin. downloaded root installer and removed the unwanted apps. Then I started playing around with other apps. But now when I try to use any of them I get "app was denied super user permission" and telling me I need to be rooted. I tried factory reset but that didn't work. In fact, I now can't even use app uninstaller to remove those apps.

View 16 Replies View Related

Android :: Turn Off Adb Automatically Starting When Eclipse Is Open?

Feb 9, 2010

I am using Eclipse to develop both C and Java. I have an Android phone, and when I connect it to my PC, Eclipse (?) automatically starts adb, even though all the Android projects are closed. Is there a way to prevent this happening?I want to tether my phone using pda-net to my PC, to use as a modem. pda-net cannot connect if another adb process is running.

View 1 Replies View Related

General :: Preventing Apps From Auto Starting

Sep 19, 2011

I use the app called "System" and it lists about a dozen apps that are stored in my cache or that are using memory when I have not innitiaited the service or app...

I'm most familiar with computers so I'll relate it to that; is there some type of command line that I can use to stop some of these apps from auto start and being stored. For instance on windows you can 'msconfig' what programs are allowed to start on boot up.

Here is a list of apps that I want to stop: AccuWeather.com, Android Booster, Google Voice, HeyTell, Amazon's Appstore, Market, Music, etc.

Most are cached/ inactive but none the less in my task manager when freeing up memory when I notice things to be lagging I'd imagine these to be guilty. Android Booster always lists these as killed apps as well when optimizing...

Im familiar somewhat with how android works being that it often fills a large portion of your memory with what it wants to and frees space as it is needed but these apps for me are rarely used...

Im big on battery life being Im in and out of Sales accounts and rely on my phone heavily so I dont want these things running in the background sucking up resources. Not to mention I like a snappy phone...

Also, I know their are app freezers and applications you can program to kill apps at a set interval but again I would like the least amount of garbage running as I can .....

SCH-I510

View 7 Replies View Related

Android :: Unwanted Apps Restarting

Sep 27, 2010

Several apps on my epic are always on. After I end them using atk if I wait say 10 minutes they start again. Not all are bloatware some are apps I use from time to time but I don't want them to run all the time.

View 1 Replies View Related

Android : How To Remove Unwanted Apps?

Nov 14, 2009

can you uninstall road sync from te pulse? i have dropped it in the bin but does not remove it there are some other apps that wont uninstall is there any way to remove unwanted apps?

View 3 Replies View Related

Android : How To Remove Unwanted Apps?

Aug 14, 2009

I have a HTC Hero and new to all this android stuff! i have this program i can see in the application managment bit called AddProgramActivity i think its responsibly for putting annoying little ads at the bottom of the screen when certain apps run. I also have an app called IM. If i go into the manage application bit and expand each app there is no option to uninstall or remove! how to i get rid of them?

View 11 Replies View Related

General :: Any Way To Automatically Delete Apps?

Dec 25, 2013

I have a psychotic need to delete unused apps on my phone (voice dialer, face unlock etc.).

I frequently update to the latest nightlies when I am on a specific rom. However every time I do so the rom will reinstall system apps that I delete because they are useless. To delete system apps I have to use an app which is annoying.

Is there anyway to blacklist apps to automatically uninstall them when I update my nightlies?

View 2 Replies View Related

Sprint HTC Hero :: Stopping Apps From Running In Background

Nov 19, 2009

I have checked for related threads to see if this was formerly addressed. It's been discussed generally, but neither specifically to the CDMA HTC Hero or the procedure I'm going to summarize below:

If you press:

Home --> and hold it for a couple of seconds

You get pictures (icons) of the last six apps you've run.

I was in the Sprint store today and the rep who also uses the HTC Hero told me there's an App that stops them, which can be downloaded at the Android Market.

It's called " Kill-Something? "

It's an App we can download that will force these off and perhaps save battery power, or at least stop them from running in the background.

Questions

1) Anyone know the name of this App?

2) Is it useful? Have you had any experiences with it either positive or negative?

3) Any other tips (in layman terms please) on stopping Apps from running in the background on Sprint HTC Hero?

View 17 Replies View Related

Motorola Droid : How To Remove Certain / Stopping Apps From Loading?

Apr 7, 2010

I just tried this, Optimize Phone Performance (Launcher Tips) - CyanogenMod Forum - Page 2 And I renamed the Launcher and CorpCal...can I also do it to other system services...such as Messaging since I use Handcent?

View 13 Replies View Related

Android :: Way To Completely Remove Unwanted Apps?

Jan 30, 2010

How do I completely remove rather than rename unwanted apps? Specifically, what commands have to be entered into the shell? And where can I find a listing of the apps in rom? I am rooted and have some knowledge of adb and the android sdk. here are just a number of the apps I never will use, so I would prefer to free up memory.

View 1 Replies View Related

HTC Eris :: Remove Unwanted Apps With Rooted 2.1

Mar 16, 2010

I am looking for a bit of info and/or a tut on how to remove apps with the rooted 2.1 for the Eris ( BTW thanks to all the dev's for their hard work). I have installed the rooted 2.1 with out a hitch. I have been looking around to find out how to uninstall a few of the apps (amazon, stocks, tweet) and found people that say to use SDK's ADB or terminal. I understand what the terminal is and the SDK that google offers is but not the ADB. I also understand that there is a chance to brick by removing the wrong things. So I don't want to just make a careless mistake.

View 49 Replies View Related

Android :: Deleting Unwanted Apps From Phone

Mar 20, 2010

Two apps have shown up on my main screen. I didn't add them, and I cannot delete them or move them to where all the apps are.They are "CNN", and "Amazon MP3". How do I get rid of them?

View 6 Replies View Related

Samsung Behold 2 : Way To Delete Unwanted Apps?

Apr 30, 2010

Is there a way to delete unwanted apps on a stock phone? I got an update last week and it came with some stupid trial games that I don't want. When I go into app management to remove it, there is no unistall option. I hate how we are forced to keep some apps.

View 3 Replies View Related

Android :: App To Block Unwanted Callers AND Unwanted SMS

Apr 4, 2010

New to Android. I always used a app called Magicall on my WM device. I want to be able to block specific contacts, unknown number or anonymous numbers and also specific contacts for SMS. I can see I have the option to send a contact direct to voicemail but don't have the same facility for unknown/anonymous callers and nothing to block SMS. Any recommendations for an app that works with 2.1? (I'm using a HTC Desire)

View 6 Replies View Related

Android : How To Delete / Hide Unwanted Native Apps?

Nov 12, 2009

This is my first experience with Android. Is there a way to delete or at least hide the icon for unwanted or unneeded applications such as corporate calendar?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved