NameDateSize

..21-Dec-201712 KiB

Android.mk21-Dec-201765

Application.mk21-Dec-2017139

f54test/21-Dec-20174 KiB

LICENSE21-Dec-201710 KiB

Makefile21-Dec-2017400

README21-Dec-2017454

rmi4update/21-Dec-20174 KiB

rmidevice/21-Dec-20174 KiB

rmihidtool/21-Dec-20174 KiB

README

1Build on Linux:
2$ make
3
4Build for Android:
5This tool depends on HIDRAW being compiled into the Android device's kernel. This may not be enabled by default. When developing on platforms you may need to rebuild the kernel to enable it.
6
7Then:
8Install the latest verison of the Android NDK.
9Copy from the kernel source include/linux/hid.h and include/linux/hidraw.h to $(ANDROID_NDK)/platforms/android-19/arch-arm/usr/include/linux/
10Then run:
11$ make android