Jaz808, on 22 February 2012 - 11:55 PM, said:
So only for ICS and not Gingerbread, that's a shame, i prefer GB
I dont understand Samba's instructions ??
Made Xpad modules, I don't have controller to test but modules load ok.
use in this order:
su
insmod ff-memless.ko
insmod xpad.ko
dmesg
connect controller
dmesg
Are ko files installed like apk's ??
I think they work on gingerbread too....
The ko files are modules which you have to link to the kernel to get them to work, so you need to run a script or via the terminal enter those commands....
I placed them in /system/lib/modules, so the commands for me are:
su
insmod /system/lib/modules/ff-memless.ko
insmod /system/lib/modules/xpad.ko
Then to check if they loaded the command is
lsmod (L-S-M-O-D)