appetizerio / replaykit

[DEPRECATED] Command line tools for recording, replaying and mirroring touchscreen events for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support nox player?

wonjoonSeol opened this issue · comments

I have an issue running this on Nox app player.

Record replaykit trace record --device serailno mytrace.trace works fine,

But when I try to replay the recorded file back, it isn't replaying it right.
Kindly check the video here: Video

I recorded my character to run in a circle and tried to replay it back.
But when I replayed the recorded file - it seems to click the top of the screen.
You can see the android settings bar at the top highlighted.

Seems like the mapping location between the screen and the touch is off for nox?

I tried out different resolution and aspect ratio. But I get the same result.
Nox app player uses Android 5 (API 21)

Used WIN32 version 1.0.8
And windows 10.

Many thanks in advance!