Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > HTC Droid Eris > Eris - All Things Root

Eris - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old August 25th, 2010, 09:24 PM   #1 (permalink)
Junior Member
 
Join Date: May 2010
Posts: 26
 
Device(s):
Thanks: 3
Thanked 2 Times in 1 Post
Default Autokiller Vs. SetCPU?

I am trying to maximize the battery life of my phone.

I keep coming across an app refered to as AUTOKILLER?

Just what is this app, and what are the benefits?

If I am running SetCPU, do I need to run both? Do I need Advanced Task Killer too?

Help! (FYI, I am running Cyanogen Tazz 1.0, and besided not having the trackball light up, I am loving it. I just want to get optimized battery life)

iamtooproud is offline  
Reply With Quote
Sponsors
Old August 25th, 2010, 09:36 PM   #2 (permalink)
Senior Member
 
Join Date: Jan 2010
Posts: 3,962
 
Device(s): Moto Droid 3 (stock), HTC Droid Eris (rooted with CondemnedSoul CM7)
Thanks: 219
Thanked 903 Times in 751 Posts
Default

Autokiller can tweak the parameters that Android uses to shut down apps running in the background, etc. It can make the phone feel less laggy, as it can keep fewer apps active in the background.

But, here is the FAQ: AndRS Studio
and here is a lot more detail: AndRS Studio
doogald is offline  
Reply With Quote
Old August 25th, 2010, 09:44 PM   #3 (permalink)
not really so scary
 
scary alien's Avatar
 
Join Date: Mar 2010
Location: Indy
Posts: 8,703
 
Device(s): Samsung Galaxy Nexus, Moto Droid X, Moto Xoom, HTC Droid Eris
Thanks: 6,638
Thanked 4,670 Times in 2,590 Posts
Default

Quote:
Originally Posted by iamtooproud View Post
I am trying to maximize the battery life of my phone.

I keep coming across an app refered to as AUTOKILLER?

Just what is this app, and what are the benefits?

If I am running SetCPU, do I need to run both? Do I need Advanced Task Killer too?

Help! (FYI, I am running Cyanogen Tazz 1.0, and besided not having the trackball light up, I am loving it. I just want to get optimized battery life)
iamtooproud,

First, “AutoKiller fine tunes android’s inner memory manager to keep your device fast. Process manager included.” (taken from FAQ: How do I use AutoKiller?) and purportedly works very well, especially if you are low on memory.

This web page also references this thread on XDA: http://forum.xda-developers.com/showpost.php?p=5442369&postcount=1

Also, there is a very interesting thread over at XDA re. tuning Froyo ROMs: All Froyo roms please try this...increase battery life (UPDATE 08/24/2010) - xda-developers that might help with your battery-saving efforts.

Check 'em out.
scary alien is online now  
Reply With Quote
Old August 25th, 2010, 09:51 PM   #4 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 1,633
 
Device(s):
Thanks: 48
Thanked 750 Times in 374 Posts
Default

Android has a unique method of process trimming which is built in. This process trimmer uses a "threshold" system which examines "free memory" (RAM memory, not file storage memory such as system flash). There are a variety of thresholds used to determine when a process should be "reaped" (or killed, if you like); the threshold used depend on the running class of the process (foreground, background, active, idle, et cetera).

The purpose of having a process trimmer is so that your phone won't freeze up if you try to run too many apps at the same time - but also allow apps to sit idle if there is enough free memory.

Under normal circumstances, the parameters which set these various thresholds are set at bootup time in files which are part of the boot image's ramdisk. So, they are essentially read only, as you would have to replace the boot image in order to modify them. On the other hand, they can be injected into the running kernel - and that's what Autokiller is for:

It merely allows a convenient way for a root-privileged app to change those values from the defaults. This allows user - tuning of the built-in Android process harvesting mechanism.

If you set them to a high value, your phone will be be really snappy, but you won't be able to do much multitasking, and you will find things happening such as having your launcher/home application having to start up every time you go back to a home page; but on the other hand, if you set them too low, there will be very little "free memory" available for the kernel to perform file caching activity, and your phone will slow down to a crawl.

To first order, it has nothing to do with battery life.


SetCPU is very useful for preserving battery life - look at other threads for suggestions.


Task killers no longer work correctly in Android 2.2 - the APIs which were present in Cupcake, Donut, and Eclair were removed by Google, and so task killers are very limited in what they can do in Froyo-based ROMs; they barely have a purpose any longer in a 2.2 context. (Other than maybe using them as a task switcher).

