The following has been copied from zulu99 original post over at xda ,but edited replacing sun4i-ir.ko for mma7660.ko
I have tested with cm9 on the MK802
It works but is a bit jerky,
1) Download and install DroidMote Server from the Google Play.
2) Start DroidMote and click with the mouse the ON button. (started well, but does not work do not worry).
3) Download the uinput.ko in the attachment below.
4) open terminal emulator (If you not have it, download from Google Play).
5) In terminal emulator run the following commands:
su
mount -o remount,rw /system
busybox cp /download-folder-of-uinput/uinput.ko /vendor/modules (change "download-folder-of-uinput" with your folder ex. /mnt/sdcard/Download)
busybox mv /vendor/modules/sun4i-ir.ko /vendor/modules/sun4i-ir.ko.bak
busybox mv /vendor/modules/uinput.ko /vendor/modules/sun4i-ir.ko
busybox chmod 644 /vendor/modules/sun4i-ir.ko
busybox cp /data/data/org.videomap.droidmoteserver/files/droidmote.kl /system/usr/keylayout
busybox cp /data/data/org.videomap.droidmoteserver/files/droidmote.kcm /system/usr/keychars
busybox cp /data/data/org.videomap.droidmoteserver/files/droidmotegt.idc /system/usr/idc
busybox cp /data/data/org.videomap.droidmoteserver/files/droidmotemt.idc /system/usr/idc
umount /system
6) restart the MK802
7) open DroidMote Server, go in the settings and enable the options "start on boot".
8) restart the MK802 (If all goes well, after two minutes from the boot, DroidMote open and start automatically,
and is ready to receive connections from your phone).
Many thanks to zulu 99
Zero2007