How can i see the lyrics on my ipad 2.

Before IOS 5 I could see the lyrics but now i saw nothing. Can you help me ???

Or can you FIX it !!!!!!!

Similar Messages

  • How can i see the lyrics when i'm listening music on iTunes?

    i've alredy taked the lyrics in the info menu but i don't know how to see it when i'm listening music

    LucaReccia wrote:
    i've already added the lyrics at all the song but i can see it just on my iphone, i want know any plugins for itunes that make me see the lyrics of the current song
    There are no plug-ins to do this.

  • How can I see the lyrics of the songs on my IPad as I did on my iPod 5th generation?

    When I use my iPod Classic 5th generation, I could read the lyrics of my songs. How can I read them when using my iPad?

    I think that feature is no longer part of the music app. 

  • How can I watch the lyrics in my ipad?

    Hello!
    I can see the lyrics of my songs in iTunes and iPhone but not in my ipad.
    What can I do?
    Thanks,
    Juan

    Nope, the top OS version for the IBM processor is 10.5.8, and under that version I can not update the iTunes further than the 10.6.3 :-(
    But that means the brand leaves a large chunch os costumers with still perfectly operating computers out of the loop on purpose, so to force us to upgrade computer?
    Not fair at all, both are legitimate Apple products, they should sync no matter what! The sad thing is theu used to, before I migrated to iOS7 on the iPad, move that I now regret...

  • Connected a usb HD to the new airport extreme 802.11ac; how can I see the HD on my iPad?

    I just purchased and set up the 802.11ac airport extreme. I have connected an usb HD; I can see it from my iMac and my MacAir laptop. Can I see the connected HD from my iPad air 2?

    You can, if you install an App like FileBrowser on the iPad. Info below:
    Stratospherix - FileBrowser - Overview

  • How can I see the pictures on my iPad that I have saved in my iCloud

    Can someone help me

    You can, if you install an App like FileBrowser on the iPad. Info below:
    Stratospherix - FileBrowser - Overview

  • How can I see song lyrics in iOS 8?

    In the past I've been able to add lyrics to my music in iTunes and then see those lyrics in the music app after syncing my iPhone or iPod... There is an option in my setting to view lyrics which I have turned on and yet I can't see the lyrics I've added in the music app, how do I make it so I can see those lyrics?

    Please ignore my above post regarding Open IME.....!!! I had a WAV version of a song and a MP3 version of the song. It allowed me to add lyric ONLY when it was the MP3 version. When i was changing the IME it must have coincided with me changing format of song....hence why I thought it was IME!
    Advice to other users.....CHECK WHICH FILE YOU ARE DRAGGING INTO ITUNES....AND DON'T DO IT WHEN TIRED!! I have multiple versions of the songs and I didn't bother checking which was which. I now realise I could have saved myself a good few hours instead of messing about..lol!
    The other thing I did learn is that once you add lyric and click 'ok'...then you cannot alter it. I had to delete song from playlist...re-add...then add lyrics again. Not too sure why.... maybe a glitch...or maybe I'm just too tired.
    Anyway...I think the problem lies with the format of song you import into i-tunes as mentioned in a post above.
    Sorry I couldn't be of no assistance....am tired and i want to go to bed...lol

  • How can I see song lyrics in iOS 5.0?

    Before updating my iPad 2, I could see lyrics for the song playing just by touch the screen in "iPod" app (the screen in which the album cover appears). But now I can't see the lyrics at all, and I'm sure they're attached to the songs (I can see them in my iPod nano 5th; I sync the same songs between iPad and iPod). How can I do it now? Is there some way of seeing the lyrics, or the functionality was removed at all?
    And, of course, is there anyone else having this same problem?
    Thank you all =D

    This may be a bug for all that I know but I am too cynical to believe that.
    From everything that I have read, it appears as though Apple did remove the feature. What the reasons could be for that are beyond me. And I did find the paragraph that states that feature exists in the iPad. I copied this from the iPad User Guide for iOS 5. The free book that I downloaded in iBooks.
    "Display a song’s lyrics
    Display the album cover by tapping the thumbnail at the top of the screen. Lyrics appear if you’ve added them to the song using the song’s Info window in iTunes."
    However, who knows with Apple anymore. Case in point - Apple changed the wording on their website about multitouch gestures being one of the new features of iOS 5, a day or two after the update came out. They decided to release the feature to work on the iPad 2 only - even though the website promoted the feature as being one of the new features for the "iPad" for months leading up to the release - leading all users to believe that it would work on the iPad 1 as well. I don't know if you read any of those threads but the screaming is finally starting to die down on that one.
    My point is that even thought the guide says that the song lyrics works, I have not read of anyone that can confirm that it does. Maybe someone else will confirm that the feature is in the iOS, but I don't believe that it is. So for the time being - for me anyway - it is not a bug - but another "why did they do that" decision by Apple.

  • How can I see the old backups of my previous Macbook done by Time machine in a Time capsule with my new iMac?

    How can I see the old backups of my previous Macbook done by Time machine in a Time capsule with my new iMac? I've changed from a Macbook to a iMac because that one stopped working and I cannot use it anymore. I've been able to import all the data of the last backup of the Macbook when setting the new iMac, but I cannot access now to the old backups of the Macbook and there are information that wasn't in the last backup and I would like to recover. Thank you very much.

    Yes, you can ..
    Read Q17 here.
    http://pondini.org/TM/FAQ.html
    Strongly recommend his whole section.. 14-17 and read it carefully to understand the ways you can make TM work for you.

  • How can I see the contents in a Ref Cursor

    I have this code:
    CREATE OR REPLACE PACKAGE APOD_LOG.APOD_C3_LOG_API_PKG
    AUTHID CURRENT_USER
    AS
    type rc is ref cursor;
    PROCEDURE Fetch_Log_Spec
    in_LOCAL_IP_VALUE IN BINARY_INTEGER,
    out_RESULT_SET OUT rc
    END APOD_C3_LOG_API_PKG;
    CREATE OR REPLACE PACKAGE BODY APOD_LOG.APOD_C3_LOG_API_PKG
    AS
    PROCEDURE Fetch_Log_Spec
    in_LOCAL_IP_VALUE IN BINARY_INTEGER,
    out_RESULT_SET OUT rc
    IS
    BEGIN
    DBMS_APPLICATION_INFO.set_module(module_name => 'APOD_LOG.API_PKG',action_name => 'Fetch_Log_Spec');
    DBMS_APPLICATION_INFO.set_client_info(client_info => 'Calling with in_LOCAL_IP_VALUE = ' ||to_char(in_LOCAL_IP_VALUE));
    open out_RESULT_SET for
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.100.1''') as MULTICAST_IP_VALUE
    from
    dual
    union
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.200.1''') as MULTICAST_IP_VALUE
    from
    dual
    union
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.100.123''') as MULTICAST_IP_VALUE
    from
    dual
    union
    select
    in_LOCAL_IP_VALUE as IN_LOCAL_IP_VALUE,
    10002 as PORT,
    APOD_CORE.UTIL_IP_PKG.IPAddressToIPValue2('''224.168.200.123''') as MULTICAST_IP_VALUE
    from
    dual;
    DBMS_APPLICATION_INFO.set_client_info(client_info => 'Called Fetch_Log_Spec '||to_char(SQL%ROWCOUNT)||' row(s) returned with in_LOCAL_IP_VALUE = '||to_char(in_LOCAL_IP_VALUE) );
    END Fetch_Log_Spec;
    END APOD_C3_LOG_API_PKG;
    And I am trying to test it like this:
    DECLARE
    IN_LOCAL_IP_VALUE BINARY_INTEGER;
    OUT_RESULT_SET APOD_LOG.APOD_C3_LOG_API_PKG.rc;
    BEGIN
    IN_LOCAL_IP_VALUE := 23374048;
    -- OUT_RESULT_SET := NULL; How do I see this
    APOD_LOG.APOD_C3_LOG_API_PKG.FETCH_LOG_SPEC ( IN_LOCAL_IP_VALUE, OUT_RESULT_SET );
    END;
    How can I see the dataset returnd by the OUT_RESULT_SET in SQLPlus or Quest ScriptRunner?

    A ref cursor doesn't really contain rows but you can use them to reference a SQL statement that fetches the rows.
    Re: returning resultset from procedure...or pkg

  • Recently I bought an Ipad, now I need to find the old owner, so he can unlock it, but the full e-mail isn't written. How can I see the old e-mail?

    So, yesterday I bought an Ipad 3 16gb. when I unpacked it, I found that it is locked, so I need the previous owner to unlock it. For the bad cause, the owner is from UK, and I've bought it from a  intermediary in Bulgaria. How can I see the full email so I can contact him?

    Apple will not provide that information unless order to do so by a court order.  Your only option at this point is to return it to the intermediary and get your money back.  They should not have sold you a locked device.  Then don't buy another device without confirming that it isn't locked, as explained under "how do I check for activation lock before buying a used device" in this article: Find My iPhone Activation Lock.

  • How can i see the "manage devices" in my itunes account? because i want to remove a device from using my apple id. tnx so much

    how can i see the "manage devices" in my itunes account? because i want to remove a device from using my apple id. tnx so much

    Thanks pvonk, I will try downloanding the book from the Iphone right now.......
    Just tried to download and it wants me to buy it again?  Is there some way around this?  I guess I thought that was the whole point of the cloud, buy it once and access from any of your devices right?
    Also, I have logged into the icloud.com as suggested and will plink around there for a bit and try to understand.  It is just all so dang different that what I am used to; Apple's way, that is.
    Thanks again for the Icloud tip and if you know of a way to download without making a 2nd purchase I would sure love to hear it!
    Geez. one other thing (I guess I am complaining) but I bought more space in the cloud, they took my cash fast enough but have not yet increase the size of my storage space yet?  Is Apple sometimes slow to get internal stuff done?

  • How can I see the url of a link before clicking on it?

    Hi. I have Firefox 10.0.2. I used to be able to see the url of a link on web pages in the bottom left of the browser. That way, if I the url didn't seem legit I wouldn't click on the link. But now, when I put the mouse over a link, nothing comes up. How can I see the link addresses again? Thanks.

    The Status Bar. where the link previously showed on mouse hover, has been replaced by the Add-on Bar. You can install the following add-on to get some of the former Status Bar functions back. The Add-on Bar must be turned on. The add-on will also stop the showing of the "tooltip" type status loading text, and will, instead, show it in the Add-on Bar:
    *See --> https://support.mozilla.org/en-US/kb/what-happened-status-bar
    *To turn on the Add-on Bar, see --> https://support.mozilla.org/en-US/kb/Back%20and%20forward%20or%20other%20toolbar%20items%20are%20missing#w_showing-the-navigation-toolbar '''and click on "Add-on Bar" to check it'''
    *Add -on '''''Status-4-Evar''''': https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/
    *If necessary, after install and restart:
    **Open Customze window (Firefox button > Options > Toolbar Layout '''''OR''''' View > Toolbars > Customize '''''OR''''' ALT+V+T+C '''''OR'''''right-click in the empty space at the end of the Tab Bar and choose Customize)
    **'''While Customize window is open''', drag any or all of the following from the Customize window to the Add-on Bar in the order and position you want them to appear. Then click "Done" button at lower right on the Customize window.
    ***"Status Text" ('''''link on mouse hover or during page loading''''' or "Done" when page is loaded)
    ***"Progress Meter" (progress bar of page loading)
    ***"Download Status" (status of download)
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.org/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.org/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.org/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *'''''Next Generation Java Plug-in for Mozilla browsers''''': [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How can I see the tracklist in the Podcast app (like I can in the Music app in ios6)?

    When playing a podcast in the Music app in ios6, I can tap the screen and see the track list.  How can I see the track list in the Podcast app in ios7?

    Dakota
    The table MARV holds the current and previous values for the purchasing period and who changed them.  The table is usually set for logging of changes and you may be able to find the history you want depending on how your database is setup.  I hope this helps.
    Regards
    H

  • My daughter has an iPod touch and is emailing a much older boy via text free app she downloaded. How can I see the conversations? Please help and thank you

    Please help me...My 12year old daughter has been talking to a older teenager through the text free app. How can I see the conversations? Also, there is a photo vault that is locked. What is that? Please someone help me. I don't know what else to do. I paid and downloaded a program that is supposed to tell you everything that's on the ipod but that was a joke. Thanks for your help.

    As long as you can't get a hold of the device, you can't do anything more than talking to your daughter about it.
    Erasing the device could also be an option to keep her from using apps you don't want her to have on her device.
    Try talking first

Maybe you are looking for

  • How to find user who loaded the procs in DB

    Hi guys how to find user who loaded procs in database ..and the date... is there anyway.. i tried to look at all_objects..but it didnot workout.. thanks

  • Oracle Forms Builder in Windows Vista

    Hi. I have Windows Vista and when treatment to connect to me with Forms Builder vers. Forms [32 Bit] Version 9.0.4.0.19 generates to me east error according to the tests that I did has something to see with OCI_7 can help me please. The error is: ORA

  • My sparx is now just plain ipod..;c

    I think i just ruined my ipod. ;c i accidentally restored it last night and after that the name "sparx" was replaced to just plain "ipod" im just wondering if i can still change it. and one more thing.. whenever i connect it to itunes, the "update yo

  • Inserting a Single Page

    Can I insert a single page into the middle of a pdf document.  That is to say I have a 56 page document and I need to insert a new page at page 34 - is this possible?  If so would you be kind enough to let me know how? Thanks

  • Moving ITunes to a NAS

    Tomorrow I am getting a Synology 213j 2 bay NAS, that comes with their version 5.0 DSM software.  I will have 2 x @TB drives installed. My intention is to replace all of the functionality of my Mac Mini Mavericks server.  This server was set up as my