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

Commit

Permalink
This branch uses previews of adb/fastboot!
Browse files Browse the repository at this point in the history
Updated to v23 rc_1 of the platform-tools.
  • Loading branch information
SimMac committed May 29, 2015
1 parent b0ebf8b commit 3ba8897
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 21 deletions.
33 changes: 13 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Quick ADB / Fastboot installer for OS X and Linux (minimal_adb_fastboot)
Quick ADB / Fastboot installer for OS X and Linux (minimal_adb_fastboot) (PREVIEW)
====================

Last updated: 14.03.2015 | adb version: 1.0.32
Last updated: 29.05.2015 | adb version: 1.0.32 platform-tools 23rc_1
------------------------

PLEASE NOTE: This branch uses the latest preview of the platform-tools from Google (v23 rc_1)! Use this only when messing around with the Android M Preview! Go back to the master branch for the stable ADB/fastboot binaries!
---------------

Installs the adb and fastboot binaries for OS X and Linux.

Do the following steps:
Expand All @@ -13,27 +17,16 @@ Do the following steps:

Changelog:
---------------
- 1.0 | 15.11.2014 Initial release
- 1.1 | 16.11.2014 Script can now be called from everywhere
- 1.1.1 | 23.11.2014 Name change due to name confict with other adb installer.
- 1.2 | 10.03.2015 Updated adb and fastboot binaries to platform-tools v22, adjusted script because binaries change without version number incremention.
- 1.2.1 | 13.03.2015 Improved version check by adding a hash-check to compare installed and delivered bin.
- **2.0.0 | 14.03.2015 Added Linux support!** (experimental, feedback very welcome!)
- 1.0 | 15.11.2014 Initial release
- 1.1 | 16.11.2014 Script can now be called from everywhere
- 1.1.1 | 23.11.2014 Name change due to name confict with other adb installer.
- 1.2 | 10.03.2015 Updated adb and fastboot binaries to platform-tools v22, adjusted script because binaries change without version number incremention.
- 1.2.1 | 13.03.2015 Improved version check by adding a hash-check to compare installed and delivered bin.
- 2.0.0 | 14.03.2015 Added Linux support! (experimental, feedback very welcome!)
- **2.0.1_preview1 | 29.05.2015 Updated to the latest preview version (v23 rc_1)

Support Thread:
----------------
Official support thread on xda: http://forum.xda-developers.com/android/general/adb-fastboot-binaries-os-x-inclusive-t2941205
Please open an issue if you experience any problems and feel free to fork and improve this script, I would be happy if you made a push request with your improvements!

Installer Package (legacy):
------------------
**PLEASE NOTE:** The package caused more problems than it did solve, and I think everybody
who uses adb / fastboot can install the binaries with my script.
*The installer package WILL NOT be supported anymore, please use the script!*


I also made an installer package (mpkg), which simply moves the binary files into /usr/bin/.
This Package is not signed, which means you have to start it by right-clicking on the mpkg file and select "Open...".

You can find the newest version (Quick Installer Package 1.0, adb version 1.0.32) here:
Download: https://github.com/simmac/minimal_adb_fastboot/releases/download/1.1.1/Quick_ADB-Fastboot_Installer.mpkg
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
clear
echo -e "\n\nQuick adb/fastboot installer 2.0 .\n"
echo -e "\n\nQuick adb/fastboot installer 2.0 with PREVIEW BINARIES\n"

#Gets location of the script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand Down
Binary file modified linux/adb
Binary file not shown.
Binary file modified linux/fastboot
Binary file not shown.
Binary file modified osx/adb
Binary file not shown.
Binary file modified osx/fastboot
Binary file not shown.

0 comments on commit 3ba8897

Please sign in to comment.