Why does iCloud not have my tones?

I don't understand why iCloud does not have my tones?
I have just lost them and I thought to myself its ok I will just retrieve them from iCloud to find it doesn't have them...
Yet iTunes store recognises that I have previously purchased said tones but would charge me again to download them!
Is this some lame attempt at getting more money out of customers or am I missing something???
Thanks in advance
From James

http://support.apple.com/kb/HT4486
When you enable My Photo Stream on your devices, all new photos you take or import to those devices will be automatically added to your photo stream.
On an iOS device, new photos you take will be automatically uploaded to your photo stream when you leave the Camera app and are connected to Wi-Fi. Note: My Photo Stream does not push photos over cellular connections.
On your Mac, any new photos you import to iPhoto or Aperture will begin uploading automatically when you have a Wi-Fi or Ethernet connection. Or, you can change your iPhoto or Aperture preferences so that only photos you manually add to My Photo Stream are uploaded.
On a PC with iCloud Control Panel 2.0 or later, open a Windows Explorer window. Select Photo Stream under Favorites. Open My Photo Stream. Click the "Add photos" button. Select photos to import to My Photo Stream, and then click Open.

Similar Messages

  • Why does lion not have front row

    why does lion not have front row
    and what can i do to get it i loved the ease of use

    Front Row is not included or supported in Lion.
    Read here, but proceed at your own risk

  • Want new tab to open to home page and why does firefox not have a simple check box in the options because I can't keep going through a long procedure each time

    I want new tab to open to home page and why does firefox not have a simple check box in the options because I can't keep going through the long tedious procedure each time I install firefox. It is something that should be in the options tab , and I want to know why it isn't. I am totally frustrated with firefox and getting ready to switch.

    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • Why does Verizon not provide 3G coverage in Western Maryland (Garrett County) and why does it not have an agreement with US Cellular for such coverage?

    Why does Verizon not provide 3G coverage in Western Maryland (Garrett County) and why does it not have an agreement with US Cellular for such coverage?

        Thanks for the zip code pfekete. I looked into the coverage in your area and I do see you are in an extended 1X data coverage which explains why you're not connecting to 3G. What phone do you have? We may be able to advise you on how to adjust the settings so it picks up the strongest signal. I apologize for the inconvenience.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • Why does color not have a 1440x1080 Resolution preset?

    1. Why does color not have a 1440x1080 Resolution preset? Im using ProRes HQ in FCP and clips at 1440x1080. But when they come out of Color they are 1920x1080? I notice from color there is no 1440x1080 Res preset so strange?
    2. In addition ive also noticed that I dont have the choice of 'Original Codec' in the render codec settings. Only ProRes, ProRes HQ, Uncompressed 8bit and 10bit. SO i use the higher quality 10bit.
    Message was edited by: StingRay67

    Ok, I class myself as a patient person and not one to fly off the handle. However, Color is testing me to the limits. I cannot work out for the life of me how this application is trying to handle my footage.
    I sending 1440x1080 thats been encoded 1440x1080 50i. This footage is ending up in the Color pref settings or as 1920x1080!! Secondly when I send this back to FCP obviously my Sequence will have changed to match 1920x1080.. thus up scaling the whole project! Then if that weren't enough, taking a look at the data-rates in the clip settings of the Color Sequence they read in excess of 131.5 mb/s My HDD give up immediately! (Is one supposed to render the timeline first once this footage is back from color? - i dont just mean because of the transitions etc)
    Now.. to yet further confuse the issue I then do a Render ALL in FCP and the Color Sequence plays back fine though still with the wrong Resolution of 1920x1080?
    to be frank, i just dont know where to start with this.. it seems 1 step forward 3 steps back each time. I can appreciate Im new to this but I thought I knew enough not to encounter such petty problems as just setting Color up for import/export. Im going to say it... Is this a Color problem or what? I dont think there are many of you using PAL with HDV into ProRes HQ or ProRes so I guess its going to have to be a £200 call to Apple? .. Which I probably wont do..
    Here's hoping.

  • Why does icloud notes go from pc to ios but not from ios to pc?

    Why does icloud notes go from pc to ios but not from ios to pc?

    Yes, and the music trasferred, I can see it in the folder, but it's not displayed in iTunes.

  • Why does iCloud not sync mail rules?

    This seems like a no brainer. When I view my email on my Iphone, I see all my Spam, which would already be dispatched to the Junk box on my desktop, had I looked there first. Why does iCloud not sync my Mail rules, and is there a solution for this?

    It is not Mac to Mac.
    Why not look up iCloud support, it was never offered as anything outside iOS 5 supported devices.
    Maybe if you would stop reading into things what isn't there.
    https://discussions.apple.com/community/icloud?view=overview
    http://www.apple.com/support/icloud

  • Why does pdf not have correct font?  Can this be changed to match what is on our Word Document?

    The pdf does not have the same font as my document.  We use Claredon Condensed Bold Italic and it changes it on the pdf?
    Also, is there an easy way to just pick a certain pages to pdf?

    Hi pkevdon,
    How well a file converts depends largely on the quality of the original file.
    Does it occur with all files or with specific one?
    Would you send your PDF document to [email protected] as an email attachment? 
    I will check it from my end.Please add the link to this forum post for reference.
    Regards,
    Florence

  • Why does iCloud Notes randomly get disabled?

    Running a Mac Mini with OS X 10.8.2, and periodically, I'll notice that Notes app is not properly syncing. When I check in System Preferences > iCloud > Notes will be unchecked, while all other iCloud apps/services are properly checked.
    This has probably happened 3-4 times in the past couple months, and I've yet to figure out any rhyme or reason. Anyone have any ideas?

    I have done further testing and found that new notes created on either my iPad or iMac are included in Icloud's note folder and are automatically sent to the other device. After I deleted the two notes that did appear originally in iCloud, none of the other old notes on my iPad are transferred there even when I make amendments to them

  • Why does Java not have a RealNumber class?

    This is a question that continues to bug me.
    There is Number. Double, Float, Int ... all extends Number and then
    implement Comparable independently.
    I know plenty of Math geeks troll this group. I know why Number is not
    Comparable, but number has methods like: "doubleValue()"
    What I would love is something like:
    public abstract class RealNumber<T> extends Number implements
    Comparable<T> {
    public class Double extends RealNumber<Double> {
    // impement comparable <double>
    public class Integer extends RealNumber<Integer> {
    // impement comparable <Integer>
    That way I could do ... Set<RealNumber> someSet = new
    TreeSet<RealNumber>();
    I don't care which type they are, as long as they are all the same and
    I can't do <Number> because they aren't comparable.
    And, I already know I can do:
    Set<Number> someSet = new TreeSet<Number>(new Comparator<Number>() {
    int compare(Number a, Number b) {return a.doublValue() -
    b.doubleValue());}
    But this has the inherent flaw of precision issues between Integer
    and, say Double that this would mask.
    I am tempted to actually implement this exact solution for my problem
    space through delegation but I am hesitant that there might be some
    hidden number theory problem with this approach.
    I will have to work with numbers and perform basic mathematical steps on
    them but I won't know which types until runtime. What I am working on
    will not know if it will be Integer Double, etc. So, unless I want to
    make methods for all those types (and then types I don't know about --
    like subclasses of BigDecimal) I would like to just have (in a perfect
    world) a method like
    NUM_T extends RealNumber
    public void doJob(NUM_T a, NUM_T b) {
    a / b;
    I want to polymorphically encapsulate mathematical operations without
    having to overload the same method for everytype. I understand that
    isn't possible now, and so, that is what I am asking.
    If I had a class called "RealNumber" that I could count on for these
    basic ops, I would be set. I am looking for education though, not lecture.
    Thoughts?
    Christian Bongiorno
    http://christian.bongiorno.org

    Number doesn't implement Comparable, but maybe something like this could help you:
    public static <T extends Number & Comparable<? super T>> void doJob( List<T> numbers ) {
    }But I'm afraid I don't quite understand your problem. The type declaration above may answer your question about Comparable and Number, but from looking at this code snippet
    public void doJob(NUM_T a, NUM_T b)  {
      a / b;
    }I assume you're looking for a way to invoke a mathematical operator on two numbers of the same type. This is not possible because there is no interface that declares methods for these operators - there is Comparable which declares compareTo(), but not Dividable which declares divideBy().

  • Why does iCloud not sync to Mac's

    After all the hype about icloud and its ability to sync all your apple proucts.  I just recently found that my ipad does not sync to my macbook pro automatically, why not.  This really upsets me.  Is there a fix on the horizon?  DW

    It is not Mac to Mac.
    Why not look up iCloud support, it was never offered as anything outside iOS 5 supported devices.
    Maybe if you would stop reading into things what isn't there.
    https://discussions.apple.com/community/icloud?view=overview
    http://www.apple.com/support/icloud

  • Why does iCloud not like Ed Sheeran and why is iTunes a liar?

    So like everyone on here I'm sure, you've downloaded iOS 7. I had some difficulty but have it on my phone now and even through my cracked screen it's beautiful. BUT
    Before I updated my iPhone, i installed the latest version of iTunes on my Macbook Pro. My first problem is after both devices were updated, my iTunes is saying it cannot connect to my iPhone because it doesn't have the latest version. I've quit and restarted iTunes and have restarted my macbook a couple of times but I keep getting that error message.
    So that's my first problem.
    The other problem is friggin iCloud on my iPhone! Most of my purchased music downloaded on there no problem. I didn't mind when it came to most of my music because i haven't listened to most of it. But it won't download Ed Sheeran's album which I listen to quite often lately. Soooo this is most definitely a problem.
    I really hope someone can help me on here because I am NOT paying $19 for tech support. Thanks!!!

    It is not Mac to Mac.
    Why not look up iCloud support, it was never offered as anything outside iOS 5 supported devices.
    Maybe if you would stop reading into things what isn't there.
    https://discussions.apple.com/community/icloud?view=overview
    http://www.apple.com/support/icloud

  • Why does Apple not have adobe ? Is there anything comparable?

    What can I use instead of Adobe as I have been told Apple does not support the use of Adobe. I have a game that requires adobe flash. I also want to get a MAC but I don't want to not be able to print things that need Adobe PDF .

    You can read why its not available here.
    http://www.apple.com/hotnews/thoughts-on-flash/
    There is an app in the App Store called "Skyfire Web Browser". It lets you view a lot (not all) flash websites and videos.
    http://itunes.apple.com/us/app/skyfire-web-browser/id384941497?mt=8#

  • Why does Lightroom not have custom keyboard shortcuts?

    Lightroom is a workflow app. It's not just about raw conversion, which could be done in ACR, but about speeding up the whole process of selecting, editing and cataloging photos. 
    It seems to me that out of all Adobe apps, Lightroom is the one which should have customisable keyboard shortcuts.
    I've been using lightroom since shortly after it came put and I've been using the open-source plug-in keyboard customizer Paddy for several years which works okay at the moment. Each lightroom release breaks Paddy in some way and it's not as smooth as it could be if it was built in. Even so, I estimate I'm 2-10 time faster editing many photos with paddy than I would be without.
    I know that even adobe's resources are limited, but adding keyboard shortcuts should be easy, certainly compared to re-verse engineering RAW file formats or fixing complex lens distortions!
    At this point it seems clear that Adobe are choosing not to let us customise keyboard shortcuts. I'm not trying to change their mind, but I really want to know w
    It perplexes me, why don't Adobe add what seems liek a simple feature which could speed up Lightroom use by an order of magnitude???

    On Victoria Bampton's website she has a downloadable PDF file named "Adobe Lightroom 5 Windows Keyboard Shortcuts." (Windows, not sure about Mac). Its about 12 pages long. I assume that this is what you are looking for. www.lightroomqueen.com.

  • Why does iCloud notes not show all my iPad notes?

    I have 7 notes on my iPad (3rd Gen) Notes folder, but only the 2 oldest show up on my iCloud account and, subsequently, on my iMac now that I have Mountain Lion installed.

    I have done further testing and found that new notes created on either my iPad or iMac are included in Icloud's note folder and are automatically sent to the other device. After I deleted the two notes that did appear originally in iCloud, none of the other old notes on my iPad are transferred there even when I make amendments to them

Maybe you are looking for