[Q] Amazon App Store keeps resurrecting itself. How to kill it? - Motorola Photon 4G

Hi,
I installed Amazon App Store app to get one of the free app of the days. But now, it keeps running in the background. Probably collecting info.
I added the app to the Auto-End list (where it SHOULD kill the app after 2 minutes of screen off). The Amazon app seems to start when phone boots up. It also someone resurrects itself. I've made sure to not use it, and at some point during the day I checked running tasks and there it is.
If I kill it manually, it eventually shows up again some time during the day.
There are other apps that turn on by themselves on startup, but don't resurrect themselves. On windows, it's easy to manage auto-startup services. It's in the administrative tool. Is there the equivalent of this on Android?

Amazon is annoying like that; it does the same thing with me. Its really not hurting your battery or phone but just looking at it can be annoying so i understand. If it really bothers you that much get "titanium backup" from the market and freeze it when you aren't using it. Also your phone is smart enough to close apps/end processes on its own, moto just put the task killer there as it really serves no purpose. Also auto killing apps isnt smart; your phone probably uses more battery when it has to open up a new process everytime you open an app since you autokill and dont let it manage process/apps on its own. Android likes to let apps that aren't being used rest in memory in the background...id suggest you stop auto killing apps and do some research for yourself on how the android linux kernel works.

Thanks.
I did read into Android developer's way of thinking about how apps on a smart phone should behave, and their philosophy regarding memory management.
However, this philosophy opens up the possibility for abuse by app developers (Amazon). Programs that I use maybe once a month really don't need to be running (especially on startup), regardless of how little memory they use up, or how awesome Android's memory management scheme is.
I don't intend on micromanaging every process. Just those that are obvious wastes.

coachclass said:
Thanks.
I did read into Android developer's way of thinking about how apps on a smart phone should behave, and their philosophy regarding memory management.
However, this philosophy opens up the possibility for abuse by app developers (Amazon). Programs that I use maybe once a month really don't need to be running (especially on startup), regardless of how little memory they use up, or how awesome Android's memory management scheme is.
I don't intend on micromanaging every process. Just those that are obvious wastes.
Click to expand...
Click to collapse
I agree with you. Try out bloatware freezer or other apps in the market that blk apps from starting up when the phone turns on. Android definitely needs to get small issues like this fixed in future builds for sure.

Related

[Q] killing apps?

Hello all,
I am very new to android, this GT 10.1 being my first android device. I have been unable to figure out how to kill a process and or close apps. I have tried "advanced task killer" & "watchdog" apps, as well as going settings>Applications>force stop on said apps; no luck, running apps still show on the navigation button.
I have searched the GT 10.1 forum with no luck, has anyone had this issue and or have a fix?
There was a lot of talk about task killers on Android phones over the last couple years... As I recall, since Android 2.2, Android terminates apps when needed. I would not recommend a task killer... They can cause system instability when shutting down apps. As best I know, it is the same on the Android 3.x series as well.
Bukem is correct -- as a rule, you don't want to force close an application or service unless it is actually misbehaving. Android doesn't work like Windows. Android is much more efficient about managing background tasks, and there's usually no noticeable performance hit even from extensive multitasking.
Plus, you don't know what every applicable or service is actually doing or whether its needed. By way of example, when the EVO came out a few self-proclaimed experts advised that you could task-kill the Google Talk service to make the phone faster. Turns out, the Google Talk service was used as the universal Google sign-in, so killing it also killed your push Gmail and all other Google services.
Agreed. Task killers haven't been needed for Android since 2.2. Google should save everyone the confusion now and just purge them from the market, in my opinion.
Quote from a well-known dev, cvpcs:
…What people don’t seem to realize is that android is designed to have a large number of tasks stored in memory at all times. Why? Well basically we are talking about a mobile device. On a mobile device things tend to be slower. The hardware isn’t as robust as say a desktop or a laptop, so in order to get that same “snappy” feeling, there have to be workarounds.
One of these is how android deals with memory. Android will load up your apps and then keep them running until they absolutely HAVE to kill them. This is because that way, if you want to re-open an app, the system already has it loaded and can then just resume it instead of reloading it. This provides a significant performance increase.
What a lot of people don’t realize as well is that android kernels have their own task manager. This means that:
it will be more efficient than any app-based task manager as it is run at the kernel level, and
it should be left up to that task killer to decide when to free up memory
There is only one case where having a task killer is a good idea, and that is when you want to kill ONE SPECIFIC APP. Killing all apps is never a good idea. You don’t know what operations they are performing or if they are necessary.
Click to expand...
Click to collapse
Whitson Gordon of Lifehacker:
This set-up implies that the goal of killing these apps is to free up memory. Nowhere on the list does it mention the number of CPU cycles each app is consuming, only the memory you’ll free by killing it. As we’ve learned, full memory is not a bad thing—we want to watch out for the CPU, the resource that actually slows down your phone and drains your battery life.
Thus, killing all but the essential apps (or telling Android to kill apps more aggressively with the “autokill” feature) is generally unnecessary. Furthermore, it’s actually possible that this will worsen your phone’s performance and battery life. Whether you’re manually killing apps all the time or telling the task killer to aggressively remove apps from your memory, you’re actually using CPU cycles when you otherwise wouldn’t—killing apps that aren’t doing anything in the first place.
In fact, some of the processes related to those apps will actually start right back up, further draining your CPU. If they don’t, killing those processes can cause other sorts of problems—alarms don’t go off, you don’t receive text messages, or other related apps may force close without warning. All in all, you’re usually better off letting your phone work as intended—especially if you’re more of a casual user. In these instances, a task killer causes more problems than it solves.
Click to expand...
Click to collapse
And from a site called NextApp:
Android was designed from the ground up as an operating system (OS) for mobile devices. Its built-in application and memory-management systems were engineered with battery life as one of the most critical concerns.
The Android OS does not work like a desktop operating system. On a desktop OS, like Windows, Mac OS X, or Ubuntu Linux, the user is responsible for closing programs in order to keep a reasonable amount of memory available. On Android, this is not the case. The OS itself automatically removes programs from memory as memory is needed. The OS may also preload applications into memory which it thinks might soon be needed.
Having lots of available empty memory is not a good thing. It takes the same amount of power to hold “nothing” in memory as it does to hold actual data. So, like every other operating system in use today, Android does its best to keep as much important/likely-to-be-used information in memory as possible.
As such, using the task manager feature of SystemPanel to constantly clear memory by killing all apps is strongly NOT RECOMMENDED. This also applies to any other task killer / management program. Generally speaking, you should only “End” applications if you see one which is not working correctly. The “End All” feature can be used if your phone/device is performing poorly and you are uncertain of the cause.
Click to expand...
Click to collapse
All those quotes were aggregated for this article, if you want to read more: http://www.droid-life.com/2011/06/02/revisiting-android-task-killers-and-why-you-dont-need-one/
So TL;DR, this:
Droid Life said:
Basically, Android keeps tasks handy because it thinks you’ll want to perform them again in a very short amount of time. If you don’t, it will clear them out for you. It also likes to keep as many things handy as possible so that the overall performance of your device is top notch. If Android were to completely kill off everything that your phone is doing, then it would require more resources to restart all of them and you would likely run into slowness and battery drains. By keeping certain things available to you, your phone is actually running better than it would without. So please, stop killing off tasks and let Android do the work for you.
Click to expand...
Click to collapse
Although they are not necessary in every day use, I still recommend having one just in case. Every once in a while, something will go wrong. I guess you could just reboot so it's not a big deal either way. So anyway.. I have advanced task killer but I probably only use it about once a month.
On Linux I am not a hostage of the operating system...
On Android it seems it wants me to be 'cos it knows better.
For example: I use Skype maybe once a week. BUT android assumes that I will use it again and 3 minutes, and keeps it around hoping that I do. I know I won't so I want to kill it (like I did 2.1) so the machine will be more responsive - instead of for CPU to do massive cleanup before I start a new app.
The terrible system instability, the immediate phone damage - this is spreading FUD. Nothing terrible will happen.
Grrr...
viulian said:
o be 'cos it knows better.
For example: I use Skype maybe once a week. BUT android assumes that I will use it again and 3 minutes, and keeps it around hoping that I do. I know I won't so I want to kill it (like I did 2.1) so the machine will be more responsive - instead of for CPU to do massive cleanup before I start a new app.
The terrible system instability, the immediate phone damage - this is spreading FUD. Nothing terrible will happen.
Grrr...
Click to expand...
Click to collapse
You see this is EXACTLY what the anti-taskkiller people dont understand. They think apps get closed and memory gets reorganized like MAGIC instantly. They dont understand that it takes CPU power to do this which is why you see slight lag when your memory gets low. This lag is from the system reallocating memory and this has been proven via acatlogs.

