[android-porting] Sensors in OMAP4

2011-08-19 Thread ramya mohan
Hi all, I am trying to integrate an accelerometer sensor with OMAP4 based board. Most of the interfaces are similar to Blaze board. The accelerometer sensor we are using is different from Blaze. The sensor is working from kernel side. We tested using evTest. In android(Gingerbread), blaze has a ap

Re: [android-porting] include binaries in apk

2011-08-19 Thread Antonio Spadim
Could you give us more details about this project? 2011/8/18 arif > Hi All, > > I am porting one application to android, there are few depending > binaries and config files, is it possible to include/build binaries in > apk ( using NDK or by other method ). > > -- > unsubscribe: android-porting

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 wrote: > Hi all, >

[android-porting] error in drivers/rtc/alarm.c

2011-08-19 Thread naga raj
hi all, i am trying to compile google's android kernel 3.0.but it gives the following error drivers/rtc/alarm.c:17:27: error: asm/mach/time.h: No such file or directory drivers/rtc/alarm.c: In function ‘alarm_timer_triggered’: drivers/rtc/alarm.c:335: warning: format ‘%d’ expects type ‘int’,

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 guess

[android-porting] Problem with /system/bin/btld eating all CPU cycles

2011-08-19 Thread Diego Rondini
Hello everybody, I'm trying to build an application to connect and Android phone via Bluetooth through an RFCOMM serial channel. Unfortunately I'm hitting a really nasty bug which make development impossibile. I tried starting with the examples provided that explain how to open an RFCOMM conn

[android-porting] creating a native thread communicating with Java via jni

2011-08-19 Thread chipantang
Hi, This perhaps is a basic question. I see Android framework provides AndroidRuntime::javaCreateThreadEtc(), so that the threads created with it get "hooked into VM before it really starts executing", per comment in the source code. I would like to understand what would be the differences if I

[android-porting] Re: include binaries in apk

2011-08-19 Thread Chris Stratton
On Wednesday, August 17, 2011 11:16:36 PM UTC-4, arif wrote: > > I am porting one application to android, there are few depending > binaries and config files, is it possible to include/build binaries in > apk ( using NDK or by other method ). If you just mean data, sure - see the writeup on as

[android-porting] Re: The specific package does not exist while running Android CTS 2.2

2011-08-19 Thread Glen Gemeniano
Hi, Simply type this in the CTS console > start --plan Java The Java Test plan contains the core test, its unintuitive I know but its the way it is. Hope this helps -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting