The clock screensaver on the lock screen or in Android standby mode is not only a functional element, but also part of the visual style of your smartphone. Many users want to personalize it to their taste: replace the standard dial with an analog one, add weather widgets, change the color scheme, or completely remove the clock from the screen. However, not everyone knows that customization options depend on the version Android, the manufacturer's shell (MIUI, One UI, ColorOS) and even the device model.
In this article we will look at all the current ways to change the clock screensaver - from standard settings to using ADB commands and third-party applications. You'll learn how to get around manufacturer restrictions, which shells support flexible customization, and where you'll have to resort to workarounds. We will pay special attention to hidden settings in firmware Samsung i Xiaomi, where changing the screensaver is often blocked by default.
1. Standard Android settings: what can be changed without root
On pure Android (for example, on devices Google Pixel or Nokia) or in shells with minimal restrictions (OxygenOS, Stock Android), some of the screensaver parameters are available through the settings menu. Here's what you can do without installing additional apps:
- ๐ Change clock style: analog or digital format, color, size.
- ๐จ Customize the background: select wallpaper for the lock screen separately from the main screen.
- ๐ Add widgets: weather, notifications, media player (not available on all devices).
- โ๏ธ Hide clock: completely remove the time display (on some firmwares).
To open these settings, go to:
Settings โ Display โ Lock screen โ Clock style
Limitations: On devices Samsung (One UI) and Xiaomi (MIUI) many options are hidden. For example, in MIUI 14 you can only change the color of the clock, and in One UI 5.1 you can choose from 3-4 predefined styles. Additional methods will be required for deep customization.
2. Using third-party launchers for customization
If the standard settings are not satisfactory, you can install an alternative launcher that supports changing the screensaver. The most popular solutions:
- ๐ฑ Nova Launcher: allows you to change icons, fonts and widgets on the lock screen (premium version required).
- ๐ญ Action Launcher: supports clock customization through integration with KWGT.
- โก Smart Launcher 6: offers unique screensaver styles with animation.
How configure:
- Install the launcher from Google Play.
- Set it as the default launcher in the Android settings (
Settings โ Applications โ Default launcher). - In the launcher settings, find the section
Lock screenorWidgets. - Select a clock style from those offered or download a custom pack.
โ ๏ธ Attention: Not all launchers completely replace the system screensaver On some devices (especially Huawei And Meizu) they can work on top of the standard interface, which will lead to display conflicts.
Make a backup copy of your current settings|
Check the compatibility of the launcher with your version of Android|
Disable battery optimization for the launcher|
Reboot the device after installation-->
3. Applications for deep customization of the screensaver
There are specialized applications for advanced settings of the clock and lock screen. They allow you to:
- ๐๏ธ Create own clock styles from scratch (colors, fonts, animation).
- ๐ Add dynamic wallpaper linked to the time of day.
- ๐ Integrate widgets (weather, steps, notifications).
Top 3 applications:
| App | Functions | Compatibility | Limitations |
|---|---|---|---|
| KWGT Kustom Widget Maker | Creation of custom clocks, animation, integration with Tasker | Android 5.0+ | Complicated interface for beginners |
| Always On AMOLED | Clock screensaver for AMOLED screens, battery saving | Android 7.0+, AMOLED display | Does not work on LCD screens |
| Clockology | Ready clock styles, Always On Display support | Android 8.0+ | Paid styles in the premium version |
Instructions for KWGT:
- Install KWGT and KWGT Pro Key (to unlock all functions).
- Download your favorite clock pack (for example,
Minimal & Elegant KWGT). - Add a widget
KWGTto the lock screen (if supported by the launcher). - Customize the display through the editor KWGT.
How to bypass MIUI restrictions for KWGT?
On Xiaomi by default it is impossible to add widgets to the lock screen. Solution:
1. Install Nova Launcher and make it the main one.
2. In settings Nova enable option Show widgets on the lock screen.
3. Use the plugin KWGT Lockscreen (requires an unlocked bootloader).
4. Changing the screensaver via ADB (without root)
If your device does not support customization through settings or applications, you can use ADB commands. This method works on most modern smartphones (including Samsung i Xiaomi), but requires connection to a computer.
What you will need:
- ๐ฅ๏ธ A computer with installed ADB Tools (download from the site Android Developers).
- ๐ฑ Enabled debugging by USB on a smartphone (
Settings โ About phone โ Build number (7 taps) โ Developer settings โ USB debugging). - ๐ Cable USB-Type C (preferably original).
Step-by-step guide:
- Connect your phone to the PC and confirm permission to debug.
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection:
adb devicesShould appear serial number of your device.
- Use commands to change the screen saver (example for Samsung One UI):
adb shell settings put global aod_mode 1 # Enable Always On Displayadb shell settings put secure lock_screen_clock_style 3 # Change clock style (values 0-5)
โ ๏ธ Attention: Incorrect ADB commands can lead to interface failures. Before experiments, create a backup copy of the settings via adb backup.
To find the actual commands for your model, look for a thread on the forum XDA Developers on request: [Phone model] ADB lockscreen clock.
5. Rooting and custom firmware: maximum freedom
If you are ready to take radical measures, unlocking the bootloader and installation custom firmware (for example, LineageOS or Pixel Experience) will open full control over the screensaver Advantages:
- ๐ง Complete replacement of the system clock with any one. custom.
- ๐๏ธ Customizing animation, transparency, arrangement of elements.
- ๐ซ Removing manufacturer restrictions (for example, Samsung Knox or MIUI Optimizations).
Risks:
- โ ๏ธ Loss of warranty (on most devices).
- ๐ Possible problems with the battery or stability.
- ๐ The need to manually update the firmware.
How to do it:
- Unlock the bootloader via
fastboot oem unlock(instructions differ for each brand). - Install custom recovery (TWRP).
- Flash Magisk to obtain root access.
- Install the module Lockscreen Customizer via Magisk Manager.
๐ Important: The rooting process is individual for each model. For example, on Samsung after unlocking it is triggered Knox, which blocks Samsung Pay i Secure Folder.
Custom firmware is the only way to completely replace the screensaver on devices with severe restrictions (for example, Huawei EMUI or ColorOS without ADB access).
6. Bypassing restrictions on specific brands
Manufacturers often block changes to the screensaver at the firmware level. Here's how to get around these restrictions for popular brands:
Samsung (One UI)
On devices Samsung the screensaver is hardwired to Always On Display (AOD). To change it:
- ๐ฑ Use the application Good Lock (official from Samsung):
Galaxy Store โ Good Lock โ LockStar - ๐ง Via ADB (see section 4) with the command:
adb shell cmd overlay enable com.samsung.android.lockscreen.clock
Xiaomi (MIUI/HyperOS)
B MIUI change of the screensaver is blocked at the level systems. Solutions:
- ๐ญ Install KWGT + Nova Launcher (see section 3).
- ๐ ๏ธ Disable optimization MIUI via ADB:
adb shell settings put global hidden_api_policy 1
Google Pixel
On Pixel with pure Android there is more freedom:
- โ๏ธ Use
Settings โ Display โ Clock style. - ๐ผ๏ธ Set Always On AMOLED for additional styles.
โ ๏ธ Attention: On devices Huawei (EMUI) and Oppo (ColorOS) most methods do not work without root access. Only custom firmware will help here.
FAQ: Frequently asked questions about the change. screensavers
Is it possible to change the screensaver on Android without root?
Yes, but the possibilities are limited. On pure Android or in shells like OxygenOS you can select the clock style in the settings. data-i="216">ADB commands or third-party applications are required ( Samsung And Xiaomi ADB commands or third party applications will be required (KWGT, Good Lock). Complete replacement of the screensaver without root is impossible.
Why did the screensaver reset after updating Android?
Updating the system often resets the lock screen settings. This is due to changes in the file structure in /system/overlay. To return the custom screensaver, repeat the setup via ADB or the application. If you were using root, you may need to reinstall the modules Magisk.
How to remove the clock from the lock screen completely?
On most devices, this cannot be done without root.
- Google Pixel:
Settings โ Display โ Lock screen โ Clock โ Off - OnePlus (OxygenOS): use OxygenOS Customization APP.
On Samsung and Xiaomi the clock cannot be removed without modifying system files.
Which screensaver applications are not require root?
List of tested applications without root:
- Always On AMOLED โ for AMOLED screens.
- Clockology โ ready-made styles with AOD support.
- KWGT โ for creating custom widgets (a compatible launcher is required).
Please note: on some devices (Huawei, Meizu) these applications may not work correctly.
Is it possible to return the standard screensaver after changes?
Yes. Methods:
- For ADB: do this. command
adb shell settings delete global aod_mode. - For KWGT: remove the widget from the lock screen.
- For custom firmware: reflash the original one
overlayvia TWRP.
If the screensaver โbrokeโ after experiments, reset the settings lock screen in the menu Settings โ System โ Reset settings โ Reset lock screen settings.