HTC EVO 4G :: Camera App Crashes With Too Many Apps

Jun 7, 2010

Got the Evo (first android phone for me) and promptly started installing apps. At some point, my camera stopped working. When launching the camera app, the screen would go black for a second, then back to home screen. Installed the OTA update (also had the security error on SD card), then installed apps again. Same problem after so many apps installed. I don't know the app limit, but it's not out of internal storage. If I uninstall enough apps, camera works again. All other apps worked normally throughout.

HTC EVO 4G :: Camera app crashes with too many apps


Android :: Camera Crashes When Taking Pictures

Nov 9, 2009

Hi. im having a trouble getting Android's camera to work. i started CameraActivity Intent from MapActivity (when i start camera activity, i unresgister all listeners used in map activity), and when i call takepicture method, it just exits camera activity and return to map activity dumping strange msg showing below.

the camera sounds off the shutter-sound and it crashes camera activity. sometimes it succeeds, and sometimes doesn't.

it happens when im using docomo's HT-03A, 1.6sdk is installed.

Anyone having same trouble as i do?

CODE:....................

View 4 Replies View Related

Android :: Camera In Froyo Emulator Crashes

Jun 28, 2010

We are exploring the default applications in Froyo and we found out that the Camera app always crashes seconds after it loads.

Is this related to the no camera/video input limitation of the application? If not, what seems to be the problem? We already added all the additional properties to the AVD. We also disabled the auto-rotate screen option.

View 2 Replies View Related

Android :: Camera Application Preview Crashes

Nov 24, 2010

So I started with this little write-up. I wanted to try to make an application that will take pictures while running in the background. To start though I wanted an application that once opened would simply take a picture every X seconds. After recreating the classes and methods show in the walk through below I ran into a few problems.
http://itp.nyu.edu/~sve204/mobilemedia_spring10/androidCamera101.pdf

For starters its seems that the onCreate function sets up all the objects for the application, but if you try to take a picture through any other method than onClick (IE directly calling it) the application actually hasn't setup the canvas or the preview yet.

My first question:
Is there any conditional method that you can setup that will wait till all the "onCreate" objects are created and their associated methods are called and finished? How do I wait for the application to finish putting together my surface and starting the cameras preview before automatically starting to take pictures?

My second question:
I am required to have a preview available to take pictures. Is there anyway to push this application to the back (IE running in the background) while still taking pictures? Is drawing to a canvas a requirement? (From what I can tell AFAIK, you are required to have a surfaceholder to start preview, when you put up another screen or application that pauses the current application and closes the surface/canvas you were presenting that preview on). If my understanding is correct on all of this the best I will be able to do is make a 1x1 pixel canvas that will still take up the screen due to the application being in the foreground.

My Third question:
Is there any way around this? Can you still utilize the camera in some fashion without requiring the preview be drawn?

View 1 Replies View Related

Android :: Camera Flash In 1.5 And 1.6 - Application Crashes

May 21, 2010

My app is using the camera on the phone. For phones w/ 2.0+ I have been able to activate the Flash. When I test on a phone with 1.5 OS on it the app crashes. I get: java.lang.reflect.InvocationTargetException and the Cause is java.lang.VerifyError: fishers.Nav.TakePicture$1
I assume because you have to access the flash differently in apps below 2.0? Can anyone give me some advice or links to examples showing how I could make it work over the whole range of Operating System version or is that just not at all do-able?

View 5 Replies View Related

2.1 Update :: X10 Mini Pro Crashes When Starting Camera Applications

Nov 24, 2010

I bought a x10 mini pro this week and the same day the phone arrived i updated to 2.1 with SE PC Companion software.

I didnīt noticed if this happens to 1.6 duo to the short usage of this droid version.

Every time i starts the camera application or any application that uses the camera (like Google goggles for example), the phone aparently crashes and suddenly reboot. After the reboot, the camera used to work for the first times but about aprox 30 min. or less that the phone has been rebooted, when i try to start the camera, the phone crashes and restarts again.

Iīve tried to Repair the phone in pc Companion software and the issue continues the same.

View 4 Replies View Related

General :: Front Facing Camera Crashes Phone?

Mar 24, 2014

i've been having some trouble lately with taking pictures on my front facing camera. I'm using the t-mobile variant of the samsung galaxy s3 (its actually from wind, but theyre the same). The last rom i had installed was cyanogenmod, and it was working fairly well, except every once in a while, when i took a picture or video from the front facing camera, the phone would crash immediately and reboot. I tested this with many different camera applications and they all had the same result. I decided that i would try a different rom to see if that was the issue, so i installed the latest version of Carbon. The problem persisted, and it even got worse. Now every time i take a photo using the front facing camera, the phone will crash and reboot instantly. I read around, and there appears to be some issues with snapchat and such, but i dont think that is my problem as this is occuring with every camera application i have. I have also checked out some other threads related to this issue, and some seem to have the same problem, with no real solution. Apparently a temporary fix seems to be clearing the application data, but even that doesn't work for me. If i could guess, i would say it has something to do with custom roms in general as i have seen no reports of a stock rom phone having this issue, or perhaps a gapps issue, but those are just some thoughts.

Some Info:

Model Number: SGH-T999
Android Version: 4.4.2
Carbon Version: CARBON-KK-NIGHTLY-20140316-0304

View 1 Replies View Related

Android :: Simple Android Camera Preview App Crashes Because It Runs Out Of Memory

Apr 28, 2010

I have yet to try this on an actual device, but expect similar results. Anyway, long story short, whenever I run my app on the emulator, it crashes due to an out of memory exception.

My code really is essentially the same as the camera preview API demo from google, which runs perfectly fine.

The only file in the app (that I created/use) is as below-

CODE:..................

View 2 Replies View Related

Android :: Activity Crashes When Remote Service Crashes

Jul 16, 2010

I'm trying to understand remote services at the moment and everything works fine, i can start the service and know how to communicate with it through the AIDL-interface. My problem is that the service seems to still run in the same process like the activity it was started from, because the activity crashes too, if there is an error thrown in the Service.

I set the service process to remote ( android:process=":remote" ) so what am i doing wrong? Or what do i have to do to unbind the service-process completely from the activity-process?

View 1 Replies View Related

Android :: Android SDK Camera API Demo Crashes

Jan 28, 2010

The Android SDK has an API demo for using the preview of the camera. However, this gives me a runtime exception in the emulator. I'm running with Eclipse on a Mac with 10.6

Here's the link where I grabbed the code:

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/CameraPreview.html

View 5 Replies View Related

Android :: Camera Crashes In Android 2.2

Oct 14, 2010

I have tested my application on the Android SDK on everything from 1.5 to 2.2 and the camera code in my activity works fine. Running it on a device with 2.1 is also working. But the same app does not work with 2.2 on HTC Desire and Nexus One and the app crashes. Any ideas why they might be happening?

Am using import android.hardware.Camera;.

Inside onCreate I have this:

CODE:.........................

View 1 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Xperia X10 Mini Crashes Every Second Time - Start The Camera

Nov 15, 2010

I received my new x10 mini phone a few days ago and am really impressed by it.

But...

After the phone has been off, the camera works fine the first time I start it.

And if I close the camera application and start it again straight away it also works fine.

But if I wait for maybe half an hour or more and then open the camera application, the phone reboots itself.

This is very repeatable and it looks like there's something wrong in the software or so.

View 3 Replies View Related

HTC Hero :: Camera Not Working - Message The Application Camera Process Com.android.camera Has Stopped Unexpectedly Please Try Again

Dec 6, 2009

My camera stopped working. When I click my camera application I get the message "The application camera (process com.android.camera) has stopped unexpectedly. Please try again". It's just a blank screen?

View 3 Replies View Related

General :: Finding Apps That Looks Like IOS Camera Or Gallery?

Mar 30, 2013

know of any apps that looks like iOS' camera or gallery? If you know of more than one app that would be even better, but knowing just one would be fine with me.

View 3 Replies View Related

General :: Can't Find Camera In Apps List

Oct 11, 2013

I have android 4.1.2 cyanogen based on acer iconia a200. I know I have camera app in the system as I have the camera app shortcut on the unlock screen and I can launch the camera from there. But I dont have camera in installed apps (in app drawer). I have tried installing the camera apk (install was successful) but still I dont see it in the search.

View 3 Replies View Related

Samsung Moment :: Augmented Reality / Camera Apps

Nov 1, 2009

I was wondering if anyone else has tried a 3rd party camera app (like CameraFX) or an augmented reality app yet. My Moment wont render the image from the camera correctly it's all green and staticy looking. sorry for the terrible description. Has anyone tried an AR or 3rd party camera app? Or can you and then tell me if your moment is working fine with it or not?

View 24 Replies View Related

HTC Droid Eris :: Camera Apps Free / Paid?

Apr 7, 2010

Gimme some of your favorites.

View 3 Replies View Related

Android :: Prevent LED - Camera Flash Requiring APPS From Marketplace

Mar 11, 2010

Is there a particular flag that we can use to prevent apps showing up in marketplace which require the phone to have a Camera Flash /LED. typical apps are ones which make the phone act like a torchlight in dark , i have seen a tag which prevents apps requiring autofocus in a camera from appearing in the marketplace. Just looking to find out if there is something similar for camera flash.

View 2 Replies View Related

General :: Add Folders To Google+ Photo Backup (other Camera Apps)

May 24, 2013

Since other camera apps use other folders to save the pictures in them, how can I add those folders to also sync to Google+? Do I need to change the folders these apps save too?

View 1 Replies View Related

Motorola Droid X :: No Option To Take Widescreen Photos Like Stock Camera App - Apps To Do So?

Sep 8, 2010

I purchased Vignette Camera because I liked the edits. However, I noticed there is no option to take widescreen photos (takes up the whole screen of the Droid X) like the stock Camera app. I can take a photo with Camera first, then import it in the other app, but that's just more work. Any other options or apps out there?

View 2 Replies View Related

General :: Camera Apps Not Taking Full Advantage Of Resolution Capability?

Mar 26, 2012

My current mobile phone is an LG/Sprint Optimus S, whose camera has 3.2 mpx resolution. My previous (and first) smart phone was an HTC Pure which runs Windows Mobile 6.5 and is perhaps better known as the Topaz, Pure being its AT&T edition. The camera on that phone does 5.0 mpx, so it's obviously much better. Even on just the small device screens, you can see the quality difference at a glance.

For a particular objective, I need to be able to take good pictures on the go, but have the Internet connection provided by my current Android device. In other words, I want to take pictures with the HTC, beam them to my Optimus, and then use that to send out the pictures. I was having a bit of trouble getting the devices to work well together in their native states, so I flashed a version of Froyo onto the old HTC. Having done that, I found that the Bluetooth connection between the devices worked quite well. But when I try to use one of the Android camera apps to take pictures on the HTC, it's not taking full advantage of the lens' capability. The photos show up on the screen about the size of a large postage stamp; in fact not much bigger than a thumbnail picture.

Do Android camera apps not work at any better resolution than 3.2?

View 1 Replies View Related

Samsung Moment :: Free Ringer Apps - Browser Apps - Fb Apps - Music Apps And Theme Apps

Jan 9, 2010

I would like to know whats some free ringer apps? browser apps? fb apps? music apps? and theme apps?

View 4 Replies View Related

Android :: Change Existing Apps Code Of G1 - Calendar And Camera Code

Feb 19, 2009

I wanna to add some code in Camera Apps code , so that it will invoke my Application and do the thing as per my desier. Is it possible to change the Application code? If any one already tried this then plz let me know, how to proceed and build if i change some code. How to integrate my application with camera apps.

View 2 Replies View Related

Samsung Fascinate :: Front Facing Camera / Camera Flash?

Aug 4, 2010

If you could only choose one of these, which would you have chosen for the Fascinate? (Obviously it would be best to have both).

View 8 Replies View Related

Motorola Droid X :: Why Camera Button Is Tiggering Volume And Not Camera?

Aug 19, 2010

I cant figure out why my camera button is tiggering the volume and not the camera. Every time I press it to use my camera it keeps lowering my ringer volume and when im in the camera mode(from app) it wont snap any pics, it just takes me back to my main page and lower the volume. Can anyone help me out?

View 8 Replies View Related

LG Eve :: GW620 Crashes

Jul 11, 2010

Phone is less than 48 hours old

It would have been taken back already if the store wasn't in such a remote place!

Phone will either hang at the LG splash screen requiring a battery pull or if it does manage to boot in it will freeze up after a few minutes use.

Occasionaly getting error messages, google. something and android.exe I think aswell.

Is it possible that the android installation is corrupt and is there a way to manually reinstall it ?

I've tried a factory reset and also managed to keep the phone running long enough to update the firmware via the LG update tool.... No joy with either!

View 2 Replies View Related

App Crashes When It Starts

Sep 24, 2012

whenever i start this app it crashes after about 5 seconds. I am quite desperate because I couldnt find the error/ mistake yet.

Code:
package de.example.adorassprachausgabe;
import java.util.Locale;
import android.os.Bundle;
import android.app.Activity;
import android.speech.tts.TextToSpeech;
import android.speech.tts.TextToSpeech.OnInitListener;
import android.view.View.OnClickListener;
import android.widget.Button;

[code]....

View 1 Replies View Related

Android :: Need A Camera App That Makes Magic Camera Not Suck?

Nov 15, 2009

Whats a camera app that will actually work and not take 30 seconds to take the picture after clicking to take it?

View 2 Replies View Related

HTC Incredible :: 4th - Reboots - Crashes

Jul 23, 2010

my first 2 rebooted about 5 times a day. my 3rd one i did the leaked ota right when i got it and it was freaking awesome. Except the speaker was crackling like it was blown. Now my 4th one is rebooting by itself. I'm tempted to do the leaked ota and see if that fixes it.

View 26 Replies View Related

Android :: Default_all Crashes App

Feb 9, 2009

I've been using:

Notification.DEFAULT_SOUND

for quite some time with great success. When I replace that with:

Notification.DEFAULT_ALL

the program crashes when the notification is called.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved