[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 engine instead of graphics.


On Jun 17, 5:54 pm, jjoe64  wrote:
> is there anything relevant in the logcat?

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.

Question:
What could be reason for the above behavior?
It would be better if i can get components which might be involved?

This behavior not observer at all time. 5 out of 10.



-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 degree in
Anti Clockwise.
  In 0 degree position, getting correct preview frame and layout
frame.
  90 degree anti clock wise, getting correct preview frame and layout
frame.
  180 degree anti clock wise, getting correct preview frame, lay out
frame not rotated.
  270 degree anti clock wise, getting inverted preview frame(180
degree), lay out frame not rotated.

What could be reason for this behavior?  how these preview and layout
frames are rotated on display?
I am using 2.3.3 API.


Thanks

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Force Killing Application

2011-05-24 Thread Pandi
Hi,

I am getting below message from logcat. On Force closing of
application, what function will be called in application? OnDestroy
(or) OnPause?
If we do not have this implementation on application what will happen
in activity manager?
what is meaning of Channel is unrecoverably broken and will be
disposed!?
Any binder connection failed?

Any idea on the above questions?

Force finishing activity com.android.camera/.Camera

I/ActivityManager(  142): Killing com.android.camera (pid=7392):
user's request

E/InputDispatcher(  142): channel '40af3d88 com.android.camera/
com.android.camera.VideoCamera (server)' ~ Consumer closed input
channel or an error occurred.  events=0x8

E/InputDispatcher(  142): channel '40af3d88 com.android.camera/
com.android.camera.VideoCamera (server)' ~ Channel is unrecoverably
broken and will be disposed!

E/InputDispatcher(  142): channel '407afb50 com.android.camera/
com.android.camera.Camera (server)' ~ Consumer closed input channel or
an error occurred.  events=0x8

E/InputDispatcher(  142): channel '407afb50 com.android.camera/
com.android.camera.Camera (server)' ~ Channel is unrecoverably broken
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 (pid 7392) has
died.

Thanks & Regards,
Pandi K

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 this setting
to default and also do not want to disable.

White balance and flash are in separate lists. Where do i check and
change application for my requirement...

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 run against Android itself? You probably want to
> specify your application package, and prohibit monkey from jumping out of
> the sandbox.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 run the monkey without --ignore-crashes, then also the i get
the event log. But the crash message does not stop monkey. The device
still continues running monkey. Is this real crash? I did not get
crash message from logcat. Please help me understanding why this
message is logged.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Register and UnRegister Broadcast Receiver

2011-05-10 Thread Pandi
Hi,

I am getting  an exception from my application.
>From the logcat, found below call flow,
1.OnPause is getting called, here we are doing unregister broadcast
receiver.
2.Then OnResume is getting called, here we are registering event after
200ms in the separate task.
3.Before 200ms, OnPause is getting called and unregister done.
4.Then delayed task is getting to register broadcast event.

In fourth step, am getting below logcat
Activity com.android.camera.VideoCamera has leaked IntentReceiver
com.android.camera.VideoCamera$MyBroadcastReceiver@405da838 that was
originally registered here. Are you missing a call to
unregisterReceiver()?

05-10 09:52:57.649 E/ActivityThread( 9907):
android.app.IntentReceiverLeaked: Activity
com.android.camera.VideoCamera has leaked IntentReceiver
com.android.camera.VideoCamera$MyBroadcastReceiver@405da838 that was
originally registered here. Are you missing a call to
unregisterReceiver()?

After that exception generated
05-10 09:52:57.709 E/AndroidRuntime( 9907): android.view.WindowManager
$BadTokenException: Unable to add window -- token null is not valid;
is your activity running?

05-10 09:52:57.709 E/AndroidRuntime( 9907): 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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-05-05 Thread Pandi
Hi,  I am getting ANR from camera if I press start/stop recording
continuously . How do I analyze this?
Which thread is creating problem?

ANR Trace:

- pid 3567 at 2011-05-05 13:02:57 -
Cmd line: com.android.camera

DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0 hwl=0 hwll=0)
"main" prio=5 tid=1 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x4001f180 self=0xce58
  | sysTid=3567 nice=0 sched=0/0 cgrp=default handle=-1345006496
  | monitors held: 
  at android.media.MediaRecorder.native_stop(Native Method)
  at android.media.MediaRecorder.stop(MediaRecorder.java:606)
  at
