views:

25

answers:

1

I'm currently working on a Synergy (http://sourceforge.net/projects/synergyandroid/, synergy-foss.org) port to the android phone. I have keystrokes working -- I'm writing the key events to /dev/uinput. However I have been unsuccessful in getting the mouse cursor to show up. I've tried writing a mouse move by writing an EV_REL input_event to /dev/uinput but I presume there's something else I must activate to display the cursor. I've seen videos of a Cyanogen modded phone & a bluetooth mouse with cursor... so I presume it's possible. Does anyone have any information on this?

related questions