Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bvalosek/cpuspy

An Android app to display time-in-state cpu info and kernel information
https://github.com/bvalosek/cpuspy

Last synced: 10 days ago
JSON representation

An Android app to display time-in-state cpu info and kernel information

Awesome Lists containing this project

README

        

CPU Spy

(c) 2011 Brandon Valosek

Simple Android app for viewing the time the CPU spends in each frequency state,
as well as the current kernel information.

=== TO INSTALL ===
The latest stable version is available on the Android Market:

https://market.android.com/details?id=com.bvalosek.cpuspy

=== TO BUILD ===
To download the repo and build the APK signed with the SDK debug keys:
git clone git://github.com/storm717/cpuspy.git
cd cpuspy
maven package android:deploy

This requires a properly setup Maven environment with the Android JAR files in
a local repo, see https://github.com/mosabua/maven-android-sdk-deployer for
more information.

=== INCOMPATIBLE PHONES ===
The following phones do not seem to expose the necessary file to read in
states:

HTC Sensation XE, LG G2x

=== TO CONTRIBUTE ===
This project is open source, so feel free to fork the repo and make any changes
you wish. You can then issue a pull request via GitHub (please insure your
branch is up-to-date with the master via a git rebase).

There is also a discussion thread on XDA Developers:

http://forum.xda-developers.com/showthread.php?t=1011497

To help diagnose problems with reading the state file, see this post on XDA:

http://forum.xda-developers.com/showpost.php?p=20087033&postcount=134

=== SPECIAL THANKS TO ===
Rainer Blome

=== LICENSE ===
See the LICENSE file.