Description
Simple Android application that shows hardware temperatures
from /sys/class/thermal and BatteryManager.
* Reading temperatures from /sys/class/thermal directory
(it can use it even if you don't have permission to read contents of
directory)
* Reading temperatures using Android API – BatteryManager class
* Configurable interval of reading sensor data (from 0.1 to 10 seconds)
* Logging temperatures (configurable interval from 1 to 60 minutes)
* Log can be exported as CSV
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Run at startupStart automatically after the device is switched on.
- Write storageCreate and change files on the device storage.
- Read storageRead files on the device storage.
Comments