Philip Terman created CB-1403:
---------------------------------

             Summary: camera.getPicture crashes moto Droid X with large images 
using DATA_URL
                 Key: CB-1403
                 URL: https://issues.apache.org/jira/browse/CB-1403
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 2.0.0, 1.7.0
         Environment: Android 2.3.4, Kernel 2.6.32.9-?
            Reporter: Philip Terman
            Assignee: Joe Bowser


When using navigator.camera.getPicture on Moto Droid X and the DATA_URL option, 
large return buffers will crash the app at the point of getPicture (generating 
a toast with force close).  Here's a sample of the code:

    navigator.camera.getPicture(onPhotoDataSuccess, onFail,
        { quality: 100,
            destinationType: Camera.DestinationType.DATA_URL,
            targetWidth: 2048,
            targetHeight: 1536
        }
    );

This code appears to function correctly on other devices we have tested that 
are running Android 2.3.4.  The issue is only seen on our Droid X devices (we 
have tried two different Droid X's).

Also, scaling down the image size or removing the image size and lowering the 
quality to 20 will allow the program to process correctly.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to