This widget could not be displayed.
This widget could not be displayed.
cancel
Showing results for 
Search instead for 
Did you mean: 

High temperature / CPU usage / battery drain on 2009.47

jasonwch
Rising Star II
Please tell us some basic information before asking for help:
Model Name:
Firmware Version:
Rooted or not:
Frequency of Occurrence:
APP Name & APP Version (If your issue relates to the app):
In addition to information above, please also provide as much details as you can, e.g., using scenario, what troubleshooting you've already done, screenshot, etc.
========================================
As many posted on the forum. I and everyone have similar issue. (This is already upgraded for whole night and a full charge)
CPU also peak at 2.84/2.96 as from Armoury Crate even didn't do anything
Temperature goes high
Battery drain quickly
"Android System" also taking all battery usage from Battery page
What I observed:
From running processes, "Google Play Service" always show up, which not the case in old firmware
What I've tried to fix:
Wipe data (all data not just cache) for Google Play service and Armoury Crate. After cleaned, seems the CPU back to 826Hz, but after I restart the device, it go back to 2.84/2.96 all the time
There may be something wrong on this?

266 REPLIES 266

jasonwch
Rising Star II
Melqui

The problem is that "Google Play Services" and "Google Play" install themselves.


View post
didi APK install also go through Google play service? or just apps from google play store?
if google play service is the matter, will this help?
screenshot-20200924-211126338.jpg


You_ch
Star II
Melqui

https://zentalk.asus.com/en/discussion/comment/117395#Comment_117395

Downgrading to Android 9 and updating to 10 again. (Will lost data)


View post
How please, any link ? Thanks

Melqui
Zen Master I
FiREPLAY

@Gustav_ASUS part of the problem is in Hardwarestub [com.asus.hardwarestub] FPSCentralControlService, this gets triggered whenever you install anything be it from Play Store or a local apk and stays on top of the other processes even when the installation is done.

So disabling the package seems to fix the issue

adb shell pm disable-user --user 0 com.asus.hardwarestub

To enable it back just run the following command

adb shell pm enable com.asus.hardwarestub

The downside is that you'll be stuck with whatever the refresh rate you've set your screen to.


View post
This is reversible with a factory reset?

FiREPLAY
Rising Star I
Melqui

https://zentalk.asus.com/en/discussion/comment/117343#Comment_117343

This is reversible with a factory reset?


View post
Yes, but you don't need to factory reset as you can re-enable the package after the upcoming update using the second command in the post.