How do i get rid of cover flow in music on my 4s

how do you get rid of cover flow off on the 4s and go back to play list

Cover flow appears when your phone is rotated in landscape position (sideways).  Rotate it back to portrait position (upright) to return to the song list.

Similar Messages

  • How to get rid of Cover Flow in Safari since updating to OS 10.5.8 ?

    Updated to 10.5.8 and when I open Safari Bookmarks this huge Cover Flow screen comes up. I just want my listings back without this graphics stuff, Tom

    Hi
    Follow the suggestions outlined in this post. These suggestions lock down Top Sites, Cover Flow and Safari Caches. Apply one (or all) specific to your needs.

  • Help!! how can I get rid of all this icloud music on my phone??

    I just upgraded to ios 7, and now there is a huge amount of my son's music on my phone and I cannot find any way to get rid of it. Oh, how I loathe apple file management!
    This music must be from itunes on his computer--we use a common account. I have manage music manually checked, I never sync to itunes. All of the unwanted music has little clouds with arrows on it. It does not appear in my music library, and in usual apple idiotic fashion, there is no way to delete from the phone itself
    I have deleted my icloud account, which ios 7 so graciously reactivated, but the unwanted songs still appear in my playlist.
    Please help--this destroys my music library
    TIA

    Go in Settings. Then in "Itunes & AppStore". Deselect "Music" and "Videos" on top. This would solve the problem with the Music and Videofiles in the cloud, that you seem to see.
    The music isn't actually on your iphone. It just shows you what is in the cloud.

  • My iTunes music folder is almost 1.5x the size on disc as my iTunes library. How can I get rid of this extra data?

    When I look at the iTunes music folder in Windows Explorer, it shows as 28.0 GB. In the iTunes library, it says my music is 18.3 GB. I would like to get my 10 gigs back.
    I've tried to add the media folder to my library - it just duplicated maybe 10 songs, didn't add any new ones. This suggests that there isn't any extra music in the folder. So why is it 10 GB larger? How can I get rid of the extra non-music data?

    Apparently there are some mp3 files that aren't adding despite importing the folder...
    That is actually a very common problem, due to iTunes being strict/finicky/incompetent (pick your own interpretation) about slight variations in MP3 formats. The problem can usually be corrected by treating the files with a 3rd party tag cleanup program, such as MP3 Validator.
    i don't know how much of the missing 9.7 GB this will apply to, but definitely worth a try.

  • Safari has added this stupid feature to bookmarks called cover flow and it covers up my list of bookmarks so I cannot edit/rearrange them.  How do I get rid of the black, useless space in bookmarks, bring back bookmarks manager?

    How do I get rid of this annoying feature in Safari known as cover flow which appears as a balck void in bookmarks?  the bookmarks manager is nowhere to be found and now I'm going to Google instead of Safari.

    Move the mouse pointer to the bottom of the black area.
    Mouse pointer should turn into a hand pointer.
    Double click.
    The Cover Flow  should shrink into small black strip at the top.
    To revert back, move the mouse pointer to the black strip at the top.
    When the pointer turns into a hand pointer, double click.

  • How do I get rid of "most visited web sites"?

    I have this big list of places i visited when i key that little down arrow at the address line. I went to help, but i could not make heads or tails of what i was supposed to do. In simple english,how do i get rid of the list?

    Hi
    No way to turn them off, however, you can hide cover flow in the Bookmarks Manager by dragging the small rectangle box below the cover flow scroll bar upwards.
    Top Sites icon can be removed from the Bookmarks Bar via Safari Preferences>Bookmarks.
    In Safari Preferences>General, you can dictate what occurs when you open a window or page. Change from Top Sites to something else.

  • How do I get rid of jagged, pixelated halo around type in Dreamweaver?

    Dear Dreamweaver Forum,
    I am studying the essential series of video tutorials on Dreamweaver CS3 via Lynda.com.
    I am also currently, slowly but surely, putting together a website to function as a resume, cover letter and portfolio all in one.
    I am currently in the middle of creating headings and images that will function as rollover buttons.
    I currently have a problem with a jagged or pixilated halo appearing around type I'm creating in Illustrator CS3 and placing into Dreamweaver CS3.
    The process I’m using so far is the following:
    In Dreamweaver CS3, I’m using div tags. I will place a div tag on a page. I will then move it to the desired location on the page and size it to my needs.
    I then take .gif file of type I created in Illustrator CS3 and drag it from the files panel and to the web page I’m working on. When I do this, I notice a halo around the type (please see inserted image below).
    How do I get rid of this jagged or pixilated halo?
    I created the type in Illustrator CS3 and then go File > Save for Web and Devices. In the 4-up dialog box that appears, I then save the type as a .gif file.
    Please see images below:
    Thanks for your help! 

    How do I get rid of this jagged or pixilated halo?
    Don't use transparency! GIF and 8bit PNG only allow one transparent color, resulting in frizzled edges with antialiased content. If you know the type goes on a black background, save it with a black background....
    Mylenium

  • How do i get rid of the the framing error

    Hello,
    I am a student working on a Pulse Oximeter and i am supposed to send sample values to Labview via the RS232 serial configuration. I am able to view the data in VISA but i am unable get the graph running constantly. There is always a framing error(-1073807253) whenever i run the VI and the graph only appears for a few seconds before the whole VI halts to display the error. How do i get rid of the error. I am only sending 8 bits of data. I have even tried using even the most simplest program whereby i send only characters A & C and even then i am getting the framing error. Please help me, i am in need of urgent and desperate help. I am sending these cahracters from the PIC16F877 using assembly language and i have attached the code to this forum thread. I have even tried making use of 9 bit transmission and parity bits and nothing seems to work for me. Please provide me with some help and suggestions. Have a look at my program and VI and sugggest some solutions as soon as possible. Your help will be greatly appreciated.
    Thank You
    Best regards,
    Samarth Pawar
    Temasek Polytechnic
    Singapore
    Below is my program to send the data:
    #include
    TXSTA_INIT EQU 0x24
    TRISC_INIT EQU 0x80
    RCSTA_INIT EQU 0x90
    #define Freq .4000000
    #define Baud(X) (Freq/(.16*X))- .1
    call SetupSerial
    Loop:
    movlw 'A'
    movwf TXREG
    call Usart_Send
    movlw 'C'
    movwf TXREG
    call Usart_Send
    bcf TXSTA,TXEN
    goto Loop
    ;;;;;;;;;;;;1MS DELAY;;;;;;;;;;;
    DLY1MS MOVLW D'40'
    MOVWF H'31'
    LOOP2 CALL DLY
    DECFSZ H'31'
    GOTO LOOP2
    RETURN
    DLY MOVLW D'1'
    MOVWF H'30'
    NOP
    LOOP1 DECFSZ H'30'
    GOTO LOOP1
    NOP
    RETURN
    SetupSerial:
    Banksel TRISC
    movlw TRISC_INIT
    movwf TRISC
    movlw Baud(.9600)
    movwf SPBRG
    movlw TXSTA_INIT
    movwf TXSTA
    Banksel RCSTA
    movlw RCSTA_INIT
    movwf RCSTA
    Return
    Usart_Send:
    banksel TXSTA
    SS_Wait btfss TXSTA,TRMT
    goto SS_Wait
    bcf STATUS,RP0
    CALL DLY1MS
    Return
    END ; directive 'end of program'
    Attachments:
    New_ash.vi ‏180 KB

    Four things to check when having problems with serial com:
    1. Make sure the baud rate matches the device.
    2. Make sure the parity bit matches the device.
    3. Make sure the number of stop bits matches the device.
    4. Look for buffer overruns if you do not use flow control.
    Like CC said, using Hyperterminal will verify that you are getting good responses from your device. If it runs fine for a while, then you start getting errors, the most likely cause is buffer overruns. You will have to use flow control to prevent this from happening. You will have to know what type of flow control your device supports, hardware flow control (RTS-CTS), or software flow control (XON-XOFF).
    CC: Look again, he did post his vi.
    - tbob
    Inventor of the WORM Global

  • How do i get rid of "other" taking up storage space?

    "Other takes up almost half of my iphone storage/usage. What is it and how can i get rid of it?

    "Other" data is real data that you put on your phone by using the built in apps. It is not music, not videos, not pictures and not App Store app data. It is "OTHER" meaning everything that does not fall into these categories. Such as:
    email messages and attachments
    Reminders
    Calendar entries
    Contacts
    Text messages
    MMS messages and attachments
    Genius data
    Music cover art
    Operating system settings
    Safari cache
    bookmarks
    Game Center status
    Music catalog
    Probably a few I've missed. There was a problem in an earlier version where deleted MMS messages left behind their attachments, but that has been fixed as of 6.1. However, old images were not deleted from Other; its just that new images were being correctly removed when you delete an MMS message.
    You will find posts from people who said they recovered over 3 GB of space by just deleting old text messages.
    If you want Other to be smaller you will have to keep less data on your phone; delete old MMS and texts, delete old email (especially from the "deleted" folder), clear the cache, eliminate cover art.
    Sometimes "Other" includes data corruption. Normal "Other" is 1-2 GB. If you suspect this is a possibility try connecting to iTunes and click the Restore iPhone button. First restore from backup; the Other doesn't get any smaller you can Restore again and set up as New, then add your content back separately from your backup.

  • How do i get rid of these annoying ballon tips

    how do i get rid of these annoying ballon tips that cover up what Im looking for annoying and totally unnecessary
    any one got a works with Windows 7 
     

    To disable pop-up descriptions try reading
    http://www.sevenforums.com/tutorials/11836-pop-up-descriptions-enable-disable.html
    To disable message balloons in the taskbar notification area :
    http://www.sevenforums.com/tutorials/11442-notifications-enable-disable-message-balloons.html
    You could also try changing how long the cursor must hover over an item before a pop-up appears
    http://www.sevenforums.com/tutorials/1884-mouse-hover-time-change.html

  • HT1689 What is Other (5.96gb) on my Iphone storage and how can I get rid of it?

    What is Other (5.96gb) on my Iphone storage and how can I get rid of it?

    LillynWilson wrote:
    What is Other (5.96gb) on my Iphone storage and how can I get rid of it?
    "Other" data is real data that you put on your phone by using the built in apps. It is not music, not videos, not pictures and not App Store app data. It is "OTHER" meaning everything that does not fall into these categories. Such as:
    email messages and attachments
    Reminders
    Calendar entries
    Contacts
    Text messages
    MMS messages and attachments
    Genius data
    Music cover art
    Operating system settings
    Safari cache
    bookmarks
    Game Center status
    Music catalog
    Probably a few I've missed. There was a problem in an earlier version where deleted MMS messages left behind their attachments, but that has been fixed as of 6.1. The reason that deleting music recovers some Other space is because it delete cover art. But is also screws up your music, which will no longer play correctly.
    You will find posts from people who said they recovered over 1 GB of space by just deleting old text messages.
    If you want Other to be smaller you will have to keep less data on your phone; delete old MMS and texts, delete old email (especially from the "deleted" folder), clear the cache, eliminate cover art.
    Your Other is so large, however, that there may be corrupt data contained in it (unless you send a lot of MMS messages with large attachments). If this is the case you should restore the phone as New.

  • When I login on my When I sign in to a site on my ipad using my email address as ID a short cut of my email address comes up. How can I get rid of it?

    When I sign in to a site on my iPad using my email address as ID a short cut of my email address comes up. How can I get rid of it?

    You can edit keyboard shortcuts in Settings>General>Keyboard>Shortcuts>Edit.

  • I have a Australian iTunes account and want to switch to using the u.s store as I now live there, I cannot do this because I have $1.41 still in the oz account an image to have a zero balance to change stores, how can I get rid of the $1.41?

    I want to switch to the u.s store as I now live in the us, I cannot switch stores because my balance is $1.41 in the oz store and needs to be zero, how can I get rid of the $1.41 when everything costs more or less than that? I do not have a credit card on the oz iTunes account an I cannot use my us one to top it up.
    HELP

    Click here and request assistance.
    (60992)

  • I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I can't seem to find an app that costs my available balance. iTunes said I need to spend it ALL before I can change stores. This means I cannot totally change stores.... Hopeless.

  • Since downloading ios5 on my iphone 4 the capacity guage in itunes shows other as over 21Gb and i can no longer fit any music on it. How do I get rid of the other stuff? other

    Since downloading ios5 on my iphone 4 a few days ago, the capacity guage in itunes shows "other" as over 21Gb and i can no longer fit any music on my iphone.
    How do I get rid of the other stuff?
    capacity available on 32 Gb iphone is 28.49Gb
    i previously had 21.97 Gb music, over 6 Gb photos, about 1Gb of apps, and minute amount of audio
    now i have no music, 5.4 Gb photos and similar (0.8Gb) for  apps and audio. i have deleted heaps of photos and unused apps to try to make space but obviosly this is a much bigger problem. I also created a smaller music folder on itunes to sync to but at present no music is selected for syncing due to the lack of available space.
    i have 15Gb icloud account now also which is about half full.
    Ive done a little research and heard similar tales but with much smaller other totals than this. Can you help?
    i cant update my apps as i get a message saying i do not have enough available space.

    I had the same problem today and was able to resolve it without having to do a restore or reset. The problem had something to do with my mail accounts. The upgrade reset my mail settings, switching both my gmail and my .mac mail to "archive all mail". I went into the General Settings, disabled that setting, and resynced the phone. The "other" storage allottment dropped back down to less than a gig.
    Before you restore or reset, I would try that first.

Maybe you are looking for