Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a416a49 authored by David Friedman's avatar David Friedman Committed by Android Git Automerger
Browse files

am a827de4e: Merge "Fixed ADB documentation to work properly on Windows Bug:...

am a827de4e: Merge "Fixed ADB documentation to work properly on Windows Bug: 17192985" into lmp-docs

* commit 'a827de4e':
  Fixed ADB documentation to work properly on Windows Bug: 17192985
parents 9b64954c a827de4e
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -58,7 +58,8 @@ Target: connected
</li>
</li>
<li>Connect the handheld to your machine over USB and run:
<li>Connect the handheld to your machine over USB and run:
<pre>
<pre>
adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444
adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444
</pre>
</pre>


<p class="note"><b>Note</b>: You can use any available port that you have access to.</p>
<p class="note"><b>Note</b>: You can use any available port that you have access to.</p>