Chia Seng's Station
Home
A-G
Android
Browser
Chrome
Crack
Google
H-N
IOS
Linux
Mail
Networking
O-U
PC
Printer
Server
Software
V-Z
Window
Home
Android
Other
Detail
Enables Dark mode on MIUI 10
Configure on-device developer options .
Go to
Settings
>
Developer Options
.
Turn on
Developer options
.
Turn on
USB debugging
.
Turn on
USB debugging (Security settings)
.
Connect your phone with PC via a USB cable.
In your PC, Go to ADB binary path where is
C:\Program Files (x86)\Android\android-sdk\platform-tools
.
Type
CMD
in this folder address bar and hit
Enter
.
Type or copy the following code into console according to your needs :
Enable Dark Mode -
adb shell settings put secure ui_night_mode 2
Disable Dark Mode
-
adb shell settings put secure ui_night_mode 1
Dark Mode in automatic
-
adb shell settings put secure ui_night_mode 0
Reboot
your phone to get the system-wide Dark Mode.
Note : Before enabling the Dark Mode, you need to change your phone’s theme to the classic version.