Re: [android-porting] how to add wifi to my android platform

2010-10-23 Thread Deva R
> do I have to write an  wifi hal for the android? I'm not sure of exact steps, but you can refer, android wifi interface http://pdk.android.com/online-pdk/guide/wifi.html you can also refer TI wlan drivers @ http://git.omapzoom.org/?p=platform/hardware/ti/wlan.git;a=tree;hb=refs/heads/p-froyo O

Re: [android-porting] Camera not working on Nexus One

2010-10-23 Thread Deva R
all the encoder setting calls fails., probably when u use google tree code, pv sw-encoders are used, where as q-com hw accelerated encoders should be used. to rule out that, try with very low resolution like QCIF, lower mbps settings? PS. of course, 'm not sure if google tree code should be expec

Re: [android-porting] invoking c files in android/NDk

2010-10-23 Thread Deva R
you should keep your hello-jni in apps folder, to have APP working properly. /apps/ is this taken care already?? On Sat, Oct 23, 2010 at 3:33 PM, subram wrote: > Hi all, > Greetings to you > I have a simple c application for that i have created a share library > using the commands gcc -lm -shar

[android-porting] gingerbread unboxing

2010-10-23 Thread Deva R
SCNR... ;) gingerbread unboxing: http://www.youtube.com/watch?v=vskBjYc745g is dianne there? :P Regards, Deva -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: How to use system () call

2010-10-23 Thread onaips
Has fadden was saying, you should use r= system ("/system/bin/mydaemon"); On 23 Out, 00:12, fadden wrote: > On Oct 22, 10:11 am, neeloor2004 wrote: > > > I am doing the following  but not working > > r= system ("(\system\bin\mydaemon") > > What does the actual line look like? > > i.e. does it h

[android-porting] invoking c files in android/NDk

2010-10-23 Thread subram
Hi all, Greetings to you I have a simple c application for that i have created a share library using the commands gcc -lm -shared -and.so and.o and gcc -c and.c - fPIC. The .so is created sucessfully.Now i need to make this so to be invoked in android SDK/ NDK Also i downloaded the latest NDK in