
fastboot
List of commands for fastboot:
-
fastboot:tldr:3a44e fastboot: Reboot the device from fastboot mode into fastboot mode again.$ fastboot reboot bootloadertry on your machineexplain this command
-
fastboot:tldr:52fb9 fastboot: Unlock the bootloader.$ fastboot oem unlocktry on your machineexplain this command
-
fastboot:tldr:5b56a fastboot: Flash a given image.$ fastboot flash ${file-img}try on your machineexplain this command
-
fastboot:tldr:7b5ee fastboot: Relock the bootloader.$ fastboot oem locktry on your machineexplain this command
-
fastboot:tldr:81a5d fastboot: Display all information of a device.$ fastboot getvar alltry on your machineexplain this command
-
fastboot:tldr:948d5 fastboot: Display connected devices.$ fastboot devicestry on your machineexplain this command
-
fastboot:tldr:a55ee fastboot: Flash a custom recovery image.$ fastboot flash recovery ${file-img}try on your machineexplain this command