com.android.camera.VideoCamera.stopVideoRecording(VideoCamera.java:
1826)
  at
com.android.camera.VideoCamera.stopVideoRecordingAndGetThumbnail(VideoCamera.java:
1735)
  at
com.android.camera.VideoCamera.onStopVideoRecording(VideoCamera.java:
847)
  at
com.android.camera.VideoCamera.onShutterButtonClick(VideoCamera.java:
857)
  at com.android.camera.ShutterButton.performClick(ShutterButton.java:
115)
  at android.view.View$PerformClick.run(View.java:9080)
  at android.os.Handler.handleCallback(Handler.java:587)
  at android.os.Handler.dispatchMessage(Handler.java:92)
  at android.os.Looper.loop(Looper.java:123)
  at android.app.ActivityThread.main(ActivityThread.java:3683)
  at java.lang.reflect.Method.invokeNative(Native Method)
  at java.lang.reflect.Method.invoke(Method.java:507)
  at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:864)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
  at dalvik.system.NativeStart.main(Native Method)

"GLThread 13" prio=5 tid=11 WAIT
  | group="main" sCount=1 dsCount=0 obj=0x40550058 self=0x22cd10
  | sysTid=3585 nice=0 sched=0/0 cgrp=default handle=2077712
  | monitors held:
  >  0x40539720[0] (Landroid/opengl/GLSurfaceView$GLThreadManager;)
  at java.lang.Object.wait(Native Method)
  - waiting on <0x40539720> (a android.opengl.GLSurfaceView
$GLThreadManager)
  at java.lang.Object.wait(Object.java:358)
  at android.opengl.GLSurfaceView
$GLThread.guardedRun(GLSurfaceView.java:1321)
  at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:
1118)

"android.hardware.SensorManager$SensorThread" prio=5 tid=9 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x40514528 self=0x2078f8
  | sysTid=3582 nice=-8 sched=0/0 cgrp=default handle=2062968
  | monitors held: 
  at android.hardware.SensorManager.sensors_data_poll(Native Method)
  at android.hardware.SensorManager$SensorThread
$SensorThreadRunnable.run(SensorManager.java:446)
  at java.lang.Thread.run(Thread.java:1019)

"CameraHolder" prio=5 tid=10 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x4058f668 self=0x1f
  | sysTid=3576 nice=0 sched=0/0 cgrp=default handle=2066880
  | monitors held: 
  at android.os.MessageQueue.nativePollOnce(Native Method)
  at android.os.MessageQueue.next(MessageQueue.java:119)
  at android.os.Looper.loop(Looper.java:110)
  at android.os.HandlerThread.run(HandlerThread.java:60)

"Binder Thread #2" prio=5 tid=8 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x40511030 self=0x193470
  | sysTid=3574 nice=0 sched=0/0 cgrp=default handle=607368
  | monitors held: 
  at dalvik.system.NativeStart.run(Native Method)

"Binder Thread #1" prio=5 tid=7 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x40510f68 self=0x941e8
  | sysTid=3573 nice=0 sched=0/0 cgrp=default handle=606536
  | monitors held: 
  at dalvik.system.NativeStart.run(Native Method)

"Compiler" daemon prio=5 tid=6 VMWAIT
  | group="system" sCount=1 dsCount=0 obj=0x4050d0c0 self=0x1a5980
  | sysTid=3572 nice=0 sched=0/0 cgrp=default handle=1726784
  | monitors held: 
  at dalvik.system.NativeStart.run(Native Method)

