 |
How to capture the android device screen content? - Stack Overflow
For newer Android platforms, one can execute a system utility "screencap" in /system/bin to get the screenshot without root permission. You can try "/system/bin/screencap -h" to see how to use it under adb or any shell. By the way, I think this method is
stackoverflow.com |
 |