2 Clock/Time display on Ipod. One on top of the other.

This is only visually available when I have my Ipod docked and when I attempt to input my password.
No idea as to how I can remove this.
I noticed that 1 time stamp (reads: 6:26) never changes under the current time and I saw a difference after Daylight savings time occured last weekend.
Have resert time in Settings and that does not make a difference.
No trauma to device -- just regular use.

- Reset the iPOd. Nothing will be lost.
Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
least ten seconds, until the Apple logo appears
- Restore from backup
- Restore to factorydefaults/new iPod

Similar Messages

  • Display 2 images - one on top of the other

    I am currently overriding paint and using createImage to pull images from files, and Graphics.drawImage to display the 2 images in a panel, with one completely on top of the other, obscuring it. There is a significant "flash" because it looks like 1) paint is being called twice; and 2) the "foreground" image is being drawn first and then the "background" image is being drawn. Most of the time, that is. The order seems to be determined by something beyond me. In paint I am calling Graphics.drawImage(background params..) and then Graphics.drawImage(foreground params...)
    Here is my question: How can I get this to look good? I cannot use a LayeredPane; the program is supposed to be light weight, J2SE. Can I somehow combine the images before displaying them? Like, write on on top of the other, and then display the result? I don't need to save the result.
    OR, is there a way to draw the background image once, and then up date the foreground image when necessary? My background image is constant and the foregrounds change...
    I'm not very up on Java 2D. Should I be using Graphics2D and BufferedImage? What other classes should I use or look at?
    Thanks for any help! Feel free to provide code samples!

    Flashing sounds like you are doing something basically wrong, like using the AWT instead of Swing.
    Learn about Java2D, you're going to need it sooner or later, and don't fear BufferedImages, they're easier to
    work with than java.awt.Image:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import java.awt.image.*;
    import java.io.*;
    import java.net.*;
    import javax.imageio.*;
    import javax.swing.*;
    public class TwoImageExample extends JPanel {
        private BufferedImage backImage, foreImage, foreImage1, foreImage2;
        private Timer timer = new Timer(1000, new ActionListener(){
                public void actionPerformed(ActionEvent evt) {
                    foreImage = (foreImage==foreImage1)? foreImage2 : foreImage1;
                    repaint();
        public TwoImageExample(BufferedImage backImage, BufferedImage foreImage1, BufferedImage foreImage2) {
            this.backImage = backImage;
            this.foreImage1 = foreImage1;
            this.foreImage2 = foreImage2;
            //alternates:
            this.foreImage = foreImage1;
            timer.start();
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            Insets insets = getInsets();
            int w = getWidth() - insets.left - insets.right;
            int h = getHeight()- insets.top - insets.bottom;
            Graphics2D g2 = (Graphics2D) g.create(insets.left, insets.top, w, h);
            AffineTransform xform = AffineTransform.getTranslateInstance((w-backImage.getWidth())/2, (h-backImage.getHeight())/2);
            g2.drawRenderedImage(backImage, xform);
            xform = AffineTransform.getTranslateInstance((w-foreImage.getWidth())/2, (h-foreImage.getHeight())/2);
            g2.drawRenderedImage(foreImage, xform);
        public static void main(String[] args) throws IOException {
            URL url1 = new URL("http://today.java.net/jag/Image24-large.jpeg");
            URL url2 = new URL("http://java.sun.com/j2se/1.5.0/docs/guide/deployment/images/javalogo52x88.gif");
            URL url3 = new URL("http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/images/javalogo52x88-gray-bg-3.gif");
            JComponent app = new TwoImageExample(ImageIO.read(url1), ImageIO.read(url2), ImageIO.read(url3));
            JFrame f = new JFrame("TwoImageExample");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(app);
            f.setSize(800,600);
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • I have 2 ipods,one for music and the other for old time radio shows.Each had their own file.My computer crashed and I had to buy a new one.Now both ipod files are merged into one.How do I seperate them.

    I have 2 ipods,one for music and the other for old time radio shows.Each had their own file.My computer crashed and I had to buy a new one.Now both ipod files are merged into one.How do I seperate them on the computer?

    Hi Craig
    Unfortunately, in your case, there isn't really a way to separate them as far as I can think.
    You could try restoring from a backup, and choosing an older backup perhaps
    Cheers

  • After plugging my ipod into my mac mini, my screen split into 2 duplicate screens, one on top of the other. How do i make that go away?

    after plugging my ipod into my mac mini, my screen split into 2 duplicate screens, one on top of the other. How do i make that go away?

    I am not sure about everything, but there is something that may fix some of your problems. Go to System Preferences, and choose the "Universal Access" preference pane. In Universal Access, turn off VoiceOver, Zoom (seeing tab), Sticky Keys, Slow Keys (Keyboard tab), and Mouse Keys (Mouse tab). Make sure the "Enable access for assistive devices" checkbox, which is at the bottom of the preference pane. From there, look at other options and see if they are things you want turned off, or changed from how they are set. If you don't know what different options do, click on the help icon at the bottom left corner of the window. And if you are still baffled, ask here and someone will tell you what it does.
    If you use any of the universal access options or think they could be useful, feel free to leave them on.
    Also, go to the Keyboard and Mouse preference pane, choose the Keyboard Shortcuts tab, and make sure there are no strange keyboard shortcuts set that may interfere with the keys you are having issues with.
    Did you install any new software before this started happening, and if so, how many days before it started happening?
    Let us know if these tips get you anywhere.

  • When i watch vids on any website i see the same vid twice. One on top of the other with a green line dividing them

    When i watch vids on any website i see the same vid twice. One on top of the other with a green line dividing them
    == This happened ==
    Every time Firefox opened
    == Today

    First of all, Firefox support SUCKS! I am looking onto Opera or Chrome.
    Here is my solution. I have WinXP 64 bit with a Nvidia card. I had the same issue and all I had to do is update the video drivers and it fixed the problem. Try this out.

  • My Bars are all stacked one on top of the other ie ASK A QUESTIONS, under that: File, Edit, History etc, under that Mozilla Firefox start page, tab tab etc. This uses 1/3 of my screen, can I make it all one bar

    I don't know how to insert a screen shot of my problem but as described above, right now I have 5 bars on top of my window.
    1. Ask a question under that
    2. File Edit View History Bookmarks Tools Help under that
    3; Mozilla Firefox start page (tab Ask a Question)
    under that
    4. Address line (www.you ask me.com) under that
    5. Latest headlines, most visited, City of Balch Springs etc.
    I don't want all these bars and I don't want all that window space used.
    What ever you can do to help will be GREATLY appreciated
    Thanks
    Al

    Thanks for the reply however, I don't want to "not show" these toolbars I just don't want them stacked one on top of the other. See what I mean with the snapshot attached. (Hopefully attached)

  • When I open multiple images, they open one on top of the other, filling the entire workspace

    I'd like to be able to view them and edit them side by side, but when I click on one, it opens on top of the other. I don't know how to change this so the images can be edited side-by-side. I tried Cascade, but it's grayed out and not an option. Help!

      It’s best to change preferences and then cascade and the other options become available.
    Click Edit à Preferences à General
    Then check Allow Floating Documents in full Edit.
     

  • Quick time Fast Starts on one page, but not the other?

    fast starts on this page
    http://www.purnellpictureshow.com/media/nikemediapage.htm
    waits to fully download on this page
    http://www.purnellpictureshow.com/media/atfmediapage.html
    can anyone help me with why? the code maybe? i've re-encoded the ATF video over and over making sure fast start is selected and no dice.

    Both pages have the same html code so I suspect the file. You can restore fast start properties by using QT Pro and "Save As". No need to export.
    Other issues is the use of just the embed tag. Doesn't work with PC's and Internet Explorer because it doesn't call ActiveX. More info:
    http://docs.info.apple.com/article.html?artnum=61011
    The recent Microsoft security update has changed the "rules" again involving ActiveX and Internet Explorer:
    http://developer.apple.com/internet/ieembedprep.html

  • HT1349 itunes print option scrambles all  song titles one on top of the other

    Can anyone solve this problemfor me please Version is windows 7 11.02 (feb 2013) 64 bit and has been installed twice !!

    There is nothing wrong with either your computer or printer. The problem is with the recent iTunes11 download. Apple have said that they are aware of a number of problems and a new release rectifying all of them will be released in a few weeks time. We can only wait and see but until then yes as mentioned by another contributor I have been just printing a playlist and then scale it down in windows excel by copy and pasting. Hope this helps.

  • I have layed out a site with 2 rectangles (one on top of the other) in the footer and the one is being cut off when I publish the site

    The depth of the rectangle is fine when I view in muse but only cuts off when published

    Hello,
    Issue is because of the text box in the middle of the rectangle (In MAIN Master page), Please increase its width and then try to preview it.
    Please take a look at the screenshot. I increased it to 311 px and its working form me.
    Please take a look at the screenshot for better understanding.
    Regards
    Vivek

  • How to display newly added bookmarks on top of the list in Unsorted Bookmarks? (not in Bookmark Manager window)

    I have hundreds of bookmarks.The Bookmarks Toolbar is filled.I made a shortcut of the "Unsorted Bookmarks" folder and placed it in on the Bookmarks Toolbar.Whenever I click the star to add a bookmark, it adds one to the real Unsorted Bookmarks, which add a copy of that bookmarks into the folder named Unsorted Bookmarks which is on the Bookmarks Toolbar.
    When I click on the Unsorted Bookmarks(both original and shortcut folder), it displays the oldest bookmarks on top, which honestly makes no sense to me because the user has to scroll a lot to get to the newest bookmarks, which are more likely to be used than the old ones that have been sitting there for a long time.Is there any way to sort the bookmarks by a reversed chronological order and display newly added ones on top of the list ?
    I am aware that you can do this in Bookmarks Manager window(called Library?) but it requires too many steps and it's time consuming and not easy to use in general.I'd rather click on the folder on Bookmarks Toolbar to open my bookmarks, but they show old ones on top.
    Thanks !
    hashtag - firstworldproblem

    Hmm, you might need to create a "smart folder" for this. You may have noticed some blue folders in your bookmarks such as "Most Visited" and "Recently Bookmarked". These show the results of a query run against your bookmarks or history (Places database) and you can create your own queries with a little elbow grease.
    So one possibility might be to create a custom "Recently Bookmarked" folder that extends beyond the current limit of 10. I gave the steps for creating a 20-item version of this folder in this post: https://support.mozilla.org/questions/934205#answer-358492
    That example searched ''all'' bookmarks and not specifically Unsorted Bookmarks. To create a new "smart folder" for Unsorted Bookmarks, you could try this:
    (1) Select and copy the following places search query:
    place:queryType=1&folder=UNFILED_BOOKMARKS&folder=UNFILED_BOOKMARKS&sort=12&excludeQueries=1
    ''(For definitions of those parameters and many more, see: [https://developer.mozilla.org/docs/Places_query_URIs])''
    (2) Expand the Bookmarks Menu (e.g., from the toolbar button or menu bar, or in the sidebar or Library dialog), right-click the first bookmark, and choose New Bookmark
    (3) In the Location field, paste the query (Ctrl+v or right-click > Paste)
    (4) In the Name, enter something like Unsorted Desc (for descending order) or the name of your choice. Then click Add.
    (5) Drag the new bookmark to the desired location on the Bookmarks Toolbar. If you are using the menu, click and drag and hover over Bookmarks Toolbar until it expands. Once it is on the toolbar, you can easily move it again to the desired location. During the first move, Firefox will recognize it as a query-type bookmark so that is why I have you create it on the menu and move it to the toolbar.

  • Two different photos appear in an Event, one photo is on top of the other.  Please help!

    I own a Mac Book Air OS X computer.  In one iPhoto Event I have 936 photos.  I noticed that two completely different photos in the Event are on top of each other.  "Landscape photo A" appears in the slideshow bar at the bottom of the Event, while "Face photo B" appears on the Viewing screen.  Two photos are stored one on top of the other.  The photos were taken on the same trip, but on different days.  I have tried to re-number or re-date all the photos in the Event, hoping that it would separate these photos.  I have also tried to duplicate photo "A" as it appears on the Viewing screen, but photo "B" still lies on top of photo "A" in the slideshow bar at the bottom of the Viewing screen.  Photo "B" also appears as an icon in the Event, while photo "A" doesn't appear at all, it continues to be unseen behind photo "B."
    Please help.  I have already lost several photos in the "Trash" while trying to resolve this problem.
    Thanks,
    d olsen

    What version of iphoto? Is OS X 10.9.5 as you state correct for you OS? where is your iphoto library located? (if on an external drive what forat is it and how is it connected to your Mac?)
    you can try Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - from the resulting first aid window repair permissions, rebuild thumbnails  and if necessary rebuild your database
    LN

  • One ipod connects to itunes but the other doesn't...?

    I have 30GB ipod that works just fine with my labtop connecting to itunes and all. My problem is lately, when I try to connect my brothers nano to my computer, it shows the do not disconnect screen but that's it. I tried restarting his and the iPodService.exe thing but no luck. Why whould one work and not the other?

    Have you had any luck with your second ipod? I actually have the same problem - I got one for myself and one as a gift. One of them connected to my network with no problem. The other one doesn't see any networks. I've restored it a couple times but I'm not willing to pay for the new software without knowing if that will fix the problem. I'm about ready to return it.

  • Ipod touch 4g - sound comes out one earphone loud and the other softly. I've tried other headphones with same result. is there a fix for this ?

    Ipod touch 4g - sound comes out one earphone loud and the other softly. I've tried other headphones with same result. is there a fix for this ?

    Clean out/blow out the headphone jack. Insert/remove the heaphone plug a dozen times or so
    Try the following to rule out a software problem:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>GeneralReset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store since it appears you have a bad headphone jack
    Apple Retail Store - Genius Bar
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours
    Apple - Support - iPod - Repair pricing
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Hi gurus in scripts i want to display more then one main window on the page

    hi gurus in scripts i want to display more then one main window on the page how it is to follow any body explain to me plz.

    Hi all,
        I am printing check printing from F110 with Z-form and it has been assigne to FBZP also..
        My client need to print the check information twise that means main window data two times.
        like this: 
           First main window.  :      invice#       amt            amt
                                               9002          4000          4000
                                               9005          5000          4000
    Al so they want like to print same in down part of the main window.
           First main window.  :      invice#       amt            amt
                                               9002          4000          4000
                                               9005          5000          4000
    For this i  have created instance main window of main window like MAIN    01,  but it is not displaying the data in instnce window data
    in the instance main window. 
    Question: Could you please let me know abt the same or good solution. How to cal main window instance , i tried with  
    /:   NEW-WINDOW      in instance main window part but it also appering in main windoe also.
    could you please let me know how to call instance main window or any other solution to get teh data like my example above.
    thx

Maybe you are looking for