Re: [android-porting] Sensor porting HAL

2013-05-29 Thread Ramya Mohan
Hi, sensors.board.so - should be compiled copied to system/lib/hw of the android file system. The *.so build - should contain a struct defining that it s a SENSOR_MODULE.. Say : sensors.c file struct sensors_module_t HAL_MODULE_INFO_SYM = { common: { tag:

[android-porting] Sensor porting HAL

2013-05-28 Thread 마재경
Hi, I'm a beginner android user, I ported accelerometer sensor named BMA250E and Board don't use MPU, MPL. Only use accelerometer. On the kernel, sensor act well. when i programmed HAL code. and library file(XXX.so) was downloaded on the target board. But, sensor was not recognized in