Re: [android-porting] Sensors in OMAP4

2011-08-22 Thread ramya mohan
Hi, Thanks for the reply. But I have changed the device entry in libsensor. But still I didn't see any progress in it. On Fri, Aug 19, 2011 at 7:15 PM, Radu Iscu linke...@gmail.com wrote: I'm not a sensor guru but logic says to different accelerometers might have two different output formats

Re: [android-porting] Sensors in OMAP4

2011-08-22 Thread mitesh khadgi
Hi, I am new to android development forum. Can anyone please direct me to from where I can get all the source codes for porting and the suitable simulator to start my work on it. -- Best Regards Mitesh Khadgi IIT Madras Electrical Engineering EE06B069 -- unsubscribe:

Re: [android-porting] Sensors in OMAP4

2011-08-22 Thread Chinmay V S
Hi Ramya, Assuming the device-path you are talking about is the *input_sysfs_path*in *device/ti/blaze/libsensors/AccelSensor.cpp* *strcpy(input_sysfs_path, /sys/bus/i2c/drivers/cma3000_accl/4-001c/);* Next we need to: 1. Edit the Device-Name in the AccelSensor constructor:

Re: [android-porting] Sensors in OMAP4

2011-08-19 Thread Subhalakshmi Kanakavel
Hi Ramya, We need to change the device path in libsensor. Has the changes been doen in libSensor? For blaze libsensor is present in /mydroid/device/ti/libsensor/ Please check the accelsensor file for more details. Regards, Subha On Fri, Aug 19, 2011 at 2:21 PM, ramya mohan jira...@gmail.com

Re: [android-porting] Sensors in OMAP4

2011-08-19 Thread Radu Iscu
I'm not a sensor guru but logic says to different accelerometers might have two different output formats and timings. A normal program uses the android framework to access the accelerometer and that should have a different implementation for each sensor. I'm not sure this is it, but that's my