Randomize color every N seconds

Hello Everyone!
I'm new to the forum and to Edge Animate. I've worked before with Flash (actionscript), (a little) javascript and processing and some web design but I'm having issues wrapping my head around the workflow in Edge.
Basically what I'm trying to do is to randomly change the fill/background color of a square (a symbol) inside my composition using variables for R, G and B and a timing event (JS setInterval method). I think i have a syntax issue but I'm not sure where. Any help would be appreciated, here is the code: (it's on the first frame of document.compositionReady):
//create variables for R G B
var randR;
var randG;
var randB;
//var myVar = setInterval(function(){myTimer()},1000);
//setInterval method:  window.setInterval("javascript function", milliseconds);
//define the function randomColors()
var myVar = setInterval(
  function randomColors() {
  randR = Math.floor(Math.random()*255);
  randG = Math.floor(Math.random()*255);
  randB = Math.floor(Math.random()*255);
  myTimer();
  1000);
//call the main function
randomColors();
//define the time-based function
function myTimer() {
    var d = new Date();
  sym.$("mySquare").style.backgroundColor = rgb(randR,randG,randB);
Here is the file.
Thanks again! I hope I was clear enough. The reason why I want to do this is because later I would like to randomly load a video file into the composition every certain period of time, but I wanted to start with something simple.

I guess your problem is resolved already but if you want to know the problem with your original code, there were two:
1. 'style' is a property of an HTML DOM element, however sym.$("myRectangle") would return a wrapper over the same. To access the underlying element, use sym.$("myRectangle").get(0) or sym.$("myRectangle")[0]. In most of the cases, you should be able to find a wrapper function to avoid this direct access, in this case '.css', which can be used as shown above.
2. rgb is not a function, if you want to set the style.backgroundColor the value should be a string. You will have to do string concatenation.
Although not very elegant but any of the following should work:
sym.$("mySquare")[0].style.backgroundColor = "rgb(" + randR + "," + randG + "," + randB + ")"; 
sym.$("mySquare").css("background-color", "rgb(" + randR + "," + randG + "," + randB + ")"); 
-Dharmendra

Similar Messages

  • My browser keeps pausing and giving me the color wheel every few seconds

    Whenever I'm using Firefox my browser pauses every few seconds and if I am typing something nothing comes out, or the color wheel comes out (I'm on a Mac), if I'm watching a video it pauses every few seconds... it's sort of maddening. I do have about 20 tabs open at a time, I don't know if that is what causes it. It doesn't seem to happen when I am in Safari.

    "the spinning wait cursor is displayed automatically by the window server when an application cannot handle all of the events it receives. If an application does not respond for about 2 to 4 seconds, the spinning wait cursor appears."
    read how to troubleshoot: http://www.macworld.com/article/151583/2010/05/spinningbeachballofdeath.html

  • My computer keeps reloading pages on the internet every few seconds. Also goes to the colored thinking swirl often. What is wrong?

    My computer is constantly reloading the internet pages every few seconds. Also goes to the color swirl to think often. What is wrong? Thank you.

    When you next have the problem, note the exact time: hour, minute, second.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Scroll back in the log to the time you noted above. Select any messages timestamped from then until the end of the episode, or until they start to repeat, whichever comes first. Copy the messages to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • MacBook Pro freezes every few seconds

    Hi All,
    My two year old MacBook Pro started freezing randomly one day. It happens with any application that I have open (Safari, Word, Finder), I get the beach ball every few seconds for any operation I try doing. When the cursor comes back I have seen spikes of CPU usage and the relevant program also shows as 'Not Responding'.
    I have tried everything, PRAM/SMC resetting, hardware test, disk repair etc. The latest being a clean install of Mavercks. It was fine for a few hours until it started freezing again like before. I made sure not to install much and didn't even copy my backup over yet.  Here is my EtreCheck output, can someone please HELP!!
    EtreCheck version: 1.9.12 (48)
    Report generated 30 June 2014 22:30:19 GMT+5
    Hardware Information:
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.3 (13D65) - Uptime: 0 days 8:1:9
    Disk Information:
      TOSHIBA MK7559GSXF disk0 : (750.16 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 749.3 GB (519.34 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information:
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Mac App Store and identified developers
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
    Launch Agents:
      [loaded] com.google.keystone.agent.plist Support
    User Launch Agents:
      [failed] com.adobe.ARM.[...].plist Support
      [failed] com.nero.HSMMonitor.plist Support
    User Login Items:
      iTunesHelper
      Dropbox-PG
      Dropbox
      Tunnelblick
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.125 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 14.0.0.125 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      SharePointBrowserPlugin: Version: 14.1.0 Support
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
      WebEx64: Version: 1.0 - SDK 10.5 Support
    3rd Party Preference Panes:
      Flash Player  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          15% WindowServer
          7% mdworker
          2% Activity Monitor
          2% Dock
          1% SystemUIServer
    Top Processes by Memory:
      211 MB com.apple.WebKit.WebContent
      188 MB Safari
      123 MB com.apple.IconServicesAgent
      90 MB Dropbox
      74 MB mds_stores
    Virtual Memory Information:
      4.05 GB Free RAM
      2.70 GB Active RAM
      410 MB Inactive RAM
      870 MB Wired RAM
      552 MB Page-ins
      0 B Page-outs

    Thanks for your reply. Here's a portion of the console output during a particularly problematic time:
    01/07/2014 12:33:37.914 com.apple.WebKit.WebContent[656]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9812)
    01/07/2014 12:33:38.743 Dock[183]: find_shared_window: Invalid depth WindowID 0x687
    01/07/2014 12:33:39.351 com.apple.WebKit.Networking[422]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9812)
    01/07/2014 12:34:09.781 fontd[194]: ATSFindFolder timeout. (domain:-32763, dirType:'font', createFolder:false, ATSServer pid:194)
    01/07/2014 12:34:11.764 Dock[183]: find_shared_window: Invalid depth WindowID 0x6ad
    01/07/2014 12:35:04.047 com.apple.WebKit.Networking[422]: CFNetwork SSLHandshake failed (-9806)
    01/07/2014 12:37:36.000 kernel[0]: MacAuthEvent en1   Auth result for: 64:66:b3:93:a6:e8  MAC AUTH succeeded
    01/07/2014 12:37:36.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    01/07/2014 12:37:36.000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 64:66:b3:93:a6:e8
    01/07/2014 12:37:36.000 kernel[0]: en1: BSSID changed to 64:66:b3:93:a6:e8
    01/07/2014 12:37:36.000 kernel[0]: AirPort: RSN handshake complete on en1
    01/07/2014 12:39:34.215 Dock[183]: find_shared_window: Invalid depth WindowID 0x80f
    01/07/2014 12:39:44.059 Dock[183]: find_shared_window: Invalid depth WindowID 0x834
    01/07/2014 12:40:00.570 Dock[183]: find_shared_window: Invalid depth WindowID 0x858
    01/07/2014 12:41:14.463 WindowServer[90]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    01/07/2014 12:41:14.669 WindowServer[90]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.21 seconds (server forcibly re-enabled them after 1.00 seconds)
    01/07/2014 12:45:25.000 kernel[0]: MacAuthEvent en1   Auth result for: 64:66:b3:93:a6:e8  MAC AUTH succeeded
    01/07/2014 12:45:25.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    01/07/2014 12:45:25.000 kernel[0]: AirPort: RSN handshake complete on en1
    01/07/2014 12:45:25.000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 64:66:b3:93:a6:e8
    01/07/2014 12:45:25.000 kernel[0]: en1: BSSID changed to 64:66:b3:93:a6:e8
    01/07/2014 12:46:01.496 Dock[183]: find_shared_window: Invalid depth WindowID 0x905
    01/07/2014 12:46:57.825 com.apple.SecurityServer[15]: Killing auth hosts
    01/07/2014 12:46:57.825 com.apple.SecurityServer[15]: Session 100012 destroyed
    01/07/2014 12:50:06.454 com.apple.WebKit.WebContent[685]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9812)
    01/07/2014 12:50:08.330 com.apple.launchd[1]: (com.apple.qtkitserver[689]) Could not terminate job: 3: No such process
    01/07/2014 12:50:08.330 com.apple.launchd[1]: (com.apple.qtkitserver[689]) Using fallback option to terminate job...
    01/07/2014 12:52:41.749 WindowServer[90]: _CGXHWCaptureWindowList: No capable active display found.
    01/07/2014 12:53:02.180 Dock[183]: find_shared_window: Invalid depth WindowID 0x9e1
    01/07/2014 12:53:55.256 Dock[183]: find_shared_window: Invalid depth WindowID 0xa58
    01/07/2014 12:53:58.964 Dock[183]: find_shared_window: Invalid depth WindowID 0xa6a
    01/07/2014 12:54:44.057 Dock[183]: find_shared_window: Invalid depth WindowID 0xae9
    01/07/2014 12:56:03.269 Dock[183]: find_shared_window: Invalid depth WindowID 0xb92
    01/07/2014 12:56:26.912 Dock[183]: find_shared_window: Invalid depth WindowID 0xbc9
    01/07/2014 12:57:24.560 Dock[183]: find_shared_window: Invalid depth WindowID 0xc17
    01/07/2014 12:58:52.024 Safari[419]: Couldn't contact spell checker for Multilingual
    01/07/2014 12:59:00.610 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.610 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.611 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.612 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.614 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:22.496 Dock[183]: find_shared_window: Invalid depth WindowID 0xd1e
    01/07/2014 12:59:37.440 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.440 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.441 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.441 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.441 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 13:00:16.000 kernel[0]: MacAuthEvent en1   Auth result for: 64:66:b3:93:a6:e8  MAC AUTH succeeded
    01/07/2014 13:00:16.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    01/07/2014 13:00:16.000 kernel[0]: AirPort: RSN handshake complete on en1
    01/07/2014 13:00:16.000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 64:66:b3:93:a6:e8
    01/07/2014 13:00:16.000 kernel[0]: en1: BSSID changed to 64:66:b3:93:a6:e8
    01/07/2014 13:00:24.747 Dock[183]: find_shared_window: Invalid depth WindowID 0xd91
    01/07/2014 13:00:28.448 Safari[419]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -1712)." UserInfo=0x60800027bdc0 {NSURL=file:///System/Library/Services/AppleSpell.service, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -1712)., NSUnderlyingError=0x608000242e80 "The operation couldn’t be completed. (OSStatus error -1712.)"}
    01/07/2014 13:00:28.448 Safari[419]: Suppressing further spell checker launch failure warnings

  • How do I stop SAPGUI Windows redrawing every 15 seconds

    Hi,
    As per the title, the SAPGUI windows redraw every 15 seconds - it's particularly noticeable because the icon bar flashes and it's driving me nuts.
    I had something similar a long time ago when I tried out the "Time settings" in the color settings, but that's switched off. I went through the tweak SAPGUI options & tried different themes, including the new signature design and they all do it.
    Running on Vista Business x64, 8GB memory.
    SAPGUI 710 patch level 11
    Any input appreciated.
    Cheers,
    Mike

    Hi Martin,
    I'm not running anything special - I don't even use the new Vista theme because I find the old Windows Classic more responsive.
    It's only SAPGUI that redraws and it's only really noticeable in the icon bar. Happens exactly every 15 seconds. I will try fiddling with my environment and see if there's anything that may affect it.
    Thanks,
    Mike

  • I believe OS 10.10.2 is causing my mac to freeze every few seconds.

    For the last two weeks or so, my MacBook Pro (2011) has been freezing every few seconds. I can barley type this now. When I pull up Activity Monitor, it shows my memory running at 3.0+ out of 4 GB's. I've tried everything I could think of. My Mac is more of a internet surfing comp so I didn't mind reinstalling OS. It worked great for about 30 minutes then everything started to freeze again. Im curious if anyone else is having this issue and if anyone's figured out how to fix it. I ran a diagnostic on my ram and thats not the issue. Im to the point of upgrading my ram but i think it's dumb reverting to that when the 4 GB has been plenty for me in the past.
    Thank You.

    Problem description:
    System lagging every few seconds.
    EtreCheck version: 2.1.8 (121)
    Report generated February 16, 2015 at 4:19:55 AM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 216
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 2 days 23:36:23
    Disk Information: ℹ️
        ST9320325ASG disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (288.95 GB free)
                Encrypted AES-XTS Unlocked Failed
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        Default Browser: Version: 600 - SDK 10.10
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             6%    WindowServer
             0%    com.apple.WebKit.Networking
             0%    fontd
             0%    com.apple.WebKit.WebContent
             0%    Safari
    Top Processes by Memory: ℹ️
        163 MB    com.apple.WebKit.WebContent
        142 MB    softwareupdated
        103 MB    Safari
        77 MB    mds_stores
        77 MB    Finder
    Virtual Memory Information: ℹ️
        208 MB    Free RAM
        1.60 GB    Active RAM
        1.41 GB    Inactive RAM
        1.03 GB    Wired RAM
        2.92 GB    Page-ins
        66 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 13, 2015, 04:41:28 AM    Self test - passed

  • Problem with MacMail on MacBook Air - mail with 32MB attachment appearing in "recovered messages" folder every 12 seconds

    Problem with MacMail on MacBook Air
    3 days ago I failed to send a mail with a large (32MB) attachment - and it is no longer in my outbox, draft mails or sent file.
    BUT a copy of this same mail now appears every about 15 seconds in my "recovered messages" folder
    I noticed when I received a system error saying I had a disk almost full issue - there were over 580 copies of the mail with 32MB attachment in the "recovered messages file"
    I deleted them all, and deleted the Trash
    BUT the message still keeps re-appearing every 15 seconds or so.  So I keep deleting them.
    Since then I have not been able to receive mail (altho' I am able to send) and Mail is VERY slow
    I am running MAC OS X 10.6.8
    I am running Mail version 4.6 (1085)

    Also here's the log before it happened. As you can see there is no activity from 9:48 to 10:00 am when the sound occurred.
    23/02/2014 9:48:12.792 am ntpd[52]: FREQ state ignoring -0.145411 s
    23/02/2014 9:48:15.258 am WindowServer[96]: _CGXHWCaptureWindowList: No capable active display found.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000280
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319378: AirPort_Brcm43xx::powerChange: System Sleep
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319390: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    23/02/2014 10:00:04.000 am bootlog[0]: BOOT_TIME 1393167604 0
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".

  • My macbook pro screen blinks every 10 seconds

    Is there any solution for a blinking screen?
    Seems to be blinking about every 10 seconds, makes it very had to compose an email as when it blinks i will lose my typing ability.
    I think it started around the time of the last OS upgrade.
    Has anyone else experianced this problem?

    I have the same issue with mine and sadly I missed the date to get Applecare on this machine (they usually call but this time around they didn't).  ***** that I didn't get this resolved before my warranty ran out .. I'm certainly not going to shell out for a replacement motherboard out of pocket.  I now use the 9600 graphics exclusively and can almost watch my battery drop by the minute.
    On a side note I'm not very impressed with the quality control Apple has had with their portables in the last few years.  I bought this unit refurbished and it took two units to get one that worked properly, and even then this one never did as it's had this video blinking issue since day one.  The problem is I didn't really notice it until recently when I started using it running more often on battery and decided to use the mobile chipset to save battery time.  This is the third MBP I've had and their 3rd MBP that's had motherboard issues.
    When it comes time to replace this one I'm seriously considering going with a macbook air or something else.  Can't justify spending the money on more MBP's with such terrible track records.

  • Macbook pro Display freezes and darkens every few seconds

    Hey ,
    I just bought my Macbook pro 15 inch late 2013 few months ago , I'm new to Apple products ,
    My screen started freezing and darkening every 4 seconds , starting from when I power it , until I shut it down even If I don'tt run any programs
    I can't move the cursor while it's freezing or do anything , but for example If I write any text , the text will show up when it unfreezes , and If I'm listening to music the sound doesn't freeze . I tried the safe mode , and reseting the PRAM and NVRAM , running disk utility in single user mode and said that everything is fine , I checked my hardware using apple hardware test and also said that everything is fine , I removed the flash player thinking that it may be the problem but nothing changed . I don't know what I'm doing because as I said I'm new to all of this but I tried random things and nothing seems to work , I would really appreciate any help .
    PS. when I tried taking a screenshot of the screen when it freezes and darkens a little , it appeared normal in the screenshot .
    Hardware Information:
              MacBook Pro (Retina, 15-inch, Late 2013)
              MacBook Pro - model: MacBookPro11,2
              1 2 GHz Intel Core i7 CPU: 4 cores
              8 GB RAM
    Video Information:
              Intel Iris Pro - VRAM: 1024 MB
    System Software:
              OS X 10.9.2 (13C64) - Uptime: 0 days 0:42:17
    Disk Information:
              APPLE SSD SM0256F disk0 : (251 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 250.14 GB (200.02 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Internal Memory Card Reader
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              com.eltima.SyncMate.kext          (0.2.5b15)
              org.virtualbox.kext.VBoxDrv          (4.3.6)
              org.virtualbox.kext.VBoxUSB          (4.3.6)
              org.virtualbox.kext.VBoxNetFlt          (4.3.6)
              org.virtualbox.kext.VBoxNetAdp          (4.3.6)
    Launch Daemons:
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] org.virtualbox.startup.plist 3rd-Party support link
              [System] rapiback.plist 3rd-Party support link
    Launch Agents:
              [System] syncmateStarter.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
              [not loaded] org.virtualbox.vboxwebsrv.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              SpeechSynthesisServer
              Dropbox
    Internet Plug-ins:
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              Picasa: Version: 1.0 - SDK 10.6 3rd-Party support link
    3rd Party Preference Panes:
              FUSE for OS X (OSXFUSE)  3rd-Party support link
    Old Applications:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   2%          WindowServer
                   1%          EtreCheck
                   1%          locationd
                   0%          sysmond
                   0%          coreservicesd
    Top Processes by Memory:
              336 MB          Finder
              336 MB          Safari
              172 MB          iTunes
              164 MB          Dock
              156 MB          softwareupdated
    Virtual Memory Information:
              1.68 GB          Free RAM
              4.74 GB          Active RAM
              615 MB          Inactive RAM
              989 MB          Wired RAM
              555 MB          Page-ins
              0 B          Page-outs

    After the PRAM reset did you reboot the MBP and the projector?
    If not, connect and power up the projector, the power up MBP.
    The monitor itself could be on the way out, is there another monitor you can check it on.
    Another thing you can try is a VGA cable with the DVI adapter and see if that performs better.
    You can also try a different cable, since it worked fine in the past, I'm just trying to help you.
    check some of these out:
    http://support.apple.com/kb/TS4045
    http://support.apple.com/kb/HT3382
    http://support.apple.com/kb/PH7342
    http://support.apple.com/kb/PH7219
    I hope you can find something here, it's hard to source problems when the device(s) are not in front of you.
    Let me know how this works for you,
    All the best

  • My macbook pro freezes every few seconds

    Hi everyone!
    About a week ago my MBP started freezing every few seconds showing the well known spinning beach balls every time, even when running no apps, I've sepnt plenty of time looking for a solution, I've read this problem might be due to a physically damaged hard drive, bt I've tested it several times using different apps and it shows no error, I've read from another discussion about Etrecheck as a useful app to quickly gather certain system information that may help point to a cause of this problem, so I hope some of you guys can help me checking the log output. Here it is:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.4 GHz Intel Core i5 CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce GT 330M - VRAM: 256 MB
              Intel HD Graphics - VRAM: 288 MB
    Startup Items:
              Digidesign Mbox 2 - Path: /Library/StartupItems/Digidesign Mbox 2
              DigidesignLoader - Path: /Library/StartupItems/DigidesignLoader
              HWNetMgr - Path: /Library/StartupItems/HWNetMgr
              HWPortDetect - Path: /Library/StartupItems/HWPortDetect
              M-Audio FireWire Audio Helper - Path: /Library/StartupItems/M-Audio FireWire Audio Helper
              M-Audio Firmware Loader - Path: /Library/StartupItems/M-Audio Firmware Loader
              PACESupport - Path: /Library/StartupItems/PACESupport
    System Software:
              Mac OS X 10.7.5 (11G63) - Uptime: 0 days 5:1:32
    Disk Information:
              TOSHIBA MK5055GSXF disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        HD MACINTOSH (disk0s2) /: 499.25 GB (310.21 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898
    USB Information:
              Apple Inc. iPhone
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. Built-in iSight
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.paceap.kext.pacesupport.snowleopard          (5.7.2)
              com.digidesign.iokit.DigiDal          (8.0.3f1)
              com.waves.driver.soundgrid          (2.0.0)
    Problem System Launch Daemons:
              [not loaded] ftp-proxy.plist
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.digidesign.elevenrack.helper.plist
              [loaded] com.digidesign.fwfamily.helper.plist
              [loaded] com.m-audio.firewire.helper.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.waves.daemon.SoundGridProtocolService.plist
              [loaded] PACESupport.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
    User Launch Agents:
              [loaded] com.divx.agent.postinstall.plist
    User Login Items:
              iTunesHelper
              ProFire Agent
              TrapsMonitor
    3rd Party Preference Panes:
              Digidesign Eleven Rack
              DigidesignMbox2
              Digidesign Mbox 2 Pro
              DivX
              Flash Player
              Flip4Mac WMV
              Growl
              Java
              PreferencesPane
              PreferencesPane
              YAMAHA-USBMIDIPatch
    Internet Plug-ins:
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              OVSHelper.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                   8%          Skype
                   3%          firefox
                   2%          WindowServer
                   1%          EtreCheck
                   1%          plugin-container
                   1%          SGProtocolService
                   0%          fontd
                   0%          SystemUIServer
                   0%          configd
                   0%          aosnotifyd
    Top Processes by Memory:
              836 MB   firefox
              123 MB   mds
              115 MB   Skype
              82 MB    plugin-container
              66 MB    WindowServer
              57 MB    Finder
              57 MB    quicklookd
              41 MB    Dock
              41 MB    mdworker
              33 MB    coreservicesd
    Virtual Memory Statistics
              4.77 GB  Free RAM
              1.50 GB  Active RAM
              881 MB   Inactive RAM
              882 MB   Wired RAM
              415 MB   Page-ins
              0 B      Page-outs
    Thank you very much for your help!

    Hi Carolyn!
    Thank yo very much for your help, I've done everything you suggested, but the spinning beach ball is still appearing every few seconds, I also created another admin account just to check and it showed the same behaviour.  this is ehat I have now:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.4 GHz Intel Core i5 CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce GT 330M - VRAM: 256 MB
              Intel HD Graphics - VRAM: 288 MB
    Startup Items:
              M-Audio FireWire Audio Helper - Path: /Library/StartupItems/M-Audio FireWire Audio Helper
              M-Audio Firmware Loader - Path: /Library/StartupItems/M-Audio Firmware Loader
    System Software:
              Mac OS X 10.7.5 (11G63) - Uptime: 0 days 0:12:0
    Disk Information:
              TOSHIBA MK5055GSXF disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        HD MACINTOSH (disk0s2) /: 499.25 GB (310.02 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898
    USB Information:
              Apple Inc. iPhone
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.digidesign.iokit.DigiDal          (8.0.3f1)
              com.waves.driver.soundgrid          (2.0.0)
    Problem System Launch Daemons:
              [not loaded] ftp-proxy.plist
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [failed] com.digidesign.elevenrack.helper.plist
              [loaded] com.digidesign.fwfamily.helper.plist
              [loaded] com.m-audio.firewire.helper.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.waves.daemon.SoundGridProtocolService.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
    User Launch Agents:
              [loaded] com.divx.agent.postinstall.plist
    User Login Items:
              iTunesHelper
              ProFire Agent
              TrapsMonitor
    3rd Party Preference Panes:
              DivX
              Flash Player
              Flip4Mac WMV
              Java
              PreferencesPane
              PreferencesPane
              YAMAHA-USBMIDIPatch
    Internet Plug-ins:
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              OVSHelper.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                   2%          WindowServer
                   1%          SGProtocolService
                   1%          EtreCheck
                   1%          firefox
                   1%          SystemUIServer
                   0%          fontd
                   0%          iTunes
                   0%          configd
                   0%          usbmuxd
                   0%          Finder
    Top Processes by Memory:
              287 MB   firefox
              131 MB   iTunes
              74 MB    mds
              57 MB    WindowServer
              57 MB    Finder
              33 MB    Dock
              25 MB    coreservicesd
              25 MB    SystemUIServer
              25 MB    plugin-container
              25 MB    EtreCheck
    Virtual Memory Statistics
              6.11 GB  Free RAM
              916 MB   Active RAM
              202 MB   Inactive RAM
              817 MB   Wired RAM
              222 MB   Page-ins
              0 B      Page-outs
    Do you have any idea about something else to be done?
    Thank you very much for you time

  • 13 in macbook pro (early to mid 2011) : after the update, computer freezes with spinning wheel every 30 seconds first with safari and now with all the applications. I don't have any programs installed and still had good enough memory on the RAM.

    After the update of my 13 in mac book pro (early to mid 2011) , it freezes every 30 seconds with the spinning wheel and now it just freezes. Ive never had this problem until I recently updated. Also, I just checked now for available update ( which there was one), the update would process till the last step and it shows it cannot be expanded? Now my computer wont even restart (just have a grey screen with a cursor). Can someone please tell me what the heck is going on with my computer?
    I also checked the memory and it showed available memory was over 1.5 GB. I dont have any programms installed and do not have backup yet ( dont really need it anyways)
    Problems: first with spinning wheel every 30 seconds and now whole computer just freezes when I restart, it only shows grey screen after the starting sound or it takes about 8 to 10 minutes to restart.
    This ALL happened right after the update with google chrome crashing. I know my apple care plan expired so I cant even go to genius bar. Do you guys know how much it would cost to get it fixed ? Or any recommendations I can do to fix this?

    Try a smc reset:
    http://support.apple.com/kb/HT3964

  • I am having to run v3.5.10 because even now with latest 3.6 that version - every 30 seconds or so I hear a process open and then close. Can't track it down even in task manager - too brief but it's insistent! So stuck having to use 3.5

    I have to use V3.5.10 despite wanting to run 3.6 (just updated to 3.6.6 too). However when I run 3.6 I hear thru my sounds set up a process open briefly and then close every 30 seconds or so - it's very regular and insistent and I'd like to know what it is and why. It's too brief to spot in Task manager processes listing. This did happen once under 3.5 I seem to recall but was cured when it upgraded.
    == This happened ==
    Every time Firefox opened
    == Pretty much soon after I first applied and ran 3.6

    My Win sounds give me a sound each time an app or process opens and another when it closes - thus I know from that any time something happens.
    I have 3.6.6 on as well as 3.5.10 - so can run either. But running .3.6.6 despite being update still has this odd process open and close every half minute.

  • Okay so my phone crashes approximately every 30 seconds. I have tried resetting it by DPU as well as on the phone itself.  Once in awhile i get an error message about unknown error 1.  If i look at the diagnosis or if runs on itunes i get the following i

    Okay so my phone crashes approximately every 30 seconds. I have tried resetting it by DPU as well as on the phone itself.  Once in awhile i get an error message about unknown error 1.  If i look at the diagnosis or if runs on itunes i get the following.  When I called the support at AT&T they think the phone is shot and it is a hardware thing but i have a hard time believing that when it happened when I sync'd it to my computer.  It did get progressively worse though, at first it crashed not that often and then got worse.  So restores are failing, recovery, everything.  Anyone run into this? 
    11-11-16 18:20:36.319 [2232:16dc]: amai: tss_submit_job: HttpQueryInfo returned 200
    2011-11-16 18:20:38.350 [2232:1c50]: <DFU Device 0F128BE0>: production fused device
    2011-11-16 18:20:38.350 [2232:1c50]: unable to open device_map.txt: No such file or directory
    2011-11-16 18:20:38.350 [2232:1c50]: WinDFU::OpenDeviceByPath: \\?\USB#VID_05AC&PID_1227#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#1bfe4c4c
    2011-11-16 18:20:39.132 [2232:1c50]: WinDFU::UploadData: EOF, cbRead: 553
    2011-11-16 18:20:39.147 [2232:1c50]: WinDFU::UploadData: ZLP
    2011-11-16 18:20:39.163 [2232:1c50]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 6
    2011-11-16 18:20:39.163 [2232:1c50]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST_SYNC
    2011-11-16 18:20:39.163 [2232:1c50]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 7
    2011-11-16 18:20:39.163 [2232:1c50]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST, PollTimeout: 3000
    2011-11-16 18:20:42.163 [2232:1c50]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 8
    2011-11-16 18:20:42.163 [2232:1c50]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST_WAIT_RESET
    2011-11-16 18:20:42.163 [2232:1c50]: WinDFU::ResetDevice: resetting...
    2011-11-16 18:21:02.210 [2232:1c50]: WinDFU::FinalizeDfuUpdate: success
    2011-11-16 18:21:03.491 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 18:21:03.507 [2232:c4c]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2011-11-16 18:21:03.757 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 18:21:04.554 [2232:1b88]: amai: tss_submit_job: HttpQueryInfo returned 200
    2011-11-16 18:21:10.882 [2232:1b88]: <DFU Device 0F198478>: production fused device
    2011-11-16 18:21:10.882 [2232:1b88]: unable to open device_map.txt: No such file or directory
    2011-11-16 18:21:10.882 [2232:1b88]: WinDFU::OpenDeviceByPath: \\?\USB#VID_05AC&PID_1227#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#cfe11997
    2011-11-16 18:21:12.788 [2232:1b88]: WinDFU::UploadData: EOF, cbRead: 1321
    2011-11-16 18:21:12.804 [2232:1b88]: WinDFU::UploadData: ZLP
    2011-11-16 18:21:12.819 [2232:1b88]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 6
    2011-11-16 18:21:12.819 [2232:1b88]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST_SYNC
    2011-11-16 18:21:12.819 [2232:1b88]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 7
    2011-11-16 18:21:12.819 [2232:1b88]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST, PollTimeout: 3000
    2011-11-16 18:21:15.819 [2232:1b88]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 8
    2011-11-16 18:21:15.819 [2232:1b88]: WinDFU::ProcessUpdateState: status.bState == DFU_STATE_MANIFEST_WAIT_RESET
    2011-11-16 18:21:15.819 [2232:1b88]: WinDFU::ResetDevice: resetting...
    2011-11-16 18:21:20.866 [2232:1b88]: WinDFU::FinalizeDfuUpdate: success
    2011-11-16 18:21:21.835 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 18:21:21.835 [2232:c4c]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2011-11-16 18:21:21.897 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 18:21:22.054 [2232:1838]: AMDeviceIoControl: GetOverlappedResult failed
    2011-11-16 18:21:22.054 [2232:1838]: AMDeviceIoControl: pipe stall
    2011-11-16 18:21:22.054 [2232:1838]: USBControlTransfer: error 31, usbd status c0000004
    2011-11-16 18:21:22.054 [2232:1838]: command device request for 'getenv radio-error' failed: 2008
    2011-11-16 18:21:22.054 [2232:1838]: unable to open device_map.txt: No such file or directory
    2011-11-16 18:21:22.054 [2232:1838]: <Recovery Mode Device 0F2A7768>: production fused device
    2011-11-16 18:21:24.007 [2232:1838]: AMDeviceIoControl: GetOverlappedResult failed
    2011-11-16 18:21:24.007 [2232:1838]: AMDeviceIoControl: pipe stall
    2011-11-16 18:21:24.007 [2232:1838]: USBControlTransfer: error 31, usbd status c0000004
    2011-11-16 18:21:24.007 [2232:1838]: command device request for 'getenv ramdisk-delay' failed: 2008
    2011-11-16 18:21:38.319 [2232:1344]: fixed TcpWindowSize (64512) can cause restore failure if too large
    2011-11-16 18:21:38.335 [2232:1344]: unable to open device_map.txt: No such file or directory
    2011-11-16 19:21:54.475 [2232:1344]: amai: AMAuthInstallBasebandHandleUpdaterStatus: outputDict is NULL
    2011-11-16 19:21:54.538 [2232:1344]: <Restore Device 0ED73918>: Restore failed (result = 1)
    2011-11-16 19:21:54.647 [2232:8ec]: iTunes: Restore error 1
    2011-11-16 19:22:09.100 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 19:22:09.100 [2232:c4c]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2011-11-16 19:22:09.163 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 19:37:25.319 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 19:37:25.335 [2232:c4c]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2011-11-16 19:37:25.382 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 19:52:41.679 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2011-11-16 19:52:41.679 [2232:c4c]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2011-11-16 19:52:42.163 [2232:c4c]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    I also get a system crash reporter key of c392e98c929aa0b351037af00d75d08aeadc843c    bug type 110
    incident identifier  8ff84a87

    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.

  • Windows Explorer was crashing/restarting every few seconds and after trying several different methods of fixes, the only one that worked was removing Firefox, is there something I've missed that I can get Firefox back?

    I'm running a Toshiba Satellite laptop that was originally running Windows Vista 32-bit, but was upgraded by me to Windows 7 32-bit. On Windows Vista, all I would run was Firefox. I loved it!!! On Windows 7, I've noticed that Firefox kept hanging whenever I would try to download a file...from anywhere. I got so frustrated I went to try several different browsers. They all worked extremely quickly, whereas Firefox was working so slow, I could click on a link to a page, go get some lunch, come back and it still be trying to load the page. This was drastically unusual for Firefox. I used the other browsers and everything was fine for a week and then Windows Explorer started going down every few seconds. I went to the windows 7 forums and started looking. There were several suggestions on how to fix the problem, none of which worked for my compy. I tried restarting the compy in safe mode. That didn't help. I turned off every startup program except for the essentials and that DID work in keeping Windows Explorer from restarting. I then dove into the tedious task of trying to discern which 3rd party program was the offender. I removed everything from my compy that had been downloaded in the last ten days (well before the windows explorer issue, but not before the firefox issue). That didn't work either. I tried replacing an explorer file, which didn't work either. There were several other things I tried, as well, but nothing worked. Then, I saw a post that Firefox had caused the problem for one person. I went in and did as was suggested and completely removed Firefox and all associated files. Unfortunately, this worked. I haven't had any more trouble with windows explorer restarting. My big problem is, however, I can't run Firefox!!! And I LOVE Firefox!!! It's spoiled me! I hate Internet explorer, which is what I'm forced to run now. I've tried Safari and Google Chrome and don't like either one of those, either. I want my Firefox back! But if it's not working 100% it's less frustrating to be forced to live with the Internet Explorer. I'm going insane, here! Does anyone have any suggestions? I tried clearing out browser history, changing download files and a couple of other things and nothing worked with the Firefox to get it going better before I started having the Windows Explorer difficulty and had to completely erase the Firefox program. If I've missed any info, please don't hesitate to ask!! I'm happy to supply whatever I know about the issue!!

    uninstalled firefox ....deleted all files still remaining under mozilla firefox directory in program files ... to avoid having to reprogram all my settings, reisntall all addons as well .. I did not remove anything from mozilla firefox that is stored in either appdata or under the windows users directory (if any)
    ... the as suggested reinstalled the latest version of the firefox browser using the link you provided in the email ..; tested and several issues still remain present and unresolved ....
    so please this is urgent or I will have to jump browsers and start using chrome .. because we work 14 hours a day 6 (sometimes 7) days a week, to get ready for the launch of our newest venture and we cannot lose that much days on browser related issues ... so please instead of putting me through week long step process .. of do this .. do that .. can you please actually look into the issue from your end .. I use firefox for so many, many years thta I deserve this kind of support .. thnx Robert

  • I clicked on iMessage on my Macbook Pro today for the first time, and now NOTES keeps opening up every 5 seconds, with a new note.  I cannot stop it from opening. If I close it or force close, it opens again in 5 seconds.  I can't get rid of it.  I have

    I clicked on iMessage on my Macbook Pro today for the first time, and now NOTES keeps opening up every 5 seconds, with a new note.  I cannot stop it from opening. If I close it or force close, it opens again in 5 seconds.  I can't get rid of it.  I have tried to clear out the iMessage settings I had put in, and I've tried to adjust the Accounts to not include notes to synch.  But, Notes will not stop.  It opens a new note, and even if you ignore it, it assumes preference every 5 seconds, and the Mac is impossible to use.

    Do you have any Boot Camp or other secondary partitions set up on your system? If so then try running a disk verification routine (chkdsk, etc.) in Windows to repair the disk. While I've not heard of it happening recently, in the past errors in these partitions have resulted in stubborn ghost files appearing in OS X.

Maybe you are looking for