Reputation: 691
In android X86 the shell commands sch as
adb shell input tap x y,
adb shell sendevent /dev/input/event0 3 0 5
adb shell sendevent /dev/input/event0 3 1 29
adb shell sendevent /dev/input/event0 1 330 1
adb shell sendevent /dev/input/event0 0 0 0
adb shell sendevent /dev/input/event0 1 330 0
adb shell sendevent /dev/input/event0 0 0 0
are not working
and also while using input tap command Android x86 Restarts.
Upvotes: 1
Views: 1755