-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathREADME
46 lines (31 loc) · 1.39 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
CPU Spy
(c) 2011 Brandon Valosek <[email protected]>
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 <[email protected]>
=== LICENSE ===
See the LICENSE file.