<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
OK, I got ADB working over wifi.<br>
<blockquote>- It pairs like Bluetooth.<br>
- No USB cable -- frees up the port for charging<br>
- I can send "text", keycode, and screen "tap"</blockquote>
<br>
<br>
<div class="moz-cite-prefix"> 2025-10-17 09:12, Anton Avramov wrote:<br>
</div>
<blockquote type="cite"
cite="mid:30cc74f3e4b068b43a73a8589d25072d45e2f891.camel@lukav.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>pre,code,address {
margin: 0px;
}h1,h2,h3,h4,h5,h6 {
margin-top: 0.2em;
margin-bottom: 0.2em;
}ol,ul {
margin-top: 0em;
margin-bottom: 0em;
}blockquote {
margin-top: 0em;
margin-bottom: 0em;
}</style>
<div>You can use adb to send tab, swipes, text and keyevent. <br>
Just search for 'adb shell input' or adb android simulate
input. </div>
<div><br>
</div>
<div>You can use that to automate and you can also use it to make
screenshots of the screen. </div>
<div><br>
</div>
<div>adb can be connected via USB, but the modern phones also
support connecting via the network. </div>
</blockquote>
</body>
</html>