<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.z3x-team.com/index.php?action=history&amp;feed=atom&amp;title=ADB_mode</id>
	<title>ADB mode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.z3x-team.com/index.php?action=history&amp;feed=atom&amp;title=ADB_mode"/>
	<link rel="alternate" type="text/html" href="https://wiki.z3x-team.com/index.php?title=ADB_mode&amp;action=history"/>
	<updated>2026-04-30T15:55:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.z3x-team.com/index.php?title=ADB_mode&amp;diff=75&amp;oldid=prev</id>
		<title>Ugrynks: Created page with &quot;=== Android Debug Bridge (ADB) === Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with a device. The ADB command facilitates a variety o...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.z3x-team.com/index.php?title=ADB_mode&amp;diff=75&amp;oldid=prev"/>
		<updated>2018-08-10T12:47:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== Android Debug Bridge (ADB) === Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with a device. The ADB command facilitates a variety o...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Android Debug Bridge (ADB) ===&lt;br /&gt;
Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with a device. The ADB command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device. It is a client-server program that includes three components:&lt;br /&gt;
&lt;br /&gt;
* A client, which sends commands. The client runs on your development machine. You can invoke a client from a command-line terminal by issuing an adb command.&lt;br /&gt;
* A daemon (adbd), which runs commands on a device. The daemon runs as a background process on each device.&lt;br /&gt;
* A server, which manages communication between the client and the daemon. The server runs as a background process on your development machine.&lt;br /&gt;
adb is included in the Android SDK Platform-Tools package. You can download this package with the SDK Manager, which installs it at android_sdk/platform-tools/.&lt;/div&gt;</summary>
		<author><name>Ugrynks</name></author>
	</entry>
</feed>