Can anyone explain the new tabs on iTunes?

The Apps, Movies & Podcast tabs show me the contents of my iTouch. But the Music and Photos tabs only give me re-sync option.
If I choose re-sync I get a warning that everything will be deleted and resync'd - I don't want this.
The 'On this iPod' tab lists the contents of the iTouch except for the photos.
I don't want to resync everything (Music & Photos) again.

iTunes Radio is U.S. only.
http://support.apple.com/kb/HT5848

Similar Messages

  • Can anyone explain the advantage of iPod vs iPad over Kobo Vox for reading iBooks?

    Can anyone explain the advantage of iPod vs iPad over Kobo Vox for reading iBooks?

    Thank you Alan and  know you are right. I really can do all I need with my netbook and ereader and do not need the ipad. I think I just wanted something new and felt I may enjoy using it a lttle more than the netook. But it would be a waste just to buy one when I donlt acutally need it  And, donl't think it is worth the extra money for me the get the 4g wireless capability since I doubt I would really need it often.
    I may treat myself to the Ipad for the color, touchpad and fun to use but it is very expensive considering how little it will do for me no more than the things I want it for. It woudl be and expensive luxuray, I can do without. I actually  need t learn how to use more of the function avaiable first.  Maybe I should take up playing games and learning to take digital pictures so I can at least load them. If I could learn to do that and take a decent picture, I could start selling back all the "stuff" I have purchased on ebay. haha - I do have a nice doll collection, I would like to sell. I just do not have room for anything else. That was the primary purpose for the Kindle Ereader I bought and enjoy so much,
    But, I will hold onto the thought for a while and see how it goes and what other comments I get, If I think I cannot live without it, then I will have to rethink which one to buy, I coud get the 32 g if I did not have to pay for the 4g wireless. And, if I knew I could get help to teach me how to use and enjoy all the functions, I would give it more serious consideration. My granddaugther got one for Christmas and that was what got me interested in it. I love the size of the screen and it had good color and was fast. She even had an application where she could write her notes and it would convert into typed words. That was a neat feature, If you could print it?
    But thanks again for your comments and I will check later to see I get any other feedback.
    Sunny:)

  • I have tried everything, but still I can't locate the photos tab in iTunes...I have tried changing the resolution, started iTunes after connecting with the ipad2, nothing seems to work! please advise!

    I have tried everything, but still I can't locate the photos tab in iTunes...I have tried changing the resolution, started iTunes after connecting with the ipad2, nothing seems to work! please advise!
    I am also providing you with a screenshot of what appears! I need photos on my iPad2
    Message was edited by: angana

    You don't see it on the left-hand side of iTunes - you need to connect and select the iPad on the left-hand side, and then one of the tabs on the right-hand side that you use to select which content to sync to the iPad should be Photos : http://support.apple.com/kb/HT4236
    You will need to select and sync all the photos that you want on the iPad together in one go as only the most recent sync remains on the iPad, not including photos in a subsequent sync is how you delete them from it.

  • I can't fine the devices tab in itunes on my ipad3

    I can't fine the devices tab in itunes on my ipad3

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iTunes for Windows: Device Sync Tests
    http://support.apple.com/kb/HT4235
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    http://support.apple.com/kb/ts4062
     Cheers, Tom

  • Can anyone explain the function BAPI_PROJECT_GETINFO

    Hi
    Can anyone explain the function BAPI_PROJECT_GETINFO.
    Can anyone explain the import and export parameters of this function module.
    What is the logic.
    I'm getting the output as 'No data record exists'.
    This is immediately required.Please help me.
    Thanking you
    Chandrika.

    hi
    good
    go trhough this
    Short text
    Read detailed information for work breakdown structures
    Functionality
    You use this method to read detailed information about project definitions and the WBS elements of certain projects from the system.
    Notes
    Enter the project definitions and/or the WBS elements, which you want detailed information about, in the parameter PROJECT_DEFINITION or I_WBS_ELEMENT_TABLE respectively.
    If you only enter project definitions, the details of all the WBS that belong to the project definitions are read including the hierarchy. If you explicitly enter WBS elements, only these are read.
    Messages are returned in Return parameters. For information about the return values and their meaning, see the parameter documentation.
    Parameter
    PROJECT_DEFINITION
    WITH_ACTIVITIES
    WITH_MILESTONES
    WITH_SUBTREE
    E_PROJECT_DEFINITION
    RETURN
    I_WBS_ELEMENT_TABLE
    E_WBS_ELEMENT_TABLE
    E_WBS_MILESTONE_TABLE
    E_WBS_HIERARCHIE_TABLE
    E_ACTIVITY_TABLE
    E_MESSAGE_TABLE
    thanks
    mrutyun^

  • Can anyone explain the functionality of FM f4ut_parameter_get_values ?

    Can anyone explain the functionality of FM f4ut_parameter_get_values ?
    This is used in search help to retrive values from screen.This doesnt seem to work for me

    hi,
    check this
    F4UT_PARAMETER_VALUE_GET
    Short Text
    Standard search help exit for determining contents of a srch help par.
    FunctionalityBy calling this module in a search help exit, you can find out the current contents of a search help parameter . To do this, you must pass the name of the parameter in PARAMETER.
    You must distinguish between the parameter contents that are used in the selection process of the input help process and the parameter contents that are determined by the selection process and the user selection.
    Parameter contents that are used in the selection process are default values of search help parameters, values that are included in the input help process by attaching the search help to the screen from field contents of the screen or its module pool, and possibly complex restrictions made by the user in the dialog box for restricting value. Such parameter contents can also be included in the input help process by the search help exit itself.
    The contents of the specified parameter used in the selection process are stored as complex restrictions in SELOPT_TAB after the call. If exactly one value is defined by these complex restrictions (for example if the restrictions have exactly one row and if SIGN = 'I' and OPTION = 'EQ' for this row), this unique value can be found in VALUE.
    Parameter contents that are determined by selection process and user selection are the parameter contents that are shown in the dialog box for displaying the hit list or returned on the screen. They are managed by the F4 processor in RECORD_TAB.
    This module enables you to transfer the information about the specified parameters from RECORD_TAB to RESULTS_TAB in edited form.
    Pass the name of the field of RESULTS_TAB that should contain the contents of the parameter to the function module in parameter FIELDNAME. If the row type of RESULTS_TAB is elementary, pass the value '*' in FIELDNAME. The rest of RESULTS_TAB is not changed. The values are copied row by row. By removing rows at the end or by adding intiial rows you can make sure that RESULTS_TAB has exactly as many rows as RECOD_TAB.
    Example
    You can find an example of the second kind of use of the module in the search help exit SAPBC_GLOBAL_F4_SFLIGHT of search help SFLIGHT.
    Both types of use can be found in the search help exit SAPBC_GLOBAL_F4_SFLIGHT_MIN_FR of search help SFLIGHT_MIN_FREE .
    Notes
    1. Parameters OFF_RESULT and LEN_RESULT should not be used any more since there are basic problems when using UNICODE. The contents of these parameter are still analyzed when parameter FILEDNAME is initial for compatibility reasons.
    2. Only the dialog box for restricting values can normally produce complex restrictions for a parameter.
    3. If VALUE has the value SPACE, this means that either there are complex restrictions for the parameter or the unique contents are SPACE. SELOPT_TAB must be evaluated in order to determine which of these is the case.
    4. If the search help does not have any parameter with the given name, the exception PARAMETER_UNKNOWN is triggered.
    5. Only parameter contents for the search help displayed in the hit list or the EXPORT parameters of the search help are first managed in RECORD_TAB. If the specified parameter does not satisfy one of these conditions and if parameter RESULTS_TAB is specified in the call, the exception PARAMETER_UNKNOWN can also be triggered. This is not true, however, if results were already entered for the parameter with function module F4UT_PARAMETER_RESULTS_PUT or if space was reserved for the parameter in RECORD_TAB with function module F4UT_PARAMETER_ALLOCATE. The parameter therefore should only be defined if information about the parameter contents are really required.
    6. The header lines of the specified parameter are also transferred from RECORD_TAB to RESULTS_TAB.
    7. The other parameters of this module must be defined as the parameters of the search help exit having the same name, but they are not changed by this module.
    8. RESULTS_TAB should be a standard table.
    9. The contents of the specified parameter in RECORD_TAB are copied to the specified field of table RESULTS_TAB with a MOVE of the correct type. If this is not possible, the target field is assigned the initial value.
    10. If RESULTS_TAB has no field with the name specified by FIELDNAME, only the number of rows of RESULTS_TAB is adjusted to those of RECORD_TAB as described.
    Parameters
    PARAMETER
    OFF_RESULT
    LEN_RESULT
    FIELDNAME
    VALUE
    SHLP
    CALLCONTROL
    SHLP_TAB
    RECORD_TAB
    SELOPT_TAB
    RESULTS_TAB
    Exceptions
    PARAMETER_UNKNOWN
    Function Group
    SF4U
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • Can anyone explain the use of PhantomReference

    Can anyone explain the use of PhantomReference( if possible by an example..).

    Payment request is a noted document and as such does not pass any accounting entry. For effecting a payment to a
    Against the payment request you can effect the down payment. Suppose u have completly automated payment system and if you want to effect a down payment, you can do it only by payment request.
    Payment requests can be controlled through workflow for proper autorization.

  • Can anyone explain the main differences between CRM 2007 and CRM 7?.

    Can anyone explain the main differences between CRM 2007 and CRM 7?.
    Does CRM 2007 use the WebUI?.
    Jason

    My fault for not putting my question forward correctly.
    I have worked with CRM 7 a few times now, but my experience has jumped me from CRM 5 straight to CRM 7, having never touched CRM 2007.
    I now have an opening to work on CRM 2007 so I was intrigued to know what it physically looked like. I assume it does not use the WebUI interface?.
    Jas

  • Hi, can anyone explain the difference between the models A1457 and ME432B/A of the iPone 5s. Thanks

    Hi, can anyone explain the difference between the models A1457 and ME432B/A of the iPone 5s.

    Hi Gary,
    Model # A1457 designates that it's the European market model, which I believe works on EE, Vodafone and O2 in the UK.
    ME432B/A is the part # that, in your case, I believe, desginates a 16GB Space Grey Unlocked version...
    Someone can correct me if I'm wrong on that
    Kev

  • I can't download the new version of iTunes.  Halfway through the installation a pop up window appears saying "There is a problem with this Windows installer package. A program run as a part of the set up did not finish as expected. Contact your support pe

    I can't download the new version of iTunes.  Halfway through the installation a pop up window appears saying, "There is a problem with this Windows installer package. A program run as a part of a set up did not finish as expected. Contact your support personnel or package vendor.

    Got exact same problem, was told to delete all old apple, quick time and bonjoir from computer then it would work. I use a programme called malware bytes and this takes everthing out of your computer right down to the roots but unfortunately I still have same problem

  • I can't install the new version of iTunes or delete the old version

    i have a new iTiouch and can't load the new version of iTunes. it downloaded fine but said installation failed because the "older version of apple software update" or something like that. so, i uninstalled and deleted (or thought i did) all the itunes programs i could find and still get the same error message. i can download but can't install the 9.0.2 iTunes because for some reason it thinks i still have an old version of iTunes. How can i get rid of the old version? thought i got rid of it all. i did a search for all files relating to itunes and apple and deleted them but some how it still thinks i have an "old version". i need the new version installed so i can use my new itouch. HELP!

    it downloaded fine but said installation failed because the "older version of apple software update" or something like that.
    Download and install the Windows Installer CleanUp utility from Microsoft:
    [Description of the Windows Installer CleanUp Utility|http://support.microsoft.com/kb/290301]
    Now run the utility ("Start > All Programs > Windows Install CleanUp"). In the list of programs that appear in CleanUp, select any *Apple Software Update* entries and click "Remove".
    Quit out of CleanUp, restart the PC, and try another iTunes install. Does it go through properly this time?

  • Can we delete the new version of itunes i hate it

    Can you delete the new version of itunes I hate it?

    Kappy wrote:
    How to go back to iTunes 10 | PCWorld
    Unless I'm missing something that article doesn't really tell you how to do it in the detail you need to perform the action.  It also omits essentials such as using your previous library so you can open the library.itl file which gets irreversibly updated once you open it with a newer version.

  • I can not dowload the new version of iTunes, it keeps telling me it timed out??

    I can not download the new version of iTunes, it keeps telling me it timed out??

    So what did you do to fix it?

  • How can I change the new tab homepage ?

    how can I change the " new tab " homepage

    By default Firefox uses a blank page in a new tab. Something you installed changed that to I-PLAY. You need to figure out what changed that, and get rid of it. Start with this. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Ting to my itunes store can anyone explain the issue?

    I have a problem connecting to my itunes store but my internet connection works just fine. can anyone explain this issue ?

    Thank you for using the Apple Support Communities
    From what I understand is that the device will show up in iTunes but it will not allow you to synchronize media over to the device even after you reset the device. When you say you reset the device, do you mean you restored the device in iTunes? What error message you are getting when attempting to synchronize media?

Maybe you are looking for

  • Is it possible to create custom bookshelves in a dedicated reader?

    Hi. I just got a Pandigital 7" Novel eReader. It's connected to Barnes & Noble and it has an Adobe eBooks app too. In the B&N library, I am able to create custom bookshelves to more easily find my books. I figured out how to transfer my ADE books fro

  • Not Reading 400 or dual channel

    I have been one of the lucky/unlucky ones to successfully flash to 1.4...however...still does not seem to be reading 400. Have manually adjusted settings to 2-2-2-5-8 and 2.7V and still no 400 (only 333)...With 1.2 would read 333 Dual Memory Channel

  • Problems with my new imac 27"

    Hi! i got last day, the new imac and i have some little problems 1) I have a an usb 3.0 HD connected to a 3.0 hub. the hd isnt recognized from imac. i also tried to switch ports and disconnect other peripherals but the result its always the same. i r

  • Download button for free music disappeared?

    I'm unable to download either the Single of the Week or Chanson de la semaine this week as when either song is selected, under "Price" where the button labelled "Free" usually is, there's no button! The word "Free" is there with the small down arrow

  • Creating a "hula hoop" around someone

    I'm using CS4 on an iMac. I have a photo of a woman. I need to creat "swooshes" or "hula hoops" swooshing around her. I can't find a good tutorial that will show me how to do this. I am then cutting her out to import her into an illustrator file, so