0104.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running scrcpy to Remote Control Android Device</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Ouya,Android,ADB,Android 5,Android Lollipop,Scrcpy,Remote Control,Install Guide,Remote Control Android Device,Remote Control FireTV Device,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running scrcpy to Remote Control Android Device">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="04/03/2022 12:36:02 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Running scrcpy to Remote Control Android Device</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is scrcpy?</h2>
  26. <blockquote><em>scrcpy allows you to display and remotely control your Android device similar to a VNC connection, but does so over ADB.</em></blockquote>
  27. <p>Note, the scrcpy program requires a device running Android 5 or higher</p>
  28. <ol>
  29. <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>
  30. <li>Extract or install the downloaded scrcpy program</li>
  31. <li>Verify you have ADB (Sometimes labeled USB debugging) enabled on the Android device you want to remote control
  32. <ol start="1" style="list-style-type: lower-alpha;">
  33. <li>You may need to enable Developer options to enable ADB/USB debugging</li>
  34. <li>Go to Settings &gt; About</li>
  35. <li>Click on the Build number 7 times, you will start to see a countdown</li>
  36. <li>Once Developer options are enabled, Go to Settings &gt; Developer options and check the box next to USB debugging</li>
  37. </ol>
  38. </li>
  39. <li>Connect the Android device to the host computer</li>
  40. <li>Launch the scrcpy program</li>
  41. <li>Remote control your Android device</li>
  42. </ol>
  43. </div>
  44. </div>
  45. </body>
  46. </html>