1

Given the fact I have rooted device, is there a way to get that data? Raw or w/ tools.

P.S. I was looking around for a build of htop with cpu thermals but I dont think there is any compatible for Android.

7
  • Have you checked the answers of stackoverflow.com/questions/20771070/…? Commented Jul 4, 2022 at 15:03
  • Try this: android.stackexchange.com/q/246774/96277 Commented Jul 4, 2022 at 15:42
  • @Firelord Sadly, no, literally 0 output even though dumpsys -l shows it in the service list Commented Jul 4, 2022 at 16:39
  • Try: grep . /sys/class/hwmon/*/{name,temp*_input} and for zone in /sys/class/thermal/thermal_zone*; do echo "$(cat $zone/type) $(cat $zone/temp)"; done | sort -rnk2 | awk '{printf "%-30s%.1f\n",$1,$2/1000}'. These should work on all Linux systems. Commented Jul 4, 2022 at 18:03
  • github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/… Commented Jul 4, 2022 at 18:12

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.