WELCOME!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Android Debug Bridge | ADB & Fastboot Platform-Tools Ver1.0.39

Online statistics

Members online
13
Guests online
105
Total visitors
118

zetroc75

Registered
Joined
May 18, 2017
Messages
2,058
Android Debug Bridge | ADB & Fastboot Platform-Tools Ver1.0.39



cbbsPYA.jpg




Android Debug Bridge | ADB & Fastboot Platform-Tools Ver1.0.39.

Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device (an emulator or a connected Android 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:

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.
A daemon (adbd), which runs commands on a device. The daemon runs as a background process on each device.
A server, which manages communication between the client and the daemon. The server runs as a background process on your development machine.


Download Link:

https://mega.nz/#!DMcXFSJI!RLb9XyNd_7LKxZznaS8NaI04datQFAB6Mnk6O_WhP-8
 
Back
Top