mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 20:56:57 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user