Is it possible to take a screenshot of my Android device using PHP?

I suppose that I need to take a screenshot using adb (exec an adb command) and then display the result in my PHP code?

Have someone tried something similar?

Any suggestions?

link|improve this question

1  
Why? I cannot imagine anything bad with that! – salamis Dec 10 '11 at 17:21
But you can only access devices connected to the server. Not the actual client's device – salamis Dec 10 '11 at 17:49
feedback

1 Answer

up vote 0 down vote accepted

The only way you can do that is running PHP code in your Android device and running an external program, thats because PHP can't see/"touch" the client side when you are browsing a website.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.