DART-SD410 Android Capturing screen snapshot

From Variscite Wiki
Revision as of 13:17, 17 April 2016 by Leonid (talk | contribs) (→‎Capturing screen snapshot)
(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

Recording screen

To record a video file with screen activity use:

$ su
# screenrecord /sdcard/screen.avi
In the end of record press ^c
The file screen.avi is created in the /sdcard folder