Newest iOS Upgrade iPhoto Issues

I save a lot of images that are emailed to me. At a later date I like to upload them to Facebook. After this new upgrade...Every time I hit "save photo" it is NOWHERE to be found??????? Any words of wisdom would be appreciated thank you!

While viewing the photo click on the Share button in the lower left hand corner of the window.  In the next window click on More. That will give you this window where you can select Facebook:

Similar Messages

  • Cisco 4500X IOS upgrade through ISSU

    Hi,
    I am having 2 number of cisco 4500x switch and configured with VSS
    so one switch is active and another switch is standby.
    I am panning to upgrade IOS through ISSU
    i read in document that it required auto boot enable in switch.
    My switch current Configuration register = 0x2101
    do i need to change config register or this will ok. If need to change then what will be auto boot and after IOS upgrade do i need to change it again.
    Please help....

    Hello Tarun,
    Please find below the steps to perform the ISSU:
    ISSU Prerequisites
    Before one can perform an ISSU, there are a few prerequisites one must verify for a successful ISSU. The following list explains what is initially required.
    • Must be using a redundant Cisco Catalyst 4500 switch with symmetric hardware (that is, supervisors, memory, rommon, NFL daughter card, and so on).
    • Both new and old Cisco IOS Software images must be preloaded to the file system on both supervisors.
    • SSO must be configured and working properly.
    • Config register must be configured to autoboot (that is, the value should have a "2" in the lowest byte).
    45010R-203# sh bootvar | i register
    Configuration register is 0x2102
    Standby Configuration register is 0x2102
    Several commands are available to verify if SSO is enabled:
    4510R-203# sh module | b Redundancy
    Mod  Redundancy role     Operating mode      Redundancy status
    ----+-------------------+-------------------+-------------------
     1   Standby Supervisor   SSO                  Standby hot        
     2   Active Supervisor    SSO                 Active
    45010R-203# sh redundancy states 
           my state = 13 -ACTIVE 
         peer state = 8   -STANDBY HOT 
               Mode = Duplex
               Unit = Secondary
            Unit ID = 2
    Redundancy Mode (Operational) =  Stateful Switchover
    Redundancy Mode (Configured)  =  Stateful Switchover
    Redundancy State              =  Stateful Switchover
                 <snip>
    4507R-ISSU# sh run | b redundancy
    redundancy
     mode  sso
    As a step prior to the beginning of the ISSU process, the new version of the Cisco IOS Software image needs to be loaded into both the active and standby supervisors' file systems. Both active and standby supervisor need to contain both the new and old images in the file system. In order to store both new and old images, the supervisors should be upgraded to contain sufficient amounts of flash memory prior to the ISSU process.
    The new images can be downloaded into both supervisors using commands such as:
    copy tftp: bootflash:
    copy tftp: slavebootflash: 
    The example below illustrates this verification:
    4510R-203#dir
    Directory of bootflash:/
    1  -rwx 13636500 Sep 6 2006 03:18:58 -08:00 cat4500-entservices-mz.122-31.SGA
    2  -rwx 13747611 Sep 9 2006 03:19:58 -08:00 cat4500-entservices-mz.122-31.SGA1
    4510R-203#dir slavebootflash:
    Directory of slavebootflash:/
    1  -rwx 13636500 Sep 6 2006 03:18:58 -08:00 cat4500-entservices-mz.122-31.SGA
    2  -rwx 13747611 Sep 9 2006 03:19:58 -08:00 cat4500-entservices-mz.122-31.SGA1 
    Once this check is verified, one can now proceed with the ISSU process.
    The ISSU process is started by typing the "issu loadversion" command on the active supervisor. This command directs the active supervisor to begin the ISSU process. The active supervisor, through intersupervisor communications, checks that the requested image has been downloaded into both the active and standby supervisors' file systems. If the required images are not present, the command is rejected, and an appropriate warning is generated.
    If the "issu loadversion" command is successful, the switch transitions into the "Load Version" ISSU state. The standby supervisor will reset and boot with the new version of the Cisco IOS Software image loaded into the file system.
    The following actions take place when the command is implemented:
    1. The standby supervisor (B) is reset.
    2. The standby supervisor (B) is booted with the new Cisco IOS Software image: Release 12.2(31)SGA1.
    3. If both Cisco IOS Software images are declared as compatible, the standby supervisor moves into SSO mode and is fully stateful for all compatible clients and applications. Compatibility allows for in-service software upgrade or downgrade between two versions to succeed with minimal service effect.
    4. If both Cisco IOS Software images are incompatible, the system moves into RPR mode, and the ISSU process is terminated with an appropriate message to the user. Images are declared incompatible when "required" clients or applications are not interoperable between two Cisco IOS Software releases.
    5. Standby "B" reaches the standby HOT state.
    6. The user has an option to abort the ISSU process by issuing the "issu abortversion" command.
    7. The "issu loadversion" command also supports a "forced" option that allows the operator to force the system into entering RPR mode when incompatibility is detected.
    Note: When performing an ISSU, disable manual switchovers. Performing manual switchovers during the issu process is strongly discouraged. The current implementation does not prevent it, but it does display a warning to the user.
    An example of the CLI for implementing the issu loadversion command is displayed below.
    On the active supervisor, one would issue the following command:
    4510R-203#issu loadversion 1 bootflash:cat4500-entservices-mz.122-31.SGA1 2 slavebootflash: cat4500-entservices-mz.122-31.SGA1
    Syntax - issu loadversion active-slot active-image-new standby-slot standby-image-new
    The second step of the ISSU process is to perform the issu runversion CLI.
    The user can issue the " issu runversion" command when:
    1. The ISSU state is "Load Version"; this can be verified with the "show issu state detail" CLI.
    2. The standby supervisor is running the new version of the software.
    3. The standby supervisor has moved into the "Standby Hot " state.
    The following actions take place when the " issu runversion" command is executed:
    1. A switchover occurs; that is, the standby (B) becomes the new active, and the old active (A) is rebooted and comes up as a standby.
    2. A timer called "Rollback Timer" is started with a previously configured value.
    3. Move both supervisors to "Run Version" state.
    4. If the command "issu acceptversion" is not issued before the "Rollback timer" fires, then the entire ISSU process is aborted via the automatic rollback.
    5. If the active supervisor console connectivity is established and the "issu acceptversion" command is issued, then the rollback timer is stopped.
    6. The user has an option to abort the ISSU process by issuing the "issu abortversion" command.
    An example of the CLI for implementing the issu runversion command is displayed below:
    On the active supervisor, one would issue the following command:
    4510R-203#issu runversion 2 slavebootflash:cat4500-entservices-mz.122-31.SGA1
    Syntax - issu runversion standby-slot [standby-image-new]
    Prior to issuing the `issu acceptversion' command the system will be counting down the rollback timer. If `issu acceptversion' is not completed before rollback timer expires an automatic abort will occur. This command stops the "Rollback Timer." This command serves as a feedback mechanism. This is an optional command and can be skipped in the ISSU process with the "issu commitversion" CLI.
    If this command is not issued within 45 minutes (default) from the time the standby supervisor moves into the "Standby Hot" state, it is assumed that the new active supervisor is not reachable and the entire ISSU process is rolled back to the previous version of the software. The acceptversion is not intended for long-term network operation. It is also important to note that none of the features available on the new version will work yet.
    The following actions take place when the command is implemented:
    1. The "Rollback Timer" is terminated. This means that the rollback timer is not looked at anymore. Therefore, the system can run in this state for an extended period.
    2. The user has an option to abort the ISSU process by issuing the command "issu abortversion."
    Aborting the ISSU process now causes the newly active supervisor (B) to fail over to the standby supervisor (A) running the old image and will also cause the rebooting supervisor (B) to load the original image. The issu acceptversion halts the rollback timer and helps ensure the ISSU process is not automatically aborted during the process.
    An example of the CLI for implementing the issu acceptversion command is displayed below:
    On the "New" active supervisor, one would issue the following command:
    4510R-203#issu acceptversion 2
    % Rollback timer stopped. Please issue the commitversion command.
    Syntax - issu acceptversion active-slot-number
    This is the last stage of the ISSU procedure. Once the user is satisfied with the new version of software, this must be committed by issuing the "issu commitversion" command. This command resets the standby supervisor and boots it with a new version of the software (same as the active supervisor). This concludes the ISSU process, and the new version of software is permanently committed on both supervisors. Since this is the conclusion of the ISSU process, the system can not be reverted back to the previous version of the software from this point onward as a part of this upgrade cycle. However, if for any reason users wish to go back to the previous version of the software, they can do so by starting a new upgrade/downgrade process.
    The following actions take place if the command is implemented:
    1. The standby supervisor (A) is reset and booted with the new version of Cisco IOS Software image.
    2. The standby supervisor (A) moves into the "Standby Hot" state in SSO mode and is fully stateful for all clients/applications that are compatible.
    3. Both supervisors are moved into "Final State," which is the same as "Initial State."
    4. Users can initiate switchovers from this point onward.
    An example of the CLI for implementing the issu commitversion command is displayed below:
    4510R-203#issu commitversion 1
    Syntax - issu commitversion standby-slot-number
    ISSU Process: issu abortversion
    One can abort the ISSU process at any stage manually (prior to issuing the issu commitversion command) by issuing the exec-level issu abortversion command. The ISSU process also aborts on its own if the software detects a failure.
    If a user aborts the process after issuing the issu loadversion command, then the standby supervisor engine is reset and reloaded with the original software.
    If the process is aborted after a user enters either the issu runversion or issu acceptversion command, then a second switchover is performed to the new standby supervisor engine that is still running the original software version.
    The supervisor engine that had been running the new software is reset and reloaded with the original software version. The command is accepted only in "Load Version" or "Run Version" states. In "Load Version" state, the active supervisor is running an old image and the standby supervisor is running new image.
    Syntax - issu abortversion active-slot [active-image-new]
    Let me know if you have any questions.

  • What happened to camera roll and photo stream with newest IOS upgrade?

    I have upgraded my iPad 3 to the newest IOS release, but not my iPhone so far.  I noticed that Camera Roll and Photo Stream are still available on my iPhone but not on the iPad.  What happened?

    the he firet versions of iOS 8 replaced the PhotoStream and Camera Roll albums with the Recently Added album. The Recently Added album contains photos for thirty days then moves them to the Photo Collections area. This definitely caught many people by surprise. Apple announced on October 16th that the next update of iOS 8 which will be 8.1 will bring back the Camera Roll. 8.1 is scheduled to be available October 20 according to Apple.

  • I bought a Sandisk Connect Media Drive, downloaded the app from iTunes.  Before iOS 8, movies played fine.  After iOS upgrade I can no longer play movies downloaded from iTunes to the media drive.  Anyone else have a similar issue?

    I bought a Sandisk Connect Media Drive, downloaded the app from iTunes.  Before iOS 8, movies played fine.  After iOS upgrade I can no longer play movies downloaded from iTunes to the media drive.  Anyone else have a similar issue?

    I checked with SanDisk's own online support and they indicate that they have notified Apple of the issue.
    According to SanDisk, the problem lies with Apple not having the iOS 8 version of the Safari browser having DRM decoding enabled that the Media Drive relies upon to decode and play iTunes DRM titles. Non DRM encoded videos will play in the browser.
    DRM audio is not effected as this is handled by the native iOS music app.
    As of the date of this post SanDisk have not been given a timeframe by Apple for this issue to be resolved.
    I hope that Apple resolves this issue quickly as I have a large collection of DRM video titles on a 128Mb memory card installed in the Media Drive that I am unable to view.

  • POE 3560 Issue after IOS upgrade

    Hello,
    I having issue where 6 WLAN AP's not coming back uo after reboot and IOS upgrade of 3560 POE swtiches - . Prior to changes here most if not all ALL the 23 Aps were mainly on one switch, Now after these changes they are now spread over three switches ( 3560's) - with 17 coming back on line
    I am sure its not the power limitation of the switch(s) as the one switch I am TS at present had a fairly large allocation of the aps attached prior to ios upgrade and reload. and the available power value now showing is applicable.for 8 AP's
    I have tried various TS steps to try and bring them back up - A couple of things I would like to try but I am restricted to do so is to check the APS physically or downgrade the ios!
    Any input on this matter would be truly appreciated.- (attached is the log buffer debug)
    res
    Paul

    c3560-ipbase-mz.122-25.SEE2.bin
    You upgraded the IOS to the switch?  I shudder at the thought of what old version did you upgrade FROM.  
    Available:370.0(w) Used:110.4(w) Remaining:259.6(w)
    You've got more than enough PoE left. 
    Only two things comes to my mind:  
    1.   Cable issue - Unfortunately, the 3560 is a non-GigabitEthernet and this particular sub-model does NOT support TDR.
    2.  Hardware failure - Read THIS.

  • I cannot download or updates any apps after upgrading the newest ios .. it show offers In-Apps Purchase... anybody can help me ?

    i cannot download or updates any apps after upgrading the newest ios .. it show offers In-Apps Purchase... anybody can help me ?

    This is happening to me too. I'm looking for anyway to fix this its getting very annoying not being able to update apps.

  • TS1559 Since upgrading my iPhone5 to the newest iOS (6.1.2) I can longer connect to WiFi. It sees the wireless network but will not connect.. Other devices in my home that weren't upgraded can connect just fine.

    Since upgrading my iPhone5 to the newest iOS (6.1.2) I can longer connect to WiFi. It sees the wireless network but will not connect.. Other devices in my home that weren't upgraded can connect just fine.

    I had the same problem.  I did the reset networks on my iPhone &amp; it did not work.  My husband read somewhere that changing the channel on the router to manual &amp; selecting the highest available channel number might help.  I did that &amp; it solved the problem.  I have not had the problem since.

  • Since upgrading to the newest ios 6.1.26 itunes isn't showing my app list on the left side of the screen, nor does it show all of self made movies, only the purchased ones. Anyone else experiencing a similar problem?

    Since upgrading to the newest ios 6.1.2 itunes isn't showing my app list on the left side of the screen, nor does it show all of my self made movies, only the purchased ones. Anyone else experiencing a similar problem? The iTunes store and most of the other features show up but other normal features seem to be missing too. I wish I hadn't upgraded. Anyone else having this problem???? 

    If you are talking about iTunes on your computer use the iTunes View menu item, "Show Sidebar".
    If not, I have no idea what you are describing.

  • How to upgrade my itouch to the newest iOS version. Model MB531LL version 4.2.1, How to upgrade my itouch to the newest iOS version. Model MB531LL version 4.2.1

    How to upgrade my itouch to the newest iOS version. Model MB531LL version 4.2.1,

    Identifying iPod models
    Check which ipod model you have.
    The 2nd gen can only go to 4.2.1

  • HT5037 Can someone please help me recover my pictures from iPhoto?  I upgraded to the newest version of iPhoto and now I can't get to my pictures.  I even downloaded the upgraded but I don't know what to do next.

    I recently upgraded to the newest version of iPhoto.  I used to have version 7, I believe.  Now that I have updated I can no longer see my pictures.  I downloaded the upgrader but I don't know what to do next.  Please help!

    Go to your Applications/ Utilities folder. Finder the upgrader app. Double click it to run it.

  • Can't upgrade to newest ios

    Whenever I log into my itunes account it recognizes my ipad (first one released) needs the ios upgrade.  I click "ok" to upgrade and download.  I then "thinks" and says it can't connect to the software upgrade server.  I've tried this multiple times and days.  Both the computer and ipad have access to internet.  Can someone help?
    I have the original operating system to the ipad

    No IOS 6 for Original iPad

  • I just downloaded the newest IOS software and now my iPhone5 won't pair with the Bluetooth in my car (the car system says it's paired when I try to re-pair it but then when n try to make a call it tells me it doesn't recognize the phone.

    I just downloaded the IOS upgrade, 7.0.2, and now my iPhone 5 won't pair with my Bluetooth in my car, despite repeated attempts to re-pair the two and despite the fact it's been paired fine previously.  The car system tells me it's paired but then when I try to make a call I get another message that says there is no paired phone.

    You can't override it no matter what you do. The device has to connect to the server to complete the iOS update. You could try rebooting the iPad and see if that lets you connect to the server after it starts up.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that will not work, you can try connecting to iTunes on your computer and see if the activation will complete. Sometimes when thes activation issues arise, you end up having to restore the device again, but first things first. Reboot and see what happens.

  • My iPhone 5 is not allowing updating to the newest iOS version 6.1.3.

    My iPhone 5 is not allowing updating to the newest iOS version 6.1.3.  I missed doing the 6.1.2 update before 6.1.3 was available.  It wants to install the 6.1.2 update, but, once I agree to the terms it tells me I can't because I am not connected to the Internet.  It is connected to the net, as proved by surfing and iTunes, both by LTE and wireless.  I have tried both a full shutdown as well as the most of the easy tricks to, like with apps updates, to get it to refresh.  Has anyone had this issue since the 6.1.3 release, and is there an easy way to resolve the conflict.

    The next iOS update won't change this.
    Are you able to transfer anything else from your iTunes library and computer via the iTunes sync process such as a movie, TV show, podcast, audio or print book, apps, and photos from your computer?
    What is selected under the Music tab for your iPhone sync preferences with iTunes.

  • IOS upgrade does it again.  It trashes my old calendar entries

    I have come to rely on the feature in the iOS upgrade that it will trash my old calendar entries. Upgrading to iOS 4 was no exception. It changed start and end times, repeat information, adds entries,combined multiple repeating entries into 1 even though they had different start and end dates and information in the entry and does a whole lot of other nifty stuff. I have reported this with every upgrade and now I realize that Apple does not care what happens to someone's calendar. This IPhone is being synch'd with a Mac so its an apples to apples (sorry for the pun) process.
    I have a whole lot of issues with the calendar program on the IPhone. This is the one of the most annoying. The other is if you have parents in the 80's and you set birthdays. They do not show up on your IPhone. They show fine on the Mac but I guess the IPhone does not think your parent's birthday's are important enough to display. I am slowly getting to the point of regretting that I converted to the IPhone. For all of the bells and whistles, when a device cannot do the simplest tasks it becomes an annoyance. Oh yes this is a 3G and not a new phone. I do not intend to spend money until I see that Apple starts to take their customers seriously. They are slowly becoming Microsoft and that is the attitude that I thought I was getting away from.

    You have options in the Organizer Tab for Calendar by clicking on Configure. From there, there you can choose to sync ALL calendar entries. This should be a resolution. Additionally, there are options to further control what syncs by clicking on the advanced button.
    If you want to control how much calendar data remains on your mobile consider...
    I have had problems with Blackberry's handling of appts in the past where - when an appt is deemed to be removed from the mobile device - it removed it also from Outlook! This should NEVER be - but WAS. As a result it is a better 'policy' to simply have your BB sync ALL appts and control how much will remain on your phone by using Outlook's archiving feature. When the calendar items do move to your archive, then you will see appts to be deleted from your phone but they will just be "older" appts according to what you have setup.
    And regardless - before you do any new sync or major changes that may react unexpectedly...
    Make a backup of your Outlook file just in case!!
    Hope this helps.

  • I updated the newest ios update and it deleted my Notes.

    I updated the newest ios update and it deleted my Notes. I backup to a paid icloud account and can't find how to restore the notes. Or are they lost ? Please help!

    Vans2day707 wrote:
    My iPhone 4 has locked itself with a password and I have no clue what the password is. 
    Is this your issue  >  http://support.apple.com/kb/HT5818

Maybe you are looking for