Skip to content

Instantly share code, notes, and snippets.

View Kyuugeki's full-sized avatar

Kyuugeki

  • Brazil
View GitHub Profile
@Kyuugeki
Kyuugeki / Fastboot_cmd.txt
Created July 12, 2023 15:46 — forked from michaeljymsgutierrez/Fastboot_cmd.txt
Fastboot command lines for android
1. Flashing the recovery image:
fastboot flash recovery recovery.img
2. Flash the kernel and bootloader:
fastboot flash boot boot.img
3. Erase a partition:
fastboot erase cache