wired as his device input is even better than mine
However, they have no filtering for some sensors events:
https://github.com/amarullz/AROMA-Filemanager/blob/master/src/libs/input/input_driver.c#L142
You could try to add this line here:
https://github.com/amarullz/AROMA-Filemanager/blob/master/src/libs/input/input_driver.c#L389
Code:
LOGW("INDR : EVIOCGNAME for %d\n", dev->name);
Compile aroma and start it. Get from the log the device id
You can post the log here if you are unsure you need to blacklist the device
Add the device blacklisted name to the INDR_blacklist() function or post the log here and I will write you a small code snippet to add it
That way you can see if you need to blacklist some input device (accelerometers often) interfering with it. I see no other reason for it