Preventing apps from auto starting

hi all, im an owner of a sam.charge. 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...
If anyone could educate me on this topic Id really appreciate it... I may be mistaken on a few things so call me out on it, since im sure I am... 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
Sent from my SCH-I510 using Tapatalk
Some of the basic services are must to be initiated/running all the time such as launcher, keyboard, google voice, market, etc.. so as to run your phone smoothly . This is the default setting of android os. And anyway why do you want to close/stop the services case restarting services uses more battery than kepping them running on the memory ....
mlm2588 said:
hi all, im an owner of a sam.charge. 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...
If anyone could educate me on this topic Id really appreciate it... I may be mistaken on a few things so call me out on it, since im sure I am... 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
Sent from my SCH-I510 using Tapatalk
Click to expand...
Click to collapse
If you find apps that you don't use, you can use a program to freeze them. Just search for freeze in the market. I personally use a free app called System Tuner. Freezing prevent them from starting up and therefore you cannot use them, but later on you can un-freeze them if you need to.
Optimize toolbox
I use this one, had a bunch of other features.https://market.android.com/details?id=cn.opda.a.phonoalbumshoushou&feature=search_result
Thanks all for the feedback...
To reply to the first response; I have read that about battery life. That, the more you kill apps and reopen them that it takes longer for the app to start up and thus sucking up battery life... I probably should not have mentioned battery life in my post being that I have a car charger and that it contradicts what im trying to accomplish (going over my post, it was stupid of me given what you just mentioned). Also, I'm not so much concerned with market apps or google voice as I am about the apps I installed myself. Those ones are the ones that bother me.
To the other posts thanks for the recommendations I will like into those options. I'm just trying to prevent extra apps from running in the background so freezing them is a last resort.
I'm looking for something that I can type in terminal possibly on program into the OS or app itself to keep it from auto starting... possibly a command line?!
Any developers input? Can this even be done. I'm still very much a beginner but its not beyond my comprehension to do something like this... I know its different but I play around with linux, web design, c++ stuff so if you post directions I can follow smoothly our atleast figure it out if you point me in the right direction
Sent from my SCH-I510 using Tapatalk
It's not exactly what your asking for but have you tried Gemini App Manager:
https://market.android.com/details?id=com.seasmind.android.gmappmgr
You can use it to disable/re-enable an app's autorun settings. When you first open it it will list all user apps currently in memory. Clicking menu then expert mode will give you a list of all apps. Long press an app then click configure autorun.
Just be careful with changing the autorun settings of system apps like market.
"preventing apps from autostarting"
I like this topic a lot!
I think the question(s) and "assumptions" the OP holds are all valid. So I'd really like to hear the answer to the actual question, not a spew of why the question isn't valid.
How do you stop apps from starting up on their own? (like microsofts msconfig)
Pretty simple question and I cannot find the answer! I've been in software for many year and I'm rather stunned by the responses people are giving - which basically say "who cares, android O/S handles it for you".
Well, lets face it:
*If* the user didn't call for the app, and had no desire to use it, then the "system" loading it even ONCE, is one too many.
*If* the app is a DESIRED app, (OR device required), *BUT* uses data - then if the user didn't want to use it; "yet" - then thats DATA & BATTERY life --> **WASTED**
If the user suspects the APP is misbehaving; one sure fire way would be to SEE it running, when they didn't ask it to!
If you are pure paranoid, or simply want extreme app control....
The kinds of answers people are giving is truly along the the lines of "we dont know, but you're silly for caring"
SOYLENT GREEN!!!!!!!!!!!!!!!!!!!
:cyclops:
jr67 said:
It's not exactly what your asking for but have you tried Gemini App Manager:
https://market.android.com/details?id=com.seasmind.android.gmappmgr
You can use it to disable/re-enable an app's autorun settings. When you first open it it will list all user apps currently in memory. Clicking menu then expert mode will give you a list of all apps. Long press an app then click configure autorun.
Just be careful with changing the autorun settings of system apps like market.
Click to expand...
Click to collapse
I'm going to test this out too! And I'll post success if it does well!!!

