DART-SD410 Android Capturing screen snapshot

From Variscite Wiki
Revision as of 13:16, 17 April 2016 by Leonid (talk | contribs) (Created page with "= Capturing screen snapshot = To save the screen contents to a file use: <pre> $ su # screencap -p /sdcard/screen.png The file screen.png is created in the /sdcard folder </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Capturing screen snapshot

To save the screen contents to a file use:

$ su
# screencap -p /sdcard/screen.png
The file screen.png is created in the /sdcard folder