Fastboot Comandos
Fastboot Comandos
Lista de opciones
fastboot devices Check whether the device is detected and recognized by the
computer
fastboot reboot Reboot the Android devices into the recovery mode
fastboot oem unlock Unlock the bootloader on with fastboot OEM unlock
fastboot oem lock After unlocking the command, relock it using this command
fastboot reboot When you reboot the bootloader or fastboot without flashing the
bootloader images, this command will help.
fastboot flash boot This command can be used for flashing boot.img
fastboot boot Want to just boot your device temporarily into custom recovery
image_file.img mode without flashing? Use this command.
fastboot format:ex4 To erase your device’s data, this command will be used.
userdata
fastboot erase Fastboot erase command will erase items from your device. You
can wipe data from different partitions on your device.
ADB reboot bootloader Boot the device to fastboot or Bootloader mode, use this
command.
ADB reboot recovery Boots your device to TWRP or stock recovery from the booted OS.
adb pull /file-location-on- To ‘pull’ any file from your device and send it over to PC
device/filename
adb sideload filename Allow flashing zip files from a command shell
adb start-server If the ADB server does not start automatically “kills the daemon”
and “start on a specific port”, use this command to start the ADB
server
adb kill-server You may kill the server if the command tool gets hanged or isn’t
performing as per your expectations.
adb install -r filename.apk This adb command will allow you to reinstall or update an APK
adb install -s filename.apk To move the application to SD card (if supported by your device):