summaryrefslogtreecommitdiffstats
path: root/screencap
Commit message (Collapse)AuthorAgeFilesLines
* screencap: retain possibility to set ADB path at top of scriptWolfgang Wiedmeyer2017-05-231-2/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* screencap: Add naive SSH backend implementation.Denis 'GNUtoo' Carikli2017-05-231-2/+27
| | | | | | | | | | This implementation is not efficent as each command will spawn a new ssh command, which has considerable overhead and latency. Example usage: ./screencap.sh -h root@192.168.43.1 -f OUTPUT.PNG Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* screencap: Remove adb rootWolfgang Wiedmeyer2017-03-101-2/+0
| | | | | | | Rather add a note to the instructions that ADB should be running as root. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* a script for taking screenshotsWolfgang Wiedmeyer2017-03-021-0/+124
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>