Ill am trying to find a way to get the temperature of the CPU of any android device only with adb command.
Use adb shell ls sys/class/thermal/
to get list of thermal zones and then:
adb shell cat sys/class/thermal/[name of thermal zone]/temp
For example: adb shell cat sys/class/thermal/thermal_zone0/temp
Note: Some of the thermal zones may return some weird values especially those with higher number. Also, some thermal zones return values in millidegree Celsius.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With