Page 1 of 1

Screen snapshot/ capture

Posted: 21 Sep 2014 15:15
by Shivam708
An action should be there to take sceen snapshot

Re: Screen snapshot/ capture

Posted: 24 Sep 2014 12:00
by Martin
Hi,

Not all devices support the required command and it requires root. You can use an action Execute Root Command with command screencap -p /storage/emulated/0/screenshot.png to create a screenshot on devices that support it (the action should also contain an example for this).

Regards,
Martin

Re: Screen snapshot/ capture

Posted: 24 Sep 2014 14:36
by Shivam708
Thank you!!!! Will help me...