[android-developers] ADIF Decoder Support

2011-06-20 Thread Pandi
Hi, is decoder in android stagefright support ADIF format? We tried to develop ADIF parser for the stagefright decoder. But parser is unable to play after two frames. So please clarify the stagefright decoder support on this. Thanks & Regards, Pandi K -- You received this message because

[android-developers] Re: Display tearing Issue

2011-06-17 Thread Pandi
Thanks for your response. Actually, The tearing happens because I see the overlapping of the background wall paper on top of the home screen image. >From logs, I can observe calls related to copybit and libagl and wallpaper service along with intent=HOME. For composition of surfaces I use display

[android-developers] Display tearing Issue

2011-06-17 Thread Pandi
Hi, I have an display tearing issue when move from setting application to home screen. Steps: Open setting application in portrait Move back to home screen using home key button. Issue: For 1 ~ 2 second, part of home screen displayed as black and after that it getting displayed correctly. Quest

[android-developers] Rotate Activity Based on Sensor

2011-06-04 Thread Pandi
Hi Android Team, I am developing a camera application for my device and want to rotate camera activity based on physical orientation sensor. I used setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_SENSOR); to rotate based on sensor. But I failed to rotate activity when rotate device to 180

[android-developers] Force Killing Application

2011-05-24 Thread Pandi
and will be disposed! I/WindowManager( 142): WINDOW DIED Window{40af3d88 com.android.camera/ com.android.camera.VideoCamera paused=false} I/WindowManager( 142): WIN DEATH: Window{407afb50 com.android.camera/ com.android.camera.Camera paused=true} I/ActivityManager( 142): Process com.android.camera (p

[android-developers] Camera Application Scene Mode Setting

2011-05-18 Thread Pandi
Hi, I am using camera application from android and in the setting of camera application, If i set scene mode to any other(night, show and etc) except auto, then white balance and flash mode in UI are changed to default setting and disabled. User can not change this setting. I do not want to change

[android-developers] Re: Scheduling restart of crashed service

2011-05-11 Thread Pandi
But Requirement is to run monkey for the whole package. How to debug the issue from logged message. I could not get any clue. Is it restarting Music Application or particular service/activity mentioned in the log? Thanks, Pandi On May 11, 8:41 pm, lbendlin wrote: > Why do you let the monkey

[android-developers] Scheduling restart of crashed service

2011-05-11 Thread Pandi
Hi, I am running monkey test with the following command "adb shell monkey -v --ignore-timeouts --ignore-crashes --ignore- security-exceptions -s 100 --throttle 500 100". I am getting event log "Scheduling restart of crashed service com.android.music/.MediaPlaybackService in 5000ms" when i ru

[android-developers] Register and UnRegister Broadcast Receiver

2011-05-10 Thread Pandi
at android.view.ViewRoot.setView(ViewRoot.java:528) 05-10 09:52:57.709 E/AndroidRuntime( 9907): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:177) Any idea how to overcome this message and make it run?? Thanks & Regards, Pandi -- You received this message because you are subscr

[android-developers] ANR in com.android.camera

2011-05-05 Thread Pandi
=0 sched=0/0 cgrp=default handle=1652720 | monitors held: at dalvik.system.NativeStart.run(Native Method) "HeapWorker" daemon prio=5 tid=2 VMWAIT | group="system" sCount=1 dsCount=0 obj=0x4050cdf0 self=0x15cc68 | sysTid=3568 nice=0 sched=0/0 cgrp=default handle=1197128 |

[android-developers] Does 720p resolution is supported by VP8decoder in Gingerbread 2.3.3?

2011-05-01 Thread Pandi
Hi, I am trying to play an WebM video file with 720p resolution , i am not able to see the video of that file and audio is audible. The VP8 decoder supports the WebM file format in Gingerbread 2.3.3. I have an doubt on the limitations of the VP8 decoder. So, can anyone tell me the limitations of

[android-developers] Does 720p resolution is supported by VP8decoder in Gingerbread 2.3.3?

2011-05-01 Thread Pandi
Hi, I am trying to play an WebM video file with 720p resolution , i am not able to see the video of that file and audio is audible. The VP8 decoder supports the WebM file format in Gingerbread 2.3.3. I have an doubt on the limitations of the VP8 decoder. So, can anyone tell me the limitations of

[android-developers] SD Card format

2011-04-25 Thread Pandi
SD card format required after upgrading 2.3.3 version of Android? -- 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 this group, send email to android

[android-developers] Not able to see Bluetooth files

2011-04-24 Thread Pandi
Hi, I am not able to see bluetooth transfered files in android gallery,music,video application. After reboot am able to get this. What could be reason for this? I am using 2.3.3 version of android. Any settings required or Any idea? -- You received this message because you are subscribed to t

[android-developers] Not able to see Bluetooth files

2011-04-24 Thread Pandi
Hi, I am not able to see bluetooth transfered files in android gallery,music,video application. After reboot am able to get this. What could be reason for this? I am using 2.3.3 version of android. Any settings required or Any idea? -- You received this message because you are subscribed to t

[android-developers] Re: Back Trace in Android

