1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
..
f54test
rmi4update
rmidevice
rmihidtool
Android.bp
Application.mk
LICENSE
METADATA
MODULE_LICENSE_APACHE2
Makefile
OWNERS
README

README

Build on Linux:
$ make

Build for Android:
This 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.

Then:
Install the latest verison of the Android NDK.
Copy from the kernel source include/linux/hid.h and include/linux/hidraw.h to $(ANDROID_NDK)/platforms/android-19/arch-arm/usr/include/linux/
Then run:
$ make android