Open bhush9 opened 7 years ago
Now I've test_sensors reporting correct number of sensors at least but still crashes after reporting 1 sensor
root@localhost:/# test_sensors
Hardware module ID: sensors
Hardware module Name: QTI Sensors Module
Hardware module Author: Qualcomm Technologies, Inc.
Hardware module API version: 0x1
Hardware HAL API version: 0x100
Poll device version: 0x1030001
API VERSION 0.1 (legacy): 0x1
API VERSION 0.1: 0x65537
API VERSION 1.0: 0x16777217
API VERSION 1.1: 0x16842753
API VERSION 1.2: 0x16908289
API VERSION 1.3: 0x16973825
Got 19 sensors
=== Sensor 0 ==
Name: MPU6515 Accelerometer
Vendor: InvenSense
Version: 0x1
Handle: 0x0
Type: 1
Segmentation fault
If I pass index of sensor, it can load different sensor and report it..
root@localhost:/# test_sensors 5
Hardware module ID: sensors
Hardware module Name: QTI Sensors Module
Hardware module Author: Qualcomm Technologies, Inc.
Hardware module API version: 0x1
Hardware HAL API version: 0x100
Poll device version: 0x1030001
API VERSION 0.1 (legacy): 0x1
API VERSION 0.1: 0x65537
API VERSION 1.0: 0x16777217
API VERSION 1.1: 0x16842753
API VERSION 1.2: 0x16908289
API VERSION 1.3: 0x16973825
Got 19 sensors
=== Sensor 5 ==
Name: APDS-9930/QPDS-T930 Proximity & Light
Vendor: Avago
Version: 0x2
Handle: 0x24
Type: 8
Segmentation fault
libhybris tests for nexus 5
works
Doesn't work
Fails to start completely, though this is already broken on libhybris level mostly
Fails to start completely, though this is already broken on libhybris level mostly
Gets stuck forever,
Not sure how is supposed to work?
Outputs following but screen doesn't render anything..
It says volume up will start recording and volume down will stop recording but pressing button does nothing..