[android-developers] Generate timer tick

2010-04-29 Thread Anandi
Hi all, Is there any way to generate timer ticks of 10ms frequency in native layer? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: MediaRecorder / MediaPlayer simultaneous use?

2010-04-20 Thread Anandi
Doesn't anyone know if mediarecorder and mediaplayer can be used? can anyone from android team please help? On Apr 16, 11:10 am, Anandi heyan...@gmail.com wrote: Hi dave, With reference to this discussion, does this mean that simultaneous Record and Playback with Mediarecorder

[android-developers] Re: Video overlays and PIP

2010-04-19 Thread Anandi
Hi sandy, Were you able to run this overlay app successfully? Can you please share the code or just give some hints on how it can be achieved? thanks in advance Anu On Mar 1, 11:42 pm, Sandy snarr...@gmail.com wrote: One of the things I'm trying to design is a Picture in Picture, or PiP,

[android-developers] MediaRecorder / MediaPlayer simultaneous use?

2010-04-16 Thread Anandi
Hi dave, With reference to this discussion, does this mean that simultaneous Record and Playback with Mediarecorder and Mediaplayer is not possible at this point? Please reply, Thanks in advance. Regards Anu -- Forwarded message -- From: Dave Sparks davidspa...@android.com

[android-developers] Two surfaces on screen at a time

2010-04-15 Thread Anandi
Hi all, Is it possible to play two videos on the screen? I am basically trying to get some info on record and playback simultaneously. If i use a mediarecorder(for recording) and a mediaplayer(for playback), will their be any conflict in surface used by them? Can two mediaplayers run videos at

[android-developers] Re: Two surfaces on screen at a time

2010-04-15 Thread Anandi
I need just one full-proof reason for inability to record and playback simultaneously with MR and MP. On Apr 15, 1:49 pm, Anandi heyan...@gmail.com wrote: Hi all, Is it possible to play two videos on the screen? I am basically trying to get some info on record and playback simultaneously

[android-developers] Re: MediRecorder query

2010-04-08 Thread Anandi
Thanks for the reply ani. I am tracing the code flow of setAudioSource() from java layer to jni and to cpp. After reaching at IMediaRecorder-setAudioSource() i can not trace the code further. I mean i couldn't find the code trace going in android_audio_output.cpp anyway. I know this is very

[android-developers] MediRecorder query

2010-04-01 Thread Anandi
HI all, Can anyone please tell me the location where the audioflinger, surfaceflinger and cameraservice talk to MediaRecorder's APIs? Is there any relation between MediaRecorder and AudioRecord? Please do reply Thanks -- You received this message because you are subscribed to the Google

[android-developers] Re: hello-Jni Andriod ndk

2010-03-24 Thread Anandi
Can you send the complete logcat and the steps you followed to execute the application? Are you running NDK's hello-jni application? If yes then follow this link: http://developer.android.com/sdk/ndk/index.html Anu On Mar 23, 11:56 pm, rizwan rizcs...@gmail.com wrote: Hi , I m trying to run

[android-developers] coonection between MediaRecorder and PVMediaRecorder

2010-03-24 Thread Anandi
Hello all, Can anyone please explain me how JNI implementation of MediaRecorder api's invokes the PVMediaRecorder's methods? Thanks in advance Anu -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Emulator won't work

2010-03-17 Thread Anandi
I downloaded the 2.1 source on ubuntu machine and built it. Now emulator is working fine. On Mar 12, 1:23 pm, Anandi heyan...@gmail.com wrote: i am also facing the same issue. Can anybody please help? On Jun 12 2009, 4:55 am, Dagvadorj Galbadrakh dagvad...@gmail.com wrote: When I start

[android-developers] Re: Emulator won't work

2010-03-12 Thread Anandi
i am also facing the same issue. Can anybody please help? On Jun 12 2009, 4:55 am, Dagvadorj Galbadrakh dagvad...@gmail.com wrote: When I start an AVD with emulator, emulator says the following emulator: emulator window was out of view and was recentred And then when I try to install an

[android-developers] Adding a new api in android

2010-03-06 Thread Anandi
Hi all, I am a beginner in android development. I want to add a new api in android. Can anyone please provide some information on this? I refered to one readme available on net, but i felt lost while following it. Thanks in advance. Looking forward to some good information. Regards, Anandi