How to use Dance Sensation and Disco on Amazon Fire TV

Since an Amazon Fire TV update in Q3 2020, the Dance Sensation and Disco in Hue Essentials no longer work. This is because Amazon removed the functionality that Hue Essentials needs to analyse audio from the TV. We are in contact with Amazon to find a solution for this.

For now, there is a workaround for this issue using ADB. ADB allows you to control your TV from your PC or Mac. Follow the instructions below, you only need to do this once.

Enable USB debugging

  1. On the main screen of your Amazon Fire TV, select Settings.
  2. Select Device (or My Fire TV).
  3. Select Developer Options.
  4. Turn on ADB Debugging.

Install ADB

This will guide you through installing ADB on your PC or Mac. If you already have ADB installed, skip these steps.

Windows

  1. Download ADB from Google here.
  2. Extract the ZIP file.
  3. Open the Windows Explorer and browse to the extracted folder. This folder is named platform-tools folder where you see an adb file.
  4. Hold the Shift button on your keyboard and right-click within the folder (when no files are selected). Now release the Shift button. In the popup menu select Open command window here or Open PowerShell window here.

macOS

  1. Download ADB from Google here.
  2. Extract the ZIP file.
  3. Open the Terminal app.
  4. Browse to the folder where you extracted ADB. For example: cd ~/Downloads/platform-tools

Linux

  1. Download ADB from Google here.
  2. Extract the ZIP file.
  3. Open the terminal.
  4. Browse to the folder where you extracted ADB. For example: cd ~/Downloads/platform-tools

Connect to Amazon Fire TV

  1. Make sure your PC/Mac and Amazon Fire TV are on the same (WiFi) network. This is needed to connect using ADB.
  2. On your Amazon Fire TV, in the settings, go to Device (or My Fire TV), select About, select Network. You should see an IP Address, you will need this in the next step.
  3. On your PC, enter the following and press enter. Replace ipaddress with the IP address from the previous step.
    adb connect ipaddress:5555
    
    For example:
    adb connect 192.168.86.61:5555
    
    If you get a command not found error, please replace adb with ./adb for all commands in these instructions.
  4. On your Amazon Fire TV, allow USB debugging in the dialog that just appeared.
  5. Now your Amazon Fire TV should be connected. To verify this, enter adb devices on your PC/Mac. You should see something like the following:
    List of devices attached
    192.168.86.61:5555	device
    
    If you do not see the IP address of your TV and “device”, it was not connected properly.

Grant permission for Hue Essentials

  1. On your PC/Mac, enter the following to grant Hue Essentials the record audio permission:

    adb shell pm grant com.superthomaslab.hueessentials.amazon android.permission.RECORD_AUDIO
    

    You can copy the line above and paste it in your terminal or command prompt.

  2. Now the Dance Sensation / Disco in Hue Essentials should work again.

Disable USB Debugging

After the steps above, you should disable USB debugging again. The USB ports on your Amazon Fire TV may not work if USB debugging stays turned on.

  1. On the main screen of your Amazon Fire TV, select Settings.
  2. Select Device (or My Fire TV).
  3. Select Developer Options.
  4. Turn off ADB Debugging.
3 Likes

Ich habe alle schritte wie beschrieben ausgeführt, aber die Fehlermeldung mit der Berechtigung taucht noch immer auf… 6€ in den Sand gesetzt.

1 Like

I try it also and go an error too.

If someone is still is experiencing issues after following the steps, please share the error. Paste the complete output of the ADB commands as a reply here.