I am trying to send a touch event into the emulator using telnet.  I
have successfully attached to the emulator and tried various
combinations of commands to try to send a touch event.

event send EV_KEY:BTN_TOUCH:1 EV_ABS:ABS_X:100 EV_ABS:ABS_Y:200
EV_ABS:ABS_PRESSURE:1 EV_SYN:SYN_RETURN:0

and

event send EV_KEY:BTN_TOUCH:1 EV_ABS:ABS_X:100 EV_ABS:ABS_Y:200
EV_ABS:ABS_PRESSURE:1 EV_KEY:BTN_TOUCH:0 EV_ABS:ABS_X:100 EV_ABS:ABS_Y:
200 EV_ABS:ABS_PRESSURE:1 EV_SYN:SYN_RETURN:0

Neither of these caused a touch event to reach my application.  I have
found almost no documentation on how to send these events into the
emulator.  Any help is greatly appreciated.

Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Internals" group.
To post to this group, send email to android-internals@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-internals?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to