Are the Powerbook G4 and iCloud compatible?

I have an older 17" Powerbook G4 that we still use at home.  Mainly for email and surfing the net.  Now I must move the email to icloud, but the system I have  is Mac OS X 10.5.8 and that is incompatible with icloud.  Can this model of computer work with iCloud?  Which system do I need?

Unfortunately it's not.
Here are the system requirements for iCloud
http://support.apple.com/kb/HT4759
Mac OS X 10.7 will only run on an Intel Mac running  Core 2 Duo

Similar Messages

  • I just upgraded to the iOS 5 and icloud, but now all my pictures are gone! How do I get them back?

    I have an iphone and just upgraded to the iOS 5 and icloud, but now all my pictures are gone! How do I get them back?? It's weird because it said with the upgrade your photos would be kept, but apps would be erased, yet my apps synced over and not my pictures...

    I have EXACTLY the same issue.  I would appreciate the response also.  Was not prepared for this.

  • Why don't some of the photos I took with my iPhone 4S appear on my iPad 3? Both are connected to WiFi and iCloud is activated on both devices.

    Why don't some of the photos I took with my iPhone 4S appear on my iPad 3? Both are connected to WiFi and iCloud is activated on both devices.

    Welcome to the Apple Community.
    Photostream only syncs photos over Wi-Fi, make sure you are connected to Wi-Fi to begin with.
    Photostream only syncs when the camera app is closed, ensure it is closed.
    Photostream only syncs when the battery is above 20%, try recharging the device
    Try disabling photo stream on your device (settings > iCloud), restarting your device and then re-enabling photo stream.
    If this doesn't help you may need to reset photo stream. You can do this at icloud.com by clicking on your name in the top right corner and then the advanced settings in the pop-up dialogue box that appears.
    Note: disabling photostream and re-enabling it will result in any photos that are currently in the photostream album on your device, that are older than 30 days old, not being added back.

  • Satellite M30: Are the SD-R6472 and SD-R6572 drives compatible?

    Hi,
    are the SD-R6472 and SD-R6572 DVD-RW DRIVES compatible with the Toshiba Satellite M30?
    THX

    Hi
    I dont have found any further information about the compatibility of this drives with the Satellite M30.
    But if you want you can visit the Toshiba website:
    http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/generic_content.jsp?service=EU&ID=ONLINE_SHOP
    There you can find options and accessories for many Toshiba units.
    Check it.
    Ps: You can also try to ask the Toshiba service in your country for the details.

  • What are the available software and apps for ipod nano

    what are the available software and apps for ipod nano

    saif78 wrote:
    what are the available software and apps for ipod nano
    Sorry, but Apps are not compatible with the iPod and there is no additional software available for it.
    B-rock

  • What are the output type and Tcodes?+

    What are the output type and Tcodes?

    hi,
    ex-how to config output type.
    You will assign output types using Transaction NACE.
    Do the follow steps to assign output type
    1)Select Application Type V2 which will have description Shipping.
    2)Click on Output types button.
    3)Go to change mode by pressing Ctrl+F4.
    4)Select one output type which already exists
    5)Do Copy As(F6)
    6)Give your output type against Output Type field.
    7)Under General data Tab, Give Program and Form routine and Save the data.
    i think it a work of functional guy but at senior level i think it is not a big deal for abaper.
    Check the following documentation
    In NACE t-codewe have the application for each one. based on the application output type can be defined, based on output type script and print progrma can be defined.
    If suppose data can be read from EDI then we should go for condition records.
    So whenever we execute the script first composer checks the output type and then execute the program. in program whenever opn form FM will be populate then script will open first. After that again program till another FM will populate if it then script will populate........like it is cycle proces. Composer does all these things and at last it will submit that output to spool.
    Go to the Transaction NACE.
    choose the related sub module.. like billing or shipping
    doubel click on Output Types
    Choose the Output Type for which whcih you wanted your script to trigger
    Then select the Output Type and double click on Processing Routine
    Then go to create new entries--> Select the Medium (1- print output), then enter your Script and Print Program detls --> Save and come out
    Now go to the Transaction (for which you have created the output type)... Issue output--> Select the output type --> Print....
    Device Types for SAP Output Devices (Detail Information)
    Definition
    The device type indicates the type of printer to be addressed. When you define an output device, choose the name of the device type that was defined in the SAP System for your printer model, such as Post2 for a PostScript printer. In the case of frontend printing under Microsoft Windows, you can also use the generic (device-independent) device type SWIN.
    The system uses the information in the device type to convert a document from the internal SAP character representation (spool request in OTF or in text format) to a device-specific, print-ready data stream (output request). Since a device type specifies attributes that apply to all devices of a certain model, it can be shared among device definitions. For example, all devices in the SAP spool system that are compatible with Hewlett-Packard LaserJet IIID printers would use the HPLJIIID device type.
    You should not confuse the device type with the printer driver. The device type is the total of all attributes of an output device that the SAP System must know to control the output device correctly, such as control commands for font selection, page size, character set selection, and so on. These attributes also include the printer driver that SAPscript/Smart Forms (the SAP form processor) should use for this printer. The SAPscript printer driver that is to be used for devices of this type for output formatting is therefore only an attribute that the device type specifies.
    How do I choose the correct device type?
    • In most cases, the SAP System already provides the appropriate device type for the printer type for the printer model that you want to use.
    These standard device types are completely defined and need no modification or extension before you use them in device definitions.
    • You can also download missing device types from the sapserv server. For a current list of the supported device types, see SAP Note 8928 in the SAP Service Marketplace.
    • Most printers can be controlled using a generic format, such as PostScript. They can be switched to a mode that is compatible with one of the standard printers for which an SAP device type is available. In this case, a supported model is emulated.
    • Almost all printers are delivered with Microsoft Windows printer drivers. The system can control these printers with the generic (device-independent) device type SWIN. The Microsoft Windows spool system then performs the processing of the print data.
    • If the specified device types are not available, and generic device types cannot be used, you must create your own device type or edit a copy of an existing device type. We recommend that only those with specialist knowledge of the SAP Spool System and printer driver code do this. For more information, see Defining a New Device Type .
    Attributes of a Device Type
    A device type is distinguished by the attributes listed below. If you change an existing device type or create a new device type, you must change at least some of these attributes.
    • Character set: A character set specifies the codes with which characters must be represented in the print-ready output stream (output request). This code replaces the generic SAP characters set that is used internally by the SAP spool system (spool request).
    • Printer driver: You can specify different printer drivers for printing SAPscript documents and ABAP lists.
    • Print controls: Print controls represent printer operations, such as boldface or changing the font size. These print control are replaced by printer-specific commands during the creation of the output request from a spool request.
    • Formats: Formats specify the format supported by the SAP system. The system differentiates between SAPScript formats (DINA4 and LETTER) and ABAP list formats (X_65_132 = 65 rows/132 columns).
    • Page format: A page format is the interface between a format and SAPscript. It specifies the paper dimensions with which SAPScript can calculate the row and column lengths.
    • Actions: Actions are output device-specific commands that are required for the implementation of a format. The action printer initialization, for example, can contain a printer command with which the number of rows on a page is defined. There is a set of actions for every format supported by a device type.
    regards
    siva

  • Calendar for Oulook 2011 for the Mac, Ical and iCloud?

    Has anyone found a way to make the calender for Oulook 2011 for the Mac, Ical and Icloud work together?
    Thnx

    The problem is Microsofts, Dav services are common, even Microsoft support them on Outlook for Windows, but not Outlook for Mac.

  • What are the logical structure and physical structure in oracle

    what are the logical structure and physical structure in oracle and how can allocate a DB block size as default size is 8192?

    From the Concepts Guide
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm
    The physical structures are:
    Datafiles
    Control Files
    Redo Log Files
    Archive Log Files
    Parameter Files
    Alert and Trace Log Files
    Backup Files
    The Logical Structures are:
    Tablespaces
    Oracle Data Blocks
    Extents
    Segments

  • Can't do factory restore & only disks that keep ejecting are the osx install and apps disks

    First of all let me say, this is my first Apple computer and I'm not experienced in forums. Please do not read rudeness into what is actually frustration at searching forever for a solution and trying not to wish I had been talked into an Apple.  With that said....
    I've had my iMac for about a year and a half.  We had lost our internet and were using a hotspot for awhile so we could look for another provider and get online if we needed to.  One day I signed on and, we didn't have an isp mind you, but the browser opened up to the dominant isp in this area saying a virus was detected coming from this iMac address? I thought that was strange and panicked so decided to do what I would on a pc, just restore the whole thing to factory settings.  Everything was going smooth, (my updates were at 10.6.8 at the time)... when I restored I was back at 10.6.2. (osx disk) I was doing systems updates and one apparently hung.... when told to restart, I did... but the computer would never boot back up.  It would turn on.... go to gray screen... then blue screen... then shut off.  I couldn't boot in safe mode, pram reset did nothing, smc reset did nothing, couldn't hold 'd' to get to diagnostics, couldn't boot to recovery... it kept spitting out disks after trying to read them... with all those solutions I found online and nothing helping I had to call Apple... they couldn't help over the phone because Apple Care expired, unless I purchased help... this frustrated me because every where I found my problem and a different solution their Apple Care had expired too.... so had to set an appt at an Apple store.
    So took it in to Apple, just got it back yesterday.  I let them know I was restoring to factory settings so wasn't worried about losing anything.  When I picked it up, I was told no charge... it was a software issue they saw where it hung and fixed it.  I tried to ask questions about the 'software repair' but they didn't seem to want to answer my questions.  It just says 'software repair' on my order. So I asked 'okay, so it's back to factory settings like when I bought it?' I was told yes and I said great that was my goal anyway.  I get home and it's NOT like when I first purchased it or like a factory restore.  Everything I was doing before it crashed is on there. So I'm back to trying to do a factory restore.  But for some reason now, it seems the only disks that keep self ejecting are the osx install and application disks. I still can't do a boot recovery, AHT, or 'c' boot... since the apple disks eject I can't use start up to get to them. 
    I find it odd that both the oxc install disk and applications disk would be damaged at the same time when they both previously worked.  I called the Apple Store where I took it to talk to the geniuses that worked on it because I had a question about the repair they did....
    Apple: I'm sorry we don't offer tech support
    Me: I understand but I had a question about the repair done from there the other day
    Apple: We are just a store and can't answer tech questions
    Me: I understand and get that but since I took my mac to your store to be worked on I thought I could ask the person that worked on it a question about the 'software repair' and meaning and what software was repaired
    Apple: No you will have to set another apt to bring your computer in if you are still having problems
    Me: UGHHHHHH (pulling hair out)
    So (a little late huh?) to make a long story short giving what I stated above:
    Why is it, only the osx install and application disks not working now? They worked before taking it to Apple
    What can I do at this point?
    Can you do a factory restore without disks on a Mac?
    If by chance both disk did for some reason go out, how do I get them replaced?
    If I gave TMI without enough important info let me know.
    My OS X install disk says version 10.6.2 on it
    About this Mac currently says Mac OS X version 10.6.8
    Batteries died on keyboard and mouse so am using usb wired keyboard and mouse
    At some point I had used bootcamp and then later found parallels so I could install a Corel product and keep using... could some windows files be messing something up in there somewhere?
    It used to say Mac OS X Version 10.6.8 and I could have sworn I saw it said 'snow leopard' in there somewhere, now I can't even find that word in search on the computer. Long post I know but trying to set what was going on at the time I took it in.
    I'm not sure what else needs to be added to get this to the correct thread or help.  As I stated my goal is to have it like I just pulled it out of the box for the first time so no solution will scare me off about loss of data. 
    Thanks for any help.

    Wow, sorry to hear of your experience. Seems strange that your disk would just eject like they did. It could be a lot of things but more than likely you just kind of have to start all over.
    What I would do is insert your system disk and instead of going immediately to an install I would go to disk utility and erase the drive. That will erase everything on the disk and give you a new blank disk to start with. After that I would try to reinstall the system. Assuming that goes well then you should be restored to where it was when you purchased it. After that you can reinstall all your applications or personal files. I hope you have good backups.
    I remember one time I was having a similar problem and don't ask my why I did it but I actually could not get it to install a system. I removed both of my ram sticks, shut the computer down for about 10 minutes including unplugging it from the wall plug, then reinstalled the ram, plugged it back in and started up from the system disk and all worked just fine. To this day I have no idea if pulling the ram helped but I have never had to do it since and for some dumb reason that solved the problem I was having, which is the same problem you are having now. Call it voodoo but it worked.
    Good Luck!!
    Message was edited by: Al Van Malsen

  • My iSight is not working on my Macbook Pro. What are the possible problems and solutions?

    My iSight is not working on my Macbook Pro. What are the possible problems and solutions?

    Hello Douglas,
    Thank you for the details of the issue you are experiencing with the built-in iSight camera on your MacBook Pro.  I recommend the following steps for this issue:
    Important: Follow these instructions in order. Test the camera between steps to see if the issue is resolved.
    Built-in iSight cameras
    These steps are for iSight cameras that are built into a computer, such as the iMac G5 (iSight) or later, the MacBook, or MacBook Pro.
    See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications. If it only happens in one application, try reinstalling that application.
    See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    Reset SMC or PMU
    Reset your computer's SMC or PMU, and then check System Profiler again. (SMC reset instructions for iMac G5 (iSight), Intel-based iMacs; PMU reset instructions for MacBook and MacBook Pro.)
    If your built-in iSight camera is still not behaving correctly after trying all these steps, you may need to contact Apple or an Apple-Authorized Service Provider for service.
    You can find the full article here:
    How to Troubleshoot iSight
    http://support.apple.com/kb/ht2090
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have garage band on my I pad and from what I can tell I have done everything right with the latest versions and icloud turned on for the app and phone. I have a cloud in the upper right corner of the song but when I go to my icloud drive on a brows

    I have garage band on my I pad and from what I can tell I have done everything right with the latest updates and icloud enabled on the i pad and app. A cloud is in the upper right corner of the song but when I look on my icloud drive on a internet browser on my PC it is not there. Any reason why?

    Bring your phone into Apple for evaluation

  • What are the different tools and techniques available to track analytics in SharePoint online 2013?

    I want to know What are the different tools and techniques available to track analytics in SharePoint online 2013. Please provide your suggestions/ inputs. Thanks in advance.

    you can Use the Web Analytics Integration app  to
    connect your SharePoint Online public website to third-party web analytics services, such as Webtrends, Google Analytics, Adobe, and so on.
    Google Analytics
    Webtrends for SharePoint
    CARDIOLOG ANALYTICS
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • What are the pro's and con's of the 4s?

    I am not yet an owner of the 4s iphone. So what are the pro's and con's of owning the white 32gb iphone 4s? I have had the white 32 gb iphone 3gs for two years and until I get a job I will not be buying the 4s I so need.

    Samplers do alot of things, what do you need a sampler for?
    Korgs remind me of alot of presets and alot of verb and chorus. I guess if you're posting here you already have EXS and want more sounds or more functionality and if the korg thing is true you lean more to sampling/synthesis than instrument recreation (as in you probably aren't going for VSL if the korg caught your ear). Independence looks really cool, it's quite new. Kontakt is demanding and very flexible, both include huge libraries and I know kontakt has tons of great filters, FX, modulation. It also needs a pretty strong update-which is being dealt with after a year or so.

  • The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    Hi there. I'm having the same problem: my iPad won't import some photos from a folder, saying that they can't be read. They are all JPEGS and some photos taken at the same time have synched fine, but out of a folder with 200 photos, it only lets me synch 37. I'm synching albums created via Photoshop Elements 6, which has worked fine until now.
    I've tried deleting all photos and re-synching, and have also deleted the iPod Photo Cache, but it hasn't made a difference.
    The iPad auto-updated to the latest version of iTunes, so maybe that's what's causing it?
    Any advice gratefully received!

  • What are the physical topology and logical topology in sharepoint

    Hi
    what are the physical topology  and logical topology in sharepoint
    how to define  the physical topology  and logical topology in
    sharepoint
    adil

    Here are the example topologies for SharePoint:
    Traditional - 
    http://www.microsoft.com/en-us/download/details.aspx?id=30377
    Streamlined - 
    http://www.microsoft.com/en-us/download/details.aspx?id=37000
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Maybe you are looking for