Lines Matching refs:commands
43 it binds to local TCP port 5037 and listens for commands sent from adb clients—all adb
59 <p>Once the server has set up connections to all emulator instances, you can use adb commands to
61 instances and handles commands from multiple adb clients, you can control any emulator/device
81 that USB debugging and other adb commands cannot be executed unless you're able to unlock the
94 <p>You can issue adb commands from a command line on your development machine or from a script.
110 <p>The table below lists all of the supported adb commands and explains their meaning and usage. </…
112 <p class="table-caption"><strong>Table 1.</strong> Available adb commands</p>
150 <td>Prints a list of supported adb commands.</td>
240 …and to other adb commands, in which case adb will wait until the emulator/device instance is conne…
243 …em is fully booted. For that reason, you should not prepend it to other commands that require a fu…
292 <p>Before issuing adb commands, it is helpful to know what emulator/device instances are connected …
334 when issuing adb commands. To do so, use the <code>-s</code> option in the commands. The usage
349 simply use the {@code -e} option to send commands to the emulator. Likewise if there's multiple
350 devices but only one hardware device attached, use the {@code -d} option to send commands to
384 <p>You can use the adb commands <code>pull</code> and <code>push</code> to copy files to
387 commands let you copy arbitrary directories and files to any location in an
396 <p>In the commands, <code><local></code> and <code><remote></code> refer to the