• Home
Name Date Size #Lines LOC

..--

f54test/03-May-2024-3,6202,843

rmi4update/03-May-2024-2,3031,777

rmidevice/03-May-2024-1,8071,410

rmihidtool/03-May-2024-455397

Android.bpD03-May-2024990 3229

Application.mkD03-May-2024128 54

LICENSED03-May-202410 KiB192155

METADATAD03-May-2024139 98

MODULE_LICENSE_APACHE2D03-May-20240

MakefileD03-May-2024400 2116

OWNERSD03-May-202446 21

READMED03-May-2024338 118

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 version of the Android NDK, and add it to your PATH.
9Then run:
10$ make android
11