I am developing an Android Application in which I have captured screeenshot.I am sending the image to Socket with Ip Address and Port No.I am able to connect to the ScreenBuffer.But the receiver that is Vnc Server is unable to receive the image.
So for reference as per my Findings I got the following samples
1) https://code.google.com/p/desktopsms/ 2) https://code.google.com/p/remoteroid/
But I need to capture the screen of my Android Device on Desktop and Control My Device remotely Based on My R & d I found that Real Vnc has apps that control the android device.But they require rooting which I dont need to do.
Has anyone worked on similar kind of issue.
Thanks