Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Releases: simmac/minimal_adb_fastboot

v3.2.1: Small adjustments for new aapt-branch.

Choose a tag to compare

@simmac simmac released this 01 Mar 15:32
v3.2.1: Small adjustments for new aapt-branch.

v3.2.0-aapt: Added directory check and aapt binaries

Choose a tag to compare

@simmac simmac released this 01 Mar 15:24

New:

  • checks if target directory exists
  • added aapt-binaries

v3.2.0: Added directory check

Choose a tag to compare

@simmac simmac released this 01 Mar 15:23

New:

  • checks if target directory exists

v23 rc_2

v23 rc_2 Pre-release
Pre-release

Choose a tag to compare

@simmac simmac released this 17 Jun 14:33

This update contains the newest preview binaries of adb and fastboot. The good news: The annoying "missing system.img" error is finally fixed!

v3.0: Major cleanup, uninstaller and more

Choose a tag to compare

@simmac simmac released this 31 May 14:49
  • Major code cleanup (using functions now)
  • Added uninstaller option (use uninstall as the first argument)
  • Added possibility to install either adb or fastboot seperately (use adb or fastboot as the first argument)
  • Changed OS X install path from /usr/bin to /usr/local/bin (Please run ./install uninstall-old first if you used this script with version < 3.0! This will remove the old bins from /usr/bin.)
  • Added copy of the Apache License 2.0 as required

3.0.0 using PREVIEW BINARIES

Pre-release

Choose a tag to compare

@simmac simmac released this 31 May 15:18

Uses binaries from platform-tools preview v23 release candidate 1.
Use this only when handling Android M stuff!

v23 rc_1

v23 rc_1 Pre-release
Pre-release

Choose a tag to compare

@simmac simmac released this 29 May 08:12

Uses binaries from platform-tools preview v23 release candidate 1.
Use this only when handling Android M stuff!

v2.0: Linux support

Choose a tag to compare

@simmac simmac released this 14 Mar 18:38

Linux support added!
As this has only been tested on one Linux machine, this is still experimental, I welcome every feedback on the official xda-thread (see readme).

v1.2.1 Improved version check

Choose a tag to compare

@simmac simmac released this 13 Mar 10:25

Improved version check by adding a hash-check to compare installed and delivered bin.

v 1.2: Binaries update & small adjustments

Choose a tag to compare

@simmac simmac released this 10 Mar 20:52

Updated binaries to newest version from the platform-tools v22.

Added additional dialogue because I realized, that some binary updates will not increase the version number.

PLEASE NOTE: I dropped the installer package support, see README for details.