[Q] Go Launcher App Drawer

So I've noticed that even after using the "close all programs" option in the "running" portion of the app drawer, apps start popping up there even if i haven't used them. The nook contacts for instance, i never use, yet it still shows up in "running." It seems to be using storage space, and i certainly don't want those extra apps draining the battery. Has anyone else encountered this?
ETA: So i was mistaking memory for storage, my bad, but i still don' t want apps running on the RAM when i don't want them to. The ones that seem to always pop up are nook contacts, nook shop, pandora, amazon app store, and pulse. Why are these apps initializing? Is it an update/being connected to the internet thing?
I take it this is your first Android device. Check the link to see how memory is managed in Android.
http://mobworld.wordpress.com/2010/07/05/memory-management-in-android/
Yep, first android device, thank you so much, couldnt find anything by searching the forum.
I'm still not 100% sure why apps i'm not using would show up like that, the impression i got from that article was that android has unusual priorities in killing apps in use, why are apps i never use showing up?
Some apps are programmed to stay partially resident in memory because they are used by other apps. Contacts would be used by Email, etc.
Just because it says they're running, though, does not mean that they will affect how your tablet runs at all.
In a nutshell, taskkillers are ineffective and unnecessary in Android. A lot of us come from a Windows-mindset that says "kill tasks to free up memory!" but this does nothing for Android. (The exceptions seem to be rogue processes).
All I know is I was driving myself nuts when I first got my Android phone using task killers, and worrying about apps I'd 'killed' popping right back up again. I was actually slowing down the system, not speeding it up. When I finally read about it, and then got rid of the task killer stuff, my performance actually improved. My limited understanding of this, is that a killed app will actually expend more memory opening itself back up again to run idle, than if you just leave it running idle.
Thank you zaptoons, that makes sense. I hadnt really noticed much ofa difference with the apps killed or not, so very helpful info. Still getting used to my tab, think rooting may be in my future.

Have a question about task killer?

