1.
adb shell cat proc/bus/input/devices
查看touch对应的是哪个event,如是event3:
2.
adb shell getevent dev/input/event3
然后去触摸屏幕,看看是否反应
1.
adb shell cat proc/bus/input/devices
查看touch对应的是哪个event,如是event3:
2.
adb shell getevent dev/input/event3
然后去触摸屏幕,看看是否反应