Go to file
2024-01-05 20:24:01 +01:00
android-tools-5.0.2_r1-remove-selinux-header.patch automatic version update by autodist [release 5.0.2_r1-1mamba;Tue Jan 20 2015] 2024-01-05 20:24:01 +01:00
android-tools-adb.service automatic version update by autodist [release 5.0.2_r1-1mamba;Tue Jan 20 2015] 2024-01-05 20:24:01 +01:00
android-tools-Makefile-adb automatic version update by autodist [release 5.0.2_r1-1mamba;Tue Jan 20 2015] 2024-01-05 20:24:01 +01:00
android-tools-Makefile-core automatic version update by autodist [release 5.0.2_r1-1mamba;Tue Jan 20 2015] 2024-01-05 20:24:01 +01:00
android-tools-Makefile-fastboot automatic version update by autodist [release 5.0.2_r1-1mamba;Tue Jan 20 2015] 2024-01-05 20:24:01 +01:00
android-tools-rules automatic version update by autodist [release 5.0.2_r1-1mamba;Tue Jan 20 2015] 2024-01-05 20:24:01 +01:00
android-tools.spec automatic version update by autodist [release 5.1.0_r3-1mamba;Thu Apr 09 2015] 2024-01-05 20:24:01 +01:00
README.md fixed android udev rules [release 4.0.3_r1-3mamba;Fri Jun 01 2012] 2024-01-05 20:24:01 +01:00

android-tools

Android platform tools ported to GNU/Linux for Android based devices management.

The Android Debug Bridge (ADB) is used to:

  • keep track of all Android devices and emulators instances connected to or running on a given host developer machine
  • implement various control commands (e.g. "adb shell", "adb pull", etc.) for the benefit of clients (command-line users, or helper programs like DDMS). These commands are what is called a 'service' in ADB.

Fastboot is used to manipulate the flash partitions of the Android phone. It can also boot the phone using a kernel image or root filesystem image which reside on the host machine rather than in the phone flash. In order to use it, it is important to understand the flash partition layout for the phone. The fastboot program works in conjunction with firmware on the phone to read and write the flash partitions. It needs the same USB device setup between the host and the target phone as adb.