Cartucho / android-touch-record-replay

How to record and replay touchscreen events on an Android device.
Apache License 2.0
224 stars 46 forks source link

Need I ROOT? #28

Open Edo26ardo opened 2 years ago

Edo26ardo commented 2 years ago

Need I root to use this?

tzwasd commented 2 years ago

No, but you need to ensure ADB works fine between your PC and your Android device.

You don't need ROOT to record events, but if your device is above to Android 10, you may need to ROOT to replay events. See #23.

passionwang commented 1 year ago

do you have other way to replay without ROOT

Haunter-RJ commented 12 months ago

Could work if the developer released an android app to replay the recorded data using accessibility service. No need for root for that on Android 10+ devices. There are many auto clicker apps that use accessibility to simulate clicks but most of them offer recording with an overlay on top which is mostly fine for static clicks but there is a huge lag with games where you are constantly swiping.

instasck commented 4 months ago

Could work if the developer released an android app to replay the recorded data using accessibility service. No need for root for that on Android 10+ devices. There are many auto clicker apps that use accessibility to simulate clicks but most of them offer recording with an overlay on top which is mostly fine for static clicks but there is a huge lag with games where you are constantly swiping.

Do you know how the APP get the click from accessibility service? is it the same as ADB inputs, this one is detected easy. the reason I am using this repo method is that it really do a click event from HW, I am not sure for other like accessibility, did you test ?