0104.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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,Tutorial,How To,i12bretro,Android 5,Android Lollipop,scrcpy,Remote Control">
  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. <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>Running scrcpy to Remote Control Android Device</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>What is scrcpy?</h2>
  25. <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>
  26. <p>Note, the scrcpy program requires a device running Android 5 or higher</p>
  27. <ol>
  28. <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>
  29. <li>Extract or install the downloaded scrcpy program</li>
  30. <li>Verify you have ADB (Sometimes labeled USB debugging) enabled on the Android device you want to remote control
  31. <ol start="1" style="list-style-type: lower-alpha;">
  32. <li>You may need to enable Developer options to enable ADB/USB debugging</li>
  33. <li>Go to Settings &gt; About</li>
  34. <li>Click on the Build number 7 times, you will start to see a countdown</li>
  35. <li>Once Developer options are enabled, Go to Settings &gt; Developer options and check the box next to USB debugging</li>
  36. </ol>
  37. </li>
  38. <li>Connect the Android device to the host computer</li>
  39. <li>Launch the scrcpy program</li>
  40. <li>Remote control your Android device</li>
  41. </ol>
  42. </div>
  43. </div>
  44. </body>
  45. </html>