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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
f54test | 4 months ago | |
rmi4update | 4 months ago | |
rmidevice | 4 months ago | |
rmihidtool | 4 months ago | |
Android.bp | 4 months ago | |
Application.mk | 4 months ago | |
LICENSE | 4 months ago | |
METADATA | 4 months ago | |
MODULE_LICENSE_APACHE2 | 4 months ago | |
Makefile | 4 months ago | |
OWNERS | 4 months ago | |
README | 4 months ago |
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