Temp. monitor

Temp. monitor

Shows and logs HW temperature

System

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

Version Date Size Requires Android Download
1.3 current
7c6381e24e01213a…
2021-03-08 1.6 MB API 15
1.2
85d4a7f031765ea1…
2018-10-30 1.6 MB API 15
1.1
4fd4f9fdc38a683e…
2018-09-06 1.6 MB API 16

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