"JDWP" daemon prio=5 tid=5 VMWAIT
  | group="system" sCount=1 dsCount=0 obj=0x4050d010 self=0x1a5808
  | sysTid=3571 nice=0 sched=0/0 cgrp=default handle=1726408
  | monitors held: 
  at dalvik.system.NativeStart.run(Native Method)

"Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  | group="system" sCount=0 dsCount=0 obj=0x4050cf50 self=0x191e78
  | sysTid=3570 nice=0 sched=0/0 cgrp=default handle=1646136
  | monitors held: 
  at dalvik.system.NativeStart.run(Native Method)

"GC" daemon prio=5 tid=3 VMWAIT
  | group="system" sCount=1 dsCount=0 obj=0x4050cea8 self=0x191c78
  | sysTid=3569 nice=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
  | monitors held: 
  at dalvik.system.NativeStart.run(Native Method)

- end 3567 -


Thanks & Regards,
Pandi

-- 
You received this message because you are subscribed to the Google
Groups &quo

[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 VP8 decoder.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 VP8 decoder.

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 
>
>
>
> > Thanks Kostya and Oscar Marques. I want to get stack trace at run time
> > from the code.
>
> > I want to use strace in my code. How? any samples???
>
> > On Apr 22, 4:57 pm, Kostya Vasilyev  wrote:
> > > strace is for native code.
>
> > > For Java code, there are useful functions in java.lang.Thread:
>
> > >http://developer.android.com/reference/java/lang/Thread.html
>
> > > static void dumpStack()
>
> > > static Map getAllStackTraces()
>
> > > StackTraceElement[] getStackTrace()
>
> > > -- Kostya
>
> > > 22.04.2011 15:49, Oscar Marques ?:
>
> > > > You can use strace compiled to arm.
> > > > I tried and it works.
>
> > > > 2011/4/22 Pandi  > 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:coomar@gmail.com>> wrote:
> > > >     > WHat's a Back Trace?
>
> > > >     > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com
> > > >     <http://www.kbeanie.com>
>
> > > >     > On Fri, Apr 22, 2011 at 4:12 PM, Pandi  > > >     <mailto:pandiwelco...@gmail.com>> wrote:
> > > >     > > 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
> > > >     <mailto:android-developers@googlegroups.com>
> > > >     > > To unsubscribe from this group, send email to
> > > >     > > android-developers+unsubscr...@googlegroups.com
> > > >     <mailto:android-developers%2bunsubscr...@googlegroups.com>
> > > >     > > For more options, visit this group at
> > > >     > >http://groups.google.com/group/android-developers?hl=en
>
> > > >     --
> > > >     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
> > > >     <mailto:android-developers@googlegroups.com>
> > > >     To unsubscribe from this group, send email to
> > > >     android-developers+unsubscr...@googlegroups.com
> > > >     <mailto:android-developers%2bunsubscr...@googlegroups.com>
> > > >     For more options, visit this group at
> > > >    http://groups.google.com/group/android-developers?hl=en
>
> > > > --
> > > > Oscar Marques
> > > > osca...@gmail.com <mailto:osca...@gmail.com>
> > > >http://www.dunkelheit.com.br
> > > > Twitter: @f117usbr
> > > > +55 21 9293-9343
>
> > > > 
> > > > Participe do I Hack'n Rio <http://hacknrio.org/>
> > > > 
>
> > > > --
> > > > 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...@googlegroups.com
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/android-developers?hl=en
>
> > > --
> > > Kostya Vasilyev --http://kmansoft.wordpress.com
>
> > --
> > 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...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Oscar Marques
> osca...@gmail.comhttp://www.dunkelheit.com.br
> Twitter: @f117usbr
> +55 21 9293-9343
>
> 
> Participe do I Hack'n Rio <http://hacknrio.org/>
> 

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 I take new snapshot, two time display(Refresh) is happening at
first time. After that it is working fine.
I am using 2.3.3 version of android.

Is this an issue or expected behavior in GB? What could be reason for
this ?

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Back Trace in Android

2011-04-22 Thread Pandi
Thanks Kostya and Oscar Marques. I want to get stack trace at run time
from the code.

I want to use strace in my code. How? any samples???



On Apr 22, 4:57 pm, Kostya Vasilyev  wrote:
> strace is for native code.
>
> For Java code, there are useful functions in java.lang.Thread:
>
> http://developer.android.com/reference/java/lang/Thread.html
>
> static void dumpStack()
>
> static Map getAllStackTraces()
>
> StackTraceElement[] getStackTrace()
>
> -- Kostya
>
> 22.04.2011 15:49, Oscar Marques ?:
>
>
>
> > You can use strace 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:coomar@gmail.com>> wrote:
> >     > WHat's a Back Trace?
>
> >     > Kumar Bibekhttp://techdroid.kbeanie.comhttp://www.kbeanie.com
> >     <http://www.kbeanie.com>
>
> >     > On Fri, Apr 22, 2011 at 4:12 PM, Pandi  >     <mailto:pandiwelco...@gmail.com>> wrote:
> >     > > 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
> >     <mailto:android-developers@googlegroups.com>
> >     > > To unsubscribe from this group, send email to
> >     > > android-developers+unsubscr...@googlegroups.com
> >     <mailto:android-developers%2bunsubscr...@googlegroups.com>
> >     > > For more options, visit this group at
> >     > >http://groups.google.com/group/android-developers?hl=en
>
> >     --
> >     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
> >     <mailto:android-developers@googlegroups.com>
> >     To unsubscribe from this group, send email to
> >     android-developers+unsubscr...@googlegroups.com
> >     <mailto:android-developers%2bunsubscr...@googlegroups.com>
> >     For more options, visit this group at
> >    http://groups.google.com/group/android-developers?hl=en
>
> > --
> > Oscar Marques
> > osca...@gmail.com <mailto:osca...@gmail.com>
> >http://www.dunkelheit.com.br
> > Twitter: @f117usbr
> > +55 21 9293-9343
>
> > 
> > Participe do I Hack'n Rio <http://hacknrio.org/>
> > 
>
> > --
> > 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...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Kostya Vasilyev --http://kmansoft.wordpress.com

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.category.LAUNCHER]
cmp=com.android.camera/.VideoCamera } in package com.android.camera

