Android/Screenshots: Difference between revisions
< Android
Jump to navigation
Jump to search
(Created page with 'Android has a key combination for screenshots; press the hard volume down and power buttons at the same time, and hold them for a second. But it does work on current XO-4 build. …') |
No edit summary |
||
Line 1: | Line 1: | ||
Android has a |
Android has a keys combo for screenshots; press the hard volume down and power buttons at the same time, and hold them for a second. But it does not work on current XO-4 build. |
||
As a alternative there is a binary which can do the some thing via adb shell |
As a alternative there is a binary which can do the some thing via adb shell |
Revision as of 22:26, 20 March 2014
Android has a keys combo for screenshots; press the hard volume down and power buttons at the same time, and hold them for a second. But it does not work on current XO-4 build.
As a alternative there is a binary which can do the some thing via adb shell
adb disconnect && adb connect 192.168.XXX.XXX adb shell screencap -p /sdcard/screen.png adb pull /sdcard/screen.png gimp screen.png