View Single Post
Old 06-08-2012, 08:50 AM   #1
Rom1
Junior Member
Rom1 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2012
Device: kobo touch
uinput : send simulated touch/key events to Kobo ?

I am trying to inject/simulate touch or key events to a Kobo Touch.

evtest /dev/input/event1 (see Antoine's blog)

On a Kindle a "nextpage" event can be send in a different way
echo "send 124" /proc/keypad (mobileread forum)
On the Kobo touch, there is no keypad.

Uinput (/dev/input/uinput) seems a good way to simulate touch pad actions. However I could only find "C" code to send such events. Nothing from the shell.

Is there a way to send simulated touch pad events ?
Thanks for your help,
Romain

Last edited by Rom1; 06-11-2012 at 01:32 AM.
Rom1 is offline   Reply With Quote