User icon
Amazon FireOS for Digital Signage

Amazon FireTV Launch on Start UP

Applicable to devices: Fire TV 4K 2nd generation (2023), Fire TV 4k Max 2nd generation (2023)

About

Starting from Android 10, apps that need to launch at startup (Auto-launch) need to be granted permission SYSTEM_ALERT_WINDOW (also often called “drawing over other apps”). 

Generally, this has not been a problem, since our app detects the missing permission and directs the user to grant the permission. 

With the release of generation 2 for Fire TV 4k and 4K max (rounded corners), they run now on FireOS 8 (which is built on Android 11), and the devices require the same permission. The problem is that FireOS 8 does not have the user interface to grant the permission, therefore the only way to get our signage app to launch on startup is to grant the permission via the developer tools command.

Get Started

We recommend installing ADB (Android Debug Bridge) on your computer so you can grant the permission needed for Auto-Launch. This process requires a computer and installing ADB command on it.

  • Go to Settings > My FireTV > About > Move to the device name (For example. Fire TV Stick 4K max) and press 10 times. You should see the message Developer Mode Enabled.
  • Go to Settings > My FireTV > Developer Options > and turn on ADB Debugging
  • Make sure both your Fire TV and your computer are connected to the same Wifi
  • Note down your FireTV’s IP address, go to Settings -> My Fire TV -> About -> Network, and find the IP Address field.

Mac OS:

  1. Download platform-tools.zip file.
  2. Double-click on the downloaded .zip file to unzip it
  3. Open the folder and in the bottom where the navigation breadcrumb is, right-click and select Open in terminal  
  4. Execute the following command to connect to your Fire TV Stick: ./adb connect <device-ip-here>, for example ./adb connect 192.168.1.115
  5. You should see a screen pop up on the Fire TV asking you to trust the device, and select allow.
  6. To verify that the device is connected, execute command ./adb devices, you should see the device listed.
  7. To grant the permission, execute the following command:./adb shell appops set dk.fadeit.play SYSTEM_ALERT_WINDOW allow
  8. Permission is now granted

Windows

  1. Download adb.zip
  2. Unzip the folder and enter the folder
  3. Activate the address bar of the file explorer, delete the path there, and type cmd
  4. A command prompt window will pop open in the current path
  5. Execute the following command to connect to your Fire TV Stick: adb connect <device-ip-here>, for example adb connect 192.168.1.115
  6. You should see a screen pop up on the Fire TV asking you to trust the device, and select allow.
  7. To verify that the device is connected, execute command adb devices, you should see the device listed.
  8. To grant the permission, execute the following command:adb shell appops set dk.fadeit.play SYSTEM_ALERT_WINDOW allow
  9. Permission is now granted

FAQ

This is too complicated, what is my alternative?

We recommend you return your newly purchased Amazon FireTV Stick and purchase either the .Onn or the Chromecast entry-level media player.

Capterra at Play Digital SignageGetAPP at Play Digital Signagesoftware-advice at Play Digital Signage

Get started designing your content

Most people think designing content for digital signage is super difficult, but if you can use Powerpoint, you can also create and design your own content in our editor.

Play Digital Signage, Inc., 2035 Sunset Lake Road, Newark, DE, 19702, USA
We use cookies to ensure that we give you the best experience on our website.Learn more about Privacy Policies
Allow