Announcement

Collapse
No announcement yet.

using fastboot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    using fastboot

    Does anybody know how to get past the "waiting for any device" error message. I thought it was a driver problem in windows 11 but Im still getting it in Kubuntu.

    #2
    Fastboot , in your BIOS?
    Or Windows' "fast startup" thingy, which is sort of a hibernation of sorts on the file system?

    Or (my guess) fastboot, from ADB with an android phone connected to the computer or over wifi?
    If the last one, have you set the phone up correctly for this? Developer Options and USB debugging enabled, etc?
    On my phone, I have to use ADB to reboot to the bootloader, then I can run fastboot. Granted, my device is still locked, so I can't actually do anything yet

    Code:
    $ adb devices
    List of devices attached
    28281FDH20000S device
    $ adb reboot bootloader
    $ fastboot devices
    28281FDH20000S fastboot

    Last edited by claydoh; Nov 19, 2023, 09:36 PM.

    Comment

    Working...
    X