[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 fo

[android-porting] Re: Newbie Need Help About Driver Compile... :'(

2014-01-15 Thread Maksym Edel
You have to read HOW TO COMPILE a module for kernel. 1. You need your tablet kernel sources 2. You need your tablet config file 3. You have to compile the kernel and then compile the module. 4. Place the sources of the driver into kernel/driver directory The Makefile may contain some initial paths

[android-porting] Re: porting android accelerometer - android src 4.1.1_r6

2014-01-15 Thread Maksym Edel
Exactly as you said: You need to add your sensor in your board config, write HAL (or ask the manufacturer of the sensors if they have all that) and drivers. On Thursday, December 5, 2013 11:46:26 PM UTC+1, Γιαννης Βογιατζης wrote: > > Hello, > > I 'm currently trying to modify android accelerom