Screen Saver Mode

SplashTiles gives you the ULTIMATE custom screen saver for your Fire OS, Android, and Android TV devices!

Configuring your SplashTiles screen saver

How to use ADB (for FireOS devices)


Full instructions from Amazon
  1. Enable ADB on your device:
    1. From the main screen of your Fire TV, select Settings.
    2. Select My Fire TV > Developer Options.
    3. Turn on ADB Debugging.
  2. Setup ADB on your computer (Note USB drivers are not needed since we use network connections)
    • Linux: sudo apt-get install adb or download the zip file and install
    • Windows: Download the zip file and install
    • Mac: Download the zip file and install
  3. Connect to your device using adb connect IP_ADDRESS
    IP_ADDRESS is the ip address of your FireOS device.
    You can find your device IP address from Settings -> My Fire TV -> About -> Network
    The first time you connect, your Fire TV will ask on-screen if you should allow this connection. Enter "yes and remember this device".
    You may need to run the adb connect IP_ADDRESS a 2nd time if it took you a while to do the last step.
  4. Run any commands (via adb shell)
  5. Disconnect with adb disconnect