CPU_Temp is an Android project built for a university research regarding smartphone device heatsink analysis. The application scans the device and return a few basic information about the device's CPU temperature information.
- "CpuInfo.java" implements the SensorEventListener to capture the temperature values.
- "MainActivity.java" is a simple testing implementation to pull the classes together.
- "ScanPath.java" is a manual url parser to check the device's built-in system urls for system sensor values.
- "TempService.java" is a service class that fetches the sensor values from the device every second (default)
Simply copy the .java files into your Android project.
This project has no external dependencies