INFO for users that are driving with HUAWEI TAB or phone.
First of all I have to tell you guys I am a big fan of SAMSUNG phones but HUWEI TABs are the prefect for navigation. I bought HUAWEI MEDIAPAD 8" and the number of satelites it sees is amazing. I would say it is the best tab I have ever used.
But one problem occurred...when you drive tab DIMS OUT itself after 30seconds or how much it is set inside his screen out menu a d than TURN ITSELF COMPLETELY OUT.
The thing is you cannot disable it inside huawei OS. You have option 30sec, 1min, 10min 15, 30 etc but not the option to disable it. So I did the ADB way.
There are two solution...
ROOT - than delete powergenius/disable
NON - ROOT - using ADB tool and USB DEBUGGING - after that you can uninstall this package.
Spoiler: VIDEO EXAMPLE
Working ADB connection is required.
And as always, be careful what you remove! Removing critical apps will result in bootloop and you have to reflash firmware/ROM.
THIS IS JUST EXAMPLE - THIS IS NOT THE PACKAGE YOU NEED!!! PLEASE SEARCH FOR POWERGENIUS PACKAGE!!!
1. connect device, make sure ADB is working (check with CMD "adb devices")
2. go to shell, using CMD "adb shell"
3. get list of install packages using CMD "pm list packages" (use google to find out what does each package name means).
4. remove package using CMD "pm uninstall -k --user 0 $packagname" (e.g. pm uninstall -k --user 0 com.android.inputdevices)
5. if correctly typed, you receive message "SUCCESS"
Optionally a reboot might be required.
READ THE WARNING ABOVE!!! THIS IS JUST AN EXAMPLE NOT THE REAL EXAMPLE OF WHAT I DID!!!
I did that and so far I do not see that screen dims out. But I will send more info after few days. I hope this solves problems that other users may experience.
Bookmarks