Quote:
Originally Posted by tshering
The script etc/init.d/rcS exports based on the value of PRODUCT the name of the touch driver to be used for KSM as mousedriver.
The script adds/kbmenu/onstart/checkinstall.sh checks whether this touch driver is available in adds/kbmenu/Qt/plugins/mousedrivers. If it does not find it there, it tries to copy it from mnt/onboard/.adds/kbmenu_user/copyrepos.
Currently there are two touch drivers available in KSM: libKoboTS.so and libKoboTS_h2o2.so. Since your device model is not known to KSM it tries to use libKoboTS.so.
The source code of the drivers are here.
|
I hoped it'd be easy. I've replaced 'snow' with 'snow|nova' within the rcS file.
It copies the libKoboTS_h2o2.so to the mousedrivers directory, but it doesn't seem to work directly.
I'll check to see where, within all files, 'snow' is used (as it seems that nova might be similar to it)
EDIT: I have touch control!
added nova to adds/kbmenu/onstart/ksmhome.sh
Right now touch is 'flipped' (when i touch in top left, it thinks i touch bottom left)