Hello all y'all. How can I take a screenshot programmatically? So far
I've learned that:

1) DDMS does it by sending "framebuffer:" to the adb service over a
socket, which takes a screenshot in framebuffer_service.c that it
sends back.
2) There are some proprietary screenshot apps out there that stipulate
the user must have root access, I'm not sure why.

Would it be possible for an Android app to send "framebuffer:" to its
own adb service and get the screenshot that way?

Thanks in advance.


ntdylf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to