Searched refs:ADB (Results 1 – 25 of 32) sorted by relevance
12
1 Implementation notes regarding ADB.5 The Android Debug Bridge (ADB) is used to:12 DDMS). These commands are called 'services' in ADB.16 1. The ADB server26 The ADB server is really one giant multiplexing loop whose purpose is31 2. The ADB daemon (adbd)34 or emulated system. Its purpose is to connect to the ADB server38 The ADB server considers that a device is ONLINE when it has successfully40 meaning that the ADB server detected a new device/emulator, but could not46 3. The ADB command-line client[all …]
2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document8 Ask the ADB server for its internal version number.11 Ask the ADB server to quit immediately. This is used when the12 ADB client detects that an obsolete server is running after an32 This is a special query that is sent to the ADB server when a34 to the emulator's ADB control port, i.e. the TCP port that the38 This mechanism allows the ADB server to know when new emulator65 prefix can be used to indicate that the client is asking the ADB server93 Asks the ADB server to forward local connections from <local>160 stdin/stdout/stderr as appropriate. Note that the ADB server uses
1 # ADB Internals13 | ADB +----------+ | ADB SERVER | +----------+18 | ADB | v + | +----------+
118 {"adb", ADB}, in setup_trace_mask()187 VLOG(ADB) << adb_version(); in adb_trace_init()
28 ADB = 0, /* 0x001 */ enumerator
17 #define TRACE_TAG ADB
2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document
10 [SL4A](https://android.googlesource.com/platform/external/sl4a/) or ADB shell116 1. Check if your ADB version is up to date on both host machine and remote120 1. Enable SSH port forwarding for both ADB port and various ports used by our124 * ADB Port: 5037134 Among these ports, ADB Port needs to be forwarded from local machine to
99 Run test using ADB
1 # ADB(1) MAN PAGE 10 CLI Client for ADB (Android Debug Bridge) Server. 18 Connects to the ADB Server via its smart socket interface. Allows sending requests, receives respon…20 …filled directly by the server while others are "forwarded over to the adbd(ADB daemon) running on …385 See [OWNERS](../../OWNERS) file in ADB AOSP repo.
8 # ADB is not enabled.
8 # ADB is supported and rooting is possible. Note that
205 ### ADB subsection
11 over ADB to communicate with the AAOS device.
25 Then enable ADB debugging in "Settings" -> "System" -> "Developer options".
103 tool on a rooted KVM-enabled device. If your device is attached over ADB, you can run:
26 ADB) \