0104.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Running scrcpy to Remote Control Android Device</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>What is scrcpy?</h2>
  24. <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>
  25. <p>Note, the scrcpy program requires a device running Android 5 or higher</p>
  26. <ol>
  27. <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>
  28. <li>Extract or install the downloaded scrcpy program</li>
  29. <li>Verify you have ADB (Sometimes labeled USB debugging) enabled on the Android device you want to remote control
  30. <ol start="1" style="list-style-type: lower-alpha;">
  31. <li>You may need to enable Developer options to enable ADB/USB debugging</li>
  32. <li>Go to Settings &gt; About</li>
  33. <li>Click on the Build number 7 times, you will start to see a countdown</li>
  34. <li>Once Developer options are enabled, Go to Settings &gt; Developer options and check the box next to USB debugging</li>
  35. </ol>
  36. </li>
  37. <li>Connect the Android device to the host computer</li>
  38. <li>Launch the scrcpy program</li>
  39. <li>Remote control your Android device</li>
  40. </ol>
  41. </div>
  42. </div>
  43. </body>
  44. </html>