I have kinda nooby question... i am using a phone with stock gingerbread and i am using an advanced task killer. I know a lot of people say that I shouldn't do it, but it just makes my phone a lot faster and smoother. As a noob, i have one question: is task killer really harmful to my phone and is it better for me to not use it? If you say yes, please provide me some specific reason why. Thank you ask much guys!
Sent from my Nexus S using XDA App
its not that bad... but u should not kill background services!
keep settings on safe... don't use aggressive mode
applications u know u use often for example- browser or music player... u can add to excluded section... currently im using ZDBox and it works perfect... it also has additional features that you will need... hope this helps
I only use the ATK to kill an app that's not responding well.
For example, when I was using CM7, sometimes my Google Reader app would hang and display a loading symbol for a long time instead of displaying my articles, and the arrow that shows transmission over the network wasn't displaying so I knew it wasn't waiting on data, I would use ATK to kill ONLY Google Reader. Then I could go back into the app and it would load very quickly.
But since I switched to an ICS ROM, I haven't had that same issue and haven't had a need for ATK.
Also, do note that it does take processing power, and therefore battery power, when your phone decides to restart any of those apps you are killing, and it will restart apps.
For a great explanatory article, see here:
http://androidandme.com/2011/11/app...lers-still-dont-give-you-better-battery-life/
and also the links in the phrase "(see here, and here, and here)".
So in short, they are not exactly "harmful" but they don't provide any real benefit if you "kill everything, every time."
It is a common myth that more RAM = better performance, and this is a result of the market being dominated by Microsoft for so long. Android does not equal a desktop OS. Free RAM literally does nothing. In fact, it is wasteful to have bunch of free RAM. Android manages RAM very effectively and aggressively works to ensure that you have sufficient resources to do whatever it is you want to do. If you notice an increase in performance with a task killer, it is because you have a misbehaving app. Watchdog is the only task manager I would recommend, all it does is watch for apps that are using an abnormal amount of resources and alerts you. Part of the Android experience is the emulated multi-tasking, or having several apps saved to memory simultaneously to facilitate ease of switching between them. An app in the background will not affect the performance of your device, it is not using any resources. Aside from that, if you end a task, it will usually just start right up again, using more resources, because that is how Android is designed to work.
So, I would say finding the misbehaving app is a much better option than a task killer. They were important in eclair, maybe even FroYo. But anything above that they are unnecessary.
i dont really believe in android"s app managmentbut task killers make it only worst IMHO
I have to agree with member devator22.
Android is not Windows. Android is basically Linux and Linux is using a different memory management than Windows does. (Although Windows has got a lot of improvements during the last years)
RAM which isn't used, is wasted! That's a fact.
So, if you run a specific application, some of its data my be cached. Linux is reporting this as "buffered" (you can see the amount by running the 'top' command)
There might be a more or less big chance to hit this cache. If so, the data is loaded much faster ( definetly > 10 ) than if it had to be requested from the file system.
By killing your application by a task manger you are releasing this buffered resources (actually you are forcing the OS to release it). In the worst case you are wasting your advantage of loading already cached data from the RAM. In the best case you are gaining nothing because your device has to load it from the file system anyway.
(sorry for my english )
Get watchdog!
/end
*just because nobody understands you, doesn't make you an artist..
Thank you so much for these replies! I really appreciate it! I decided to keep my task killer but not use it aggressively. I probably will use it to end apps that i really find it pointless. And also to the people who said android dies it's own task managing, you're right but wrong at the same time. When i didn't use my task killer, android did killed some apps in in order to launch more apps, but it left only like 10mb of 300mb, which i found little odd and also it mainly killed launchers which was very annoying.
Sent from my Nexus S using XDA App
Task killer will speed up your phone if you know what you're doing. Only kill tasks that you are familiar with...e.g. apps that you know you have launched and won't be using anymore. Those apps running in the background can slow down your device.
If I'm on ICS, its better to use the bult-in task killer, or download one from the market?
Guys, he's not saying he does it for the memory. He says the phone's smoother. I don't know whether this is true, but if there are background tasks performing operations that he doesn't want them to do, it's *absolutely appropriate* to kill them.
The flip side of that is that the applications will eventually be automatically started again, and that startup takes extra CPU time. As long as the process startup and process killing happens when the screen is off, I would think this could improve the responsiveness.
But I think on most people's phones, the background processes really don't use a lot of CPU...
I know by default even Gbs memory management isn't the best. The app priorities are a bit weird aand the launcher gets killed to easily. Running the v6 supercharger scripts and making the launcher hard to kill and fixing the priorities and changing the oom settings makes any from wicked fast
Sent from my PG86100 using xda premium
I am not rooted, so I can't do anything that involves rooting.
Sent from my Nexus S using XDA App
Instead of killing an app over and over again install something like Gemini App Manager and disable the app's autostart permissions. For example, dropbox and dropbox sync are set to automatically start at boot or when there's a connectivity change. I understand why they're set to do that but for my purposes I only needed them to start when I actually used them.
Having said that, I no longer use Gemini and have never used an automatic task killer. I think android (ICS) does a good enough job managing it's memory that I don't need to be anal about micromanaging it myself. I think it also helps that I'm not an appaholic. I'm very picky about what I install and will only keep an app installed if I regularly use it.
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Moving to Q&A
Jinx Lumos Joke said:
If I'm on ICS, its better to use the bult-in task killer, or download one from the market?
Click to expand...
Click to collapse
Built-In is much better
im on ics on my captivate and it runs beyond smooth
like stated before having free RAM with not do anything
android has a good way of muti tasking

