I need help: my ios 7 progress bar doesn't move anymore ???

hellooo,
so after a long time i decided to update my iphone to ios 7
now the first progress bar was done in like 10 min but then
the second started' tis bar was completed for like 1/4 of the bar and now it
doesn't move anymore' and it's allready 2 hours now ..
will this ever be oke or do i need to worry ?
allready thanks.

Hello Djegoo,
I would be be concerned too if I was not able to update my iPhone.  If you have not resolved the issue, I recommend following the steps in the article below for an issue like this:
iOS: Unable to update or restore
http://support.apple.com/kb/HT1808
As always, it is a good idea to create a backup before hand:
iOS: How to back up and restore your content
http://support.apple.com/kb/HT1766
Thank you for using Apple Support Communities.
Best,
Sheila M.

Similar Messages

  • Need help with Threading GUI progress bar

    Anyone able to help? I'm sure you've seen this a million times. I've google'd around and tried examples but still can't get a progress bar to work properly under the following situation:
    1. Created a panel with several components to select directory, display directory in tree etc.
    2. When a specific button (Search) is clicked, I want a secondary window to popup and report progress of searching down the directory.
    As you'll probably guess, the progress window isn't being updated until the end. I'm using Threads and using InvokeLater but nothing happens. Is there any good example that does the above? I can't seem to find one to figure this out.
    Thanks
    Speedy.
    Sample code:
    main.java:
    ========
    public class Main {
    public static void main(String[] args) {
    MainPanel mainPanel = new MainPanel();
    mainPanel.show();
    MainPanel.java:
    ============
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    public class MainPanel extends JFrame implements ActionListener {
    public MainPanel() {
    this.setSize(100,100);
    JButton startButton = new JButton("Start");
    this.getContentPane().add(startButton);
    startButton.addActionListener(this);
    public void actionPerformed(ActionEvent event) {
    ProgressPanel pp = new ProgressPanel();
    pp.show();
    SimpleTask st = new SimpleTask(pp);
    st.start();
    while (st.isAlive()) {
    System.err.println("waiting..");
    try {
    Thread.sleep(100);
    } catch (Exception e) {};
    System.err.println("finished!");
    SimpleTask.java:
    =============
    import javax.swing.SwingUtilities;
    public class SimpleTask extends Thread {
    ProgressPanel pp = null;
    public SimpleTask(ProgressPanel _pp) {
    pp = _pp;
    this.setDaemon(true);
    int i = 0;
    String position = "";
    public void run() {
    Runnable updateGUI = new Runnable() {
    public void run() {
    pp.setText(position);
    try {
    for (i=0; i<50; i++) {
    position = "Now on = " + new Integer(i).toString();
    System.err.println(position);
    SwingUtilities.invokeLater(updateGUI);
    sleep(100);
    } catch (Exception e) {}
    ProgressPanel.java:
    ===============
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    public class ProgressPanel extends JFrame {
    private JLabel label = new JLabel();
    public ProgressPanel() {
    this.setSize(200,200);
    this.setLocation(100,100);
    this.getContentPane().add(label);
    setText("Start");
    public void setText(String text) {
    label.setText(text);
    }

    Ok, I'll look down that road. I should have said the Thread is being used because the current while loop will be changed to perform real work. Just an example at the moment to show what I'm trying to do. Does this make a difference? The real task will be to drill down directories, counting file types/dirs etc...

  • I need help with animation with progress bar.

    Hi,
    I need some help with creating something similar to this site (window opening animation with scrub bar):
    http://www.drutex.pl/pl/oferta/okna/okna-pvc/okna-pvc-iglo-5.html
    I'm kinda new to flash and all so some tutorials for such thing would be helpful.
    Thanks in advance
    Oscar

    What this will involve is a movieclip/timeline containing images showing the sequence of the motion (like the frames of a movie film) and a Slider component that changes the frame of that movieclip/timeline based on its position.
    Here is a link to an Actionscript 3 sample file that demonstrates a Slider providing the control of the timeline...
    http://www.nedwebs.com/Flash/AS3_Slider.fla
    You could edit the looks of the Slider component if you like by doubleclicking it and the inner parts you want to modify, or you could create one of your own if you have enough know-how to code it to work.

  • In the course of migration MacBook switched off due to low battery. After recharging progress bar doesn't change.

    In the course of migration MacBook switched off due to low battery. After recharging the progress bar doesn't move. How to continue the migration?

    I've never seen the Migration Assistant resume from sleep - for that matter I've never seen a computer go to sleep while MA was running. (If there's a next time, don't try this without the computer being plugged in.) You will probably have no choice but quit the migration and start over.

  • I just updated my iPad2 to ios7 and everything returned except my movies. Why??? I was trying to ADD a movie for my 5 year old and it said I needed a later iOS. Now he has ZERO movies!!!! Just great!!

    I just updated my iPad2 to ios7 and everything returned except my movies. Why??? I was trying to ADD a movie for my 5 year old and it said I needed a later iOS. Now he has ZERO movies!!!! Just great!! Can anyone help??

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • Itunes 11.1.3.8 shows a speaker icon in front of the seclection but it is not playing. the progress bar does not move. there are speakers attached to the system and all other programs do profuce an audio output.

    itunes 11.1.3.8 shows a speaker icon in front of the seclection but it is not playing. the progress bar does not move. there are speakers attached to the system and all other programs do profuce an audio output.

    Go to the Edit -> Preferences-> Playback
    In The bottom section of the page click the drop down menu by Play Audio Using and select Windows Audio Session or something other than "Direct sound" or whatever it displays. Click Okay. This worked for me! I hope it works for you too!
    Thanks,
    John

  • Progress bar doesn't work if enableRedraw is false? Script UI

    Hi,
    I just noticed in Peter Kahrel's ScriptUI manual (version 2.0) this note:
    "Note: in scripts that use progress bars, you cannot set
    app.scriptPreferences.enableRedraw to false. If you do, the progress
    bar doesn't display correctly. This is on Macs only."
    Not having a Mac to test this on, I'm wondering what "doesn't display
    correctly" actually involve?
    Thanks,
    Ariel

    Thanks Uwe.
    Anyone who has a Mac and a spare moment, may I invite you to download
    the demo of the "Create Character Styles" script on my website:
    www.freelancebookdesign.com, under the "Scripting" tab.
    It has a progress bar and enableRedraw = false (hence my interest in
    this subject), and it never occurred to me to test it on a Mac.
    If someone could test it on their Mac and tell me what happens, that
    would be much appreciated.*
    Ariel
    Free license for the first person who lets me know!

  • No progress bar for QT movies?

    Is there no progress bar in Safari or QT for to show the completion of downloading of embedded or separate QT movies? My .mov files just do nothing except show the big Q, say nothing, until the whole movie has been loaded.

    Hi William,
    I think I understand: You say you do "NOT want the movies to play automatically". This means that you don't want them to stream.
    In that case, I don't think there is a progress bar, unless the movie author has developed one. The built-in "progress bar" in QT is for streaming files. Even with Flash movies, the progress bar is authored; there's no automatic progress bar.
    If you do NOT want streaming, then maybe Enable Instant On should be un-checked.
    Otherwise, there are two preferences that affect a movie's automation: QuickTime >> QuickTime Preferences >> Browser >> Play movies automatically, and back up to QuickTime >> Preferences (plain ole' "Preferences") "Automatically play movies when opened".
    I happen to have the former checked, and the latter unchecked; but can't say how it affects the files (which I allow to stream).
    Have you tried the QuickTime Discussions to see if anyone has answers to your "stutter"? It might be worth searching around and posting your problem there; because it seems what you are saying is that you would want streaming if the delivery was smoother.

  • For MacBookPro users - HELP!!! Suddenly the sound froze. The icon on the top right hand bar doesn't move and there is no sound in my computer. It happened after I shut down my computer (which I do rarely) rather than put it to sleep. If anyone has a solut

    For MacBookPro users, Leopard, please help. Suddently the sound froze. The icon on the top right hand bar doesn't move and there is no sound coming from my computer. It happened after I shut down my computer, which I do rarely, rather than put it to sleep. Please help.

    Try Resetting PRAM
    PRAM stores settings for sound.

  • My itunes player won't play my songs. I hit play, the button switches to pause, but it doesn't play and bar doesn't move. Any ideas?

    My itunes player won't play my songs. I hit play, the button switches to pause, but it doesn't play and bar doesn't move. Any ideas?

    Hey, did you get any help on this? I'm having the same issue.

  • Itunes 10.1.2.17 upgrade killed my sound, music scroll bar doesn't move

    After upgrading to 10.1.2.17 on 1/30/2011 all sound ceased on my system. Updated the sound card driver to no avail. No conflict in compatability mode. When song selected in iTunes, the play bar doesn't move nor do movies have audio in quicktime. There is no sound in any program.
    Thoughts?

    Katrina, Thank you for your reply. I followed the directions from your link about using msconfig, and did what it said. Upon started I loaded iTunes without Bonjour running and playing songs worked fine. No delay and going from track to track was quick. So then I quit iTunes and started Bonjour like it said and it still ran fine. So it must be something I deselected in msconfig. I'll have to go back and look.
    There were 3 temp files before, but I did another fresh install of iTunes and now it has only one temp file. Called Temp File.tmp. Oh I just looked now and it has another one, oops it just disappeared again. The time stamp on it for it's Modified date is Sunday February 13, 2011 5:28pm and it's Accessed time is Yesterday, February 28, 2001 11:25am, and it's Created time is Yesterday February 28, 2011 11:25am.
    I use Microsoft Security Essentials for my antivirus and under it's ignore files I told it to ignore the temp file as well as the itunes library files. But was still having trouble after doing that. Using my Apple TV 2, music still played fast also without any delay. I have a fairly large library though. 140GB or so of Music, 80Gb of Movies and 10GB of Podcasts. So I thought maybe since I've been adding more Movies it caused iTunes to slow down.
    I'll try rebooting now by adding Apple Mobile Device to startup and see if anything changes since it's still stopped. iPod Service is running as well as bonjour and all is ok.
    Since when I did a fresh intall of windows all I did was install iTunes, so the only other startup things I have are 3 from Intel called common user interface, my microsoft security client and Keepass my password program. Only quick time and itunes are enabled in startup right now. So I will go back and add each of those things and see which one is causing the problem. Thanks again.

  • I need help with IOS 7, there is a major bug that needs to be fixed in an upcoming Update

    There is a big that needs to be FIXED an in upcoming update.
    Ok, on my ipad, the notifacation center says the weather is going to be 13 degrees celceuis, I am wanting to use the American metric units, which is Fahrenheit, how do I fix it, it says yahoo provides weather info! I taped on it, it led me to the internet, it said on yahoos website that it is 88 degrees Fahrenheit, but it won't show up on my ipad notifaction center,  how do I fix it?? Need help
    I have already done a hard reset, I also did location service off and then back on, the problems persist, some one told me that a third party weather app was changing the weather to celceuis, this is NOT true, need help how do I fix this?
    I have IPAD 3 gen, IOS 7

    Apple will never see your post here
    They do not monitor these posts for problems
    You really should post at
    http://www.apple.com/feedback/iphone.html
    http://www.apple.com/feedback/ipod.html
    http://www.apple.com/feedback/ipodtouch.html
    http://www.apple.com/feedback/ipad.html
    Allan

  • Help - Grey wheel with progress bar on start up and then Macbook Pro turns of.

    So i recently bought a Macbook Pro 13 inch (the lower end). While doing my research i found the smartest thing to have a relatively fast macbook was to increase the ram. I bought http://www.newegg.com/Product/Product.aspx?Item=N82E16820148345 and installed it in my macbook pro. After starting up the macbook, i got to my login screen. However, everytime the computer would try to start up to my account, i would get a blue screen and then be brough back to my login page for the account. I assumed that the RAM was not fitted properly since my research indicated that it was most likely the problem. I re-installed the RAM sticks with more force but to no avail. Then i even switched the RAM sticks while installing to make sure that either one of my new RAM chips was not faulty but after a while, my MBP refuses to start up. I get the grey apple logo, with a spinning wheel and progress bar. The bar goes a quarter length before the laptop shuts off. I then put it in the original RAM sticks, but the same problem. Apple logo, spinning wheel, progress bar and then powers off. Any suggestions or thoughts as to what may have happened? Thank you!

    Last night the electricity went out and my power surge protector was not working so my iMac just force shut downed.
    So, when the electricity came back i turned on my Mac but it is *Stuck in the Startup/Boot Screen with a Grey Apple Logo,a Empty Progress Bar with stays for 1 or 2 minutes and a small Spinning Wheel which would Spin Forver! I Have tried the SMC and Pram reset but no use, i have also tried to insert my OS X Lion 10.7 Installation disk and it would not load if i hold the C Key in the Startup, I Have Managed to go to Disk Utility Through "Recovery HD"  but the Volume "Macintosh HD" is Greyed out and Unmounted and i cannot repair it. There are some files that i'd like to Recover if there is a way to fix it without deleting files.
    **PLEASE HELP ME FIX THIS!**
    Details about the iMac:
    iMac 21.5 Inch i think from Mid 2010,
    OS X Lion installed maybe 10.7.2 or 10.7.3 (im not sure)

  • Help with adding a progress bar to my compare-object script

    I have a simple compare object script that I would like to add some kind of intelligent progress bar or countdown timer to.  The script takes anywhere from 1-12 hours to run depending on the folder sizes.  Here is the script:
    $internal = Get-ChildItem -Recurse -path C:\Folder1
    $external = Get-ChildItem -Recurse -path C:\Folder2
    Compare-Object -ReferenceObject $internal -DifferenceObject $external | Out-File C:\compare_list.txt
    I have a progress bar script that I found but I do not know how to implement it into my existing script.  Here it is:
    for ($i = 1; $i -le 100; $i++) {Write-Progress -Activity 'counting' -Status "
    $i percent" -PercentComplete $i ; sleep -Milliseconds 20}
    Any help is much appreciated.

    Hi Brisketx,
    In addition, to add a Progress Bar to Your PowerShell Script, this article may be helpful for you:
    Add a Progress Bar to Your PowerShell Script:
    http://blogs.technet.com/b/heyscriptingguy/archive/2011/01/29/add-a-progress-bar-to-your-powershell-script.aspx
    I hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • IOS 6 progress bar stalled on reboot?

    I've gotten through the download and "preparation" to update to iOS 6 — I'm doing this over-the-air — and my iPhone 4S/64GB has been sitting on a boot screen (black screen with a logo and a progress bar) with a progress bar nine-tenths of the way "filled" for some time now. Is anyone else seeing this? Any ideas of what I should do about it?

    Millions are updating at the same time.  Leave your phone alone and it will progress, albeity slowly, but it will progress.

Maybe you are looking for