android-tools 4.2.2+git20130218-3ubuntu37rtm2 source package in Ubuntu RTM

Changelog

android-tools (4.2.2+git20130218-3ubuntu37rtm2) 14.09; urgency=medium

  * ubuntu-device-flash creates /data/.adb_onlock when flashing with
    --developer-mode to override the new screen lock check in adbd. in a
    booted ubuntu this file gets re-mapped to /userdata/.adb_onlock. fix the
    checked path in teh adbd binary to look in the right place for this file.
    (LP: #1414288)
 -- Oliver Grawert <email address hidden>   Sat, 24 Jan 2015 12:59:36 +0100

Upload details

Uploaded by:
Oliver Grawert
Uploaded to:
14.09
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Builds

14.09: [FULLYBUILT] amd64 [FULLYBUILT] armhf [FULLYBUILT] i386

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-3ubuntu37rtm2.debian.tar.xz 119.9 KiB 771962bddf30b571448bc24ff22301a4951b61a39de6f06e13e1f9a35961460f
android-tools_4.2.2+git20130218-3ubuntu37rtm2.dsc 1.7 KiB dda0e571da4c7bc731f08f5bf1a366b35d982269a1580e4df5f36bcd8abe3c1f

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.