Why does itunes not show the ipad in devices?

Plug the iPad on itunes-windows and it does not show as device. cannot syncronize. The iPad was set up automatically and it is signed to a wifi

Here's a few things you can try:
- If you haven't tried disabling your anti virus software and turning off the Firewall, do that then restart your PC and  the iPad.
- Try another cable to make sure it's that that
- Try connecting to another computer to verify that your computer is not the issue
- If none of these work then your iPad might need service. Take it to your nearest Apple Store

Similar Messages

  • Why does is not show the radio buttons

    I want to display the buttons in a row then radio button in a row under the button and then log scroll pane under the radio buttons. This is my code:
            //Add the buttons and the log to this panel.
            add(buttonPanel, BorderLayout.PAGE_START);
            add(radioPanel, BorderLayout.CENTER);
            add(logScrollPane, BorderLayout.CENTER);When i run it it display the buttons and the logsrollpane. Why does it not display the radio buttons?

    Thanks guys.
    This is my problem. We have a big system that produce lots of log files and the software testers have to manually have to go through the logs file and look for a certain XML tags in the log file.
    What I want to do is help the software testers my developing a small tool that will allow them to open a log file and then click on a radio button corresponding to a xml tags that they are looking for and automatically highlight the tags in the file in yellow color .
    I am not sure how feasible this is and I am stuck.
    This is what I have done so far.
    Can you please guys help me go forward.
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.filechooser.*;
    public class FileChooserDemo extends JPanel
                                 implements ActionListener {
        static private final String newline = "\n";
        JButton openButton;
        JButton clearButton;
        JTextArea log;
        JFileChooser fc;
        // Radio Buttons
        static String em01 = "EM01";
        static String em07 = "EM07";
        /*static String dogString = "Dog";
        static String rabbitString = "Rabbit";
        static String pigString = "Pig";*/
        public FileChooserDemo() {
            super(new BorderLayout());
            //Create the radio buttons.
            JRadioButton em01Button = new JRadioButton(em01);
            em01Button.setMnemonic(KeyEvent.VK_B);
            em01Button.setActionCommand(em01);
            em01Button.setSelected(true);
            JRadioButton em07Button = new JRadioButton(em07);
            em07Button.setMnemonic(KeyEvent.VK_C);
            em07Button.setActionCommand(em07);
            //Group the radio buttons.
            ButtonGroup group = new ButtonGroup();
            group.add(em01Button);
            group.add(em07Button);
            //Register a listener for the radio buttons.
            em01Button.addActionListener(this);
            em07Button.addActionListener(this);
            //Put the radio buttons in a column in a panel.
            JPanel radioPanel = new JPanel(new GridLayout(0, 1));
            radioPanel.add(em01Button);
            radioPanel.add(em07Button);       
            //Create the log first, because the action listeners
            //need to refer to it.
            log = new JTextArea(40,60);
            log.setMargin(new Insets(5,5,5,5));
            log.setEditable(false);
            JScrollPane logScrollPane = new JScrollPane(log);
            //Create a file chooser
            fc = new JFileChooser();
            //Uncomment one of the following lines to try a different
            //file selection mode.  The first allows just directories
            //to be selected (and, at least in the Java look and feel,
            //shown).  The second allows both files and directories
            //to be selected.  If you leave these lines commented out,
            //then the default mode (FILES_ONLY) will be used.
            //fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
            //fc.setFileSelectionMode(JFileChooser.FILES_AND_DIRECTORIES);
            //Create the open button.  We use the image from the JLF
            //Graphics Repository (but we extracted it from the jar).
            openButton = new JButton("Open File");
            openButton.addActionListener(this);
            //Create the save button.  We use the image from the JLF
            //Graphics Repository (but we extracted it from the jar).
            clearButton = new JButton("Clear Text Area");
            clearButton.addActionListener(this);
            //For layout purposes, put the buttons in a separate panel
            JPanel buttonPanel = new JPanel(); //use FlowLayout
            buttonPanel.add(openButton);
            buttonPanel.add(clearButton);
            //Add the buttons and the log to this panel.
            add(buttonPanel, BorderLayout.PAGE_START);
            add(radioPanel, BorderLayout.LINE_START);
            add(logScrollPane, BorderLayout.CENTER);
        public void actionPerformed(ActionEvent e) {
            //Handle open button action.
            if (e.getSource() == openButton) {
                int returnVal = fc.showOpenDialog(FileChooserDemo.this);
                if (returnVal == JFileChooser.APPROVE_OPTION) {
                     log.setText("");
                    File file = fc.getSelectedFile();
                    try{
                         BufferedReader in = new BufferedReader(new FileReader(file));
                             String data;
                             while ((data = in.readLine()) != null) {
                                  log.append(data + newline);
                    }catch(IOException ioe){
                log.setCaretPosition(log.getDocument().getLength());
            //Handle save button action.
            }else if (e.getSource() == clearButton) {
                  log.setText("");
         * Create the GUI and show it.  For thread safety,
         * this method should be invoked from the
         * event-dispatching thread.
        private static void createAndShowGUI() {
            //Create and set up the window.
            JFrame frame = new JFrame("PROGRESS Message Viewer");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            //Create and set up the content pane.
            JComponent newContentPane = new FileChooserDemo();
            newContentPane.setOpaque(true); //content panes must be opaque
            frame.setContentPane(newContentPane);
            //Display the window.
            frame.pack();
            frame.setVisible(true);
        public static void main(String[] args) {
            //Schedule a job for the event-dispatching thread:
            //creating and showing this application's GUI.
            javax.swing.SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    createAndShowGUI();
    }

  • Why does iTunes not refresh the Music Library if files are updated?

    What if have already a nice library SYSTEM built for my music, and every time I add 30-50 files to 30-50 different locations, iTunes requires me to add the same song again... What if I am doing this updating for 3 hours and I can't remember anymore which songs I added to my Brazilian compilation folder? Why can't iTunes update the library with added files? I see this question popping up on a lot of forums. This is very cumbersome. I keep my international music collection organized by country of origin. If I let iTunes consolidate my music, it will put everything into one big folder organized by name of artist. I definitely don't want to let the program do that. I would lose all my work and all my system.
    Once I imported the folder system into iTunes though as a reference, it does not recognize if there was a change, music added, music deleted, music reogranized. It doesn't make sense to delete everything from the iTunes Music Library every time I update my music collection.
    Where is the solution? I want iTunes to find the changes and apply it to my Music Library automatically.
    I can live with my iPod only having the files in one big library, since I mostly use it for shuffle play anyway, but I want to keep my originals in an orderly manner based on style, country of origin, etc. I don't want to end up having all my files renamed and moved.
    So I need iTunes to refresh my Music Library by looking at the original folder I imported the list from, and make the necessary changes.

    I guess then this is a serious shortcoming of iTunes... Up till this point I owned an RCA Lyra MP3 player and it had no problems whatsoever doing these things. I guess, after seeing how iTunes and iPod works, I'd rather return to Lyra if it had an 80 G version. The only thing that still keeps me with iPod is the capacity.
    It seems like that iTunes is a very cumbersome program and it tries to be so much user friendly that it even tries to eliminate the human element. Sometimes, it makes sense to keep files organized in specific manner. Especially when there is work involved and productivity.
    I guess I will just delete everything from the play list and read in the main folder every once in a while, leaving the machine working on it during the night or something, then another night, it will refresh my iPod. That's the only solution I see right now.
    It is interesting that a huge program like iTunes cannot do what a small one like Lyra can. And I even read in user groups that some people created programs for this problem, but those programs don't work with iTunes 7 well yet, so I am stuck with the manual updating or the brutal deletion and re-reading.
    Thank you for the answer. At least I know what not to expect from the program. I just use it for only one purpose: load music onto iPod, then forget about it. It quite an unuseful program for me otherwise.
    G5   Mac OS X (10.4.8)  

  • Why does itunes not show up my phone and i cant update apps?

    i need help. cant update apps and itunes doesnt show up my iphone on the page so i cant do it... what should i do?!

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:           
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • Why does itunes crash after choosing ipad in device list, ideas?

    tried to load some apps via iPad app store, ran out of room, connected to Mac to dump some music, iTunes launches, as soon as I choose iPad from Device list, beach ball and quit.  No idea what to do.   MacBook running 10.7.3, everything up to date.

    seems to be a problem with older iPhoto libraries
    https://discussions.apple.com/thread/3800049?start=15&tstart=0
    fixed

  • Why does imovie not show the video when you are scrolling through the timeline

    why is it when using imovie when you scroll through the timeline it doesn't show in the movie window this is for imovie 11 when editing a large video composedof many small clips

    Do you have AuthenTec TrueSuite ?
    See:
    *[[/questions/937571]] Firefox address field hide the last part of the address when loaded

  • HT204406 I have subscribed to match on iTunes and organized my music on my Mac Book.  Why does it not appear the same way on my iPad

    I would like my music to appear organized in the same way on my iPad as I have done it on my Mac Book.  (and on my iPhone as well)  Since it is in the cloud, why does it not appear the same way in all devices?

    The purpose of iTunes match is to make your music library available to all of your devices anywhere. It will sync Playlists, but no other type of organization you may have made.
    If you're having trouble, be sure you are logged into the same Apple ID on all devices but be sure to read this article and pay special attention to associating your devices with an Apple ID. There are important restrictions you should know about.

  • Put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    put movies in itunes on one computer why does it not show up when i access itunes from other computers or ipad2?

    i just purchased a file that had videos in it. i put them in the itunes library on my pc where i first downloaded them. i was able to transfer them to my other pc, a laptop, through my home network. i am now trying to get them on my mac pro desktop and my ipad2. my mac pro can see the other computers on my home network but i cannot get it to connect to them. i know the operating systems are different but was hoping i could transfer pictures and files from pc to mac this way. haven't been able to get it to work yet. the videos i am trying to get my mac to see came in a folder with both mac and pc versions. i thought if i got the videos i purchased into itunes that i would then be able to get them to my mac pro and my ipad2. i am new to mac/apple and have always been pc-centric so trying to marry it all has been difficult. i speak pc pretty well but am just learning apple. am i trying to do things that are not possible? i sure could use a knowledgable friendly soul to walk me through my issues of having pc and mac on the same network. i have been able to get all computers and ipad to print on my network. thanks.

  • HT204291 When using my iPad and playing videos, I only hear the sound. Why will it not show the video?

    When using my iPad and playing videos, I only hear the sound. Why will it not show the video?  My iPad 2 and iPhone 5 work no issues.

    Hi sheilafrommannford,
    Welcome to the Support Communities!
    The articles below may be able to help you with this issue.
    Click on the links to see more details and screenshots.
    Using AirPlay
    http://support.apple.com/kb/HT4437
    Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS4215
    Cheers,
    Judy

  • Why does IBA not include the table of contents when exporting to PDF?

    Why does IBA not include the table of contents when exporting in PDF? I can seee the TOC in iBooks Author but when I want to see what it looks like in a regular PDF, the TOC does not show up.

    Strange question you ask here. Not sure why that is relevant to "why" IBA won't publish a table of contents in a PDF.
    But since eyou asked, it's simple, I want to author some books in IBA and also see what they look like - completed - in PDF. Again, any suggestions as to a work around so I don't have to cut and paste back into Pages?

  • HT1212 why will itunes not detect my ipad

    why will iTunes not detect my iPad

    - try another cable
    - try another usb port
    - make sure iTunes is up to date
    For further troubleshooting steps follow the article below based on your computers operating system:
    iOS: Device not recognized in iTunes for Windows
    iOS: Device not recognized in iTunes for OS X

  • Why does Itunes automatically change the genre of my songs?

    Why does Itunes automatically change the genre of my songs? I have assigned specifit genres but they're constantly changed without me doing it. ITs annoying. Does anyone know how i can stop this?

    welcome to the discussions
    you may find that WMP is doing this for you.
    There is a setting is WMP that means that it checks the info held in the file (and shown by itunes) against that held at Gracenote and 'updates' the info where there is any disagreement. On my copy its under the 'media library' tab.
    Turn this off if its on.

  • With my Mac Book,can I Enter in my own ICal repetitions. Like all 3,4,5,6,7,8,9,10,11,12 weeks. Why is that not in the IPad?? Kind regards Sylvia

    With my Mac Book,can I Enter in my own ICal repetitions. Like all 3,4,5,6,7,8,9,10,11,12 weeks. Why is that not in the IPad?? Kind regards Sylvia

    We're just users like yourself, so we can't answer your question.  It's just how Apple designed the calendar on iPad.  There are calendar apps with more flexibility in the App Store.  You might want to explore those options.

  • Why does apple not remove the malware Genieo

    Why does apple not remove the malware Genieo - it takes over the Safari browser even with extensions turned off - firefox works fine but the malware is still alive and kicking on my mac.  Should I just uninstall safari and hope the malware is not doing more damage in the background?

    Hi Sickof --
    Apple has never had anything to do with Genio.  It is sneakily installed with other apps you think would be helpful. It is very sickening, IMHO. 
    Here's a thread here -- It's long, I know, but it's got great information for you.
    https://discussions.apple.com/thread/4497906?start=0&tstart=0
    Keep reading.  It's worth it.

  • Why does iPhoto not recognize the .jpg pics from a Kodak C875 now? I can stick my memory card in the iMac and import them that way, but iPhoto will not import the pics from the camera.

    Why does iPhoto not recognize the .jpg pics from a Kodak C875 now? I can stick my memory card in the iMac and import them that way, but iPhoto will not import the pics from the camera.

    There have been many issues reported with Kodak cameras - serach the forums for them
    Actually the best practise is to use a card reader to import your photos, verify that they are imported ocrrectly and wait at least one backup cycle and then use the camera's format command to reformat the card and erase it - this assures no lost photos and always having the card properly formatted
    LN

Maybe you are looking for