Zen Nano 512 Does not show the remaining time

i realise that it can not show the remaining time of the songs..
how can we set it up? can we set it to show the remaining time?
best wishes
ozzy

It only shows the time elapsed.
PB

Similar Messages

  • Tint2 does not show the system time

    Hello someone could help me with this boring issue?
    this is my /etc/rc.conf
    L
    OCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    it its 21.10 eastern time and the clock shows 15:07
    hwclock --show
    Mon 28 Feb 2011 03:18:42 PM EST  -0.062839 seconds
    date
    Mon Feb 28 15:19:03 EST 2011
    but the bios shows the right time so??.
    Only Arch is on this laptop, no other OS.
    GRUB installed on sda
    Thanks
    Last edited by pilot (2011-03-01 02:23:29)

    you can also define your timezone in tint2 config file.
    http://code.google.com/p/tint2/wiki/Configure#Clock
    of course it's a work around but not a solution.

  • Ical does not show the actual time

    Hi, I got a new Mac a few weeks ago and ical seems not to be working. Every time I load a new event it always shows as 2pm and the rest of the hours are not displayed anywhere. Has anyone had this problem or something similar to it?

    dlb1977,
    Welcome to Apple Discussions.
    I recommend that you experiment with changing your settings in System Preferences…International>Formats>
    Choose Customize...>Dates/Times>Show> and change each entry (Short/Medium/Long/Full) to match your desires/requrements.
    Also, choose iCal>Preferences...>Advanced>(✓) Turn on time zone support.
    ;~)

  • Creative Zen Nano mp3 player not showing on ext monitor

    I am having a problem getting an mp3 player to show in the finder when my powerbook is closed and I am working off an external monitor.
    I have a Creative Zen Nano 512 mb which shows on the desktop of my powerbook when the lid is up. Once showing I can close the lid and it will still show on an external monitor. If I eject and plug it in again, it will not show. I can restart the powerbook but I cannot connect the mp3 player to a closed powerbook and get it to show up on the external monitor. I can only get it to show in the finder when the powerbook display is functional. It will show on both.
    Anyone have info on this.
    How can I get this MP3 player plugged into the USB port, to show on the desktop viewed on the external monitor when the powerbook is closed lib?
    Thanks

    Harmz,
    I think you may get better info if you post on the Powerbook G4 12" Discussions. (I think you just hit the wrong button.)

  • IPod Nano directory does not show loaded tracks

    I have a 7th Gen iPod Nano that was formatted by iTunes for Windows 7 that does not show the tracks loaded on it once it is ejected. Apple has replaced the Nano twice with no change. Working with AppleCare Support I have removed iTunes and everything else from Apple several times in accordance with the "Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8" Knowledge Base article. We tried various cables and different USB ports but they made no difference. In between each removal I have run CCleaner's registry search and cleanup tool and restarted the computer. Windows 7 is and has been up to date and the version of iTunes has always been the latest. iTunes will recognize the Nano and I can load playlists on it but once I eject it and select the music icon it says that there is no music loaded. When I check to see if the iPod knows that there is anything loaded it shows that there is something loaded by virtue of the fact that it shows the same amount of free space as iTunes did just before it was ejected. I have spent a couple of weeks chasing this problem with the AppleCare Support Team in Cupertino and we are all stumped.
         I do not have any problems when I connect my iPod Classic to the same computer and load tracks on it.
         All of the Nano's that have experienced this problem have worked fine when restored on my Mac.
         The original Nano worked fine with this Windows 7 computer for about 9 months and then started saying that it needed to be restored every time it was connected even if it had just been restored. That problem brought about the first replacement of the Nano. After all of our efforts the AppleCare Support Team suggested that we replace the Nano again so that is what we did this week with no resolution of the problem.
         Does anyone know of any Windows software that is known to create problems with iTunes?
         I had not connected a Nano to the computer for about 2 months before I started having problems so I have no way of determining what might have been installed that caused this problem. This is a company computer and all software installations and updates are controlled by our IT Dept. iTunes is supported by the company due to the fact that our IT Dept. personnel and senior management have company iPhones and some iPads. We did connect the Nano to one of the IT computers and it was recognized and iTunes was able to see the tracks loaded but there was nothing available once it was ejected.
         Any assistance will be greatly appreciated.
    Tom Davis

    1. Shouldn't you be posting on the Nano Section?
    2. UPDATE your iTUNES
    3. It should be fixed...if not reply

  • Field Explorer in Crystal Reports does not show the same names as Bex Query

    Hi
    I have crystal reports, I can retrieve data from BW Bex Query. But in the field explorer it does not show the names as in the Bex query designer.
    In the Bex query designer a field will have the following technical name 0Debitor and the description is Customer.
    It shows in crystal reports in the field explorer twice as D[0DEBITOR]D and D[0DEBITOR]D. It also does not seperate key figures and characteristics.
    I would like it to display the field explorer as shown in this blog.
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    Thanks in advance

    Hi,
    take a look here:
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    make sure you are using the MDX Driver and what happens is that you will see several fields per characteristic. example: one for the key, one for the description, several if modelled for the display attributes
    Ingo

  • HT1338 i lost my iphone and my macbook pro does not show the icloud in system pref. What do i do? how do i download icloud?

    I lost my iphone and my macbook pro does not show the icloud in system pref. how do i get icloud on my mac?

    iCloud is only available in Lion, 10.7. You will have to upgrade to Lion in order to get into iCloud. If you transfered a .mac or .me address to iCloud through mobile me, or you have another device iCloud enabled, then you can log into the iCloud.com website.

  • Why this query does not show the result?

    Why the query with the schema prefixed does not show the result and the query without schema display the correct results?
    SQL> select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS';
    select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS'
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> select data_object_id,object_type from dba_objects where object_name='HR.JOBS';
    no rows selected
    SQL> select data_object_id, OWNER, object_type from dba_objects where object_name='JOBS';
    DATA_OBJECT_ID     OWNER                          OBJECT_TYPE
    69662              HR                                 TABLE
                       OE                                 SYNONYM
    SQL> SELECT USER FROM DUAL;
    USER
    SYS

    Hi,
    the column object_name refers to a object_name which is 'JOBS', the column owner refers to the owner 'HR', the value isn't stored together, so you have to select the two columns. It is the same behaviour as every other table/view. Have a look at the values in the view DBA_OBJECTS.
    Herald ten Dam
    Superconsult.nl

  • Report does not show the main section while calling from forms 6i

    Hi
    I am running report from report from forms 6i but is does not show the data in main section, where as the data in the header section is ok.
    But when i run the same report independantly from report builder it show the both header and main section with relevent data.
    pl solve the matter
    thanks in advance

    can you tell me more about this, you might check if you are using different users when you call this report or if the user has all privileges to see all tables in this report

  • My Iphone5 does not show the picture location after upgrading to ios 7.0.4 - why?

    my Iphone5 does not show the picture location after upgrading to ios 7.0.4 - why?

    I change Settings>Privacy>Location Services>Camera to OFF and then ON and the locations start to appear !!!!.
    It seems to be Apple bug.
    Thanks for you efforts

  • I am installing snow leopard on a new drive unformatted but it does not show the disk to install it on.? do i need to format first with one partition?

    I have installed a new drive on my mac book and more ram but the snow leopard install asks which to install the system on but then does not show the drive.
    do I have to partition it and name it first. -- if so just one partition?

    Do this:
    Drive Preparation
    1.  Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    When formatting has completed quit DU and return to the installer.  Complete the OS X installation.

  • ME23n , Does not shows the values correctly in print preview

    Hi,
    When viewing a PO using ME23n , it does not shows the values correctly in the print preview.
    For example;
    This is the vendor & its address.  (check attached image img1.jpg)
    ZERANDIB BUSINESS APPLIANCES
    Number-122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO-04
    When displaying the print preview, it shows only some parts of the above address
    Shows only; (check attached image img2.jpg)
    ZERANDIB BUSINESS APPLIANCES
    PO BOX 41,112,REID AVENUE
    These values are getting from a table called LFA1. I have checked that table & in that table all the values exists correctly.
    I have noted issue is with, having only a single word. (If address or name having only a single word, that is without spaces, it will not going to show in the print preview) -
    In the above example, it is not showing Number-122/A and  COLOMBO-04 (Its a single word. No spaces there)
    If its like --> Number - 122/A   &  COLOMBO - 04 ,  then it will display in the print preview correctly (where there are spaces after - mark)
    check img3.jpg
    If its having more than one word, then it will display correctly in the print preview.  As below;
    ZERANDIB BUSINESS APPLIANCES
    Number - 122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO - 04
    If its 2 or more words, it shows correctly.
    If its 1 word, then its not showing!
    Why it is happening like that? Any ideas how to resolve this issue?
    regards.
    zerandib

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • Acrobat Pro "save as" function in the file menu does not show the current directory of the file

    I have installed CC but Acrobat Pro gives me headaches.
    The "save as" function in the file menu does not show the current directory of the file but something I have worked on in the past.
    It forces me to navigates through my hard disk for this very straightforward thing in normal conditions. I precise: Acrobat is the only software reacting like that.
    I use Windows7 professional 64bits.

    I use what seems to be the latest version available on the Cloud:
    To illustrate my point, I open a directory with explorer and double-click on the only PDF in there:
    So here it is, open:
    When I do a "Save as", it takes me to a totally different place on the disk!
    Very annoying...
    Thanks for your time!
    JJ

  • My playlists show how many titles are in the playlist but does not show the list of titles

    my playlists show how many titles are in the playlist but does not show the list of titles. Is there a setting that I hit by mistake to hide the content?

    Perhaps you have made one column extra wide and the window isn't currently showing the Name column. Try resizing columns, turning off those that you don't need, or scrolling sideways.
    tt2

  • I have an I phone 4s and I have many contacts in my phone.  However, whne my phone rings or I receive a text, the phone does not show the name of the contact person only the phone number.  I have checked every setting I can think of ?

    I have an I phone 4s and I have many contacts in my phone.  However, when my phone rings or I receive a message.  The phone does not show the name of the caller.  It only shows the phone number that is calling.  I am sure this is a setting problem, but I have checked every setting I can think of.  Any suggestions??

    If you are a Verizon user try this:
    Open the phone and dial *228. This is a Verizon over-the-air programming number.
    When the system answer press 1 for "Program or activate your phone"
    Wait for the call to disconnect. You should get a prompt stating "Settings updated."
    Double tap the Home button to bring up the recently used apps list at the bottom.  Locate the Phone, Message, and Contacts apps, swiping if necessary, and press and hold until they jiggle then press the red minus sign to stop them.
    Wait a 3-5 minutes.
    Try your phone again and see if it's fixed.

Maybe you are looking for