Android SDK Platform Tools
https://github.com/nmeum/android-tools
Android SDK Platform Tools is a component for the Android SDK. It includes tools that interface with the Android platform, such as adb, fastboot, and systrace. These tools are required for Android app development. They're also needed if you want to unlock your device bootloader and flash it with a new system image.
Although some new features in these tools are available only for recent versions of Android, the tools are backward compatible, so you need only one version of the SDK Platform Tools.
- Links to hardware / android-tools
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:ecsos/android-tools && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
android-tools-35.0.2.tar.xz | 0018847376 18 MB | |
android-tools.changes | 0000018239 17.8 KB | |
android-tools.spec | 0000005782 5.65 KB | |
fix-install-completion.patch | 0000001209 1.18 KB |
Latest Revision
Eric Schirra (ecsos)
committed
(revision 3)
- Update to version 34.0.4 * adb - Propagate -a (gListenAll) when adb forks an adb host server (previously, the flag only worked for adb -a server nodaemon) - Faster root and unroot - Reland Flag(env) guarding clear endpoint (device) feature for OSX usb start. (issue #270205252). * fastboot - Mac: remove retries on invalid IO iterator (flashing failure with LIBUSB_TRANSFER_CANCELLED) - Windows: fix "Sparse file is too large or invalid" when using "flashall" - All platforms: fix "ANDROID_PRODUCT_OUT not set" when using "update" - Remove the files vendor.tar.gz and _service and strip "-mod=vendor" from GOFLAGS env var (currently superfluous) - Remove protobuf version requirement - Use specific python versions for 15.4 and 15.5, otherwise stick with plain python3 - Remove Requires for a specific python version, the interpreter already creates a matching Requires - Fix for Factory/TW: Use protobuf < 22.5 - Add f2fs-tools as a requirement: Required for 'fastboot format:f2fs ...' (link /usr/bin/make_f2fs to /usr/sbin/mkfs.f2fs)
Comments 0