Advanced setup with ADB commands
On some Android TV devices—especially Xiaomi TVs—Google blocks the ability to set a custom screensaver through the normal settings menu. In these cases, you can use ADB (Android Debug Bridge) commands
Last updated
adb pair IP:PORTadb connect IP:5555adb shell settings put secure screensaver_enabled 1
adb shell settings put secure screensaver_activate_on_sleep 1
adb shell settings put secure sleep_timeout -1
adb shell settings put secure screensaver_components com.buzzblender.tv/.playback.PlaybackDreamService
adb shell settings put system screen_off_timeout 30000