[jira] [Commented] (CB-12270) Getting "Error capturing image" when saveToPhotoAlbum is true on some Android devices

2018-10-03 Thread Dan Polivy (JIRA)


[ 
https://issues.apache.org/jira/browse/CB-12270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16637597#comment-16637597
 ] 

Dan Polivy commented on CB-12270:
-

I've run into a similar issue, and I believe this is a dupe of 
https://issues.apache.org/jira/browse/CB-12964 which was fixed on June 28, 
2017. Have you all tried this with a newer version of the plugin?

> Getting "Error capturing image" when saveToPhotoAlbum is true on some Android 
> devices
> -
>
> Key: CB-12270
> URL: https://issues.apache.org/jira/browse/CB-12270
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Huseyin Candan
>Priority: Major
>
> I get this error on Samsung Galaxy J2 (SM-J200F) with Android v.5.1.1.
> When I change saveToPhotoAlbum to false, it works.
> According to the user, the issue occurred on device with no change in the 
> app. It was working and one day error started. Maybe, Android version is 
> updated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12270) Getting "Error capturing image" when saveToPhotoAlbum is true on some Android devices

2017-05-18 Thread Christian Schoeneberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16015790#comment-16015790
 ] 

Christian Schoeneberg commented on CB-12270:


small Update: We have made a factory reset for our Samsung Galaxy J5 and now, 
we are able to save photos with the saveToPhotoAlbum setting.

> Getting "Error capturing image" when saveToPhotoAlbum is true on some Android 
> devices
> -
>
> Key: CB-12270
> URL: https://issues.apache.org/jira/browse/CB-12270
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Huseyin Candan
>
> I get this error on Samsung Galaxy J2 (SM-J200F) with Android v.5.1.1.
> When I change saveToPhotoAlbum to false, it works.
> According to the user, the issue occurred on device with no change in the 
> app. It was working and one day error started. Maybe, Android version is 
> updated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12270) Getting "Error capturing image" when saveToPhotoAlbum is true on some Android devices

2017-04-26 Thread Erwin de Brouwer (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15985006#comment-15985006
 ] 

Erwin de Brouwer commented on CB-12270:
---

We reproduced this issue consistently in the following manner:
1. Clear the entire gallery (delete all images & folders - also system folders 
like Screenshots, Camera)
2. Take a picture using captureImage with the saveToPhotoAlbum flag set to true.

> Getting "Error capturing image" when saveToPhotoAlbum is true on some Android 
> devices
> -
>
> Key: CB-12270
> URL: https://issues.apache.org/jira/browse/CB-12270
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Reporter: Huseyin Candan
>
> I get this error on Samsung Galaxy J2 (SM-J200F) with Android v.5.1.1.
> When I change saveToPhotoAlbum to false, it works.
> According to the user, the issue occurred on device with no change in the 
> app. It was working and one day error started. Maybe, Android version is 
> updated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12270) Getting "Error capturing image" when saveToPhotoAlbum is true on some Android devices

2017-02-20 Thread Mika Andrianarijaona (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15874199#comment-15874199
 ] 

Mika Andrianarijaona commented on CB-12270:
---

I have the same error only when a SD card is used on the device. When SD card 
is removed, everything works fine. When setting saveTOPhotoAlbum to false, it 
will also work even when a SD card is inserted. 
Our current configuration is: 

options = {
  quality : 100
  destinationType : Camera.DestinationType.FILE_URI
  sourceType : Camera.PictureSourceType.CAMERA
  allowEdit : false
  encodingType: Camera.EncodingType.JPEG
  targetWidth: 2048
  targetHeight: 1536
  popoverOptions: CameraPopoverOptions
  saveToPhotoAlbum: true
}

> Getting "Error capturing image" when saveToPhotoAlbum is true on some Android 
> devices
> -
>
> Key: CB-12270
> URL: https://issues.apache.org/jira/browse/CB-12270
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Reporter: Huseyin Candan
>
> I get this error on Samsung Galaxy J2 (SM-J200F) with Android v.5.1.1.
> When I change saveToPhotoAlbum to false, it works.
> According to the user, the issue occurred on device with no change in the 
> app. It was working and one day error started. Maybe, Android version is 
> updated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-12270) Getting "Error capturing image" when saveToPhotoAlbum is true on some Android devices

2017-02-16 Thread Christian Schoeneberg (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869705#comment-15869705
 ] 

Christian Schoeneberg commented on CB-12270:


We have the same issue on  Samsung Galaxy J5 (2016) Duos J510FN with Android 
v.6.0.1.

Cordova Version: 6.5.0
Cordova-plugin-camera: 2.3.1

Hope it will fixed in the near future.


> Getting "Error capturing image" when saveToPhotoAlbum is true on some Android 
> devices
> -
>
> Key: CB-12270
> URL: https://issues.apache.org/jira/browse/CB-12270
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Reporter: Huseyin Candan
>
> I get this error on Samsung Galaxy J2 (SM-J200F) with Android v.5.1.1.
> When I change saveToPhotoAlbum to false, it works.
> According to the user, the issue occurred on device with no change in the 
> app. It was working and one day error started. Maybe, Android version is 
> updated.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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