Adobe Auto Updater not connecting

Hi
We have recently installed Microsoft ISA 2006, and since then we can not download updates. I have searched for the update path and found http://swupmf.adobe.com/manifest/50/win/AdobeUpdater.upd
but this still does not allow access, also added *.adobe.com again still not working.
Was hoping someone would know which address(s) to allow?
Much Apprciated.
Thanks
Matt

Msomerville are you on a managed network if so please contact your I.T. department.     Outside of the I.T. department the steps offered by Mylenium should have resolved your network configuration difficulties.  You may want to run through the document again, if you are on a non-managed network, or work with our support team directly.  You can contact our chat support at http://adobe.ly/yxj0t6.

Similar Messages

  • Flash player silent auto update not working

    I was glad to read the news about the new feature of silent auto updates of the Adobe Flash player, but unfortunately this is not working on my machine. Has anyone had the same problems and was able to solve them?
    Some information on my setup:
    I had previously installed Flash player version 11.1.102.63, both ActiveX and Plugin version (installed through the .msi files, deployed via Active Directory/GPO - no further configuration, just plain original .msi files).
    To test the auto update feature, I decided to install the new 11.2.202.228 version, but only the ActiveX version. I installed this via the .exe installer (install_flash_player_11_active_x_32bit.exe) manually, choosing "Install updates automatically when available (recommended)" in the last step of the installation, as seen here:
    http://www.adobe.com/devnet/flashplayer/articles/background-updater-windows.html
    When I open Control Panel -> Flash Player, under the "Advanced" tab I see:
    "Install updates automatically" is chosen, but greyed out (no admin rights with this windows user)
    ActiveX version: 11.2.202.228
    Plug-In version: 11.1.102.63
    The file "mms.cfg" under C:\WINDOWS\system32\Macromed\Flash\ contains:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    The task "Adobe Flash Player Updater" was created and is scheduled to run every 1 hour. I can see that it is started ("last start time"), the result code is 0x0 which means "no error".
    So everything as expected. But the auto update is not working, since the plugin version of flash player never gets updated!
    I edited the "mms.cfg" and added:
    SilentAutoUpdateVerboseLogging=1
    After manually starting the task, there are some lines added to "FlashInstall.log" in the same directory:
    2012-4-4+7-20-48.814 [info] 1614
    2012-4-4+7-20-48.829 [info] 1615
    2012-4-4+7-20-48.829 [info] 1618
    2012-4-4+7-20-48.829 [info] 1619 1063
    2012-4-4+7-20-48.876 [info] 1614
    2012-4-4+7-20-48.876 [info] 1615
    2012-4-4+7-20-48.876 [info] 1618
    2012-4-4+7-20-48.876 [info] 1608
    2012-4-4+7-20-48.876 [info] 1604
    2012-4-4+7-21-10.425 [warning] 1403 12029
    2012-4-4+7-21-10.425 [warning] 1407 183
    2012-4-4+7-21-10.425 [warning] 1408
    2012-4-4+7-21-10.456 [info] 1624
    2012-4-4+7-21-10.456 [info] 1612
    2012-4-4+7-21-10.456 [info] 1621
    What does this mean?
    Some more information:
    Windows XP SP3, all windows updates installed, german
    Avira Professional Security anti-virus software
    Machine is behind a proxy server, but this is set up in Control Panel -> Internet Options
    I suppose this is a problem with our proxy server. Does the auto updater not use the proxy information from the Windows Control Panel settings?
    Kind Regards,
    Martin

    Hey Hans,
    After reading of your sucsess I attempted to replicate it.
    I am happy to say that I managed to update from Adobe Flash 11.2.202.228 to 11.2.202.233 on serveral different windows 7 notebooks and desktops sliently.
    I went into the windows task scedular and ran the Adobe Flash Player Updater task (I didn't need to change anything in the task or the service for it to work).
    The only issue I found was that if I ran the task again without restarting the computer no requests from the client would show up in the logs from my web server but if I restarted my computer and then reran the task it would work again. I'm assuming that it will only sent requests out every 24hours is talked about in page 18 of the Flash Player 11.2 Administration Guide. 
    My Web Servers logs look like this:
    2012-04-27 05:45:01 W3SVC1967680676 10.135.12.38 GET /pub/flashplayer/update/current/sau/11/xml/version.xml - 443 - 10.135.13.17 Get+Flash+Player+version+xml/1.0 200 0 0
    2012-04-27 05:45:05 W3SVC1967680676 10.135.12.38 GET /pub/flashplayer/update/current/sau/11/install/install_all_win_ax_sgn.z - 80 - 10.135.13.17 Download+Flash+Player+Installer/1.0 200 0 0
    My mms.cfg looks like this:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateServerDomain=proxy.tallangatta-sc.vic.edu.au
    I think the biggest issue I had during testing was that I forgot to my web servers certificate into the windows certificate stores trusts root certs of my notebooks/desktops. EG: http://blogs.adobe.com/livecycle/2012/04/rights-management-how-to-get-windows-7-to-trust-a -self-signed-server-certificate.html
    I have since deployed the mms.cfg file and added my web servers certificate into the trusted root certs via group policy to all my clients and it is working very well. I have also writen a batch file to download the needed files from adobe for that backgroup updater and to put them on my web server. I created a daily task on my web server to run the batch file. If anyone wants the batch file or shell script please email me and I'll forward it on.
    My batch file pretty much looks like this:
    @echo off
    :::::::::: INFOMATION ABOUT SCRIPT ::::::::::
    :: This Script Titled  adobe-flash-background-updates and was written by Tyrone Wyatt of www.cloudportal.org.
    :: This Script is open to use by everyone and is not under any licence.
    :: See flash_player_11_2_admin_guide.pdf for more infomation on how this script is required to function.
    :::::::::: SCRIPT CONFIG ::::::::::
    :: The TITLE option is the scripts name
    set TITLE=adobe-flash-background-updates
    :: The LOG option is the log file.
    set LOG=./%TITLE%.log
    :: The SOURCE option is the mirror on which you would like to download the flash files from.
    set SOURCE=http://fpdownload2.macromedia.com
    :: The DESTINATION option is where you would like your downloaded files to go so they are accessable by your web service.
    set DESTINATION=d:\wwwroot\Proxy
    :: The VERSION option is the current major version of Flash Player (for Flash Player 11.2, the major version is 11).
    set VERSION=11
    :: The Proxy settings for wget to use
    set HTTP_PROXY=http://edupass.tallangatta-sc.vic.edu.au:8080
    :::::::::: SCRIPT CORE ::::::::::
    echo Welcome to %TITLE% Script!
    echo =O====== %date% %time% ======== >> %LOG% 2>&1
    if exist %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml (
    echo Skipping destination folder structure creation.
    ) else (
    echo Creating destination folder structure.
    mkdir %DESTINATION%\pub >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION% >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install >> %LOG% 2>&1
    echo Downloading files...
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/xml/version.xml -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml\version.xml >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_ax_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_ax_sgn .z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_pl_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_pl_sgn .z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_64_ax_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_64_ax_ sgn.z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_64_pl_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_64_pl_ sgn.z >> %LOG% 2>&1
    echo Script complete! See log file for more infomation %LOG%
    echo =X====== %date% %time% ======== >> %LOG% 2>&1
    echo. >> %LOG% 2>&1
    :::::::::: END OF SCRIPT ::::::::::
    Thanks for your help,
    Tyrone Wyatt.

  • Adobe Auto Updater

    I did a search on this and found nothing, but I am sure I have read about how to shut off or remove the infernal Adobe Auto Updater that pops up every time I boot up, I use a triple boot setup, so that happens several times a day. Anyone know how to do that? WinXP Pro machine.

    I found the reference I was looking for. There are several ways to kill the updater, but the easiest is to simply remove the Updater 5 folder from Program Files>Common Files>Adobe.

  • AnyConnect failing to auto-update upon connecting, requires a re-install

    We recently upgraded our 5510 at one of our clients to ASA software version 9.1(5), and after that was up and running and stable, we decided to upload the newest AnyConnect package files to the firewall for VPN users to get updated to the latest version.  
    The VPN connection is setup with radius authentication, and it has been working perfectly for a few weeks now.  But just to add, when we had 8.2(5) software on the ASA and would put newer versions of the web deployment package on the ASA, clients trying to connect via VPN would auto-update without a problem.  Same with Mac's.
    So with the new software on the ASA, I ran a test from my home office, I uninstalled AnyConnect and installed an older version, 2.5.x.  I then tried to connect via VPN with the thought that it would automatically update my VPN client to the version of the client on the ASA which is 3.1.05178.  I watched it connect, ask for my active directory credentials, it would connect, then check for updates, and then say it was downloading an update.  Shortly after, AnyConnect popped up a window saying "The VPN Client Agent was unable to create the interprocess communication depot." and I have to click Ok.  Basically what happens here - http://www.itsystemadmin.com/the-vpn-client-agent-was-unable-to-create-interprocess/  but I do not have ICS turned on on the network adapter or any of my network adapters.
    After clicking ok, it shows me the AnyConnect window, but the program is now partially non-functional, it is there, but the connection address is gone and if I enter it and click "Connect" it gives me an error immediately.  
    What I then have to do is go onto the ASA, remove that newer package and upload an older one.  Then I re-install the VPN agent on my computer and re-connect, it doesn't find any update because I'm now running a newer version on my computer than the one that is on the ASA, and it connects fine.
    I've tested this with a few employee laptops and they experience the same thing.  I'm not sure if there is something that isn't compatible between this latest ASA software and the 5510, or what the issue is.  I have tried putting slightly older versions of the web deployment package on the ASA and I still get the same problem.  The problem is when the client computer is running an older version of AnyConnect and the ASA has a newer version, it fails upon initial connection and ruins the AnyConnect program and it has to be re-installed.

    Feel lucky.  Lot of people are having wifi problems with 8.x.
    You should try to update from iTunes.  iTunes requires less space on your machine for the update.
    Robert

  • V 10.0.2 auto update not working

    I have been running FF 10.0.2 for a while, and was just told by a website that I needed to have FF 14 or FF 15 running. I have always had auto update turned on, but evidently, it is not working. I've now been "checking for updates" on the update channel, with no results after being connected for over 1/2 hour.
    All suggestions appreciated -- I would simply download and install the latest version, if that will not eradicate my existing data.
    Thoughts, please?
    Many thanks

    Done, and well. Very quick download, very quick update installation, and no apparent loss of data.
    So, thanks again. I have set the auto update option, and hope that it will serve well in this new version.

  • Auto updates not working. Manual updates not working.

    I have full connection to internet and wifi in the house. Nothing else effected performance wise. When auto update pops up, just keeps checking for server and never begins download. I have left it up for hours to double check.
    When I attempt to manually update, it does not respond either.
    Please assist.
    Thanks,
    Andrew

    Hello Andrew
    1. Download full installer from http://www.mozilla.org/en-US/firefox/all/
    2. '''Trash''' the current Firefox application to do a clean install.
    3. Install the version that you have downloaded.
    Do not select to remove your personal data, your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox#Mac Firefox Profile Folder], so you won't lose your bookmarks or other personal data.
    see also: [https://support.mozilla.org/en-US/kb/how-download-and-install-firefox-mac?redirectlocale=en-US&redirectslug=install-firefox-mac#os=mac&browser=fx24 Installing Firefox on Mac]
    thank you

  • 10.5.6 auto update not working and how I fixed it

    I ran into an issue installing 10.5.6 like many others apparently have. I'd run the auto update and it would stall at Configuring Installation with the progress bar moving maybe 1/8th of the way. I'd restart and try again with no success.
    I tried verifing the disk but it found no issues.
    When I tried the combo-updater it told me my hard drive didn't meet the requirements for the update.
    The one thing I was missing was 10.5.5. I was still running 10.5.4. The funny part is that the auto updater didn't recognize it and kept trying to push 10.5.6 and the combo-updater didn't recongize it either.
    In the end I downloaded the 10.5.5 updater from http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1055comboupdate .html. After it installed I was allowed to install 10.5.6
    In my opinion the autoupdater should have caught this.

    Spyer wrote:
    I ran into an issue installing 10.5.6 like many others apparently have. I'd run the auto update and it would stall at Configuring Installation with the progress bar moving maybe 1/8th of the way. I'd restart and try again with no success.
    I tried verifing the disk but it found no issues.
    When I tried the combo-updater it told me my hard drive didn't meet the requirements for the update.
    The one thing I was missing was 10.5.5. I was still running 10.5.4. The funny part is that the auto updater didn't recognize it and kept trying to push 10.5.6 and the combo-updater didn't recongize it either.
    In the end I downloaded the 10.5.5 updater from http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1055comboupdate .html. After it installed I was allowed to install 10.5.6
    In my opinion the autoupdater should have caught this.
    I agree - that sounds like a bug to me.
    You could have downloaded the combo 10.5.6 update which works with any version of Leopard from 10.5.1 up and not have bothered with 10.5.5.
    http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx1056comboupdate .html

  • Software update - not connected to internet

    Hi
    I am trying to update apple software using apple update, but keep getting a message saying I am not connected to the internet - which I clearly am as I am on this forum and desperately seeking help. p.s. It happens with Safari as well but not Firefox (the browser I am using to post this). One thing I have noted when setting the proxy passwords and applying them, when I go back into the network setting the password have extended themselves by 3 or 4 characters.

    I will call them tomorrow.
    My ISP is Internet America.
    I have been with them since they took over
    Cyberamp back in the 90s.
    I have DSL.
    My terminology is limited. The local mail I am speaking
    of is the program that came on my Mac when I
    installed it. I can only access it when I am on this
    particular computer. Otherwise, I call up Internet
    Amer. webmail. The mail stays there, until I launch
    my "local" mail here at home. This has never happened
    before and today it brought about half my email over
    and then just quit. Since then, nothing has come over.
    I can go to the internet in every other way except when
    trying to have my software updates checked. It says I
    am not connected to the internet.
    As I said, I will call them tomorrow and will post what
    they say.
    Thanks very much.

  • App auto update not working? iOS 7

    I have it turned on but apps are not auto updating. Also after updating I'm the App Store "updates section
    It lists all the apps that were updated. Anyone having any issues with the auto update feature?  Anyone know about the update apps that were updsted?
    Thank you!

    Give it time it will update maybe tomorrow

  • Auto-update not working on 64-bit Windows Firefox Aurora

    I realize the correct directory to download Aurora builds would be http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora-l10n/, but it does not have 64-bit Windows build which is unfortunately the only way to solve severe stuttering problems in Flash.
    Previously I had used nightly builds, while they did work fine most of the time sometimes there issues that forced me back to standard builds, and stuttering Flash.
    So instead I've been trying to use 64-bit Aurora I downloaded from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/. It's been a smooth experience otherwise but auto-update doesn't work. First it attempts to install small patch, which fails. Then it tries to install full update, which again fails.
    Here's a screenshot of the full update failure message: http://i.imgur.com/8HmPjTE.jpg

    Thanks for the feedback. The topic linked above suggests that the problem with auto-update lies with CA certificate. I've submitted feedback to Moziilla and linked here just in case.
    If the cause of failing auto-update is the CA certificate, hopefully Mozilla is willing to correct the problem.
    Stuttering Flash in 32-bit Firefox is simply unbearable and I have to either use 64-bit Nightly or Aurora builds, or go Chrome.

  • Flash auto update not working

    Been trying to get the autoupdate feature for flash working but no luck. Been using these settings for the mms.cfg for 32/64 locations:
    AutoUpdateDisable=1
    SilentAutoUpdateEnable=1
    SilentAutoUpdateVerboseLogging=1
    Running the windows task does not trigger the auto update function. With verbose logging this is what I see in the logs:
    2015-4-2+16-37-21.462 [info] 1613
    2015-4-2+16-37-21.462 [info] 1615
    2015-4-2+16-37-21.462 [info] 1618
    2015-4-2+16-37-21.462 [info] 1619 1063
    2015-4-2+16-37-21.462 [info] 1613
    2015-4-2+16-37-21.462 [info] 1615
    2015-4-2+16-37-21.462 [info] 1618
    2015-4-2+16-37-21.462 [info] 1604
    2015-4-2+16-37-21.462 [info] 1608
    2015-4-2+16-37-21.462 [info] 1612
    2015-4-2+16-37-21.462 [info] 1620
    2015-4-2+16-40-53.858 [info] 1613
    2015-4-2+16-40-53.858 [info] 1615
    2015-4-2+16-40-53.858 [info] 1618
    2015-4-2+16-40-53.858 [info] 1608
    2015-4-2+16-40-53.858 [info] 1612
    2015-4-2+16-40-53.858 [info] 1620
    Any help would be appreciated

    Been trying to get the autoupdate feature for flash working but no luck. Been using these settings for the mms.cfg for 32/64 locations:
    AutoUpdateDisable=1
    SilentAutoUpdateEnable=1
    SilentAutoUpdateVerboseLogging=1
    Running the windows task does not trigger the auto update function. With verbose logging this is what I see in the logs:
    2015-4-2+16-37-21.462 [info] 1613
    2015-4-2+16-37-21.462 [info] 1615
    2015-4-2+16-37-21.462 [info] 1618
    2015-4-2+16-37-21.462 [info] 1619 1063
    2015-4-2+16-37-21.462 [info] 1613
    2015-4-2+16-37-21.462 [info] 1615
    2015-4-2+16-37-21.462 [info] 1618
    2015-4-2+16-37-21.462 [info] 1604
    2015-4-2+16-37-21.462 [info] 1608
    2015-4-2+16-37-21.462 [info] 1612
    2015-4-2+16-37-21.462 [info] 1620
    2015-4-2+16-40-53.858 [info] 1613
    2015-4-2+16-40-53.858 [info] 1615
    2015-4-2+16-40-53.858 [info] 1618
    2015-4-2+16-40-53.858 [info] 1608
    2015-4-2+16-40-53.858 [info] 1612
    2015-4-2+16-40-53.858 [info] 1620
    Any help would be appreciated

  • Software Updater- Not connected to the internet

    I have recently downgraded from a Cable modem to a wi-fi using Globetroter Connect and the AT&T 3G network. Now when I run Software update - I get a message that I am not connected to the internet - even tho I am running Netscape in the background. (I have tried both running netscape and not runing netscape so that's not the issue) I have browsed through old posts on this topic and can't seem to find help.
    thanks in advance
    Robby

    If other OS X internet dependent items do not work of don't work well
    now that you've changed some system settings (or should have) in
    order to use a new internet provider and other hardware, you may
    have to change system settings. A non-Apple browser can use its
    own settings and find an internet connection in your Mac. Other
    parts of the system may not find the internet directly if a change
    was made to your computer's settings or the hardware attached.
    In some cases, a Mac owner may find Safari won't work; FireFox
    will; and to the same web pages, the results will differ. Or other
    internet dependent items such as certain live widgets can't find
    the internet if they rely on other system settings not set correctly.
    So, this means there much be some location setting, or some
    old proxy, or perhaps a firewall setting or other block; maybe
    even one part of the Network settings is correct in general
    while another is not. Even improper DNS or other numbers
    may be a partial reason for something halfway working.
    If you get different results or none at all from native Mac OS X
    internet dependent applications or utilities, then the settings
    or location, or other network, or system pref setting, etc are in
    need of review and some changes need to be tried.
    Have you tried other user accounts to see if the system's own
    reliance on the internet settings in System Preferences Network
    and other basics still work (or don't) thereby narrowing the issue?
    The kind of problem you've cited has other parallel causes under
    different topics online; I have read about, but not experienced them.
    Good luck & happy computing!

  • Adobe products do not connect to the internet

    Dear fellow Adobe users,
    I am having some trouble using my new Adobe Premium Desgin Premium CS5.5 software. The Wdiget Browser, Adobe Help and -all the other programs that need to connect to the Adobe server- do not work correctly!
    Somehow the adobe programs can't connect to the internet while my internet is working properly.
    I have tried:
    running as administrator.
    Editing the hosts file and flushing the DNS afterwards with ipconfig/flushdns
    Making exceptions in my firewalls
    Disabling my firewalls.
    I hope someone can help me fix this problem, because I do not know what to do anymore.
    Best regards,
    Simon Meijer

    Which Airport device are you using, an Airport Extreme, an Airport Express or both?
    Would please describe your set up? Do your have a modem/gateway from your ISP that is between the Airport device and the internet? If so, how is it configured? How is the Airport device configured? How is your Mac configured to connect to the Airport device?
    Dah•veed

  • Update not connecting to server after 1 hr

    The update for firefox runs for 1 hr says that it is connecting to the update server but never does I have run this 6x what is the problem?

    See:
    * [[Software Update Failed]]
    * http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder.<br />
    You may need to delete active-update.xml and updates.xml as well if present.
    C:\Documents and Settings\&lt;user&gt;\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates
    (%USERPROFILE%\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox)
    If you have problems with updating then easiest is to download the full version and uninstall the currently installed version and remove the Firefox program folder to do a clean install of the new version.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Auto Update Not Installing Drivers

    I upgraded my OS from Vista to Windows 7 Home (64). I have an Asus Rampage 2 mobo with bundled X-fi sound.
    The sound chip is on the mobo &? the?card is just a device to plug stuff in. Since changing
    OS I finally got the auto update to work. It shows what driver I need, but when installing it fails.
    Everytime.
    Error: Set up is unable to detect a supported product.
    Driver it shows I need, Sound Blaster X-Fi .00.0
    I have the sound working,but it seems I have to crank up the settings to get some power.

    Hi,
    Sorry for the delay but you will need to contact your motherboard vendor for assistance about this. Updates you see in the download area are intended for retail version not OEM.

Maybe you are looking for

  • Scheduling error in ppds

    Hi, I got this error "No gap for activity ||| found within the planning horizon" during production planning run. Diagnosis There is not a large enough gap for the activity ||| on the mode 1- in the planning period specified in the time profile. Syste

  • How to transfer music from one device to another?

    I am confused as to how I go about trnasferring all music and purchased items from my iPhone to a new iPod classic, as my phone currently has no space to store any more music. Would someone be able to provide me with a step by step guide I can follow

  • Bluetooth keyboard stops working when i plug in my iphone 5

    Hi All... Heres a question from the twilight zone where strange things happen. My Hardware/Software used: - iMac OSX 10.9.2 - Mac wireless Keyboard - Logitech mouse performance MX - iTunes 11.1.5 (5) - iPhone 5 v7.1 (11D167) I plug in my iPhone via U

  • OS help needed

    I had a corrupted Hard drive on my Powerbook and had to do a backup to a remote drive and erase my hard drive. Then I just used the OS X DVD to install OS 10.x. I forgot about my old Applworks files that need Classic to be installed. I tried to insta

  • Payload Errors - Mac; unable to load Premiere 10

    Went thru the 'self help' to boot in safe mode, uninstall/reinstall Adobe Air, and NOTHING WORKED. Here is the exit code 7 information. Just purchased and am trying to load via DVD. Loaded Photoshop Elements off the same disc and it is OK. Need Premi