123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Remote Control Amazon FireTV Device with scrcpy</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Amazon,FireTV,FireTV Stick,FireOS,Remote Control,scrcpy,Android">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Remote Control Amazon FireTV Device with scrcpy">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Remote Control Amazon FireTV Device with scrcpy</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Enabling ADB </h2>
- <ol>
- <li>Go to Settings > My Fire TV > Developer Options</li>
- <li>Toggle the ADB Debugging setting On</li>
- <li>Go back to Settings > My Fire TV > About > Hover over Network to obtain the IP address of the FireTV device</li>
- </ol>
- <h2>Connecting From Windows</h2>
- <ol>
- <li>Navigate to the scrcpy github and download the latest version for your platform <a href="https://github.com/Genymobile/scrcpy/releases" target="_blank">Download</a></li>
- <li>Extract or install the downloaded scrcpy program</li>
- <li>Right click in the white space of the scrcpy directory > Open PowerShell window here</li>
- <li>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
- <div class="codeBlock PS">.\adb.exe connect %IPAddress%:5555<br />
- .\scrcpy.exe</div>
- </li>
- <li>Remote control your Amazon FireTV device</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|