:Sending Pointer ACTION_DOWN x=684.0 y=467.0

:Sending Pointer ACTION_UP x=684.0 y=467.0

// Allowing start of Intent { act=android.intent.action.SEARCH
cmp=com.android.browser/.BrowserActivity } in package
com.android.browser

:Sending Pointer ACTION_MOVE x=-4.0 y=-1.0

// Allowing start of Intent { act=android.intent.action.WEB_SEARCH
cat=[android.intent.category.DEFAULT]
cmp=com.google.android.googlequicksearchbox/.google.GoogleSearch } in
package com.google.android.googlequicksearchbox

// Allowing start of Intent { act=android.intent.action.VIEW
dat=http://www.google.com/m?hl=en&gl=us&client=ms-android-
dell&source=android-browser-type&q=s
cmp=com.android.browser/.BrowserActivity } in package
com.android.browser

// activityResuming(com.android.browser)

:Sending Pointer ACTION_MOVE x=-5.0 y=-5.0

:Sending Pointer ACTION_DOWN x=608.0 y=11.0

:Sending Pointer ACTION_UP x=608.0 y=11.0

:Sending Pointer ACTION_DOWN x=683.0 y=261.0

:Sending Pointer ACTION_UP x=683.0 y=261.0

// CRASH: com.android.camera (pid 1407)

// Short Msg: android.view.WindowManager$BadTokenException

// Long Msg: android.view.WindowManager$BadTokenException: Unable to
add window -- token null is not valid; is your activity running?

// Build Label: dell/streak/streak:2.3.3/GINGERBREAD/eng.root.
20110421.224959:eng/release-keys

