forked from i12bretro/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
0104.html
50 lines (46 loc) · 2.55 KB
/
0104.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!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,Android 5,Android Lollipop,Scrcpy,Remote Control,Install Guide,Remote Control Android Device,Remote Control FireTV Device,How To,Tutorial,i12bretro">
<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">
<meta name="revised" content="04/03/2022 12:36:02 PM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<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>