diff options
Diffstat (limited to 'docs/html/tools/help')
| -rw-r--r-- | docs/html/tools/help/adb.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/help/adb.jd b/docs/html/tools/help/adb.jd index 4e75f2e..d44d54b 100644 --- a/docs/html/tools/help/adb.jd +++ b/docs/html/tools/help/adb.jd @@ -88,13 +88,14 @@ Emulator 2, adb: 5557 ... <li>Serial number — A string created by adb to uniquely identify an emulator/device instance by its console port number. The format of the serial number is <code><type>-<consolePort></code>. Here's an example serial number: <code>emulator-5554</code></li> - <li>State — The connection state of the instance. Three states are supported: + <li>State — The connection state of the instance may be one of the following: <ul> <li><code>offline</code> — the instance is not connected to adb or is not responding.</li> <li><code>device</code> — the instance is now connected to the adb server. Note that this state does not imply that the Android system is fully booted and operational, since the instance connects to adb while the system is still booting. However, after boot-up, this is the normal operational state of an emulator/device instance.</li> + <li><code>no device</code> — there is no emulator/device connected. </ul> </li> </ul> @@ -111,7 +112,6 @@ emulator-5554 device emulator-5556 device emulator-5558 device</pre> -<p>If there is no emulator/device running, adb returns <code>no device</code>.</p> <a name="directingcommands"></a> |
