install system tuner pro along with notification package and enable it in settings to monitor the temperature on notification bar.
alternatively you can also use system tuner pro widgets to monitor it on your homescreen.
edit:
temp monitoring seems to be working with all kernels!
#ifdef CONFIG_EXYNOS4_SETUP_THERMAL
/* below temperature base on the celcius degree */
struct s5p_platform_tmu midas_tmu_data __initdata = {
.ts = {
.stop_1st_throttle = 78,
.start_1st_throttle = 80,
.stop_2nd_throttle = 87,
.start_2nd_throttle = 103,
.start_tripping = 110, /* temp to do tripping */
.start_emergency = 120, /* To protect chip,forcely kernel panic */
.stop_mem_throttle = 80,
.start_mem_throttle = 85,
},
.cpufreq = {
.limit_1st_throttle = 800000, /* 800MHz in KHz order */
.limit_2nd_throttle = 200000, /* 200MHz in KHz order */
},
};
#endif
Thank you for this find
First CPU temp limit before thermal throttling is at 80°C then thermal throttling is stopped when the CPU reached a temp of 78°C...
And the max temp that the CPU can handle is 120°C before a kernel panic so I presume the CPU shutdown?
While benchmarking at 1.4Ghz, no overheat:
63°C... There is still room before the first thermal throttling. And this is at the end of the bench (just a custom bench for the CPU)... I will do some tests at higher CPU freqs for see...
I think that this CPU does not heat that much.
hehe the excitement made you all forget to suggest apps for the rest of the forumers.
Hi,
Quote:
Originally Posted by bala_gamer
install system tuner pro along with notification package and enable it in settings to monitor the temperature on notification bar.
alternatively you can also use system tuner pro widgets to monitor it on your homescreen.
Bala I'm quoting your post with the throttle temps and playing it in that CPU heat thread from a day or so ago, I think some people need to be educated about what a CPU can do.
Can't believe the cut off for this CPU is 120c, that's unbelievable.
Would you like to know one of the things that really annoys me on a daily basis? Tough, … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?