Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-550] Android: Basic Camera returns error 0

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:53:28.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0 M04
ComponentsAndroid
Labelsandroid, defect
ReporterDon Thorp
AssigneeDon Thorp
Created2011-04-15T02:31:37.000+0000
Updated2011-04-17T01:53:28.000+0000

Description

On devices at API level > 4 we need to explicitly add <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

Comments

  1. Don Thorp 2011-04-15

    (from [aca9ab6df3837d84d0c1b8db42da86cb727bb8a8]) [#550 status:resolved] Added WRITE_EXTERNAL_STORAGE permission to build. It's required for API Level > 4 http://github.com/appcelerator/titanium_mobile/commit/aca9ab6df3837d84d0c1b8db42da86cb727bb8a8"> http://github.com/appcelerator/titanium_mobile/commit/aca9ab6df3837...

  2. Don Thorp 2011-04-15

    This works in most cases unless the image is too large. Need a way to capture a smaller image.

  3. Don Thorp 2011-04-15

    More research. We need to optimize backgroundImage and other drawables to not require being loaded at all times. They also need to be scaled appropriately for painting.

  4. Don Thorp 2011-04-15

    This should have been marked fixed-in-qa to go along with the other background image issues.

  5. Thomas Huelbert 2011-04-15

    Titanium SDK version: 1.5.0 (12/06/10 08:42 4d92d40) G1 (1.6) g2 (2.2)

JSON Source