Really hard time with updating to ios7...

Hi so I got the update going on my iphone 4 earlier and it took an hour or so for it to download and another half an hour to process the update...then i had to leave for Youth Group, completely forgetting that i had to be at least connected to itunes for the update to complete, and my phone got to the "connect to itunes" thing (the itunes symbol and a cord thingy) and it was in recovery mode and still is for an hour or more. When i got home i imediately plugged my phone into my laptop and opened itunes and it goes "itunes has detected an iphone in recovery mode" etc etc so i clicked the "recover iphone" and i've been sitting here with the same picture on my iphone screen and a window for itunes saying "contacting software updater for iphone" or something like that.
What did i do wrong?! What should i do?!?!???!

If you had connected to iTunes recently, it will have backed itself up automatically.  Open iTunes, look in Edit - Preferences - Devices.  See if you have a recent backup.  If you do, you are in business.  Proceed with the Restore, and when it asks you, select your most recent backup.  At the end, you will have an iPhone with the latest iOS and all your data.  If you don't have a backup listed in iTunes, I don't think there is anything else you can do.

Similar Messages

  • Lightroom has a hard time with local adjustments:

    Local adjustments: Spotting / Cloning / Healing Brush, Adjustmenst Brush, Graduated filter
    I posted  the piece below as a response to thaehn’s post “Lightroom freezes on Dust Spot Removal” but I thought the topic is important enough to warrant its own post.
    This in advance: I'm running WIN XP SP4 with all available patches; have 4 GB of RAM; have a dual-core processor at 3 GB.
    Apart from my drive C, I have two internal hard drives in Raid 0 configuration (thus they show up as one drive). I also have an external hard drive that's in Raid 1 ( "mirroring') and is connected by fire-wire 400.
    Yes, LR "freezes" when using the dust spot tool and also when using the adjustment brush or - but to a lesser degree - when using the grad filter.
    My observation though is that it's not a true "freezing", because if I wait long enough LR starts working again. So when using these tools, LR gets extremely busy und just doesn't have enough resources left to respond to further commands right away - but it "stores" the comands and acts on them eventually.
    If I turn on my task manager I observe the following when using these tools: the CPU gets extremely busy (i.e. the green bar is at 100%)  while the RAM usage is high but not to the max. The "freezes" occur when and as long the CPU works at 100%. If the CPU is below 100% LR responds sluggish and the response is normal again when eventually the CPU usage is at 0%.
    Also, in my observation, this behaviour of LR is compounding, i.e. the wait-times for my CPU to get back to 0 are increasing, the longer I work with these tools or the more photos I work on. Re-starting LR does not bring change: the behaviour establishes itself when using the tools again. It is as if LR needs to do some work in the background and that this background work piles up the longer I work in LR.
    I am not a software or hardware specialist, so the following observations are somewhat subjective and not really quantifiable.
    In Photoshop I observed a similar behaviour (although never as bad) when working on files of 500 MB and above. It was particularly bad when working on photos residing on my external RAID 1 hard drive. I had a hunch that it might have to do with the reading and writing from a drive that a)  is external and b)  is  in RAID 1. It is known that RAID 1 has slower writing (and also reading) speeds than RAID 0 (or no RAID at all). So in Photoshop I managed to cut down on the unresponsiveness by moving large files to my internal RAID 0 hard drive and working from there.
    From this experience I come to the assumption that some of the "busy-ness" in LR (or of the CPU) is due to reading/writing to/from the hard drive.
    To test this assumption for LR, I moved some photos from my external (RAID 1) to my internal (RAID 0) hard drive and did some "intensive" work: first some "fancy" lens correction, then a few grad filters, and a "final touch" with the adjustment brush. I thought that LR could handle these tasks somewhat better when the photos were on the internal drive - so some of the "sluggishness" or " freezing" is due to the reading/writing from/to the hard drive.
    Acually I cannot explain why this should be so: In my naivete I thought LR writes everything only into the catalog (?), that - by the way - is on my internal RAID 0 drive.
    I think it would be good if Adobe could look into this and maybe give us some recommendations, just as they do for Photoshop by saying that the scratch disk should be on a different drive than Photoshop.
    But it seems also that local adjustments - spotting, adj. brush. etc - are a very high "number-crunching" business for LR - independent of where the photo is located on the drive. (Interestingly the grad filter is not as bad as the adjustment brush). The clone-tool in Photoshop hardly registers on my CPU and if at all only with a very short spike, while the clone tool in LR sends the CPU through the roof for 10 to 30 seconds- even when the photo in question is on the internal drive.
    I'm sure loots of people will now tell me that this is due to the difference between pixel-based adjustment and non-pixel-based ones. OK, I acknowledge that. But still ...
    It seems some guys are still in denial about this (or maybe they have two quad processors and 16 GB of RAM):
    But it's a fact: LR has a hard time with localized adjustments. There must be by now 100's of complaints to that respect, and that can't be dismissed by blaming it on the hardware specs alone.
    I just hope Adobe is working on that.
    LR3 is a fantastic program that I would not want to work without. Often I have to work on a lot of photos with a very tight deadline. Without LR it would be impossible.
    Thank you,
    ErnstK

    You are right Samoreen.
    I posted my above message in July 2010 and this topic has been re-opened by Adobe under the thread Lightroom 3.3 Performance Feedback
    I think it would be best if everybody would post their concerns only under this thread.
    Otherwise we'd have two different threads for the same issue.
    So let's close this one here.
    WW

  • My wife is very color deficient and has a hard time with the font colors in call log. Any way to change and does Apple have plans to correct?

    My wife is color deficient and has a hard time with the font colors in the phone log and messaging. Is there any way to change color or background and does Apple have plans to correct this?

    There are some minor settings in Accessibility that you can look at, however it really isn't much for color changing. As far as what Apple might have in mind, we are not Apple here, we are users like you. It is against the terms of service to speculate what Apple might have in mind. If you want to provide feedback to Apple, that is done here: www.apple.com/feedback and click on the appropriate link.

  • Convert SSRS dropdown MDX query to INNER JOIN w/ NONEMPTY? Having hard time with this.

    I'm having an incredibly hard time with this, mostly because I'm very new with MDX.
    I created a simple report (with AdventureWorksDW) whose datasource is an SSAS cube. I select a datekey from the dropdown menu, and the report displays [Measures].[Order Quantity] for that day.
    The problem is that the dropdown displays every single value from the dimdate dimension. DimDate goes from 20050101 to 20201231, so the dropdown is very long.
    How can I alter the SSRS-generated MDX so that it does an INNER JOIN with Fact table and only the dates shown in the dropdown are the ones where there's data in the Fact table?
    Currently, the fact table only has 2 days of data (20141015, 20141016), which means that the dropdown should only display those two dates. I'm including the generated code MDX that populates the dropdown menu:
    WITH MEMBER [Measures].[ParameterCaption] AS
    [Dim Date].[Date Key].CURRENTMEMBER.MEMBER_CAPTION
    MEMBER [Measures].[ParameterValue] AS
    [Dim Date].[Date Key].CURRENTMEMBER.UNIQUENAME
    MEMBER [Measures].[ParameterLevel] AS
    [Dim Date].[Date Key].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption],
    [Measures].[ParameterValue], [Measures].[ParameterLevel]}
    ON COLUMNS , [Dim Date].[Date Key].ALLMEMBERS ON ROWS
    FROM [Adventure Works cube]
    Any help is appreciated.
    VM

    Hi vmhatup,
    you can get rid of blank data using nonempty function and get rid of negative values using filter function nonempty should be inside of filter so it applies first, otherwise it is too slow.
    Your statement could look like this
    WITH MEMBER [Measures].[ParameterCaption] AS
    [Dim Date].[Date Key].CURRENTMEMBER.MEMBER_CAPTION
    MEMBER [Measures].[ParameterValue] AS
    [Dim Date].[Date Key].CURRENTMEMBER.UNIQUENAME
    MEMBER [Measures].[ParameterLevel] AS
    [Dim Date].[Date Key].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption],
    [Measures].[ParameterValue], [Measures].[ParameterLevel]}
    ON COLUMNS
    , filter(
    nonempty([Dim Date].[Date Key].[Date Key],measures.measureName)
    ,measure.measurename >0
    ON ROWS
    FROM [Adventure Works cube]
    Jiri Neoral

  • I'm having a hard time with my sound blaster z sound card to sync with cs6. Can anyone share with me

    I'm having a hard time with Adobe CS6 synching up with my soundcard. Latency settings and other applications are challenging at this time. I had 3.0, but my Windows 7 computer is now "deceased". Please help.

    I endorse everything that Steve just said but to try and get you going while you're shopping for an audio interface more suitable for sound work than use as a doorstop, try the following:
    Go to the Windows sound control panel and make sure the SB card is selected as the default on both the Recording and Playback tabs.  On the advanced menu for both, set the bit depth and sample rate to either 16/44,100 (CD) or 16/48,000 (Video) depending what suits you best.  Note that your SB card only works natively at 16/48,000  so anything else involves a conversion that the card hides from you.
    Go to the Windows Control panel and, under the sound section, turn off all system sounds (since they can hijack your sound card).  Close every other application that may want to use the sound card (internet for example).
    In Audition, go to Edit/Preferences/Audio Hardware.  Set the device class to MME.  On the drop down menus set the Default Input and Default Output to be your Soundblaster.  On the Master Clock set it for the SB Output (this'll likely be default).  Set the latency at around 200ms (you may need to increase this later if your playback stutters--or you can try decreasing it until you get stutter, then take it back up a bit.  Set the sample rate to whatever you selected on the Windows Sound Control Panel.
    The Soundblaster will likely have installed it's own control menu.  Go to this and select Mic or Line as appropriate for the input and whatever you need for the output.  I can't be more specific as SB keep changing what they call things.
    Hopefully this'll get you going even if it's not the best compromise for quality and latency.

  • I am having a hard time with fcpx, it is running so slow.  i upgraded my ram to 12 and have cleaned up my computer to run faster and have changed all my files to proxy files but it is still running SO slow.  please help!

    I am having a hard time with my fcp x running so slow.  i can't even move my mouse without the time wheel coming on and staying up for at least 20 some seconds.  I have upgraded my ram to 12 and changed all my files to proxy files; also i cleaned the crap out of my computer removing all other media files I didn't need and it is still running the same.  Please help!  I have a deadline on my short film to be submitted and I can't finish it like this.  Oh also it ran fine in the beginning but and one day it just started doing this out of no where.  Anything will help!  Thanks

    In addition have you got FileVault switched on as that will kill performance.

  • HT201210 nowadays have many user have problem with update to ios7 and need active with apple id maybe in the future in order escape from these problems must be stop use these products else. Because of simple user don't know about this technology and somet

    nowadays have many user have problem with update to ios7 and need active with apple id maybe in the future in order escape from these problems must be stop use these products else. Because of simple user don't know about this technology and sometime just hear from other user that it 's difficult to use then force they change phone that use to handle to another.

    It is a feature to discourage the theft of iPhones by making them useless if resold. It's not going anywhere. It's simple: just don't buy a phone until you make sure that the activation lock has been disabled.

  • Why do i keep getting these mackeeper and holds everything having a hard time with mack when on line

    I am new with MAC and recently when on line i am having a hard  time with links , it either  don't work the link, or my search goes slow and then i get this mackeeper  message holds everything. Help

    Check the links below for options to remove the Adware.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071

  • Still having a hard time with "search" driven new support site.

    I am still having a very hard time using this new support site. It is extremely confusing. Confusing is frustrating.
    I've looked at the Tutorials and User Tips. While the User Tips have often been helpful, overall I feel like the Tutorials especially is like getting a 5 page pamphlet on how to fly a jet plane. Top level overview. Not detailed enough.
    It shouldn't be so difficult - it's overly complicated to use this new site. It should be intuitive. It's not.
    My biggest issue is that this forum seems to REQUIRE a user to KNOW a priori what the user is looking for so that a SEARCH can be done. It seems to have no "browse" friendly features such as categories. And it's missing those ambient indicators such as the partially filled light blue dots on the old forum that showed in a nano second what threads were new, had updated posts, or were already read.
    The new site seems geared to take one down a rabbit hole with SEARCH too because it's constantly suggesting very OLD content that's not relevant.
    If you don't SEARCH and use just the right terms and know exactly how to set up some sidebar, toolbar, RSS feed, bookmark, email notice, etc etc etc. it's almost impossible to find things on purpose or accident or to know when a thread is updated.
    On the old forums, when I would post a question for myself I made a point to browse for threads where I might be able to help someone else. I have no idea how I could do that now.
    I now dread having to use the forums. I can't seem to help myself by finding existing answers in prior posts, help myself by keeping up with my own posts (since I can't tell what's new/updated) and I can't help others.
    It would be great if some kind of organization and structure could be put in place to help make this support site browse friendly.

    Hi, Gordon: I would guess we have a few hundred at the most. I have only entered about 20. Most of the entries are retail stores we sell wholesale to, and contractors we sell at contractor prices, but we also have a retail trade of customers and that is going to increase a lot when we open our new show room in a few months.
    My main concern is design and sales to the contractors and public, but I frequently get calls from stores asking about our inventory stock, shipments, etc. I'm new to this so I am just learning.

  • Having a hard time with permissions to create dir and files in www

    Having a hard time getting permissions to create directories and files in www folder:
    I followed the following guide here: https://www.digitalocean.com/community/ … arch-linux and here: https://www.digitalocean.com/community/ … arch-linux
    So now I have a LEMP stack which runs fine and I have my root account secured and a new username "adriano". If I SFTP into the server using the username adriano, I am unable to create any files or directories. Trying to do a simple wordpress install doesn't work because I need to be able to create a folder for it, and a wp-config.php file. Both of which, like I mentioned, I do not have permissions to do. Yes, the username "adriano" has been added to the sudoers file via visudo.
    I've never been very good at UNIX permissions so I was wondering if maybe someone can help me out?
    Also, since I am using nginx it does not seem like I have a www-data group or user and my www folder is /usr/share/nginx/
    Thank you,
    AJ

    No, no, you guys misunderstand me. I am not that much of an oblivious person. 95% of the time I understand EXACTLY what the code that I am copying and pasting does. And when I don't, I look into it further before executing said commands. I just tend to not remember commands so I google them, see examples, and then copy and paste them to avoid the busy work of typing out long strings. For example, it took me like 6 months to remember that to untar a .tar.gz file it was -xvfz.
    But I digress. drcouzelis, I do have root access. It's my own VPS. However, I have always used shared hosting through different hosting providers and now that I got a VPS and have to do everything myself, I am a little bit lost.
    I followed what wonderwoofy said and created a www-data group, added the adriano user to said group, and changed the owner of my http server root to www-data, and I SFTPed into the server again with filezilla and it still works perfectly. However, those "hordes of hackers" drcouzelis warned me about does not sound pleasant so I am really really really hoping one of you guys can tell me the next steps. Root login is disabled in the /etc/ssh/sshd_config file, and I also changed the port to a random port I created. My web files are all served from /usr/share/nginx/ (there are different folders in there that correspond to different domains.) Now what I am wondering is that if user "adriano" is in the sudoers file as ALL=(ALL) ALL, doesn't that pretty make adriano the same as the root user? The reason why I am so worried about this is because I heard/read countless times that working through the root user is BADDDDDDDDDD and will bring evil and shame upon your life (not in those exact words) and that you should never work with it. Also, do I have to worry about anything dealing with groups and/or users and/or permissions when it comes to PHP? I have php-fpm installed.
    I am willing to buy anyone who can help me out with this a beer or two and I will be forever in your debt.
    Thank you,
    AJ
    Last edited by AJCR (2013-05-23 02:52:03)

  • My contacts disappeared several times after Updating To IOS7

    Hi
    After Updating to IOS7 , my contacts gone and came back several times.
    Does any body have the same problem
    any Idea or solution is highly appreciated.
    Thanks
    Kourosh

    No one from Apple monitors the forum.  Users of level 2 and up can report posts for violations of the terms of use.
    Can you try syncing to google contacts again? 
    Do you mean that pix you took with the phone disappear after doing a sync?

  • My Husband has a hard time with his new phone

    got my husband a new phone when we our contract was up. after 2 months he still has a hard time they won't let me get him a new phone for him until contract up what can I do. I hear a lot of cussing everytime he tries to use it. Thanks for any help

        Hello sharbare57!
    I definitely want to help your husband fall in love with his device! As rcschnoor mentioned, you can definitely purchase a new phone at full retail any time here: http://bit.ly/nD0WuY Though I'm sure we can get to the bottom of your husbands concerns with his current device prior to making another purchase.
    What model phone does he have? What features is he struggling with. I look forward to helping!
    Thanks!
    MelissaM_VZW
    Please follow us on Twitter @VZWSupport

  • Hard time with "controlling speed along a motion path"

    Actually I have hard time understanding the description of this topic, page 776, chapter 48 of the user manual.
    I have been able to create 2 keyframes in my clip.
    But when it comes to adding Bezier Handles it becomes very tricky.
    By Control-clicking a keyframe, I am able to see and choose an option from the shortcut menu, but I am not able to see what has happened. I do not see any Bezier handle not to mention this famous velocity handle (small purple dot).
    Unless someone can understand and pinpoint my exact problem, I would like to know if there is somewhere another documentation that could help me with this topic.
    Thanks for your help.

    Thanks for trying Alchroma, but you cannot help much since I have been very confused.
    What I wanted to do is more related with chapter 50 (Changing Clip Speed) rather than chapter 48.
    But chapter 50 explains how to change the clip speed to another constant speed.
    I would like to change the clip speed to a variable speed instead.
    But this is explained nowhere in the user manual.
    I thought this was possible with FCE4.
    I saw this feature on Apple web site when I was shopping around before I bought FCE4.
    I went back to Apple web site and realize this feature is part of FCPro instead.
    Now, with FCE4, I do not see any other solution than chopping my clip in several sub-clips and adjust each of them to a different speed.
    I will give a try but I am afraid the transition between each sub-clips will be visible.
    Any better idea ?
    Thanks again.

  • Having a hard time with burning photos onto a CD...

    Whew! I just found the photos I thought I had deleted this morning, they're in my Finder, inside the iPhoto Library. Now I'm having a hard time trying to burn them onto a CD. The size is 232 MB and my MacBook is OSX Lepard. Would you tell me how to do it step by step? I'm not good at this stuff. Thank you in advance for your help.

    It is simple......
    http://www.ehow.com/how_6225993_burn-photos-cd-mac.html

  • I want to take my debit card information off of my itunes account i have a iphone 4 and i m having a hard time with this??

    I want to take my debit card information off of my itunes account i have a iphone 4 im having a hard time?? does anyone know how to put none for the billing information

    http://support.apple.com/kb/ht2534

Maybe you are looking for

  • HOW CAN I SEND A TABLE TO A TEXT FILE

    Hi,       I have a table with a lot of values , and i need to transfer this table to a text file (.txt) , without lose the position of this values in that table .Someone can help me with this?  Thx   Solved! Go to Solution.

  • Erroneous time in graphs in output cluster

    I have an application that reads a binary file and then displays, analyzes and presents the data in charts and indicators. The 'main' application is "06_ATP_Read and Analyze SubVIs.vi" with the "04_ATP_Read.vi" and "05_ATP_Analyze & Present Data.vi"

  • Magic Trackpad Installation Software

    I have a new Magic Trackpad but cannot use it because there is no "Trackpad" to click on in System Preferences as per the instructions. I have the latest update to Snow Leopard installed and have no other pending software updates. I don't know what e

  • Illustrator cs

    Hi there is there any way to convert the .ase kuler file once downloaded so it could be used with illustrator CS? I am using an emac running OS X 10.3.9. Any suggestions appreciated. Nikki

  • Assets balance Report(T Cd s_alr_87011964) Not Tally with GL Code in FBL3N

    Hi Friends SAP Standard Assets balance Report(T Code s_alr_87011964 and s_alr_87011963 ) Not Tally with GL Code in FBL3N. In SAP report coming with Report Date but FBL3N coming with Posting Date So How I add Posting Date input parameter in Sap Standa