Skip to content

Commit

Permalink
Update adb-cheat-sheet.md
Browse files Browse the repository at this point in the history
Fixed the typo in the command that boots the device into recovery mode.
  • Loading branch information
theoctober19th authored and fire1ce committed Oct 15, 2023
1 parent 47e9eeb commit 16436fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/android/adb-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ adb shell settings put global http_proxy :0

| Command | Description |
| ------------------------------------------------------------ | ---------------------------------------- |
| adb reboot-recovery | Reboot device into recovery mode |
| adb reboot recovery | Reboot device into recovery mode |
| adb reboot fastboot | Reboot device into recovery mode |
| adb shell screencap -p "/path/to/screenshot.png" | Capture screenshot |
| adb shell screenrecord "/path/to/record.mp4" | Record device screen |
Expand Down

0 comments on commit 16436fa

Please sign in to comment.