0357.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Remote Control Amazon FireTV Device with scrcpy</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Amazon,FireTV,FireTV Stick,FireOS,Remote Control,scrcpy,Android">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Remote Control Amazon FireTV Device with scrcpy">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Remote Control Amazon FireTV Device with scrcpy</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Enabling&nbsp;ADB&nbsp;</h2>
  25. <ol>
  26. <li>Go to Settings &gt; My Fire TV &gt; Developer Options</li>
  27. <li>Toggle the ADB Debugging setting On</li>
  28. <li>Go back&nbsp;to Settings &gt; My Fire TV &gt; About &gt; Hover over Network to obtain the IP address of the FireTV device</li>
  29. </ol>
  30. <h2>Connecting From&nbsp;Windows</h2>
  31. <ol>
  32. <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>
  33. <li>Extract or install the downloaded scrcpy program</li>
  34. <li>Right click in the white space of the scrcpy directory &gt; Open PowerShell window here</li>
  35. <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
  36. <div class="codeBlock PS">.\adb.exe connect %IPAddress%:5555<br />
  37. .\scrcpy.exe</div>
  38. </li>
  39. <li>Remote control your Amazon FireTV device</li>
  40. </ol>
  41. </div>
  42. </div>
  43. </body>
  44. </html>