Jump to content


Android Toolkit - ADB and Fastboot made easy!


  • Please log in to reply
8 replies to this topic

#1 Guest_Dalvik_Cache_*

Guest_Dalvik_Cache_*
  • Guests

Posted 30 March 2014 - 07:19 PM

Android Toolkit for ADB & Fastboot (and more). 
 


Please Login or Register to see this Hidden Content

 

Please Login or Register to see this Hidden Content

  42.07KB   17 downloads

 
What is the toolkit?
This Android Toolkit will install the latest ADB and Fastboot binaries for Windows, as well as all dependencies. Additionally it will install UnxUtils which is a port of many popular Linux commands to Windows. For example, you can now tail log files through a Windows CMD prompt, cat config files, etc. The following Unix commands have been ported: cat, csplit, fmt, grep, less, md5sum, paste, sed, split, tail, unexpand, cksum, cut, fold, head, lesskey, nl, pr, sha1sum, sum, tr, uniq, comm, expand, gawk, join, make, od, ptx, sort, tac, tsort, and wc. Long story short, its like Busybox for Windows. Lastly, this toolkit will create all the system path changes necessary to make all of the commands available from any directory in Windows. 
 
 
Why the toolkit?
About a week ago I found myself wiping my laptop and re-installing Windows. If that wasn't painful enough I had to re-install all of my apps, drivers, etc. When it came to installing ADB and Fastboot I had to download the latest Android Development Toolkit (ADT) which is gynormous (yes, thats a real word now). Once I downloaded the ADT I had to extract just the files I wanted, and then create system path entries for them to really make them usable. 
 
Fast forward to tonight, I was helping a new friend learn ADB and realized that they were getting hung up on the mechanics of having to CD to the right directory to use ADB, having to quote spaces in directory names to change to the right folders, etc. I thought, the last thing a person new to ADB or Fastboot needs is to be trying to solve the mysteries of Windows, especially since that can be more complicated than ADB and Fastboot itself. 
 
As a result a few of us got together (Jayrod, FoxKat, Johnthetruckdriver to name a few), and decided to make this tool. So, let us know what you think!
 
You can download the Toolkit from here:

Please Login or Register to see this Hidden Content

 

Note: Future versions will have an option to update ADB and Fastboot.  Also, apparently doesn't set path on XP. Will fix and re-up tonight.
 


  • rickw, SamuriHL, johnthehillbilly and 5 others like this

#2 johnthehillbilly

johnthehillbilly

    Gear jammin' S-Mod

  • Smod
  • 6,470 posts
  • Twitter:@johnhillbilly
  • Google+:http://goo.gl/ColUJ .. johnthehillbilly@gmail.com
  • LocationSomewhere between here, and there...
  • Current Device(s):unlocked RAZR HD (xt926)... RAZR (xt912)

Posted 30 March 2014 - 07:26 PM

Nice......:)

Feeding my android addiction......... one phone at a time.....

jhf.png

If you are feeling generous and would like to buy me a drink.... coffee :)


#3 kellym

kellym

    Droid Oracle

  • Dedicated Supporter
  • PipPipPipPipPip
  • 2,794 posts
  • Google+:kellym
  • LocationNY
  • Current Device(s):Pixel XL

Posted 30 March 2014 - 07:29 PM

Thanks, I can't believe how quickly you got this all together. So awesome.
  • johnthehillbilly likes this

#4 Guest_Dalvik_Cache_*

Guest_Dalvik_Cache_*
  • Guests

Posted 30 March 2014 - 07:46 PM

Let me know how it works for you!

 

Thanks, I can't believe how quickly you got this all together. So awesome.



#5 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,447 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 31 March 2014 - 03:09 AM

Fascinating.

Sent from my SM-P600 using Tapatalk


Non potest esse nisi unus


#6 Guest_Dalvik_Cache_*

Guest_Dalvik_Cache_*
  • Guests

Posted 31 March 2014 - 03:44 AM

Fascinating.

Sent from my SM-P600 using Tapatalk


Not for somebody of your skill level... Its like child's play. Lol

Sent from my XT1060 using Tapatalk


  • kellym likes this

#7 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,447 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 31 March 2014 - 04:07 AM

Not for somebody of your skill level... Its like child's play. Lol

Sent from my XT1060 using Tapatalk

 

Sure, but, I appreciate the value this brings to the community.  For those who aren't as technically inclined, this will be a great benefit.


  • johnthehillbilly, livinginkaos, kellym and 1 other like this

Non potest esse nisi unus


#8 Sabres032

Sabres032

    Large and in charge EMS minion

  • Members
  • PipPipPipPipPip
  • 9,515 posts
  • LocationWayward USA
  • Current Device(s):Google Pixel 2 XL

Posted 31 March 2014 - 07:59 AM

This may well help me out a lot since I am constantly forgetting adb and fastboot commands and having to search the interwebs for my answer. Thanks all for the hard work.


  • johnthehillbilly and kellym like this

IMG_12705794666508.jpeg


Sent from my Marine World N6 or my Nexus 7 2013 WiFi I'll let you figure out which.

#9 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,447 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 31 March 2014 - 08:25 AM

Found a bug for you.  :)  Your SetPath script at the end of the install is hardcoded to C:\.  I changed the path to my D:\Android directory but it still adds C:\AndroidTools\... to the path.  I don't know how you're calling the script, but, pass in the path as the first argument and change the script to something like this:

 

set AT_PATH=%1

setx PATH "%PATH%;%AT_PATH%;%AT_PATH%\Android;%AT_PATH%\UnxUtils" 

 

Call the script like:

 

set_path D:\Android\AndroidTools

 

Hope this helps.


  • johnthehillbilly and Sabres032 like this

Non potest esse nisi unus





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users