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

Richard B Knoll commented on CB-10309:
--------------------------------------

If you want to use the fix now (before we do a release), you will also have to 
generate cordova.js for the master cordova-android repo. Doing that is a little 
more involved:

1. {{git clone}} cordova-android (https://github.com/apache/cordova-android)
2. In the same directory, {{git clone}} cordova-js 
(https://github.com/apache/cordova-js)
3. run {{npm install}} in the cordova-js repo
4. In the cordova-js repo, run {{grunt compile:android}} (might have to 
reference grunt in the {{node_modules}} directory if you don't have globally 
installed)
5. That command will generate {{pkg/cordova.android.js}} which you want to 
rename to {{cordova.js}} and copy into your cordova-android repo at the path 
{{cordova-android/bin/templates/project/assets/www/cordova.js}}
6. Then add cordova-android to your project {{cordova platform add 
<path-to-cordova-android>}}

Sorry about that, it will get regenerated once we do a release.

> App crash when using camera plugin to access gallery on Android Moto E
> ----------------------------------------------------------------------
>
>                 Key: CB-10309
>                 URL: https://issues.apache.org/jira/browse/CB-10309
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>    Affects Versions: 5.1.1
>         Environment: Using Cordova 5.1.1, cordova-plugin-camera 2.0.0 and 
> CrossWalk
>            Reporter: Mikle
>            Assignee: Richard B Knoll
>
> Currently i am using cordova-plugin-camera 2.0.0 and trying to add some 
> photos from gallery. On almost all android and iOS devices it works great but 
> on Motorola Moto E it crashes app. I am also using crosswalk for higher 
> performance. I searched for this problem using logs i have found this branch 
> of plugin 
> https://github.com/apache/cordova-plugin-camera/compare/CB-8438cordova-plugin-camera.
>  It seems that this fixes are already merged to plugin but it still crashes 
> my app on that specific device. 
> Here are logs 
> ERROR:        AndroidRuntime : FATAL EXCEPTION: pool-4-thread-2
> undefined     ERROR:  AndroidRuntime : Process: 
> com.ionicframework.withionic734372, PID: 22807
> undefined     ERROR:  AndroidRuntime : java.lang.NullPointerException: 
> Attempt to invoke virtual method 'void 
> org.apache.cordova.CallbackContext.error(java.lang.String)' on a null object 
> reference
> undefined     ERROR:  AndroidRuntime : at 
> org.apache.cordova.camera.CameraLauncher.failPicture(CameraLauncher.java:1165)
> undefined     ERROR:  AndroidRuntime : at 
> org.apache.cordova.camera.CameraLauncher.processPicture(CameraLauncher.java:1154)
> undefined     ERROR:  AndroidRuntime : at 
> org.apache.cordova.camera.CameraLauncher.processResultFromGallery(CameraLauncher.java:681)
> undefined     ERROR:  AndroidRuntime : at 
> org.apache.cordova.camera.CameraLauncher.access$000(CameraLauncher.java:66)
> undefined     ERROR:  AndroidRuntime : at 
> org.apache.cordova.camera.CameraLauncher$1.run(CameraLauncher.java:787)
> undefined     ERROR:  AndroidRuntime : at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
> undefined     ERROR:  AndroidRuntime : at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
> undefined     ERROR:  AndroidRuntime : at 
> java.lang.Thread.run(Thread.java:818)
> undefined     WARN:   ActivityManager : Force finishing activity 1 
> com.ionicframework.withionic734372/.MainActivity
> undefined     INFO:   OpenGLRenderer : Initialized EGL, version 1.4
> Here is my code 
> navigator.camera.getPicture(cameraSuccess, cameraError, {
>     quality: 50,
>     encodingType: 0,
>     targetWidth: 800,
>     targetHeight: 600,
>     destinationType: Camera.DestinationType.DATA_URL,
>     sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM
> });



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

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

Reply via email to