2011-04-22 Thread Pandi
No...logcat will display only available logs in the code. I want to track function call in android native code(.cpp,.c) For Java, we can get from code which was mentioned by Kostya. On Apr 22, 5:59 pm, Oscar Marques wrote: > Try logcat, loginfo. > > 2011/4/22 Pandi > > > >

[android-developers] Image Displayed Two Times

2011-04-22 Thread Pandi
Hi, I am facing an issue with Gallery applicaion. After taking snapshot, If I open image from thumbnail view of camera, the image getting displayed two times. Some refresh is happening when I do this. This is coming only time. After that if we do the same, It will be displayed only one time. If

[android-developers] Re: Back Trace in Android

2011-04-22 Thread Pandi
e compiled to arm. > > I tried and it works. > > > 2011/4/22 Pandi mailto:pandiwelco...@gmail.com>> > > >     It is function trace/stack trace. > >     Which will give who is calling what? > > >     On Apr 22, 3:51 pm, Kumar Bibek >     <mailto:cooma

[android-developers] Re: Back Trace in Android

2011-04-22 Thread Pandi
It is function trace/stack trace. Which will give who is calling what? On Apr 22, 3:51 pm, Kumar Bibek wrote: > WHat's a Back Trace? > > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com > > On Fri, Apr 22, 2011 at 4:12 PM, Pandi wrote: > > Hi, How to

[android-developers] Back Trace in Android

2011-04-22 Thread Pandi
Hi, How to get back trace in android?? -- 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 this group, send email to android-developers+unsubscr...@goo

[android-developers] Back Trace in Android

2011-04-22 Thread Pandi
Hi, How to get back trace in android?? -- 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 this group, send email to android-developers+unsubscr...@goo

[android-developers] Monkey Exception BAD TOKEN

2011-04-22 Thread Pandi
Hi, I ran monkey on my device and getting exception #Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;launchFlags=0x1000;component=com.android.camera/.VideoCamera;end // Allowing start of Intent { act=android.intent.action.MAIN cat=[android.intent.catego

[android-developers] Monkey Exception BAD TOKEN

2011-04-22 Thread Pandi
Hi, I ran monkey on my device and getting exception #Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;launchFlags=0x1000;component=com.android.camera/.VideoCamera;end // Allowing start of Intent { act=android.intent.action.MAIN cat=[android.intent.catego

[android-developers] Re: ANR Camera Button Long Press Event

2011-04-18 Thread Pandi
OK...My camera activity is getting into pause state and resume continuously. At one time, it is giving ANR and application getting closed. On Apr 15, 10:41 pm, lbendlin wrote: > I have never tried to do a long press on the camera button - need to test my > app for that (it also uses the camera ac

[android-developers] Re: ANR Camera Button Long Press Event

2011-04-15 Thread Pandi
My Device is having physical camera button. I am using Standard camera activity from google. On Apr 15, 9:16 pm, lbendlin wrote: > Does your device have a physical camera button?  Are you using the standard > camera activity or did you create your own? -- You received this message because you a

[android-developers] Re: ANR Camera Button Long Press Event

2011-04-15 Thread Pandi
This is on Gingerbread On Apr 15, 8:40 pm, Pandi k wrote: > Hi, > > I have an issue in camera button long press event. > > Issue : > When I press and hold camera button, multiple times onpause is getting > called in applicaiton. > Is this expected behavior? and als

[android-developers] ANR Camera Button Long Press Event

2011-04-15 Thread Pandi k
not getting called and at this time, camera works fine. no stop preview called from on pause. Which one is correct in above two behavior ? or both? How to take this to solve and any ideas Thanks U... Regards, Pandi -- You received this message because you are subscribed to the Google

Re: [android-developers] testFocusDistances Camera CTS Failure

2011-03-28 Thread Pandi k
Is this depends on ISP AutoFocus module... I am using ISP 3A(AF,AWB,AEC) version 1.5 Thanks.. Regards, Pandi On Tue, Mar 29, 2011 at 10:26 AM, Pandi k wrote: > Yes > > > On Mon, Mar 28, 2011 at 6:04 PM, prasad seemakurthi < > prasad.seemakur...@gmail.com> wrote: > &g

Re: [android-developers] testFocusDistances Camera CTS Failure

2011-03-28 Thread Pandi k
Yes On Mon, Mar 28, 2011 at 6:04 PM, prasad seemakurthi < prasad.seemakur...@gmail.com> wrote: > hey are you working cts? > > On Mon, Mar 28, 2011 at 5:26 PM, Pandi k wrote: > >> Hi, >> >> I have one fail in android CTS hardware package. It is

[android-developers] testFocusDistances Camera CTS Failure

2011-03-28 Thread Pandi k
configure ... Please give me some details about this. I am using omini vision 5642 sensor. Thanks Regards, Pandi -- 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@google

[android-developers] Android Camera Driver

2010-10-06 Thread Pandi
Hi, I am a Linux device driver programmer and new to android. I have a plan to write a camera driver in android. Can any one tell me, What are stuffs i should know if i want to start this activity. Thanks Regards, Pandi -- You received this message because you are subscribed to the Google