// Build Changelist: 0

// Build Time: 1303407187000

// android.view.WindowManager$BadTokenException: Unable to add window
-- token null is not valid; is your activity running?

//  at android.view.ViewRoot.setView(ViewRoot.java:528)

//  at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:
177)

//  at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:
91)

//  at android.view.Window$LocalWindowManager.addView(Window.java:424)

//  at com.android.camera.OnScreenHint.handleShow(OnScreenHint.java:
162)

//  at com.android.camera.OnScreenHint.access$000(OnScreenHint.java:
42)

//  at com.android.camera.OnScreenHint$1.run(OnScreenHint.java:180)

//  at android.os.Handler.handleCallback(Handler.java:587)

//  at android.os.Handler.dispatchMessage(Handler.java:92)

//  at android.os.Looper.loop(Looper.java:123)

//  at android.app.ActivityThread.main(ActivityThread.java:3683)

//  at java.lang.reflect.Method.invokeNative(Native Method)

//  at java.lang.reflect.Method.invoke(Method.java:507)

//  at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:864)

//  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)

//  at dalvik.system.NativeStart.main(Native Method)

//

** Monkey aborted due to error

Any idea about this? What is the significance of this message?


It seems it generated from camera. How to debug this??

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.category.LAUNCHER]
cmp=com.android.camera/.VideoCamera } in package com.android.camera

:Sending Pointer ACTION_DOWN x=684.0 y=467.0

:Sending Pointer ACTION_UP x=684.0 y=467.0

// Allowing start of Intent { act=android.intent.action.SEARCH
cmp=com.android.browser/.BrowserActivity } in package
com.android.browser

:Sending Pointer ACTION_MOVE x=-4.0 y=-1.0

// Allowing start of Intent { act=android.intent.action.WEB_SEARCH
cat=[android.intent.category.DEFAULT]
cmp=com.google.android.googlequicksearchbox/.google.GoogleSearch } in
package com.google.android.googlequicksearchbox

// Allowing start of Intent { act=android.intent.action.VIEW
dat=http://www.google.com/m?hl=en&gl=us&client=ms-android-
dell&source=android-browser-type&q=s
cmp=com.android.browser/.BrowserActivity } in package
com.android.browser

// activityResuming(com.android.browser)

:Sending Pointer ACTION_MOVE x=-5.0 y=-5.0

:Sending Pointer ACTION_DOWN x=608.0 y=11.0

:Sending Pointer ACTION_UP x=608.0 y=11.0

:Sending Pointer ACTION_DOWN x=683.0 y=261.0

:Sending Pointer ACTION_UP x=683.0 y=261.0

// CRASH: com.android.camera (pid 1407)

// Short Msg: android.view.WindowManager$BadTokenException

// Long Msg: android.view.WindowManager$BadTokenException: Unable to
add window -- token null is not valid; is your activity running?

// Build Label: dell/streak/streak:2.3.3/GINGERBREAD/eng.root.
20110421.224959:eng/release-keys

// Build Changelist: 0

// Build Time: 1303407187000

// android.view.WindowManager$BadTokenException: Unable to add window
-- token null is not valid; is your activity running?

//  at android.view.ViewRoot.setView(ViewRoot.java:528)

//  at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:
177)

//  at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:
91)

//  at android.view.Window$LocalWindowManager.addView(Window.java:424)

//  at com.android.camera.OnScreenHint.handleShow(OnScreenHint.java:
162)

//  at com.android.camera.OnScreenHint.access$000(OnScreenHint.java:
42)

//  at com.android.camera.OnScreenHint$1.run(OnScreenHint.java:180)

//  at android.os.Handler.handleCallback(Handler.java:587)

//  at android.os.Handler.dispatchMessage(Handler.java:92)

//  at android.os.Looper.loop(Looper.java:123)

//  at android.app.ActivityThread.main(ActivityThread.java:3683)

