Skip to content

Screenshot

Christian Weiske edited this page Aug 20, 2021 · 1 revision

Take a screenshot via adb:

adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > "ouya-`date --rfc-3339=seconds`.png"
Clone this wiki locally