Skip to content Skip to sidebar Skip to footer

Cannot Find Sensor Data In /sys/class/input Or Getevent In Android Using Adb

I am trying to capture the events generated by accelerometer and gyroscope sensors and put them into a log file. But I am not able to see any events for them. Only 6 events are bei

Solution 1:

The old architecture where all separate sensors were connected directly to the main AP (application processor) and therefore had separate device drivers has been extremely power inefficient (the AP had to be awake in order to receive the sensor events). In many newer devices it has been replaced with the new architecture where sensors are connected to the SensorHub instead which manages the event queues now.


Post a Comment for "Cannot Find Sensor Data In /sys/class/input Or Getevent In Android Using Adb"