I've been trying to install TWRP custom recovery on my galaxy s8 and haven't had much luck getting past this particular issue. After looking on several forums and watching pretty much all of the solutions on youtube I've resorted to posting my problem.
So, after enabling usb debugging and OEM unlocking I open up platform-tools in cmd prompt and type in the following:
adb devices
- this is showing me that my device has been detected by my pc
adb reboot bootloader
- this then takes me to the bootloader mode
fastboot flash recovery recovery.img
- which presents me with "waiting for any device"
All the solutions that I've seen have something to do with the drivers but I believe mine is up to date after installing it manually from C:\Users\"My Name"\AppData\Local\Android\Sdk\extras\google\usb_driver
Any help would be much appreciated. Thanks