Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bvalosek/cpuspy
- Owner: bvalosek
- License: other
- Created: 2011-03-27T00:26:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-27T17:08:55.000Z (almost 13 years ago)
- Last Synced: 2024-04-29T21:10:30.962Z (8 months ago)
- Language: Java
- Homepage:
- Size: 1.56 MB
- Stars: 70
- Watchers: 18
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
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:deployThis 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.