• Home
Name Date Size #Lines LOC

..--

f54test/03-May-2024-2,8082,173

rmi4update/03-May-2024-1,253905

rmidevice/03-May-2024-1,4391,104

rmihidtool/03-May-2024-415355

Android.mkD03-May-202466 32

Application.mkD03-May-2024139 44

LICENSED03-May-202410 KiB192155

MODULE_LICENSE_APACHE2D03-May-20240

MakefileD03-May-2024400 2116

NOTICED03-May-202410 KiB192155

READMED03-May-2024454 119

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