If you are having trouble with drivers then perhaps you might try using a Linux distro, as you don't need to worry about drivers on Linux. You can run many distros from a usb stick without installing them to your computer. I would suggest Ubuntu or something based on Ubuntu because they have the android tools in their repository which makes installing them easier. On Ubuntu, you can install adb and fastboot from the command line with the command "sudo apt-get install android-tools-adb android-tools-fastboot". When using adb and fastboot on Linux you may need to prefix the commands with "sudo " to get them to work, the "sudo" command runs other commands with root privileges.
Posted via Android Central App
Posted via Android Central App