• Home
Name Date Size #Lines LOC

..--

f54test/04-Jul-2025-3,6212,844

rmi4update/04-Jul-2025-3,1562,458

rmidevice/04-Jul-2025-1,9181,499

rmihidtool/04-Jul-2025-456398

Android.bpD04-Jul-2025990 3229

Application.mkD04-Jul-2025128 54

LICENSED04-Jul-202510 KiB192155

METADATAD04-Jul-2025437 1816

MODULE_LICENSE_APACHE2D04-Jul-20250

MakefileD04-Jul-2025400 2116

OWNERSD04-Jul-202546 21

READMED04-Jul-2025338 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