Skip to content

xaaronc/injectevents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

injectevents

Record input events on Linux and replay (inject) them later. Timing between events is maintained. Useful for emulating user input.

Compile

For Android:

make CROSS_COMPILE=/path/to/android/toolchain/arm-linux-androideabi-
make install_android

To run on your host:

make

record

Usage:

record [<eventfile>]

Records input events and dumps them to eventfile, which defaults to /sdcard/events.

replay

Usage:

replay [<eventfile>]

Replay events from eventfile (default /sdcard/events).

Authors

Originally written by Nicholas FitzRoy-Dale [email protected]. Maintained by Aaron Carroll [email protected].

About

Record and replay Linux input events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages