For those (Windows users) with issues getting the SDK and JDK to install right or work right, or those that simply don't want to mess with it, there's a much easier way to have adb/fastboot commands available. To date (and I've been playing with HTC devices since the Inc1), I've seen no adverse consequences of using this instead of the entire SDK/JDK.
Simply download
this .zip and extract it to where you want to (preferably easy access), and use that as your main "/tools" folder - i.e. where you put the .bin file, recovery .img files, etc. It contains 4 files of importance for adb/fastboot:
adb.exe
fastboot.exe
AdbWinApi.dll
AdbWinUsbApi.dll
For now, ignore the nbimg.exe file in there... but in the future we'll hopefully be able to flash custom splash screens on the Rezound, and that file can be used to create your own with the right command line.
Mac/Smith - not trying to undercut you guys and all the hard (and
awesome) work y'all have done, but this has saved me a lot of time over the years, in one of the bigger hurdles to people using adb/fastboot. If y'all see any problems with this, I'll take zero offense (and I'm serious) if you want to delete this or ignore this.