How to MIUI dark mode on Poco F1 and Xiaomi Devices


The Chinese smartphone giant company Xiaomi has been testing system-wide dark mode on MIUI for many of its devices. Redmi Note 5 Pro has already got the stable build but many other supported devices got the feature with MIUI global beta ROM back in May. The budget flagship, Poco F1, is also about to get dark mode along with the recently launched Redmi Note 7 Pro in the upcoming MIUI 10 or certainly MIUI 11( if not MIUI 10) update.

In the meantime, an XDA member has suggested a way to enable the system-wide dark mode on Poco F1 or any other Xiaomi phone running on the MIUI 10 global stable ROM. To make this happen, you have to run an ADB command without any rooting.


To enable the system-wide dark mode on MIUI 10 :

adb shell settings put secure ui_night_mode 2

To disable the dark mode on MIUI 10 :

adb shell settings put secure ui_night_mode 1

To automatically switch the dark mode based on day and night :

adb shell settings put secure ui_night_mode 0

In Android Q, there is a native support for the dark mode which you can toggle. Xiaomi has already introduced the dark mode feature in MIUI 10global beta, but it is not yet confirmed that this would be continuing to the MIUI 10 stable version. While Xiaomi has officially confirmed that system-wide dark mode will be integral to MIUI 11.

According to the previous reports, the dark mode brings itself to the notification shade, Settings, Recent menu, and system app including Dialer, Contact, Gallery, Camera, Screen Recorder, Calculator, Notes and SIM toolkit. With the above mentioned ADB commands, you can toggle the dark mode.

Source