How do I show how much battery is left?

On my iphone I can show how much (by %) is left on my battery - how do I do that for my ipod touch (4th gen)?
Thanks

There is no option for showing battery % on the iPod. It appear the other responders was referring to the iPad which has that option. There are free apps that show percentage but you have to open the app to see it.

Similar Messages

  • My ipod touch has a short amount of battery life of around two hours, but i installed an app that tells you how much battery life left, it said 4 hours, how come? is my ipod touch battery faulty?

    my ipod touch 8gb, ios 4.3.2 has a short amount of battery life of around 2 hours, but i installed an app that tells you the battery life remaining, it said 4 hours, how come? is my ipod touch battery faulty

    Some useful info would be:
    What generation is it?
    How old is it?
    If it's older than the 3rd generation, then the battery may have run its course (or iOS 4.3 is taking a toll on the battery).
    If not, then you might have some issues leaving the wi-fi on and fetching data as well as running apps in the background that abuse location services and notification. Make sure those are off, or only running when necessary. If you see a small arrow in the top right corner (that isn't the music "Play" arrow), then you are currently running a location based service that can drain battery.
    Also check your brightness settings, these can really pull battery life.

  • Where can I see *exactly* how much battery is left?

    Is there a way to know the batter charge other than the icon in the upper right for an iPod Touch? I've looked in the general settings and can't seem to find it anywhere.
    thanks,

    The correct answer to this question is that you can't. The only readout available is the graphic display in the battery icon. There is no way to get a % readout of charge remaining (although that information is available internally, since a '20% remaining' warning is generated).
    You can submit a feature request to Apple:
    http://www.apple.com/feedback/ipodtouch.html
    Hope this helps...

  • Is there a app that will tell all apps that are running and possibly how much battery power they use?

    Is there a app that will tell all apps that are running and possibly how much battery power they use?

    You don't need an app to do this.  Here's how you get the battery info.  Go to Settings>More>Battery. This will show you all the active apps and their individual battery usage.

  • After I've heard an audiobook downloaded from the public library, how do I delete it from the Shuffle?  When I plug it into my computer, I get a screen showing how much space is left on the Shuffle but no list of files that I can delete.  WRA

    After I've heard an audiobook downloaded from the public library, how do I delete it from the Shuffle to make room for other audiobooks?  When I plug it into my computer, I get a screen showing how much space is left on the Shuffle but no list of files that I can delete.  These books, incidentally do not appear in the ITunes screen.  WRA

    Select the iPod shuffle in the iTunes sidebar (under DEVICES).  If this is a current 4th (or 3rd) gen iPod shuffle, you should be able to see the contents of the shuffle by type, intented under the shuffle's name (still in the sidebar).  Select Music or Audiobooks (not sure where those items from the library will be listed).  The items will be listed to the right, for each category.  Find the items, select, and delete.
    It's on page 20 of the manual
    http://manuals.info.apple.com/en_US/iPod_shuffle_4thgen_User_Guide.pdf
    NOTE:  If this is an 1st or 2nd gen iPod shuffle, select the iPod shuffle in the iTunes sidebar (under DEVICES).  Over to the right, go to the Contents tab, where the items are listed.  Select and delete them from this list.
    I find it more convenient to make a playlist in iTunes with things I want to put on the shuffle.  I then set up automatic syncing (or use autofill) to have iTunes load the shuffle from that playlist, automatically.

  • My i book doesn't know how much battery charge it has

    my i book doesn't know how much battery charge it has becouse usually it says 100% an has the image of the battery full....now appears the charge in 0% always, even if is connected and charging only change to 1% and when is disconnected appears again 0% and the alert on red .... the information on the system power settings says:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 65459
    Remaining Capacity (mAh): 561
    Amperage (mA): -1135
    Voltage (mV): 15426
    Cycle Count: 269
    please i need to know what to do..... thanks

    Hmm. Your battery shouldn't be dead quite yet.
    Try resetting the PMU as outlined in this article:
    http://support.apple.com/kb/HT1431
    ~Lyssa

  • How to find out how much space is left

    Hi,
    I know Oracle XE has a 4GB user data limit, and a 5GB overall limit. Using APEX you can find out how much space is left via the administration section.
    I'm going to upgrade to APEX 3.0 for testing. However APEX 3.0 will not show me how much space I have left since it's not explicitly written for Oracle XE. What query can I run to find out how much space I have left?
    Thanks,
    Martin

    The following should give you the same results as XE administration => storage :
    select total, allocated, 100 - allocated / total * 100 percent_free
    from (select 5120 total, sum(bytes)/1024/1024 allocated
    from dba_data_files
    where tablespace_name != 'UNDO')

  • HT5035 How can I see how much money is left on a gift card that I have redeemed?

    How can I find out how much money is left on my iTunes card?

    If the card has been redeemed then its remaining amount should be on your account, the card itself is now effectively zero. My account's balance shows at the top left of the store's page on my computer's iTunes, and by logging in to view my account via the Store > View Account menu option. On my devices it shows at the bottom of, for example, the Featured tab in the App Store app under my account id (or you can view your account via Settings > iTunes & App Stores and it should show on the screen that you are taken to)

  • How can i see how much space is left before i burn a cd

    how can i see how much space is left before i burn a cd?  My old OS showed it at the bottom of the window, but loin doesn't have it anymore.

    Open a Finder window > go to View > choose show path bar (and/or status bar, sidebar).....
    Mine are showing (hence the choice to "hide" them).

  • Examining how much resources are left in Oracle?

    Hello. I'm writing some programs that interface with Oracle. I want to know if my programs are leaking any oracle resources. Is there a way to do that per connection/session? 'show sga' isn't very useful.
    I'm running a bunch of sqlplus queries over 10,000 times which will eventually call some pl/sql code underneath, which in turn calls some external c++ programs. Some of these pl/sql programs dynamically create tables, views, and procs. I'm doing this 10k test on one connection.
    I'm using top and I see that Oracle is slowly gaining memory, but i'm not sure what that would be that Oracle is just keeping track of items for house keeping purposes, or if my program is genuinely leaking.
    Anyways, any insight/tools to use would be great.
    thanks.

    Do not much like the the phrasing of your questions. A lot of resources in Oracle is shared resources. The db buffer cache being 100% utilised is not an indication of resource leakage, or we-have-a-problem - it is a lot better to have data in the buffer cache than on disk when it comes to I/O. A fully utilised buffer cache is a lot more desirable than a stingy one that aggressively try not to be an "exhausted" resource at 100% utilisation.
    There are also numerous ways to monitor memory usage in Oracle. Oracle consists of a number of different processes (on Unix/Linux each with its own data segment - stack & heap). Oracle uses shared memory. On the o/s side, what is reported at memory footprint of a process. The actual data segment alone? Global/shared memory used? A lot of memory reporting via top and ps are ambiguous, if you do not understand just what kernel calls are made to calculate this "memory" usage of a process.
    Besides, it is very seldom an issue of "how much resources are left"? And even when one happens to be pushing resources, that is the wrong question to ask. Why? Because it is not about how much is left, but how well the resources are configured and being used.
    And from the sounds of it, "Some of these pl/sql programs dynamically create tables, views, and procs." - it does not sound like it is being effectively used at all.
    For PL/SQL code to be run 10's of 1000's times, and dynamically create database objects..? It's the kind of design and approach that makes me reach for my lead pipe.

  • Determining how much time is left for HttpSession expiration

    Hi,
    Is there any way to determine how much time is left for my session to expire ? What i want to do is, if there is no activity on some page for a long time, then according to the remaining session expiration time, i want to popup a message to the user that 'so much' time is left for his session to expire. If the user wish we can reset the session expired time to its initial value and the session continues.

    Well, see, how are you going to do this even if there was a method (which there is sorta... you need to use getMaxInactiveInterval() and getLastAccessedTime() from session to figure it out yourself). What I mean is, how are you going to tell the user. The JSP can't call the browser to tell it anything, and when the user goes to another page, the timer is reset, so it'll never be below that limit after that request.
    Actually, I can think of only one way, and that is to have a JavaScript code on the page and use setTimeout function to show an alert after the needed time expires.

  • How do i see how much money is left on my itunes gift card?

    how do i see how much money is left on my itunes gift card?

    Do you have the card?  If it has never been redeemed, the amount remaining is the full amount.
    If it has been redeemed,  there is zero value on the card.
    If it was redeemed, the full amount was credited to the account, and can be spent down from there.  To see your remaining credit balance, log into the iTunes Store and look at the upper right.
    If you are not sure whether the card has been redeemed, just go ahead and try to redeem it.  If it has already been used, iTunes will tell you.

  • My imac is on finance, how to find out how much i have left to pay off?

    My imac is on finance, how to find out how much i have left to pay?

    contact the company that you are financing the mac through and ask them.

  • How can i find out how much memory is left on macbook pro

    how can i find out how much memory is left on macbook pro

    From the memory tab in Activity Monitor.

  • How long does mountain lion take to download and where does it say how much it has left mine just says downloading ?

    how long does mountain lion take to download and where does it say how much it has left mine just says downloading ?

    It's totally dependent on your broadband speed.
    It took me about 45 minutes to download, but I have a reasonably fast connection.
    It will often say in the purchased pane of the Mac App Store how much longer it will take.

Maybe you are looking for

  • Help! what does battery with ! mean?

    I connect my ipod mini to the computer and the battery with the '!' mark shows up and nothing happens. I read a link someone sent in response to the same question and it still did not answer my question. I use the same cable and connect another iPod,

  • Can I buy online if I live outside the US

    I live in South Africa and would like to order the new iPhone 6 plus online for delivery in my country, will this be possible or do I have to reside in the States to be able to order online?

  • Change number in my phone

    I have just got myself an iphone 3g in second hand. Problem is that the previous owners phone number still appears in itunes and on top of my contact list. How can I change it to my own number? tnx

  • Linux file name into ODI variable

    Hello All, I have a situation where we have files in one directory in linux ,I want to import the file name into a ODI variable. Ex : A_B_C_2014_01_20.zip (inside this zip file are the flat files with data) is the file name in /u02/source_files locat

  • Problem while installing TDS Addon 4.8

    Dear All,         Presently i am working on SAP 2007 B PL07 , when i am trying to install TDS Addon 4.8 it is giving me error "Wrong Digital Signature Error".               Please Guide me.   Regards Hitesh Parsawala