I have a very weird issue on my Ubuntu machine when trying to run the fastboot command.
When I run:
fastboot devices
I get
no permissions fastboot
So I run the command with adminidtrator permissions:
sudo fastboot devices
And then I get the result
sudo: fastboot: command not found
How can this be? I have the directory in my PATH and everything works correctly without sudo.
Since adb is working, do an adb reboot bootloader and it'll then boot into fastboot. If you can't get a return on fastboot devices at this point, it could be you haven't oem unlocked your phone yet. I ran adb reboot bootloader from pc to boot phone into fastboot.
If Fastboot is still not detecting your Android phone, right-click on “Android” and choose “Update Driver” -> “Browse my computer for drivers” -> “Let me pick from a list of available drivers on my computer”. 6. After that, double-click on “Android Phone“.
Fastboot works the same way as ADB, except you need to boot your phone into Fastboot mode instead of Android. You normally do this by holding a combination of the power and volume keys when turning on the phone. Alternatively, use ADB and type adb reboot bootloader. After that it's the same.
You can use
sudo $(which fastboot) devices
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With