[android-developers] Taking multiple pictures without stopping preview

2015-06-11 Thread NimeshChanchani
Hi, I am required to implement a use case where in : I keep the preview On and take images @ 1 image per sec. I want to use : mCamera.takePicture(null, null, mPicture) and keep storing images in : PictureCallback mPicture = new PictureCallback() However , once the PictureCallback() is

[android-developers] Android Audo and A2DP sink / HFP - HF

2014-06-26 Thread NimeshChanchani
just curious if Android auto will support A2DP sink and HFP HF. will it be open source if it does? -- 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 from

[android-developers] Android Auto and A2DP sink / HFP - HF

2014-06-26 Thread NimeshChanchani
just curious if Android auto will support A2DP sink and HFP HF. will it be open source if it does? -- 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] what is does this mean in a call stack ? :/dev/ashmem/dalvik-jit-code-cache (deleted)

2013-01-25 Thread NimeshChanchani
I'm getting the following cal stack from a tombstone which results in a SIGSEGV ( signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad ) there's a suspicious */dev/ashmem/dalvik-jit-code-cache (deleted) * at the starting of the call stack. My question is what does

[android-developers] Re: CTS error - Invalid CTS build provided.

2012-12-31 Thread NimeshChanchani
sorted Stupid path error! On Friday, 28 December 2012 16:57:14 UTC+5:30, NimeshChanchani wrote: I get the CTS window when run the batch file , but when try to enter the cts command “run cts” it shows. Any clues? cts-tf run cts 12-28 12:13:02 E/InvocationThread: Invalid CTS

[android-developers] CTS error - Invalid CTS build provided.

2012-12-28 Thread NimeshChanchani
I get the CTS window when run the batch file , but when try to enter the cts command “run cts” it shows. Any clues? cts-tf run cts 12-28 12:13:02 E/InvocationThread: Invalid CTS build provided. java.lang.IllegalArgumentException: Invalid CTS build provided. at

[android-developers] Re: VP8 Video Codec

2010-06-01 Thread NimeshChanchani
its in gingerbread. http://www.webmproject.org/about/faq/ On May 25, 5:24 pm, Mark Murphy mmur...@commonsware.com wrote: Andy Savage wrote: I am wondering if there is any timeframe for VP8 to be included into Android? It is not in there now, as the specs were apparently nailed down too

[android-developers] trouble with TARGET_BUILD_TYPE=debug and buildspec.mk

2010-05-20 Thread NimeshChanchani
i'm having trouble with buildspec.mk . i copied buildspec.mk.default to buildspec.mk . added And I changed TARGET_BUILD_TYPE to debug. but when i make cleaned and then gave make , I got the following :(see below) .It has got TARGET_BUILD_TYPE=release instead of debug. This makes me wonder if the

[android-developers] Building android source in debug mode

2009-10-12 Thread NimeshChanchani
i have downloaded the source code of android and want to build it in debug mode. Is there any document that decibes the build process? i basically want to build the opencore project in debug mode so that i can step in to the code. i don't mind if other projects are libraries. is there a sample