android-tools 4.2.2+git20130218-3ubuntu21 source package in Ubuntu

Changelog

android-tools (4.2.2+git20130218-3ubuntu21) trusty; urgency=low

  * rework adbd upstart job to react to changes of the persist.sys.usb.config
    property, on devices where functionfs is used (manta) we now mount the
    functionfs layer to make the usb gadget usable by adb.
 -- Oliver Grawert <email address hidden>   Thu, 06 Mar 2014 17:29:43 +0100

Upload details

Uploaded by:
Oliver Grawert
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
linux-any armhf i386 amd64
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
android-tools_4.2.2+git20130218.orig.tar.xz 210.8 KiB 9bfba987e1351b12aa983787b9ae4424ab752e9e646d8e93771538dc1e5d932f
android-tools_4.2.2+git20130218-3ubuntu21.debian.tar.gz 145.1 KiB 6ccdab7a2ae824deb435f955602a53507eacd0d7d896eb3f035df3c13518d04b
android-tools_4.2.2+git20130218-3ubuntu21.dsc 1.7 KiB 5f0ce5b492fa761ea4f6ad0df2f5f2b6c7f8b6054657a0ec9d979140b14ac5f8

View changes file

Binary packages built by this source

android-tools-adb: Android Debug Bridge CLI tool

 Android Debug Bridge (adb) is a versatile tool lets you manage the
 state of an emulator instance or Android-powered device. It is a
 client-server program that includes three components:
 .
 A client, which runs on your development machine. You can invoke a
 client from a shell by issuing an adb command. Other Android tools such
 as the ADT plugin and DDMS also create adb clients.
 .
 A server, which runs as a background process on your development
 machine. The server manages communication between the client and the
 adb daemon running on an emulator or device.
 .
 A daemon, which runs as a background process on each emulator or device
 instance.

android-tools-adbd: Android Debug Bridge Phone Daemon

 Android Debug Bridge (adb) is a versatile tool lets you manage the
 state of an emulator instance or Android-powered device. It is a
 client-server program that includes three components.
 .
 This package provides the daemon, which runs as a background process
 on a device you want to connect to from a PC.

android-tools-fastboot: Android Fastboot protocol CLI tool

 Fastboot is a diagnostic protocol primarily used to update the flash
 filesystem of Android devices over USB.
 .
 This package provides the fastboot command-line tool.

android-tools-fsutils: Android ext4 utilities with sparse support

 Android images (.img) are typically ext4 filesystems in a special
 sparse file format come in a special format.
 .
 This package provides the utilities to deal with Android sparse ext4
 images.