HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

screencap — Take a screenshot of a mobile display. This command can only be used through `adb shell`. More infor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandscreenshottakescreencapthisclimobiledisplay
mobile

Problem

How to use the screencap command: Take a screenshot of a mobile display. This command can only be used through adb shell. More information: <https://developer.android.com/tools/adb#screencap>.

Solution

screencap — Take a screenshot of a mobile display. This command can only be used through adb shell. More information: <https://developer.android.com/tools/adb#screencap>.

Take a screenshot:
screencap {{path/to/file}}

Code Snippets

Take a screenshot

screencap {{path/to/file}}

Context

tldr-pages: android/screencap

Revisions (0)

No revisions yet.