Re: camcorder in cupcake emulator

2009-04-08 Thread Dianne Hackborn
The 1.1 SDK doesn't support video recording, this is a new feature added after 1.1. On Wed, Apr 8, 2009 at 10:01 AM, Tejas wrote: > > Sorry, > > But, I could not understand your statement. > And I did not get the answers.. > > If I have to ask a simple question, > How should I approach for devel

Re: camcorder in cupcake emulator

2009-04-08 Thread Tejas
Sorry, But, I could not understand your statement. And I did not get the answers.. If I have to ask a simple question, How should I approach for developing a Video recorder application ? With the current 1.1 SDK, it is not possible to make use of mediarecorder APIs. Thanks, Tejas On Apr 8, 9:

Re: camcorder in cupcake emulator

2009-04-08 Thread Dianne Hackborn
1.1 is the current SDK, which is older than the platform where the camcorder was first implement. On Wed, Apr 8, 2009 at 5:53 AM, Tejas wrote: > > Hi, > > We are in process of developing a camcorder application for android. > To analysis the design of already existing Camcorder, I downloaded the

Re: Building a .so lib

2009-04-08 Thread Yi Sun
Try this to see if it helps. Put Android.mk in your directory with something like include $(CLEAR_VARS) LOCAL_MODULE := LOCAL_SRC_FILES := LOCAL_LDLIBS := LOCAL_SHARED_LIBRARIES := include $(BUILD_SHARED_LIBRARY) On Wed, 2009-04-08 at 14:33 +0530, MMF wrote: > Hi All, > > Sorry for the hal

Re: Question about Android GUI system

2009-04-08 Thread Nanard
I suppose that can answer the question : - AWT uses OS lib for drawing. Android is mostly Java. Of course there should be some C lib for drawing on the screen somewhere... - AWT, Swing and other are for desktop. Mobile devices UI are a lot differents : one app at a time uses the full screen,

Re: camcorder in cupcake emulator

2009-04-08 Thread Tejas
Hi, We are in process of developing a camcorder application for android. To analysis the design of already existing Camcorder, I downloaded the camcorder application source code, from Cupcake - packages/apps/Camera. I tried building this application using SDK 1.1 but could not... I realized, tha

Re: openCore and run_pe_test unit tests

2009-04-08 Thread Girish
Paste the logs so tht ppl can tell about the probelm. Otherwise difficult to imagine something which is happening in your case, Regards Girish On Apr 8, 12:43 pm, "raj.10788" wrote: > Hi Gurpreet, > > Can you able to run the opencore test cases. Can you please tell me > the steps to do that. >

Re: Building a .so lib

2009-04-08 Thread MMF
Hi All, Sorry for the half message. Here is the full story. I have one test.c and test.h file. I have three functions declared in test.h and same functions are implemented in test.c These functions are calling some external functions. These external functions I have declared as *extern "C"* in my

Re: openCore and run_pe_test unit tests

2009-04-08 Thread raj.10788
Hi Gurpreet, Can you able to run the opencore test cases. Can you please tell me the steps to do that. When I try the steps given in the quick_start.txt file,am getting error. Can you please tel me the steps. On Apr 8, 11:27 am, Gurpreet Sachdeva wrote: > Did you specify any source URL for the

Re: Building a .so lib

2009-04-08 Thread rktb
There are several threads in this group that discuss how to create and add new shared libraries. Please go through them first. Btw, I did not find a question in your post, and you need to provided more details. -Ravi On Apr 8, 12:09 am, MMF wrote: > Hi All, > > I want to build a .so lib in And

Building a .so lib

2009-04-08 Thread MMF
Hi All, I want to build a .so lib in Android. But not very sure how should I do it. When I am calling some external function it always gives me linker error, even though I have declared these function as extern. Thanks APT --~--~-~--~~~---~--~~ You received this m