Camera take to long to open

why does the camera take so long to load? Some times it starts right away other time it take over 15 seconds to load? Any Ideas?

I took my phone into Apple. The guy told me to restore my phone but not to do it from the backup. He noticed that the Usage & Standby times where the same and said that was a problem, that basically the phone was always working. After the restore things are working fine. I just have to bring everything in manual and I lost my text messages.

Similar Messages

  • Why does Pages 08 3.03 take so long to open in OS X 10.93

    Why does Pages 08 3.03 take so long to open in OS X 10.93

    Possibly you may have a lot of fonts open.
    Pteer

  • After updating my iphone 4 to IOS7, why do my apps take so long to open?

    After updating my iphone 4 to IOS7, why do my apps take so long to open?
    Also, the page flips within the app are much slower?
    Why?

    Why don't you try updating to 5.0 since it's available now?

  • HT3209 where are my TV series which I purchase on Apple TV stored? Why do they take so long to open when we want to watch them?

    where are my TV series which I purchase on Apple TV stored? Why do they take so long to open when we want to watch them?

    That would be due to your network.
    Some common things to check
    Current connection, use speedtest.net
    Go to istumbler (Mac) or netstumbler (PC) to get a report of your network, it will help see if there's interference.
    On Apple TV go to settings - general - network. Make sure DNS is set to automatic.

  • Business Rules Project Takes Too Long to Open

    Does anyone know why it takes too long (~3-5 minutes) to open/edit a security project definded for assigning business rules to planning application forms? We are using Hyperion v11.1.1.3.0. Essbase is on Windows server, Shared Services on Solaris 10 Unix. Even before we migrated Essbase to Windows to gain better performance running calcs, opening projects using EAS has always been very slow to open. Please advice if there is a way to improve performance on this.

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Firefox takes a long time to start up
    * https://support.mozilla.com/en-US/kb/firefox-takes-long-time-start-up
    Check and tell if its working.

  • Why does it take too long to open attachments from email account?

    It takes forever to download attachments from my email account. I have tried to do the following tasks explained on the vista forum :http://windowshelp.microsoft.com/Windows/en-US/help/6b046ae9-1434-4423-9303-400ff6fe686b1033.mspx#ESD but none of the possible fixes work.
    After clicking open on the pop up box asking whether i want to open or save the attachement It takes too long to download it. The transfer window stays open showing that it is ready to download but stays at that bhox window. I press cancel and try to open again, if lucky it opens that file, otherwise it takes forever forceing me to cancel. The files very small files most of the time, usually between 50kb so should take seconds.
    I have even tried to save the files but again same process. The transfer box stays open but does not download.
    Any one any ideas.
    Thanx in advance.

    Hello
    It is not easy to say what happen exactly but it must be something with email account provider and their page. For me this case is not some typical Vista problem but you can try to find solution on Microsoft Vista IT Pro forum.
    By the way: do you have alternative mail address by some other provider? Is there the same situation?

  • Takes too long to open up from shut down or hibernate.

    chrome opens immediately and mozilla firefox takes much too long to open,single click or double click.

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Firefox takes a long time to start up
    * https://support.mozilla.com/en-US/kb/firefox-takes-long-time-start-up
    Check and tell if its working.

  • Takes too long to open a database

    Dear experts,
    we are trying to load a lot of data into BDB JE 4.1.10, and at the moment total size of all log files is about 306Gb (~ 55mln records with keys length 15-20 bytes and values 10-30KB), total number of files is 1570.
    Usage pattern: big batch updates once a week, all other time read-only with random reads.
    So far the experience of using BDB JE is very good, but one annoying thing is that it takes ~ 30 min to open the database (new Environment(...) takes only 10 seconds, but dbEnv.openDatabase(...) is very slow). It is slow even after a clean shutdown, and even when there were previously no updates at all. Looking at the iostat, the application is very busy with reading from disk.
    Is there a way to speed opening the database up? Or may be it is a reasonable time for such a big database?
    Settings:
    envConfig.setConfigParam(EnvironmentConfig.LOG_FILE_MAX, "" + (200 * MB));
    envConfig.setConfigParam(EnvironmentConfig.LOG_FILE_CACHE_SIZE, "500");
    envConfig.setConfigParam(EnvironmentConfig.LOG_WRITE_QUEUE_SIZE, "" + (24 * MB));
    envConfig.setConfigParam(EnvironmentConfig.LOG_BUFFER_SIZE, "" + (8 * MB));
    envConfig.setConfigParam(EnvironmentConfig.CHECKPOINTER_BYTES_INTERVAL, "" + (100 * MB));
    envConfig.setConfigParam(EnvironmentConfig.CLEANER_MIN_AGE, "10");
    envConfig.setConfigParam(EnvironmentConfig.CLEANER_MAX_BATCH_FILES, "10");
    envConfig.setConfigParam(EnvironmentConfig.CLEANER_READ_SIZE, "" + (4 * MB));
    envConfig.setConfigParam(EnvironmentConfig.CLEANER_LOOK_AHEAD_CACHE_SIZE, "" + (2 * MB));
    envConfig.setConfigParam(EnvironmentConfig.LOG_FAULT_READ_SIZE, "" + (24 * KB));
    envConfig.setConfigParam(EnvironmentConfig.LOG_ITERATOR_READ_SIZE, "" + (128 * KB));
    envConfig.setConfigParam(EnvironmentConfig.EVICTOR_LRU_ONLY, "false");
    envConfig.setConfigParam(EnvironmentConfig.EVICTOR_NODES_PER_SCAN, "200");
    System: SUSE with 32Gb onboard and 2CPUs with 4 cores each, RAID0 on 4 disks 7200rpm. BDB JE has 75% for cache from 10GB available for the application.
    Thanks in advance!

    Hi ambber,
    Thanks for your suggestion. A counter that must be updated atomically and logged periodically by JE would be accurate, but would add the same sort of complexity to JE that you mention was added to your application. More importantly, it would only address one type of aggregate "count" that an application may be interested in. Other applications, for example, need to find the number of records in a key range, where the range end points are not predetermined.
    Another possibility is for JE to provide a very rough estimate of the record count, based on the depth of the Btree and the number of internal nodes below the root level of the tree. For example, if the tree is 5 levels deep, the tree has N nodes under the root level, 128 is the maximum size of each node, and nodes are on average 75% full, then the total number of records is very roughly:
    N * ((128 * 0.75) ^^ 4)The advantage of this approach is that it requires no additional data to be logged, does not reduce concurrency, and a similar approach can be applied to a key range as well the entire database.
    Because it would be a very rough estimate, it would mainly be useful for determining optimal query strategies.
    How are you using the record count?
    Just a thought.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Why does it take so long to open emails?

    It can take a minute to open each email message on my iPad2 ( 1st generation).  I use Yahoo email.  The mail opens in a flash on my iPhone 4S.  I am using wifi with a NETGEAR router.  I have no problem open the emails on my iMac computer.  The problem exists only on my iPad.

    Hello, Chairwalker. 
    Thank you for visiting Apple Support Communities.
    Try forcing all applications to close and power cycle the device.  Once this is done test the functionality of mail on your iPad.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Cheers,
    Jason H.

  • Camera Taking Extremely Long to Open

    I have an 8GB iPhone (1st gen) and opening up the Camera app and waiting for it to "get ready" so I can take a pic now takes 15 SECONDS. 13 seconds for the "lens" to open and 2 or 3 more seconds for it to register anything on the screen. That may not seem like a long time, but it is when people are posing for a pic or you're trying to capture something spur of the moment.
    I don't remember it taking that long to get ready in the past, and it might have been since the 2.0 update. In the past, it was just slow when it used to try to check email or something and delay the camera, but now it's every time.
    I have 2,200 photos on the camera -- would that affect it?
    Any ideas or solutions?

    Hi
    Sounds like file corruption is causing the slow down. Go to your Finder: HD>Users>Your User Account>Library> and move the following files to the trash:
    Safari folder: Icon folder and History.plist
    Caches folder: Safari folder
    Restart Safari. Any improvement? If not, try Safari from another User Account. If you require assistance with setting up a new User Account, follow this guidance from Apple.
    You can ignore step 7 in the article. Also, on the system preference>Accounts panel, click on "log-in" options. There, select "fast user switching". This allows you to go back and forth between user accounts via an icon in your Menu Bar at the top of the computer screen.
    Log-on to the new account and start Safari. If Safari is stable in the new account, then your problem is specific to your regular user account. Otherwise, similar response means a system-wide problem.
    Post back

  • Logic suddenly takes considerably longer to open a file...?

    I have a 30 minute file considering of 4 tracks, 1 stereo backing (continuous 30 min audio file) (out 3-4), 1 mono bass (continuous 30 min audio file) (out 2), 1 click (audio instrument) (out 1) and an EXS24 Channel (out 3-4) with automated program changes.
    Also in this file is a detailed sequence of time signature changes and tempo changes.
    The audio files are located in the same folder as the logic file. Up till now logic quickly opened the file in about 1-2 minutes. However recently i made some changes and extensively cut up the audio and used the snip feature to delete certain bars and pull all the automation data back. Subsequently I bounced down all the audio again, once all the cuts were made, to make continuous audio file.
    Now when I load the file (which basically consists of the same setup as previsouly) it takes 5-10 mins - this is a bit crap, considering the time it took before and the setup in a gig.
    I have deleted all unsused audio files from the audio window. Could it be possible that logic still has a memory of all the cuts i did previsouly and even though they are not been used any more in the project it still loads all of this information, when I load the file. I am sure whatever information is delaying the file opening is not needed, I just to find it and get rid!
    Sorry for the long post, hopefully it makes sense.
    Much thanks - please some one help (gig tomorrow!)
    Cheers,
    Tim
    Powerbook g4, Powermac Dual g4, Imac G5   Mac OS X (10.4.7)   Logic Pro 7.2

    After looking at project manager I relaised that the particular file wasn't saved as a project an was looking for date from other sessions. I saved as a new project adn copied relevent files. it now works! great! Cheers

  • Photoshop CS4 takes to long to open.

    My photoshop CS4 takes a really long time to open, almost 5 minutes.  it used to open a lot quicker.  how can i fix this?

    My first guess is that you moved the application out of the application folder, and someplace like the root level of the hard disk.
    So when it goes to search for plug-ins and presets, it ends up scanning the whole hard disk.  Just put the app back where it belongs.
    Another possibliity is that you dumped thousands of files into the plugins or presets folders. Take them out.

  • When using NI ELVISmx Instrument Launcher it takes too long to open myDAQ

    myDAQ hardware when connected USB is successfully installed on all 15 computers in a classroom environment and seen in Device Manager.     When the application 'NI ELVISmx for myDAQ' is opened, the Instrument Launcher displays successfully on the desktop.  The problem is however, when one of the buttons are selected ie:  DMM or SCOPE, it takes 2 to 3 minutes  to open (it is a white blank until it appears), or it will eventually say 'not responding' or it opens immediately with 'Launcher has stopped working'.  This occurs on all the computers in the classroom. 
    Attachments:
    DMM blank display.docx ‏339 KB

    Hello meoow2u,
    Has the performance of the other software on these machines been affected since ELVISmx was installed, or is the Instrument Launcher the only program exhibiting this behavior?
    Regards,
    Siana A.
    Application Engineering
    National Instruments

  • Photoshop takes to long to open

    Idk whats wrong with my photoshop but its been taking really long to load up as of late

    As Photoshop starts on a windows PC system perhaps Mac too the splash screen displays little messages as to what Photoshop Startup is currently processing.  Things like Plug-ins, Preferences etc. See if you can see where the startup time is being spent.  Often Photoshop Add-ons can add to Photoshop startup latency.  Some things need to be be initialized. Bugs, Huge Patterns bad fonts etc can increase the time it takes Photoshop to startup.

  • IPhoto takes too long to open and close

    I just updated to iPhoto 5.0.4 from 4.0.3 (using an iLife 05 disk) on my iBook G4 (specs below). I have about 10,000 photos in my library. It took 5 or more hours (I finally had to go to bed!) to update all my photos when the program first opened. This newer version opens, closes, and hides slower than the older version, up to 4 minutes sometimes. Also when open, it slows down other processes on the computer quite a bit. But so far, the processes I've tried to do within iPhoto have worked nicely, including rotating, editing, e-mailing, slideshow.
    I have already deleted the .plist file, repaired permissions, and rebuilt the library (successfully) with iPhoto Library Manager, and of course restarted the computer several times. Does anyone have any other suggestions as to how to keep this program from clogging up my computer and running more quickly? If the only suggestion is to try reinstalling iPhoto 5, would it have to update all my photos again and would the reinstalled program look at my iPhoto library or the rebuilt library?
    I have 4.7 GB of hard disk space left of a 60GB hard drive (which is really only 55GB). iPhoto seems to be automatically looking at the rebuilt library now. I guess Library Manager made it that way?? So another question is can I just drag my original iPhoto library from my "Pictures" folder to the trash? This would free up about 15GB.

    Thanks so much, TD, for your quick reply. I have about 25 albums. Would you consider that "a lot"? Don't know if they are "smart" though. I just created each album and drug the appropriate photos from my library over to the folder icon of each one. I don't think that involves any of that "smart" stuff, does it?
    What do you mean by "if you have all your Rolls open"? How do I "open" rolls or "close" them? I always leave the little triangle next to the "Library" in the left column closed. In that column, listed under the Library are the last roll, last 12 months roll, etc. then all my albums.
    I will trash my original library and hopefully that will help some.

Maybe you are looking for