09-23-2020 04:27 PM
09-24-2020 06:12 AM
09-24-2020 06:27 AM
MelquiHow please, any link ? Thankshttps://zentalk.asus.com/en/discussion/comment/117395#Comment_117395
Downgrading to Android 9 and updating to 10 again. (Will lost data)
View post
09-24-2020 06:29 AM
09-24-2020 06:41 AM
FiREPLAYThis is reversible with a factory reset?@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
09-24-2020 06:57 AM
MelquiYes, 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.https://zentalk.asus.com/en/discussion/comment/117343#Comment_117343
This is reversible with a factory reset?
View post