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
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
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
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
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
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
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
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
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
=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
|
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
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
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
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
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
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
>
>
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
31 matches
Mail list logo