Event Mirror. Control one phone or tablet from another by mirroring its touches and button presses.

github.com/JakeWharton/adb-event-mirror

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2021
  • Fix CHANGELOG links
September 2020
  • Automate releasing
  • Release —
July 2020
  • Add GitHub workflow to run tests
  • Sort input device number numerically
  • Add test for input mapping behavior
  • Add change log
  • Clean up some internal naming
  • Add input device to README output
  • Show touches on mirrored devices
  • Restore piping, parse event type mapping on mirrors
  • Map touch and key devices on each device
  • Only print input devices in debug mode
  • Switch to kotlinc for running script
  • Take ownership of host event production
  • Use Clikt for argument parsing
  • Add replay example to readme
  • Kotlin and adb required on PATH
  • Add ready message to example output
  • Initial commit