Screenshots » History » Revision 2
« Previous |
Revision 2/17
(diff)
| Next »
Wolfgang Wiedmeyer, 03/26/2017 12:28 PM
preparations
Screenshots¶
On Android, it is usually possible to take a screenshot by pressing the Volume Down and Power buttons. A shortcut can also be added to the menu that pops up when long-pressing the Power button. These options only work on Replicant when llvmpipe is enabled as renderer. Furthermore, there doesn't seem to exist an app in F-Droid that makes it possible to take screenshots on Replicant when llvmpipe is not enabled.
Regardless of which graphics renderer is enabled, it is possible to take screenshots when the device is connected to a PC with a USB cable. The following steps explain the procedure.
Preparations¶
Make sure ADB is running as root.
Download this script: screencap.sh
You need to have ffmpeg installed. If ffmpeg is not available on your GNU/Linux system but avconv is (e.g. as part of libav-tools), you will have to change the line
FFMEG="ffmpeg"
to
FFMEG="avconv"
at the beginning of the script.
Taking a screenshot¶
Updated by Wolfgang Wiedmeyer almost 8 years ago · 2 revisions