View Single Post
Old 09-27-2022, 02:23 PM   #185
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,066
Karma: 18028039
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
There are two different fastboots. They might be using different USB VID/PIDs.
That means that you might have to load Windows drivers two different times.
Code:
$ adb reboot fastboot
gets you the user mode fastboot that says "fastbootd" at the top.
Code:
$ adb reboot bootloader
gets you the boring, normal fastboot without any fancy screen.

That's the one that you are probably missing drivers for.
Go to Device Manager and look for something with an exclamation mark and without a driver.
You can also use UsbView.exe to see what you have when you go to the real bootloader.
Renate is offline   Reply With Quote