I need some help with the 2 finger zoom in/out. I tried:
adb shell getevent / sendevent
it works but the execution takes too much time.
Is there a way to do it faster?
I need some help with the 2 finger zoom in/out. I tried:
adb shell getevent / sendevent
it works but the execution takes too much time.
Is there a way to do it faster?
Don't see close button. This answer is what you are looking for https://stackoverflow.com/a/25629952/494343.You have to record device input and then convert it to a shell file that you write to the device and execute. Perhaps it's possible to avoid copying the file to the devices but you need to experiment with that.