You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2016/10/08 15:41:20 UTC

[jira] [Closed] (CB-11973) Wezka Camera Issue in Android 6.0.1

     [ https://issues.apache.org/jira/browse/CB-11973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-11973.
-----------------------------
    Resolution: Invalid
      Assignee: jcesarmobile

com.wezka.nativecamera is a third party plugin, not a core one, so I'm closing this issue as invalid.
Please, report the issue on the plugin's github repository 
https://github.com/shaithana/cordova-plugin-wezka-nativecamera

> Wezka Camera Issue in Android 6.0.1 
> ------------------------------------
>
>                 Key: CB-11973
>                 URL: https://issues.apache.org/jira/browse/CB-11973
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, CordovaLib, Plugin Camera
>         Environment: Android 6.0.1
>            Reporter: Vishwa Deepak
>            Assignee: jcesarmobile
>            Priority: Critical
>              Labels: build
>
> Hi Team,
> While capturing the image , the image is not displaying in the VIEW, I have the following Logcat
> Please refer and let me know for more information.
> 10-07 07:04:42.010 5918 5918 W ExifInterface: Invalid image.
> 10-07 07:04:42.010 5918 5918 W ExifInterface: java.io.EOFException
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at java.io.DataInputStream.readByte(DataInputStream.java:77)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.media.ExifInterface.getJpegAttributes(ExifInterface.java:1599)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.media.ExifInterface.loadAttributes(ExifInterface.java:1339)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.media.ExifInterface.(ExifInterface.java:1057)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at com.wezka.nativecamera.ExifHelper.createOutFile(ExifHelper.java:83)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at com.wezka.nativecamera.NativeCameraLauncher.onActivityResult(NativeCameraLauncher.java:435)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at org.apache.cordova.CordovaInterfaceImpl.onActivityResult(CordovaInterfaceImpl.java:120)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at org.apache.cordova.CordovaActivity.onActivityResult(CordovaActivity.java:320)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.app.Activity.dispatchActivityResult(Activity.java:7137)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.app.ActivityThread.deliverResults(ActivityThread.java:4916)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.app.ActivityThread.handleSendResult(ActivityThread.java:4963)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.app.ActivityThread.access$1600(ActivityThread.java:221)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1848)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.os.Handler.dispatchMessage(Handler.java:102)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.os.Looper.loop(Looper.java:158)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at android.app.ActivityThread.main(ActivityThread.java:7224)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at java.lang.reflect.Method.invoke(Native Method)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
> 10-07 07:04:42.010 5918 5918 W ExifInterface: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
> 10-07 07:04:42.010 5918 5918 I NativeCameraLauncher: Bitmap not compressed
> 10-07 07:04:42.010 5918 5918 W System.err: java.io.EOFException
> 10-07 07:04:42.010 5918 5918 W System.err: at java.io.DataInputStream.readByte(DataInputStream.java:77)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.media.ExifInterface.saveJpegAttributes(ExifInterface.java:1730)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.media.ExifInterface.saveAttributes(ExifInterface.java:1388)
> 10-07 07:04:42.010 5918 5918 W System.err: at com.wezka.nativecamera.ExifHelper.writeExifData(ExifHelper.java:180)
> 10-07 07:04:42.010 5918 5918 W System.err: at com.wezka.nativecamera.NativeCameraLauncher.onActivityResult(NativeCameraLauncher.java:436)
> 10-07 07:04:42.010 5918 5918 W System.err: at org.apache.cordova.CordovaInterfaceImpl.onActivityResult(CordovaInterfaceImpl.java:120)
> 10-07 07:04:42.010 5918 5918 W System.err: at org.apache.cordova.CordovaActivity.onActivityResult(CordovaActivity.java:320)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.app.Activity.dispatchActivityResult(Activity.java:7137)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.app.ActivityThread.deliverResults(ActivityThread.java:4916)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.app.ActivityThread.handleSendResult(ActivityThread.java:4963)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.app.ActivityThread.access$1600(ActivityThread.java:221)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1848)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.os.Looper.loop(Looper.java:158)
> 10-07 07:04:42.010 5918 5918 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7224)
> 10-07 07:04:42.010 5918 5918 W System.err: at java.lang.reflect.Method.invoke(Native Method)
> 10-07 07:04:42.010 5918 5918 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
> 10-07 07:04:42.010 5918 5918 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
> 10-07 07:04:42.010 5918 5918 I NativeCameraLauncher: failPicture:Error compressing image



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org