Stop apps from auto running?

How can I do this? I noticed yesterday that my scramble with friends app with only 2 games, was taking up 135Mb RAM. I'm sure there's another issue behind there, but this got me noticing other apps that don't need to always be open and running, but for some reason are. How can I stop these apps from auto launching and running in the background?
cgibsong002 said:
How can I do this? I noticed yesterday that my scramble with friends app with only 2 games, was taking up 135Mb RAM. I'm sure there's another issue behind there, but this got me noticing other apps that don't need to always be open and running, but for some reason are. How can I stop these apps from auto launching and running in the background?
Click to expand...
Click to collapse
Just because something is loaded doesnt mean its actually running. Android takes programs that are often used and load them into RAM so that they are ready and waiting when you want to run them. They are then dropped out of memory when that memory is needed for something else. Read up on memory management to get a better idea. If you want to kill it anyways, you can probably just use Titanium to freeze it, but this requires root.
Thanks for the response. I'm rooted and also running RAM manager. It seems that certain programs are taking up my RAM that don't need to be. Another example, words with friends, was in my RAM usage after reboot, and I've never even used this game before. Games like scramble with friends I'd imagine always need to be running or in active RAM since that game has notifications and built in messaging. But I don't need to constantly have that app checking for new data. I tried setting the in app settings to check every few hours rather than 5 minutes, but it was still shown as taking 130MB of RAM usage (though the number is normal now after reboot).
So, it sounds like there is no way.. or what you're saying is more of, no need? I just don't want a bunch of little used apps taking up my active memory.
cgibsong002 said:
Thanks for the response. I'm rooted and also running RAM manager. It seems that certain programs are taking up my RAM that don't need to be. Another example, words with friends, was in my RAM usage after reboot, and I've never even used this game before. Games like scramble with friends I'd imagine always need to be running or in active RAM since that game has notifications and built in messaging. But I don't need to constantly have that app checking for new data. I tried setting the in app settings to check every few hours rather than 5 minutes, but it was still shown as taking 130MB of RAM usage (though the number is normal now after reboot).
So, it sounds like there is no way.. or what you're saying is more of, no need? I just don't want a bunch of little used apps taking up my active memory.
Click to expand...
Click to collapse
No real need. Android sees that you use this app a good bit so it preloads it, and it's sitting there in unused RAM untill it's either called upon to run or untill another process needs that RAM that its using.The application is not running and that RAM would otherwise be sitting unused, so there's no need to get rid of it unless it happened to be a suspicious application. This process is what gets alot of folks all wound up about never having enough RAM because they think that almost all of their RAM is being used for running processes when in reality this isn't really true, kinda half true.
Download Autostarts from the Market, it will let you prevent apps from starting automatically.
And what Chief Geek said is true, he's missing a big part of the picture, and I see statements like his all the time. Yes Android does a good job of loading things in and out of memory as needed. However, if there is crap you don't care about coming in and out of memory all the time, then that means Android is going to dump stuff out of memory that you DO care about (browser, games, etc.) So if you have a bunch of extra crap running, that means if you pause a game, check and email, and come back, Android may have released it from memory and you have to wait for it to reload. If you cut back on the things that are constantly running, it will keep more of your apps that you care about in memory longer, meaning when you go back to that game they will be there right away.
The more stuff you can prevent from running the better. I use Titanium Backup to freeze stuff I will never use. I use autostarts to prevent certain apps from running at startup that I don't want to - Maps, Facebook, etc. Doing this gives me tons of extra free RAM which translates to more useful multitasking.
EvoXOhio said:
And what Chief Geek said is true, he's missing a big part of the picture, and I see statements like his all the time.
Click to expand...
Click to collapse
I understand where your coming from, as this is a very common argument, but what you didn't mention is your method favors empty/available RAM for multitasking while sacrificing fast launches leading to some folks experiencing a laggy system. I completely agree with freezing the junk as the bloat always seems to have pointless priority, but I feel as once these steps are taken that android does a perfectly fine job of managing RAM. Very rarely do I have to wait for applications to reopen as I'm jumping back and forth between them and never have trouble multitasking. I'm not going to be curt and say your theory is wrong, I'll leave it as just another way of running your device as it certainley has it's merits, but I don't agree that it's for the average user who is more likey to be jumping from one app to another and not back and forth between the same ones needing all the data to be exactly where they left it.
Chief Geek said:
I understand where your coming from, as this is a very common argument, but what you didn't mention is your method favors empty/available RAM for multitasking while sacrificing fast launches leading to some folks experiencing a laggy system. I completely agree with freezing the junk as the bloat always seems to have pointless priority, but I feel as once these steps are taken that android does a perfectly fine job of managing RAM. Very rarely do I have to wait for applications to reopen as I'm jumping back and forth between them and never have trouble multitasking. I'm not going to be curt and say your theory is wrong, I'll leave it as just another way of running your device as it certainley has it's merits, but I don't agree that it's for the average user who is more likey to be jumping from one app to another and not back and forth between the same ones needing all the data to be exactly where they left it.
Click to expand...
Click to collapse
You're misunderstanding what I am saying. I am suggesting to prevent apps you don't care about from getting loaded into memory automatically at startup. By doing that, it means more free memory for the system, which means better multitasking.
My method doesn't sacrifice fast launches at all. If anything, by having more free memory, it means more applications will remain in memory, which equals better multitasking and faster relaunches. Initial launches will be the same either way.
I am NOT suggesting to prevent apps you care about from autostarting - just the crap that you never use nor care about. Maybe that's where you misunderstood me.
EvoXOhio said:
You're misunderstanding what I am saying. I am suggesting to prevent apps you don't care about from getting loaded into memory automatically at startup. By doing that, it means more free memory for the system, which means better multitasking.
My method doesn't sacrifice fast launches at all. If anything, by having more free memory, it means more applications will remain in memory, which equals better multitasking and faster relaunches. Initial launches will be the same either way.
I am NOT suggesting to prevent apps you care about from autostarting - just the crap that you never use nor care about. Maybe that's where you misunderstood me.
Click to expand...
Click to collapse
I appologize for the misunderstanding, I assumed that since we were discussing an app that he says he does use that you meant to prevent apps such as this all together. Such is an argument that some make in an attempt to maximize the amount of available unused RAM.
Chief Geek said:
I appologize for the misunderstanding, I assumed that since we were discussing an app that he says he does use that you meant to prevent apps such as this all together. Such is an argument that some make in an attempt to maximize the amount of available unused RAM.
Click to expand...
Click to collapse
I was addressing what he said here:
but this got me noticing other apps that don't need to always be open and running, but for some reason are. How can I stop these apps from auto launching and running in the background?
Click to expand...
Click to collapse
But in all honesty, if his app is using 135MB of RAM when doing nothing, it is probably better off being prevented from running in the background entirely. 135MB is less than 1/3 of the free RAM on the system after a fresh boot.
I been using system tuner pro. You can freezes apps stop them from start up. It also has a task manager that you can choose which apps run what you want to kill.you can also exclude apps so if you kill all it will keep the apps you need running like widget locker bln or avast and kill the rest. Also gives you in depth everything on yor phone
Sent from my oversized communication device.
+1 for Autostarts
Sent magically through the air from the mighty Note!
kimocal said:
+1 for Autostarts
Sent magically through the air from the mighty Note!
Click to expand...
Click to collapse
+2 for Autostarts.
The best by far is Gemini app manager... https://play.google.com/store/apps/details?id=com.seasmind.android.gmappmgr
long press on the icon of the app to get a menu with an option to disable start up.
And the nice part it has very granular selection of start up permissions.

Categories

Resources