iamrasel / lunar-launcher

Feature rich android home with minimal look. 🇵🇸
GNU General Public License v3.0
470 stars 41 forks source link

Temps and speed of cpu are incorrect #124

Open Inconnubro opened 8 months ago

Inconnubro commented 8 months ago

Checklist

App version

2.8.2

Android version

11

Steps to reproduce the bug

1 go to statistics and that's all

Expected behavior

No response

Screenshots/Screen recordings

Screenshot_20240318-133741_Lunar Launcher

Logs

No response

Additional information

My cpu is expected to go as low as 1.9Ghz and the temps are, yeah

vednig commented 8 months ago

How do you verify temperature is incorrect? Also base speed can be 1.7 Ghz while max can be upto 1.9 Ghz P.S. : Sometimes incorrect CPU speed and Temps can be reported by OS from different manufacturers.

fs-sifat commented 8 months ago

Android 11 restricts direct hardware-related information. The stats shows current set cpu low-high frequency. Your device can boost the clock to 1.9 Ghz, but not all the time.

vednig commented 8 months ago

CPU accuracy can be improved by splitting it based on cores for multiple core processors. Link to implementation