If you think your phone runs sluggishly without a Task Killer on Froyo, you can up the Autokiller thresholds a little bit at a time to see if you see an improvement. Note that the built-in Android process reaper is a little bit smarter than "task killers", too. So, if task killers were questionable in 1.5, 1.6, 2.01, and 2.1 - they are entirely unneeded in 2.2 - especially because you can tune the built-in process reaper using Autokiller.


eu1


[ Edit ] Dang. scary alien beat me to the punch - again.
__________________
Please don't send me PMs - post your questions so others may benefit from any answers given.
erisuser1 is offline  
Reply With Quote
The Following User Says Thank You to erisuser1 For This Useful Post:
scary alien (August 25th, 2010)
Old August 25th, 2010, 09:58 PM   #5 (permalink)
not really so scary
 
scary alien's Avatar
 
Join Date: Mar 2010
Location: Indy
Posts: 8,703
 
Device(s): Samsung Galaxy Nexus, Moto Droid X, Moto Xoom, HTC Droid Eris
Thanks: 6,638
Thanked 4,670 Times in 2,590 Posts
Default

Quote:
Originally Posted by erisuser1

[ Edit
Dang. scary alien beat me to the punch - again.
But doogald beat us both!

I usually wait a bit before doing any replies since I know you are "out there" and your responses are so well thought-out and considered that I look forward to and learn something from each of your replies.
scary alien is online now  
Reply With Quote
Old August 25th, 2010, 10:04 PM   #6 (permalink)
Junior Member
 
Join Date: May 2010
Posts: 26
 
Device(s):
Thanks: 3
Thanked 2 Times in 1 Post
Default

Thanks you all.

I was thinking that I was doing something wrong with the ATK, becuase it seemed that everything was always open, I guess that is one app that I can delete.

I have been reading the XDA thread, but it gets so confusing. Most of the responses there, the people tend to be on KAOS v30, and I don't fully understand the SetCPU settings.... But, I will keep reading.

Thanks for the input you three.
iamtooproud is offline  
Reply With Quote
Old August 26th, 2010, 01:29 AM   #7 (permalink)
Member
 
Join Date: Dec 2009
Posts: 308
 
Device(s): Droid Charge
Thanks: 32
Thanked 25 Times in 22 Posts
Default

Quote:
Originally Posted by iamtooproud View Post
Thanks you all.

I was thinking that I was doing something wrong with the ATK, becuase it seemed that everything was always open, I guess that is one app that I can delete.

I have been reading the XDA thread, but it gets so confusing. Most of the responses there, the people tend to be on KAOS v30, and I don't fully understand the SetCPU settings.... But, I will keep reading.

Thanks for the input you three.
most of the settings for KaosFroyo can be used on all the froyo roms, the Froyo roms at this point are pretty closely related as they are all using CM6 as a base
rvpartsguy is offline  
Reply With Quote
Old August 26th, 2010, 07:49 AM   #8 (permalink)
Member
 
tproctor's Avatar
 
Join Date: Feb 2010
Location: Pampa, Tx
Posts: 178
 
Device(s): HTC Eris w/Condemned v21; HTC Rezound
Thanks: 18
Thanked 28 Times in 21 Posts
Default

Will Autokiller work with the non-custom rom root?
tproctor is offline  
Reply With Quote
Old August 26th, 2010, 07:52 AM   #9 (permalink)
Junior Member
 
Join Date: Jan 2010
Location: Indiana
Posts: 69
 
Device(s): Droid Eris
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Autokiller requires root access
ExcessiveIdling is offline  
Reply With Quote
Old August 26th, 2010, 08:03 AM   #10 (permalink)
Member
 
tproctor's Avatar
 
Join Date: Feb 2010
Location: Pampa, Tx
Posts: 178
 
Device(s): HTC Eris w/Condemned v21; HTC Rezound
Thanks: 18
Thanked 28 Times in 21 Posts
Default

I have root access, just wasn't sure if it worked without having a custom rom loaded. I'm fixing to find out though as soon as my phone reboots.
tproctor is offline  
Reply With Quote
Sponsors
Old August 26th, 2010, 08:42 AM   #11 (permalink)
Member
 
Hypo Luxa's Avatar
 
Join Date: May 2010
Location: Earth
Posts: 405
 
Device(s): Moto Razr
Thanks: 14
Thanked 28 Times in 25 Posts
Default

I actually run AutoKiller on xtrrom 4.0.6.1 and have it set to Strict. Been running it about a week and it seems to work quite well. I haven't disabled to the OC on the ROM yet, but I'm thinking as soon as I do, I probably wont notice much difference in speed. AutoKill does a good job of keeping things smooth
__________________
------------------------
I am a signature... and I love you
Hypo Luxa is offline  
Reply With Quote
Old August 26th, 2010, 08:49 AM   #12 (permalink)
Member
 
tproctor's Avatar
 
Join Date: Feb 2010
Location: Pampa, Tx
Posts: 178
 
Device(s): HTC Eris w/Condemned v21; HTC Rezound
Thanks: 18
Thanked 28 Times in 21 Posts
Default

Wow!! I've got Autokiller set to Optimum and my phone is screaming compared to before. I'm still OC'd at 710, but may bring that down to see if I can notice any difference.
tproctor is offline  
Reply With Quote
Old August 26th, 2010, 06:53 PM   #13 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: Utah
Posts: 98
 
Device(s): Droid Eris Rooted XTR 3.0.3 (Given to Wife). Moto Droid (Project Elite 4.2), Droid Incredible (Miui
Thanks: 11
Thanked 3 Times in 3 Posts
Default

Has anyone tried autokiller on XTR 3.0.3? I have run it for almost a day. It seems really snappy but XTR has always been lightning fast for me so it is hard to tell. I have autokiller set for strict.
Hercules is offline  
Reply With Quote
Old August 27th, 2010, 08:35 AM   #14 (permalink)
Member
 
Hypo Luxa's Avatar
 
Join Date: May 2010
Location: Earth
Posts: 405
 
Device(s): Moto Razr
Thanks: 14
Thanked 28 Times in 25 Posts
Default

Quote:
Originally Posted by Hercules View Post
Has anyone tried autokiller on XTR 3.0.3? I have run it for almost a day. It seems really snappy but XTR has always been lightning fast for me so it is hard to tell. I have autokiller set for strict.
I started out using it on 3.0.3. I backed it up and restored it when I moved to 4.0.6.1 earlier this week. It seemed to make a slight difference, but like you said, that rom is really fast already.
Hypo Luxa is offline  
Reply With Quote
Old August 27th, 2010, 09:00 AM   #15 (permalink)
Senior Member
 
Join Date: Jan 2010
Posts: 3,962
 
Device(s): Moto Droid 3 (stock), HTC Droid Eris (rooted with CondemnedSoul CM7)
Thanks: 219
Thanked 903 Times in 751 Posts
Default

I mentioned this in another thread, but for 4.0.6.1 I had to install Autokiller and set the parameters lower than what was baked into the ROM. I've been using the bet Tweetdeck app, which doesn't have a server component to check for updates to your streams, and every time I ran it and hit home, my phone was immediately setting the app to cached-inactive. I set the parameters to optimum and now things are much better.

Without the tweaks my phone wasn't much different from a single-tasking iPhone OS 3.
doogald is offline  
Reply With Quote
Old August 27th, 2010, 11:25 AM   #16 (permalink)
Junior Member
 
Join Date: Apr 2010
Location: Utah
Posts: 98
 
Device(s): Droid Eris Rooted XTR 3.0.3 (Given to Wife). Moto Droid (Project Elite 4.2), Droid Incredible (Miui
Thanks: 11
Thanked 3 Times in 3 Posts
Default

Given there is no fact behind this I think autokiller helps the phone run smoother longer between reboots. I normally reboot my phone about every three days and by the third day I can see the slightest hesitations here and there. With autokiller I am not seeing anything after having my phone on for more than three days now without a reboot. Could be in my head but maybe that could be the difference? I am still running 3.0.3 XTR since I really don't see a benefit to 4.0.6.
Hercules is offline  
Reply With Quote
Reply

HTC Droid Eris
Current Rating:
Rate this Phone:

The HTC Droid Eris launched for Verizon Wireless on November 6th in part as the carrier's first Android Phone. However it was overshadowed by the other member of the inaugural Verizon Droid duo - the Motorola Droid. The Droid Eris might look fa... Read More


Bookmarks


Go Back   Android Forums > Android Phones > HTC Droid Eris > Eris - All Things Root User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Juice Defender vs. setCPU/AutoKiller HeXiiK Droid X - All Things Root 7 October 4th, 2011 08:18 PM
Go Launcher, AutoKiller, SetCPU bhavlo Android Applications 4 January 17th, 2011 01:25 PM
Autokiller help. marty1966 Droid 2 - All Things Root 2 September 22nd, 2010 03:42 PM
Autokiller Asterdroid Incredible - All Things Root 2 August 25th, 2010 09:18 AM
Help with autokiller elninost0rm Droid - All Things Root 4 April 27th, 2010 12:24 PM



All times are GMT -5. The time now is 05:58 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo