Arjun Prakash
Arjun Prakash

Reputation: 691

ADB Shell Commands Not Working in Android x86

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

Answers (1)

Arjun Prakash
Arjun Prakash

Reputation: 691

It Works after turn off Developers Options.

Upvotes: 3

Related Questions