Quantcast
Channel: xda-developers - One S Android Development
Viewing all articles
Browse latest Browse all 275

[DRIVERS] Latest HTC Drivers [v4.0.1.002]

$
0
0
Latest HTC Drivers
Latest HTC Drivers extracted from HTC Sync v3.3.21 and HTC Sync Manager v2.0.41.0

Latest Driver Version (HTC Sync): 4.0.1.001
Latest Driver Version (HTC Sync Manager): 4.0.1.002

BMP Drivers are the same for both sets of drivers.


For those who don't want to have to download 120 some MB of bloatware called HTC Sync ;)

Instructions:
  • Determine if your system is 32-bit or 64-bit
  • Download the BMP Driver for your OS type (x86 version if on 32-bit, x64 if on 64-bit)
  • Download the newest HTCDrivers file (choose either the "EXE" or "MSI" driver file, but not both)
  • Disable any antivirus program(s) present
  • Run both files downloaded above (the BMP.msi and the HTCDriver file)
  • Re-enable your antivirus program(s)

Links

ALL DRIVER FILES: www.mediafire.com/?o10b16j5b3r3o

Updated on 4.02.13
  • RemoveOldHTCDriver3.exe (packaged in HTC Sync Manager v2.0.41.0)
  • Removed duplicate x86 BMP Driver
  • Updated instructions with link to determine if on 32-bit or 64-bit

Updated on 3.31.13
Updated on 3.6.13
Updated on 11.28.12
  • HTC BMP USB Driver_x86.msi DELETED: Turned out to be the same 1.0.5375 as above. Download from link above.
  • HTCDriver_3.0.0.023.msi





------------

MD5 CHECKSUMS
Sometimes downloading from the internet can yield a corrupt download. To prevent this, make sure you always check the md5 checksum (also known as "md5sum") of the file. This method verifies the digital integrity of the file by verifying its digital signature with the MD5 algorithm.

After you download each file, make sure to check that the md5sum matches what is given.
  • 25912deacc5d55528e223ec7b99705cc *HTCDriver_3.0.0.023.msi
  • 220c41f3b03f42190899db8cb081b5c6 *HTCDriver_4.0.1.001.exe
  • a578d837343fe2542ecf405a630d46a0 *HTCDriver_4.0.1.001.msi
  • 8223ec1c2aa71503b431a0daabb23154 *HTCDriver_4.0.1.002.exe
  • 4dfbd4ae8662124d06e0a04db2065069 *HTCDriver_4.0.1.002.msi
  • bf24b0adc2f792ee4180ca545e4b60a0 *HTC_BMP_USB_Driver_x32_1.0.5375.msi
  • 7b461095d56f9a6814d8f3e14cac0859 *HTC_BMP_USB_Driver_x64_1.0.5375.msi
  • 96e6d181192a995214493a6828e4287d *IPTInstaller_4.0.8.msi
  • 92bd34ec7787e631231c68aba392b6e7 *RemoveOldHTCDriver3.exe

How to check the md5sum of a file:

Windows:
For windows you need to download the md5sum binary. I recommend the one from my dev-host.

After that, copy the file you're trying to verify to the directory where where you downloaded the "md5sum.exe"

Once that is finished, do SHIFT+RIGHT CLICK (inside the folder window) and choose "Open command window here"



Then type the following ("fileNameHere" must include the extension):
Code:

md5sum fileNameHere
That will output a hash, which you can compare to the ones above.


Linux: No need to download anything, md5sum binaries are included in all distros, as far as I know.

Open a terminal and type the following ("fileNameHere" must include the extension):

Code:

$ cd path/to/download/folder
$ md5sum fileNameHere


Two important notes:
This method can be used with any files you download, as long as the download site (or the dev themself) provides the correct md5sum.
If any of the digits do not match exactly, you need to download the file again.

Viewing all articles
Browse latest Browse all 275

Trending Articles