[APP][Root][2.2+]Performance Tweaker --- [Open Source] Take Control Of Your Android Device

Search This thread
Sep 1, 2011
44
36
28
/dev/null
[APP][Root][2.2+]Performance Tweaker --- [Open Source] Take Control Of Your Android Device

Hi all,
This app lets you effectively switch between various cpu frequencies,governors and i/o schedulers and can also be used for detecting wakelocks.

If you are a kind of person who likes to be in total control of your android phone then this application is for you.

i know various similar apps exist but since this is my first app i wanted to share with the xda community and i intend to further extend the functionalty of this app based on the feedbacks of this community..

Since this app is currently in alpha development stage feature requests are more than welcome .

Features
-Lets you control cpu frequencies and governors.
-Lets you monitor the time spent by each frequency in each cpustate.
-Lets you change disk i/o scheduler and read ahead.
-Spot rogue applications or sources which are causing battery drain i.e Battery and Wakelock Stats (Work In Progress).


Download
v1.1 from here

Source code is hosted on github


Changelog
Code:
alpha 1.1
-changed navigation to sliding drawer
-added options for viewing wakelock stats
-fixed the time in states bug
-changed icon
-Numerous Bug Fixes and Misc changes

Code:
alpha 1.0
-Initial xda release

To-Do
Code:
-Setting Frequencies and governor per core (Work in progress)
-Fully implement the feature for viewing various wakelocks similar to BetterBattery Stats or Wakelock Detecter(Partially implemented)


XDA:DevDB Information
Performance Tweaker, App for all devices (see above for details)

Contributors
rahulkumar2048

Version Information
Status: Alpha

Created 2014-04-23
Last Updated 2014-07-13
 

Attachments

  • SC20140424-175024.png
    SC20140424-175024.png
    37.7 KB · Views: 2,405
  • SC20140424-175027.png
    SC20140424-175027.png
    24.7 KB · Views: 2,296
  • SC20140424-175031.png
    SC20140424-175031.png
    18.8 KB · Views: 2,120
  • SC20140424-015444.png
    SC20140424-015444.png
    19.3 KB · Views: 1,876
Last edited:

Magissia

Senior Member
May 9, 2012
1,151
270
127.0.0.1
yeah sure that would be great!
actually i had an idea for applying the frequencies on per app basis.
Hows that sound??

It sounds like a good start. SetCPU have a "if /then" method for this that include apps for conditions, but also battery status and more, with sub conditions.
Being able to forcibly shutdown cores on compatible processor could be nice to. Setting frequencies and governors per core too, when possible.

Regards
 
Sep 1, 2011
44
36
28
/dev/null
ok guys will implement these features and try to release the next version as soon as possible.
Any other suggestions ???

ps does anyone here has any idea for a new icon for this app.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    [APP][Root][2.2+]Performance Tweaker --- [Open Source] Take Control Of Your Android Device

    Hi all,
    This app lets you effectively switch between various cpu frequencies,governors and i/o schedulers and can also be used for detecting wakelocks.

    If you are a kind of person who likes to be in total control of your android phone then this application is for you.

    i know various similar apps exist but since this is my first app i wanted to share with the xda community and i intend to further extend the functionalty of this app based on the feedbacks of this community..

    Since this app is currently in alpha development stage feature requests are more than welcome .

    Features
    -Lets you control cpu frequencies and governors.
    -Lets you monitor the time spent by each frequency in each cpustate.
    -Lets you change disk i/o scheduler and read ahead.
    -Spot rogue applications or sources which are causing battery drain i.e Battery and Wakelock Stats (Work In Progress).


    Download
    v1.1 from here

    Source code is hosted on github


    Changelog
    Code:
    alpha 1.1
    -changed navigation to sliding drawer
    -added options for viewing wakelock stats
    -fixed the time in states bug
    -changed icon
    -Numerous Bug Fixes and Misc changes

    Code:
    alpha 1.0
    -Initial xda release

    To-Do
    Code:
    -Setting Frequencies and governor per core (Work in progress)
    -Fully implement the feature for viewing various wakelocks similar to BetterBattery Stats or Wakelock Detecter(Partially implemented)


    XDA:DevDB Information
    Performance Tweaker, App for all devices (see above for details)

    Contributors
    rahulkumar2048

    Version Information
    Status: Alpha

    Created 2014-04-23
    Last Updated 2014-07-13
    1
    Hello, nice start but lacks anything a power user would wish.
    If you are willing to make it power-user friendly i'll share my toughs.

    Regards
    1
    Hello, nice start but lacks anything a power user would wish.
    If you are willing to make it power-user friendly i'll share my toughs.

    Regards
    yeah sure that would be great!
    actually i had an idea for applying the frequencies on per app basis.
    Hows that sound??