Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
App Crash when taking picture with Galaxy S3
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tham Nguyen Huy  
View profile  
 More options Sep 16 2012, 12:13 am
From: Tham Nguyen Huy <tham.nguyen...@gmail.com>
Date: Sat, 15 Sep 2012 21:13:10 -0700 (PDT)
Local: Sun, Sep 16 2012 12:13 am
Subject: App Crash when taking picture with Galaxy S3

Hi All,

I am building an application using phonegap 2.0 and have a critical issue.
The application has a feature to take photo/video by using camera and
pickup a picture from phone's library.

1) I have an critical issue with this app. when trying to shoot a
picture/video from camera, the application auto crash when testing with
Galaxy S3.
The same code is working with Galaxy Note or HTC model.

2) Could it be possible to lock camera orientation by using phonegap? I
would need the application only able to capture photo/video
in landscape mode.

Please let me know if those issue can be fixed or those are know issues
that is phonegap limitation.
If you have any solution, please share with me.

Looking forward to hearing from you soonest.

Thanks,
Tom


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jan-willem gmelig meyling  
View profile  
 More options Sep 16 2012, 11:29 am
From: jan-willem gmelig meyling <jan-wil...@youngmediaexperts.nl>
Date: Sun, 16 Sep 2012 08:29:54 -0700 (PDT)
Local: Sun, Sep 16 2012 11:29 am
Subject: App Crash when taking picture with Galaxy S3

Do you have a jQM select menu in your app? Its a known issue for iOS, which should be fixed in the new Cordova 2.1 . Not sure if this is the same issue..


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ruben  
View profile  
 More options Sep 16 2012, 12:30 pm
From: Ruben <vanhoeyveld_ru...@hotmail.com>
Date: Sun, 16 Sep 2012 09:30:11 -0700 (PDT)
Local: Sun, Sep 16 2012 12:30 pm
Subject: Re: App Crash when taking picture with Galaxy S3

This is NOT the same issue. The problem Tham Nguyen Huy is experiencing, is
that the main app is killed by the Garbage Collector because the Camera app
needs more Ram memory. The best solution to this problem, is to build a
custom camera activity INSIDE the app so it can't get killed by the GC.

Op zondag 16 september 2012 17:29:54 UTC+2 schreef jan-willem gmelig
meyling het volgende:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Hemker  
View profile  
 More options Sep 18 2012, 5:38 am
From: Christian Hemker <christian.hem...@googlemail.com>
Date: Tue, 18 Sep 2012 02:38:25 -0700 (PDT)
Local: Tues, Sep 18 2012 5:38 am
Subject: Re: App Crash when taking picture with Galaxy S3

You can add the following attribute to your AndroidManifext.xml to tell
your app to allocate more Heap Space.
This works for me with the S3.

<application ... android:largeHeap="true" >

http://developer.android.com/guide/topics/manifest/application-elemen...

Greets,

Christian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ruben  
View profile  
 More options Sep 20 2012, 12:57 pm
From: Ruben <vanhoeyveld_ru...@hotmail.com>
Date: Thu, 20 Sep 2012 09:57:17 -0700 (PDT)
Local: Thurs, Sep 20 2012 12:57 pm
Subject: Re: App Crash when taking picture with Galaxy S3

error: No resource identifier found for attribute 'largeHeap' in package
'android' AndroidManifest.xml Android AAPT Problem

Op dinsdag 18 september 2012 11:38:25 UTC+2 schreef Christian Hemker het
volgende:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »