The log "couldn't open device for module sensors" means that the sensor "HAL" (sensors.*.so) is NOT being picked-up by the sensorservice.
As you correctly noted earlier it is the hw_get_module() function in android/hardware/libhardware/hardware.c that is responsible for the linking with the the .so file. Currently what is the name of the sensor .so file in your device's system/lib/hw? Did you make any changes in the Android.mk in libsensors directory? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
