Skip to content

Commit

Permalink
Update adb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Oct 4, 2023
1 parent 8e1c23a commit 486733a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cheat-sheet/Mobile/adb.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Cheat sheet about the Android Debug Bridge (ADB)
adb connect <ip> # Connect to specific phone
adb install <apk> # Install .apk file
adb push <local file> <Android path>
adb pull <remote file>

adb shell dumpsys # Dump full system info
adb logcat # Tail phone log

## Screen Capture

adb shell screencap -p <path> # Make screenshot
adb shell screenrecord <path> # Make video

## Accessing package manager

Expand Down

0 comments on commit 486733a

Please sign in to comment.