//  at java.lang.reflect.Method.invokeNative(Native Method)

//  at java.lang.reflect.Method.invoke(Method.java:507)

//  at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:864)

//  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)

//  at dalvik.system.NativeStart.main(Native Method)

//

** Monkey aborted due to error

Any idea about this? What is the significance of this message?


It seems it generated from camera. How to debug this??

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 activity)

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 also my camera getting stop preview and start
> preview. After some times, ANR coming.
>
> Some times, onpause is 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
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] ANR Camera Button Long Press Event

2011-04-15 Thread Pandi k
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 also my camera getting stop preview and start
preview. After some times, ANR coming.

Some times, onpause is 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
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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:
>
>> 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 from Camera.
>>>
>>> Test case name is testFocusDistances.
>>>
>>> Assertion failed due to focus distance checking.
>>>
>>> This is error...
>>>
>>> android.hardware.cts.CameraTest#testFocusDistances(fail)
>>> junit.framework.AssertionFailedError at
>>> android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
>>> at
>>> android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
>>> at
>>> android.hardware.cts.CameraTest.testFocusDistancesByCamera(CameraTest.java:1203)
>>> at
>>> android.hardware.cts.CameraTest.testFocusDistances(CameraTest.java:1186)
>>> at java.lang.reflect.Method.invokeNative(Native Method)
>>> at
>>> android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
>>> at
>>> android.test.InstrumentationTestCase.access$000(InstrumentationTestCase.java:36)
>>> at
>>> android.test.InstrumentationTestCase$2.run(InstrumentationTestCase.java:184)
>>> at
>>> android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:1465)
>>> at android.os.Handler.handleCallback(Handler.java:587)
>>> at android.os.Handler.dispatchMessage(Handler.java:92)
>>> at android.os.Looper.loop(Looper.java:123)
>>> at android.app.ActivityThread.main(ActivityThread.java:3647)
>>> at java.lang.reflect.Method.invokeNative(Native Method)
>>> at
>>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
>>> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
>>> at dalvik.system.NativeStart.main(Native Method)
>>> at
>>> android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
>>> at
>>> android.hardware.cts.CameraTest.testFocusDistancesByCamera(CameraTest.java:1203)
>>> at
>>> android.hardware.cts.CameraTest.testFocusDistances(CameraTest.java:1186)
>>> at java.lang.reflect.Method.invokeNative(Native Method)
>>> at
>>> android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
>>> at
>>> android.test.InstrumentationTestCase.access$000(InstrumentationTestCase.java:36)
>>> at
>>> android.test.InstrumentationTestCase$2.run(InstrumentationTestCase.java:184)
>>> at
>>> android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:1465)
>>> at android.os.Handler.handleCallback(Handler.java:587)
>>> at android.os.Handler.dispatchMessage(Handler.java:92)
>>> at android.os.Looper.loop(Looper.java:123)
>>> at android.app.ActivityThread.main(ActivityThread.java:3647)
>>> at java.lang.reflect.Method.invokeNative(Native Method)
>>> at
>>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
>>> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
>>> at dalvik.system.NativeStart.main(Native Method)
>>>
>>>
>>> Is this focus distance depends on camera sensor? is it mandatory to set ?
>>>
>>> is it one of configurable parameter of the sensor? Where do i get these
>>> details to how and what to 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@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> android-developers+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>
>>
>>
>>
>> --
>> Thanks and Regards
>> Prasad Seemakurthi
>> 9985118615
>>
>>  --
>> 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...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 from Camera.
>>
>> Test case name is testFocusDistances.
>>
>> Assertion failed due to focus distance checking.
>>
>> This is error...
>>
>> android.hardware.cts.CameraTest#testFocusDistances(fail)
>> junit.framework.AssertionFailedError at
>> android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
>> at
>> android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
>> at
>> android.hardware.cts.CameraTest.testFocusDistancesByCamera(CameraTest.java:1203)
>> at
>> android.hardware.cts.CameraTest.testFocusDistances(CameraTest.java:1186)
>> at java.lang.reflect.Method.invokeNative(Native Method)
>> at
>> android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
>> at
>> android.test.InstrumentationTestCase.access$000(InstrumentationTestCase.java:36)
>> at
>> android.test.InstrumentationTestCase$2.run(InstrumentationTestCase.java:184)
>> at android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:1465)
>> at android.os.Handler.handleCallback(Handler.java:587)
>> at android.os.Handler.dispatchMessage(Handler.java:92)
>> at android.os.Looper.loop(Looper.java:123)
>> at android.app.ActivityThread.main(ActivityThread.java:3647)
>> at java.lang.reflect.Method.invokeNative(Native Method)
>> at
>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
>> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
>> at dalvik.system.NativeStart.main(Native Method)
>> at
>> android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
>> at
>> android.hardware.cts.CameraTest.testFocusDistancesByCamera(CameraTest.java:1203)
>> at
>> android.hardware.cts.CameraTest.testFocusDistances(CameraTest.java:1186)
>> at java.lang.reflect.Method.invokeNative(Native Method)
>> at
>> android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
>> at
>> android.test.InstrumentationTestCase.access$000(InstrumentationTestCase.java:36)
>> at
>> android.test.InstrumentationTestCase$2.run(InstrumentationTestCase.java:184)
>> at android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:1465)
>> at android.os.Handler.handleCallback(Handler.java:587)
>> at android.os.Handler.dispatchMessage(Handler.java:92)
>> at android.os.Looper.loop(Looper.java:123)
>> at android.app.ActivityThread.main(ActivityThread.java:3647)
>> at java.lang.reflect.Method.invokeNative(Native Method)
>> at
>> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
>> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
>> at dalvik.system.NativeStart.main(Native Method)
>>
>>
>> Is this focus distance depends on camera sensor? is it mandatory to set ?
>>
>> is it one of configurable parameter of the sensor? Where do i get these
>> details to how and what to 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@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>
>
> --
> Thanks and Regards
> Prasad Seemakurthi
> 9985118615
>
>  --
> 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...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] testFocusDistances Camera CTS Failure

