So I'm seeing a ton of posts of folks not able to get fastboot to see their devices. I've done some tinkering around and found a set of drivers that work fine for both ADB and Fastboot. (Attached)
Lemme know if you're still having problems.
- Uninstall any ADB drivers you have on your system. Easiest way is to plug your phone in, go into device manager, right click your phone and select uninstall and check the box that says to remove the driver as well.
- Then download this package, extract, simply run install.exe as admin. Don't panic, it doesn't do anything visual.
- Now plug your phone in and see if adb works, you may need to authorize the computer again on the phone so make sure it's unlocked.
- Reboot into bootloader and check if fastboot sees the phone by using
Code:
fastboot devices
- If not then go back into device manager and right click on your phone, select update driver, let me select one from a list and you should see "Fastboot interface (Google USB ID)". Select this one.
- Check fastboot without unplugging with the same command. Check and see if you can send commands to the phone by using for instance,
Code:
fastboot getvar unlocked
- Now she chooches.
Lemme know if you're still having problems.