You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by IuriiO <gi...@git.apache.org> on 2012/11/10 01:47:13 UTC

incubator-cordova-android pull request: Camera plugin (HTC Incredible) is c...

GitHub user IuriiO opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/54

    Camera plugin (HTC Incredible) is crashing on 2.3.4 devices without SD card

    Camera plugin (HTC Incredible) is crashing on 2.3.4 devices without SD card
    Fails with NullPointerException in getScaledBitmap method.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/IuriiO/incubator-cordova-android Android_2.3.4_camera_crash

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-android/pull/54.patch

----
commit b9ddc9e678e5fdaca6a49fbfaea5e375ac4c3871
Author: Iurii Okhmat <iu...@inrix.com>
Date:   2012-11-10T00:40:56Z

    Camera plugin (HTC Incredible) is crashing on 2.3.4 devices without SD card

commit f9a49efae9cfa80fa01c3a52705ea5d66a077b18
Author: Iurii Okhmat <iu...@inrix.com>
Date:   2012-11-10T00:44:33Z

    Removed unnecessary import.

----