The limit here is the speed at which ADB can take screenshots and send the
data over USB, nothing else.

Might want to take a look at how some of the android vnc ports work, as
that may be a more workable solution.

On Sun, Feb 19, 2012 at 8:20 AM, antiAgainst <[email protected]> wrote:

> Hi, all! Recently I'm working on a course project in which I need to show
> Android device's screen on PC dynamically. Besides, I also need to record
> user's operations and replay it on different devices. I looked into Android
> SDK, and found that MonkeyRecorder provided by the monkeyrunner tool
> can fulfill these two requirements. However, there are problems about it.
> Because the MonkeyRecorderFrame is implemented by Java AWT and Swing,
> it seems snapshots from device cannot be refreshed very quickly in
> MonkeyRecorderFrame (extends JFrame). So the PC cannot completely
> synchronizes with the device. How can this situation be improved?
> Need I to rewrite the MonkeyRecorder using some other efficient languages?
> I'd really appriciate if you could give me any advice.
>
> --
> 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

-- 
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