▲
A
A
▼
安装Remote Control Amazon FireTV Device with scrcpy
Enabling ADB
Go to Settings > My Fire TV > Developer Options
Toggle the ADB Debugging setting On
Go back to Settings > My Fire TV > About > Hover over Network to obtain the IP address of the FireTV device
Connecting From Windows
Navigate to the scrcpy github and download the latest version for your platform
Download
Extract or install the downloaded scrcpy program
Right click in the white space of the scrcpy directory > Open PowerShell window here
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
Remote control your Amazon FireTV device