Lines Matching full:remote
23 <li><a href="#sqlite">Examining sqlite3 databases from a remote shell</a></li>
201 <td><code>pull <remote> <local></code></td>
207 <td><code>push <local> <remote></code></td>
214 <td><code>forward <local> <remote></code></td>
215 <td>Forwards socket connections from a specified local port to a specified remote port on the emulator/device instance. </td>
281 <td>Starts a remote shell in the target emulator/device instance.</td>
287 <td>Issues a shell command in the target emulator/device instance and then exits the remote shell.</td>
402 <pre class="no-pretty-print">adb pull <remote
405 <pre class="no-pretty-print">adb push <local> <remote></pre>
407 <p>In the commands, <code><local></code> and <code><remote></code> refer to the
409 emulator/device instance (remote). For example: </p>
430 the adb remote shell on the emulator/device. To issue a single command without entering a
431 remote shell, use the <code>shell</code> command like this: </p>
435 <p>Or enter a remote shell on an emulator/device like this:</p>
439 <p>When you are ready to exit the remote shell, press CTRL+D or type
457 without entering a remote shell. For example:</p>
860 without entering a remote shell. For example:</p>
1120 <h3 id="sqlite">Examining sqlite3 databases from a remote shell</h3>
1122 <p>From an adb remote shell, you can use the
1130 <p>To use <code>sqlite3</code>, enter a remote shell on the emulator instance, as described above,
1146 shell. To exit and return to the adb remote shell, use <code>exit</code> or <code>CTRL+D</code>.
1343 <p>You can use the <code>logcat</code> command from your development computer or from a remote adb shell in an emulator/device instance. To view log output in your development computer, you use</p>
1347 <p>and from a remote adb shell you use</p>