Created
January 10, 2020 11:49
-
-
Save tinhtun/94ff3bb5d3f3fb31ef9e5b5a0d0b8f1f to your computer and use it in GitHub Desktop.
Revisions
-
tinhtun created this gist
Jan 10, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ Ther problem of this phone is that for some reason, night display option is activeated by default and cannot be deactivated from the settings. Here is how to fix it by using ADB shell commands. - Download ADB(windows/mac) - Enable Developer Option - Enable USB Debugging - Connect Phone to PC with USB cable - Run these commands ```bash adb shell settings put secure night_display_activated 0 adb shell settings put secure night_display_auto_mode 0 ```