123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running scrcpy to Remote Control Android Device</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Ouya,Android,ADB,Tutorial,How To,i12bretro,Android 5,Android Lollipop,scrcpy,Remote Control">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running scrcpy to Remote Control Android Device">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <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>Running scrcpy to Remote Control Android Device</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>What is scrcpy?</h2>
- <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>
- <p>Note, the scrcpy program requires a device running Android 5 or higher</p>
- <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>Verify you have ADB (Sometimes labeled USB debugging) enabled on the Android device you want to remote control
- <ol start="1" style="list-style-type: lower-alpha;">
- <li>You may need to enable Developer options to enable ADB/USB debugging</li>
- <li>Go to Settings > About</li>
- <li>Click on the Build number 7 times, you will start to see a countdown</li>
- <li>Once Developer options are enabled, Go to Settings > Developer options and check the box next to USB debugging</li>
- </ol>
- </li>
- <li>Connect the Android device to the host computer</li>
- <li>Launch the scrcpy program</li>
- <li>Remote control your Android device</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|