Notes deleted as I was looking at them!

can someone help me please, some of my notes got deleted infront of my eyes. I just opened the notes and a section just swiped off.
how can I get them back, I had only upgraded and this happened, I wish I didn't.

You'll have to restore your device, after that your storage should be back to normal again.
iOS: Back up and restore your iOS device with iCloud or iTunes
How to back up your data and set up as a new device

Similar Messages

  • Purchased albums, some songs did not download, although i was billed for them.

    I recently purchased 2 albums on iTunes, although I was billed for them, 3 songs did not download, they are not in the 'to be downloaded' screen either.  At first they did show up in my Purchase file, however, there was a large black dot by them and they were grayed out.  Is there anyway to restore them or do I have to call support? I tried reporting it, but it wouldn't do anything.

    Hi MMRV,
    Thanks for using Apple Support Communities.  You can redownload previous purchases by following this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Cheers,
    - Ari

  • Every time I sync my Iphone 5s my notes delete. How do I get them back ? Help!

    This has happened multipul times and I am getting very mad because I am lossing things that I need

    If you have photos in the Camera Roll, it will happen. I'm not sure about settings on a Mac, but I know in Windows you can turn it off. I wouldn't want to, since it is a great reminder to import photos to the computer for safe keeping. You wouldn't want to lose them if something happened to the device, right?

  • Lines in applets again....    not quite what i was looking for.

    ok. when i say i want it to free draw i mean not just printing lines to the screen, know how to do that. i want to use the mouse to be able to draw a line by pressing and releasing it within the applet window. ie.the pencil tool in microsoft paint.
    any ideas? heres the code i've got so far. kinda stuck now though.
    // import stuff
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    //main class creation
    public class PaintProg extends Applet implements MouseListener, MouseMotionListener,ActionListener {
    Button scribble = new Button ( "Scribble" );
    Button clear = new Button( "Clear Image" );
    Choice shape_choice;
    private int xLeft=10, yTop= 50, size=100;
    private int x=0, y=0;
    private int oldX = 0;
    private int oldY = 0;
    // button and menu creation
    public void init()
    setBackground(Color.white);
    add( scribble );
    add(clear);
    shape_choice = new Choice();
    shape_choice.addItem("Shape");
    shape_choice.addItem("Square");
    shape_choice.addItem("Circle");
    shape_choice.addItem("Line");
    add(shape_choice);
    scribble.addActionListener(this);
    clear.addActionListener(this);
    public void paint (Graphics g) {
    public void mouseClicked (MouseEvent event){
    x=event.getX();
    y=event.getY();
    if (x>=xLeft && x<=xLeft+size && y>=yTop &&
    y<=yTop+size){
    repaint();
    public void mouseDragged(MouseEvent event) {
    int x,y;
    Graphics g = getGraphics();
    x = event.getX();
    y = event.getY();
    g.drawLine(oldX, oldY, x, y);
    oldX = x;
    oldY = y;
    public void actionPerformed(ActionEvent evt) {
    if (evt.getSource() == scribble)
    { //code to carry out actions for scribble
    System.out.println("scribble");}
    else if (evt.getSource() == clear)
    { //code to carry out actions for clear
    System.out.println("wibble");}
    else if (evt.getSource() == "Square")
    { //code to carry out actions for square
    System.out.println("dribble");}
    else if (evt.getSource() == "Circle")
    { //code to carry out actions for circle
    else if (evt.getSource() == "Line")
    { //code to carry out actions for line
    System.out.println("pibble");}
    public void mouseReleased (MouseEvent event) {}
    public void mousePressed (MouseEvent event) {}
    public void mouseEntered (MouseEvent event) {}
    public void mouseExited (MouseEvent event) {}
    public void mouseMoved (MouseEvent event) {}

    It's not anapplet but it will help:
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.*;
    public class PaintProg extends JFrame
         mySky sky = new mySky();
    public PaintProg() 
         setBounds(3,10,660,370);
         addWindowListener(new WindowAdapter()
         {     public void windowClosing(WindowEvent ev)
              {     dispose();
                   System.exit(0);
           setContentPane(sky);
         setVisible(true);
    public class mySky extends JPanel implements  MouseMotionListener
         Vector points = new Vector();
         boolean stam  = true;
    public mySky()
         setCursor(new Cursor(Cursor.CROSSHAIR_CURSOR));
         addMouseMotionListener(this);
         setBackground(Color.black);     
    public void paintComponent(Graphics g)
         super.paintComponent(g);
         g.setColor(Color.white);
         Graphics2D g2 = (Graphics2D)g;
    //     g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);          
         if (points.size() > 0)
              Point p0 = new Point();
              for (int i=0; i < points.size(); i++)
                   Point p1 = (Point)points.get(i);
                   if (p1.x == -1)
                        p0.setLocation((Point)points.get(i+1));
                   else
                        g2.drawLine(p0.x,p0.y,p1.x,p1.y);
                        p0.setLocation(p1);
    public void mouseDragged(MouseEvent m)
         if (stam) points.add(new Point(-1,-1));
         stam = false;
         points.add(m.getPoint());
         repaint();
    public void mouseMoved(MouseEvent m)
         stam = true;
    public static void main (String[] args) 
         new PaintProg();
    }      Noah

  • I have accidently deleted the IPHoto App. I was looking for photos that were accidientrly deleted. my photos had disappeared

    I have lost my photos and was looking for them on my laptop. I'm not sure what happened... but now I do not have my IPhoto application either. I looked in trash but have not found it. Now I have two problems: no app and no photos too.

    You can reinstall the app.
    If your iPhoto library still exists in ~/Pictures then you have not lost anything. Just reinstall the iPhoto. If you don't have a disc it should be available in the iTunes store (Click Purchased in the Quick Links section on the right)
    You can also do a Spotlight search for iPhoto just to make sure you didn't move it accidentally.

  • I was saving the pictures on my phone onto my computer and then deleting them after they "saved", but after they were all deleted my computer decided not to save them. I went onto the Icloud website to look at them but cant. Help?

    I was saving the pictures on my phone onto my computer and then deleting them after they "saved", but after they were all deleted my computer decided not to save them. I went onto the Icloud website to look at them but cant. Help?

    There is nothing to help with.  There is no way to view the pictures in PhotoStream from the iCloud website.

  • HT1386 I have double and triples of photo's on my iPad. Not all my pics but most of them. I was told that I screwed up in synching with iTunes when I initally set up. How in the **** do I get rid of all the dups? I cannot delete them from my iPad. HELP ME

    I have double and triples of photo's on my iPad. Not all my pics but most of them. I was told that I screwed up in synching with iTunes when I initally set up. How in the **** do I get rid of all the dups? I cannot delete them from my iPad. HELP ME!

    If the shows are in fact still on the pad, they will be found in the videos app, not the music or I tunes app.  Look there and see if they are still there.
    If you don't see them there, go to the searchlight screen ( farthest left home page) and type in the name of one of the shows.  If it is on the pad, hiding somewhere, this will find it.
    If they are not there, they should not be using up space.
    To get them back onto your pad, plug in and sync again.  Make sure you transfer purchases first.   Before you sync, take a look at the video tab in your I tunes, and check what you want and don't want synced.

  • HT201812 In the past it was possible to delete songs/tones from iTunes but this no longer seems to be the case.  Is it possible to delete songs or tones if they are not duplicated - I just no longer want them in my library?

    In the past it was possible to delete songs/tones from iTunes but this no longer seems to be the case.  Is it possible to delete songs or tones if they are not duplicated - I just no longer want them in my library?

    Howdy SJHocking,
    It sounds like you want to know how to dele songs and ringtones from iTunes. Take a look at the article linked below, it’ll walk you through the process of deleting content from iTunes.
    Delete songs, playlists, or other items - iTunes Help
    If you have iTunes Match enabled, take a look at this article which will walk you through the process of deleting songs from iCloud.
    iTunes Store: How to delete songs from iCloud - Apple Support
    Cheers,
    -Jason

  • I was typing in notes on my IPad. I hit what I thought was the period and looked up and my entire page of notes were gone. Can I retrieve them?

    I was typing in notes on my IPad. I hit what I thought was the period and looked up and my entire page of notes were gone. Can I retrieve them?

    Unless you had somehow backed up the iPad just before you deleted the notes - unfortunately there is no way to get the notes back. There is no undo feature or trash from which you can retrieve.
    Are you sure that you deleted the note? You would have seen a large red Delete Note bar that you would have had to tap in order to delete the note. Have you checked the other accounts - tap accounts in the upper left corner of the app and check.

  • HT201272 To whom it may concern, This morning I purchased an album, on listening to it three of the tracks are not playing correctly. I read on an apple discussion board that I should delete them and re-download them. This did not work as I was asked to p

    To whom it may concern, This morning I purchased an album, on listening to it three of the tracks are not playing correctly. I read on an apple discussion board that I should delete them and re-download them. This did not work as I was asked to pay for them, and one of the tracks was an album only track.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • My notes were coming in double so I deleted on and then they all deleted and I can't find them in trash or anywhere and there was a lot of important information on them.  Any idea where they might be -----very very frustrated

    my notes were coming in double so I deleted on and then they all deleted and I can't find them in trash or anywhere and there was a lot of important information on them.  Any idea where they might be -----very very frustrated

    Welcome to the Apple Community.
    Use your Time Machine (or other) back up to return to the point before you deleted them.

  • Hi.  I down load all of my pictures to iPhoto.  I was removing some even folders to make room, but DID NOT delete any of the ones I needed (and there are a lot of photos as I am a photographer just starting out).  All of my photos are gone.  ALL of them.

         Can anyone help me.  All of my photos from iPhoto are gone.  There are three weddings that I photographed and may other sessions (I am a brand new photographer and this is going to kill my business).  I am so sick to my stomach.  I was deleting some even files due to the fact that the start up disk was almost full but DID NOT delete everything.  I finished what I was doing and then went to dinner.  I came home to do more editing and EVERYTHING is gone.  EVERYTHING, but the iphoto program was still there.  Is there any chance that these pictures could still be somewhere on the hard drive?
    Thank you,
    Kari

    Did you use the finder to delete any photos that are in iPhoto?
    If so you have trashed your library - you choices are to put it back EXACTLY like it was, restore your backup or start over (right click on the iPhoto library and show package contents, drag the masters folder to the desktop, create a new library and start importing
    NEVER make any changes of any sort to the structure or content of the iPhoto library - ONLY use iPhoto to manage yoru photos
    LN

  • I can not delete my history and adding new bookmarks. Upgrading to later Firefox versions and/or re-installing didn't help. The address bar still shows the web addresses of old and whenever I make new bookmarks, it's always gone as if it was never made.

    I can not delete my history and adding new bookmarks.
    Upgrading to later Firefox versions and/or re-installing didn't rectify it either.
    The address bar still shows the web addresses of old and whenever I make new bookmarks, it's always gone as if it was never made.
    Also, I have noticed that every once in awhile you can not close tabs you've opened, either by pushing on the X button and/or clicking on the mouse to close it. Although closing the window and opening it again (without closing the Firefox application) seemed to rectify the problem in the short term, it's becoming quite annoying.
    == This happened ==
    Every time Firefox opened
    == the Firefox is being used

    I think I have a solution.
    First, download the add-on SQManager. This should be included with FireFox, it is really good.
    Look for the file '''moz_hosts''' in the folder '''places.sqlite'''.
    Don't delete the file, just delete the information in the file. My file has over 3600 websites, which go back years!! I did not know they were there, but I was frustrated about not being able to get rid of them. They popped up every time I used the address bar. Clearing my history would not get rid of them.
    This is where they are stored!! I found that by deleting the pesky web site from '''moz_hosts''', it does not appear in my address bar anymore!!!
    I think that if I just delete all the websites in moz_hosts....
    Wa-la...History Gone!!!
    As long as you don't delete the file, just empty it, FireFox won't know the difference. It will just keep adding websites to it until you empty it again.
    Why running "clear recent history" doesn't do this, I don't know. You are doing manually what "clear recent history" is not doing.
    Please tell me if you see any flaw in this.
    ''I think it's the solution we've all been looking for!''

  • My itunes files were deleted. I was able to use an old back up file to restore some but new downloaded purchases from iTunes for the past 5 months weren't in the back up. How do I get those back since I've paid for them one before and use the same account

    My itunes files were deleted. I was able to use an old back up file to restore some but new downloaded purchases from iTunes for the past 5 months weren't in the back up. How do I get those back since I've paid for them one before? Can you redownload? If so, how?? Please help as I'm missing over 500 previously paid for and downloaded iTunes song purchases.

    This was EXACTLY what I needed about the purchases I made from my device. However, is there a way to re-download other ones you've made from a computer? Because I realized some of them were not just purchased from my device.
    This is a picture of what it looks like now:
    http://tinypic.com/r/107quxu/7
    As you can see, the stuff circled in red doesn't give me an option to download from Cloud Beta because it already says "downloaded".
    any way to get around that?

  • I am trying to clear files from my computer. I have a bunch of .m4v protected files that will not delete. They are lectures from college that I do not need anymore and would like to delete them to make room on my computer.

    I am trying to clear files from my computer. I have a bunch of .m4v protected files that will not delete. They are lectures from college that I do not need anymore and would like to delete them to make room on my computer. I have looked at the help sites and they seem to give directions to change files that people are saving in the future and not regarding past files. I am unable to change anything about the file including the name, so I can not change these past files from .m4v to something else which is deletable such as .mp4 etc. Any help would be much appreciated!!!!

    Well, most of what we can tell you is already stated in the message you are getting.  A phone can only sync with one library at a time.  You have apparently synced your phone with a different iTunes library in the past, or changes have been made to this library so the phone no longer recognizes it as the library with which it was synced.  To know which you will have to provide the information.
    If you bought them using the AppleID you use with this phone it may simply be easier to re-download them directly to the phone rather than sync them, though you will want to resolve that issue at some point.
    Downloading (using iOS or computer) past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519

Maybe you are looking for

  • Performance issue with two unbanalnced hierarchies in a single report

    Hi All We are facing the performance issue with one of the report which houses two unbalanced hierarchies (having 18 levels) - skipped & ragged. Basically its a part of OBIAPPS financila analytics . The query is below : Could anyone let me know how t

  • Publishing to mp4 almost doubles the file size

    I have been trying to find someone in the forum with a similar problem but with no success. I hope someone can help me. I have a Captivate 7 file that is 59 MB. The resulting mp4 file after publishing is 107 MB. When I publish the same file to swf it

  • All email and texts gone

    Hello, I have lost all of my email and texts from my Z10. Furthermore I have lost all my email (Gmail) from 15 November until today period; when I sign into Gmail on my desktop it is gone as well, nothing in the Trash bin even. I have not updated the

  • Idoc - Idoc Scenario - Call User-Exit

    Hi, I have an Idoc - Idoc scenario and after receiving the Idoc in the receiver system, I have to call an user-exit, what is the best way to do this? Or is it possible to do this? -naveen.

  • Jobs pointing to old client after client copy

    Hello We have recently completed system refresh from PROD system to TEST system. We have created new client in the new TEST system. Background jobs are copied properly from old client to new client. We have deleted old client. But all these jobs are