View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#4
I run into the same problem. Xnee from fremantle tools are only doc's.
But for recording and playback you need only the console version cnee. So I compiled it myself. You can record stylus click button events directly on the N900

1. extract binary to N900 "/usr/bin"

2. connect with ssh and run:

for record:

Code:
cnee --record --mouse --events-to-record 100 -o mouse_rec.xnl
Do some actions with the stylus and press control-C once you're done, or continue using the stylus until 100 events are reached at which point cnee will exit.

To replay back what you just recorded:
Code:
cnee --replay --file mouse_rec.xnl&
see also [here]

I know the thread is old but maybe someone is looking for it like me.
Attached Files
File Type: gz cnee-3.13_arm_binary.tar.gz (64.6 KB, 201 views)
 

The Following User Says Thank You to Halftux For This Useful Post: