Name: | android-tools |
Epoch: | 1 |
Version: | 33.0.3p1 |
Release: | 3.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 11280277 |
License: | ASL 2.0 and (ASL 2.0 and BSD) |
RPM: |
android-tools-33.0.3p1-3.el8.x86_64.rpm
|
Source RPM: |
android-tools-33.0.3p1-3.el8.src.rpm
|
Build Date: | Sat Dec 24 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://developer.android.com/guide/developing/tools/ |
Summary: | Android platform tools(adb, fastboot) |
Description: |
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. |
-
Fri Dec 23 2022 Davide Cavalca <dcavalca@fedoraproject.org> 1:33.0.3p1-3
- Drop adb bash completion on el8 to avoid conflict
-
Mon Dec 12 2022 Davide Cavalca <dcavalca@fedoraproject.org> 1:33.0.3p1-2
- Make it build on el8
-
Sun Nov 06 2022 Robert-André Mauchin <zebob.m@gmail.com> 1:33.0.3p1-1
- Update to 33.0.3p1
-
Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:31.0.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 1:31.0.2-6
- Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in
golang
-
Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1:31.0.2-5
- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
CVE-2022-29526, CVE-2022-30629
-
Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:31.0.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
Sat Nov 06 2021 Adrian Reber <adrian@lisas.de> - 1:31.0.2-3
- Rebuilt for protobuf 3.19.0
-
Sun Oct 24 2021 Adrian Reber <adrian@lisas.de> - 1:31.0.2-2
- Rebuilt for protobuf 3.18.1
-
Mon Aug 02 2021 Ivan Afonichev <ivan.afonichev@gmail.com> - 1:31.0.2-1
- GCC 11 compatibility
- Add bash complitions
- Specify golang build dependencies
- Resolves: rhbz 1923681 1987363 1674645