appetizerio / replaykit

[DEPRECATED] Command line tools for recording, replaying and mirroring touchscreen events for Android
Apache License 2.0
245 stars 61 forks source link

record getevent as input for appetizer #16

Closed djcm75 closed 6 years ago

djcm75 commented 6 years ago

Hi, I would like to record adb shell getevents and pass that as input to appetizer. If yes how do I pass it as input ?

Thanks Dexter

mingyuan-xia commented 6 years ago

Internally, replaykit calls getevent to record events and it needs to collect other info such as screen state. Right now there is no direct support to input getevent output because you should just use replaykit to record.