Remote Control Amazon FireTV Device with scrcpy 🌱

Enabling ADB 

  1. Go to Settings > My Fire TV > Developer Options
  2. Toggle the ADB Debugging setting On
  3. Go back to Settings > My Fire TV > About > Hover over Network to obtain the IP address of the FireTV device

Connecting From Windows

  1. Navigate to the scrcpy github and download the latest version for your platform Download
  2. Extract or install the downloaded scrcpy program
  3. Right click in the white space of the scrcpy directory > Open PowerShell window here
  4. Run the following commands, if this is the first time connecting to the FireTV device via ADB there will be a confirmation message to confirm the connection
    .\adb.exe connect %IPAddress%:5555
    .\scrcpy.exe
  5. Remote control your Amazon FireTV device