Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-24 00:12:28 +00:00
parent 6ad53288ef
commit 40892cc890
11 changed files with 49 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# fastboot
> Communicate with connected Android devices when in bootloader mode (the one place `adb` doesn't work).
> Communicate with connected Android devices when in bootloader mode (the one place ADB doesn't work).
> More information: <https://cs.android.com/android/platform/superproject/+/main:system/core/fastboot>.
- Unlock the bootloader:
@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
`fastboot flash recovery {{path/to/file.img}}`
- Display connected devices:
- List connected devices:
`fastboot devices`