├── LICENSE ├── README.md ├── find_touchscreen_name.sh ├── human_readable_data.py ├── mysendevent ├── mysendevent-arm64 ├── mysendevent.c ├── record_touch_events.sh └── replay_touch_events.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/README.md -------------------------------------------------------------------------------- /find_touchscreen_name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/find_touchscreen_name.sh -------------------------------------------------------------------------------- /human_readable_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/human_readable_data.py -------------------------------------------------------------------------------- /mysendevent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/mysendevent -------------------------------------------------------------------------------- /mysendevent-arm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/mysendevent-arm64 -------------------------------------------------------------------------------- /mysendevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/mysendevent.c -------------------------------------------------------------------------------- /record_touch_events.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/record_touch_events.sh -------------------------------------------------------------------------------- /replay_touch_events.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartucho/android-touch-record-replay/HEAD/replay_touch_events.sh --------------------------------------------------------------------------------