[android-porting] Re: Adding New Sensor to 4.4.2 latest android

2014-02-14 Thread e_maks
I guess you have to add the other sensors to your HAL too. On Monday, December 30, 2013 4:10:50 AM UTC+1, Sunil Thakur wrote: Hi All, Thanks Keving and e_maks for the reply. With more research I found that the name has as to be some particular format. e.g

[android-porting] Re: Adding New Sensor to 4.4.2 latest android

2014-01-15 Thread Maksym Edel
Make sure your library is called. Normally the name should be sensors.xxx.so where xxx is your ro.product.board=. On Monday, December 30, 2013 4:10:50 AM UTC+1, Sunil Thakur wrote: Hi, I am trying to add new sensor to the android latest release 4.4.2.I have developed the HAL layer for my

[android-porting] Re: Adding New Sensor to 4.4.2 latest android

2014-01-07 Thread Kevin Liu
plz see this: https://github.com/sonyxperiadev/DASH and pay more attention on get_sensors_list: sensors_list_get and sensors_list_register, hope can help you! 在 2013年12月30日星期一UTC+8上午11时10分50秒,Sunil Thakur写道: Hi, I am trying to add new sensor to the android latest release 4.4.2.I have