How to delete items in usage settings

I am needing to delete programs to be able to update the new software. It tells me I need more storage. It says to delete in items in usage settings???

Thumper918 wrote:
It says to delete in items in usage settings???
That translates to Settings/General/Usage/Manage Storage. This will bring up a list of all apps that you have installed on the device. Tapping on one in the list will allow you to delete it directly from this list.
Or do as KiltedTim suggested and update the iPad through iTunes using the PC that your device is synced with. You likely will not have to delete anything.

Similar Messages

  • HT204390 Please let me know whether I can make more storage available by deleting items in usage settings

    My attempt to upgrade to iOS 8.0 resulted in massage as it requires 4.7 GB Space I am required to make more storage available by deleting items in usage settings I have valuable photos of 6.9 GB. Suggest me if  I delete the photos how do I get them back. Is there any possibility of increasing the storage of my iPAD mini Sl. No. F4*******193. (Mode MD528LL/A).
    <Re-Titled By Host>

    Back your photos up somewhere. E-mail them somewhere, upload them to dropbox, back them up somewhere. If you delete them they're gone. Also iOS8 drastically alters how photostream and the such works, so read up and back up your photos or you may lose them.
    If you're short on space on  your ipad, try doing the upgrade via iTunes and your computer. Then your computer supplies that expansion room and you wont' need to delete stuff off the iPad.

  • How to delete items in transport request

    How to delete items in transport request.  I have quite a lot data to be deleted.
    I click on TR5001. Then click to drill down to Table contents
       C001 
                Data A1
                Data A2
                Data B1
                Data B2
    Placed my cursor on Data A1 and tried deleting Data A1 by clicking on the item and right click then select delete but not able to delete with message "Message no. TK705, A request, task or object could not be deleted because the cursor was not positioned correctly".  . 
    Any clue to the error and any recommded solution?
    I just need to transport Data A2, Data B1 & Data B2. 
    Regards
    PSK

    Hi There,
    I dont have access to SAP as of now, Can you please reffer to these links and give feedback,
    [cursor Page|http://books.google.co.in/books?id=ASekwAiAXdMC&pg=PA250&lpg=PA250&dq=Positionthecursoronarequest,task,orobjectSAPtransport&source=bl&ots=BS7c1uNH0z&sig=dQZNp7UuXvqyHT9-otTbip8iF8U&hl=en&ei=_NBESr7CDsmGkAXX8MmsDw&sa=X&oi=book_result&ct=result&resnum=1]
    [SAP help|http://help.sap.com/saphelp_sm32/helpdata/EN/b6/b40613a44411d1846d0000e8a57770/content.htm]
    Thanks,
    Raja

  • How to delete items in download queue on server side?

    how to delete items in download queue on server side?

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple. If you've tried deleting them and they keep re-appearing in your downloads then you will need to try contacting iTunes Support to get them removed : http://www.apple.com/support/itunes/contact/

  • How to delete diagnostic and usage from mac pro

    how to delete diagnosiic and usage data from mac pro

    sadastha wrote:
    how to delete diagnosiic and usage data from mac pro
    Can you pinpoint what 'diagnostic and usage data' you are referring to?  More details would be helpful including the model MBP you are using and the OSX.
    Ciao.

  • How to delete diagnostics and usage data?

    I am using ipad1 and ipad2. How to delete diagnostics and usage data?
    Regards,
    Ms Ong

    You would have to restore the iPad and set it up as new. The data would eventually come back as you use the iPad so you may as well not worry about it. It uses very little space on the iPad.

  • What are the ramifications of removing items from Usage Settings?

    When attempting to download and install the latest upgrade to my iPad, I received a message that I needed at least 3.8 GB to install the upgrade.  Then it recommended removing items in the Usage Settings.
    I'm primarily concerned the process could disrupt my large music library.
    If I backup my iPad, remove the music from the iPad Usage Settings, and install the upgrade, can I then restore the music?

    " ... restore the music" -- to your iPad?
    The upgrade requires more space than the older software you have.  You should plan to keep less data on your iPad than you had before the upgrade.

  • IOS 8 update states I need to delete apps under usage settings.  True?

    ios 8 update states I need to delete apps under usage.  I want to keep these apps.  Feedback?

    This might be true if you are running out of usable space on your device and you want to install a new app. Sometimes installing a new app can take up to 3x as much available space as the actual size of the app. In that case you'll have to free some space by deleting apps or app data.

  • How to delete my own energy settings???

    Can anybody tell me is it possible to delete my own energy settings????

    In System Preferences > Energy Saver, set the Optimization pop-up menu to Normal (or one of the other non-Custom settings). That way you can see what the system default settings are.
    Hope this helps...

  • How to Delete Item from Front Row?

    Someone sent me a short imovie project and it was automatically downloaded to my "Download" folder. When I opened Front Row, the project name it's right under "Movies" along with "iTunes Top Movies", "Theatrical Trailers" and "Movie Folder".
    I then moved the project file from "Download" to another folder created under my "Movie" folder. When I went to Front Row again, the original project was still under the list in Movies, now it's also in "Movies Folder". So basically it's showing up twice in Front Row in different places.
    I see that once I play the movie from my Movies folder directly from the folder, it's automatically set to Music/iTunes/iTunes Media/Movies. So it's showing up in Front Row via iTunes, and it's also showing in Front Row via my Movies Folder.
    I just want to organize Front Row so that I don't have a long list of projects immediately under "Movies" in Front Row. I want these projects to neatly go in one personal movie folder only.
    Is there a way to reorganize the items list in Front Row?
    How do I delete the item that's originally placed under "Movies" in Front Row?

    Assets are organized in various apps - primarily iTunes for most of us.
    That said, you may benefit from this series:
    http://www.macnewsworld.com/story/59317.html

  • How to delete items selected in a JList?

    Ahoy,
    I hava made a Multiple selection list (two list: one for
    the items that might be selected and another one
    for the selected items). How can I delete the (faultly) selected items in the second list?
    Thanx,
    // create function button
    copy = new JButton( ">>" );
    delete = new JButton ( "<<");
    copy.addActionListener(
    new ActionListener() {
    public void actionPerformed( ActionEvent e )
    // place selected values in functionList
    copyList.setListData(
    functionList.getSelectedValues() );     
    delete.addActionListener(
    new ActionListener() {
    public void actionPerformed( ActionEvent e )
    // delete selected items from copyList
    );

    You must get the selected item and remove from the model...
    delete.addActionListener(new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    int si = list.getSelectedIndex(); //get the index of the item selected
    if (si > -1) {   //to validate that be selected
    listModel.removeElementAt(si);  //remove from the listmodel
    modifyTextField.setText("");  
    });in this url you can see a complete sample..
    http://www.esus.com/javaindex/j2se/jdk1.2/javaxswing/atomiccontrols/jlist/addtojlist.html

  • How to delete items in download queue

    I've got a number of TV shows in my download queue that I decided against purchasing.  They have never been downloaded.  I delete them manually from the queue, but they keep reappearing.  How can I delete these items permanently?

    Sorry, but I find it very annoying that you can't cancel  something you downloaded when you got it for free (for example, the free songs, books, and apps that Starbucks offers). I  don't mind downloading the songs because they are short, but  when I  download a free TV show and then it tells me it's going to take 4 hours to download because it's 1.4 gigabytes, I want to be able to cancel the download permanently. As it stands now, it keeps coming back on the queue. There should be an option to cancel the download permanently.  I have called Apple  once already to discontinue a long download and they helped, but I don't think  Apple customers  should be required to call them to cancel a download, nor should we be required to wait 4 hours for a download to complete before deleting it.

  • How to delete items in cloud

    How do I delete old videos etc in cloud?

    your self-recorded iOS videos are not accesible . Neiter to delete them nor to watch them..  they are just part of the full iOS backup at once. To delete your backup ( which is a bad idea ) , open Lions icloud preference in Systemsettings, click on the space indicator "manage". From there you can delete cloud data.
    If you thought of purchased itunes videos : they are in your purchased items list and do not take up your space. Apple holds them for you.

  • How to delete e-mail usage from ipad when there are no e-mails

    i am trying to get more storage space and i have deleted all my e-mails but the usage still says i have 4.4 GB
    used how do i get the device to recognize that there are no e-mails

    Nokia email client is not supported for my device (7610).
    Also, it seems, there is no way to delete the headers selectively. Normally, when you want to handle the emails through your mobile device, you want to keep only important ones and delete the rest. So, possibly, Nokia can consider this for the future updates of the software, where user can delete the headers selectively to keep the inbox uncluttered and only as per the requirement.

  • Home folder on Skype - how to delete items

    My home folder on skype shows a lot of titles of tunes with dancing music notes - when I click on them My profile page pops up. How do I get rid of thes items ??

    If you switched always show bookmarks bar to off, you should not be seeing any bookmarks in the bookmarks bar. If you want to keep the bookmarks bar, but remove some of the bookmarks in it .....
    Tap the bookmarks icon and then tap Bookmarks bar. Tap Edit in the upper right corner of that window, tap the red line in a circle icon to the left of the bookmark, then tap Delete when it pops up. Or just swipe across the bookmark and the delete button pops up,
    Tap done when you are finished.

Maybe you are looking for