A screensaver for Android TV devices including Nvidia Shield, Fire TV, and Chromecast with Google TV. Inspired by Apple TV's video screensaver.
Please read if you have a Nvidia Shield, Chromecast with Google TV or Amazon Fire TV
- 4K Dolby Vision (HDR) videos, if your TV supports it
- Over 150 videos from Apple, Jetson Creative and Robin Fourcade
- Option to avoid burn-in on QD/OLED TVs
- Play videos from your device, USB storage or network share
- Skip videos, change speed with the d-pad
- Refresh rate switching
Or download the APK from the Releases page and install it manually
Please visit this web page to download the videos from...
- Apple (114 videos)
- Jetson Creative (20 community videos)
- Robin Fourcade (18 community videos)
Apple's videos only support Dolby Vision HDR. Even if your TV supports HDR, it might not support Dolby Vision.
Here are some things to try...
-
Find the make and model of your TV, search online for a product page for that device and it should list the supported HDR modes (there are a few!)
-
If you use a Nvidia Shield, please follow their instructions on how to enable (or confirm) that Dolby Vision playback is possible
-
Confirm that Dolby Vision playback works in other apps like Netflix, Disney+, or Amazon Prime Video
If your device is running Android 11 (Shield Experience 9+) and you want to play videos from a USB storage device, make sure the following setting is enabled:
Settings > Device Preferences > Storage > Scan for media automatically
Unfortunately, as of July 2022, an update to Google TV removed user-interface option to set Aerial Views (or any other 3rd party screensaver) as default, or change the screensaver timeout.
The only way to achieve this is...
- Download and install the Android SDK Platform Tools for Mac, Windows or Linux
- Enable developer mode on your Android TV device
- Using ADB, connect to your device and run the following ADB command to set Aerial Views as the default screensaver:
adb shell settings put secure screensaver_components com.neilturner.aerialviews/.ui.screensaver.DreamActivity
To restore the default Ambient screensaver, use the following ADB command...
adb shell settings put secure screensaver_components com.google.android.apps.tv.dreamx/.service.Backdrop
Install the app from either the Amazon Appstore or sideload the APK.
On a Fire TV device there is no user-interface option to set Aerial Views (or any other 3rd party screensaver) as default.
The only way to achieve this is...
- Download and install the Android SDK Platform Tools for Mac, Windows or Linux
- Enable developer mode on your Android TV device
- Using ADB, connect to your device and run the following ADB command to set Aerial Views as the default screensaver:
adb shell settings put secure screensaver_components com.neilturner.aerialviews/com.neilturner.aerialviews.ui.screensaver.DreamActivity
To restore the default screensaver, use the following ADB command...
adb shell settings put secure screensaver_components com.amazon.bueller.photos/.daydream.ScreenSaverService