2011-03-28 Thread Pandi k
Hi,

I have one fail in android CTS hardware package. It is from Camera.

Test case name is testFocusDistances.

Assertion failed due to focus distance checking.

This is error...

android.hardware.cts.CameraTest#testFocusDistances(fail)
junit.framework.AssertionFailedError at
android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
at android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
at
android.hardware.cts.CameraTest.testFocusDistancesByCamera(CameraTest.java:1203)
at android.hardware.cts.CameraTest.testFocusDistances(CameraTest.java:1186)
at java.lang.reflect.Method.invokeNative(Native Method)
at
android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
at
android.test.InstrumentationTestCase.access$000(InstrumentationTestCase.java:36)
at
android.test.InstrumentationTestCase$2.run(InstrumentationTestCase.java:184)
at android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:1465)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3647)
at java.lang.reflect.Method.invokeNative(Native Method)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
at dalvik.system.NativeStart.main(Native Method)
at android.hardware.cts.CameraTest.checkFocusDistances(CameraTest.java:1242)
at
android.hardware.cts.CameraTest.testFocusDistancesByCamera(CameraTest.java:1203)
at android.hardware.cts.CameraTest.testFocusDistances(CameraTest.java:1186)
at java.lang.reflect.Method.invokeNative(Native Method)
at
android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:204)
at
android.test.InstrumentationTestCase.access$000(InstrumentationTestCase.java:36)
at
android.test.InstrumentationTestCase$2.run(InstrumentationTestCase.java:184)
at android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:1465)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3647)
at java.lang.reflect.Method.invokeNative(Native Method)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
at dalvik.system.NativeStart.main(Native Method)


Is this focus distance depends on camera sensor? is it mandatory to set ?

is it one of configurable parameter of the sensor? Where do i get these
details to how and what to 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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en