How do I find out how many GB my iPad has?

How do I check within my iPad to find out if it's a 16GB, 32 or 64?

To to your settings then general then about and if the capacity is 13 then it came with 16gb.  If its like 28 then it came with 32 gb and so on...

Similar Messages

  • How to find out how many hours an iMac has been running!

    Is there a way to find out how many hours an iMac has been running? I am thinking of buying a second hand iMac 20' or 21.5' as for space reasons, the actual 27' versions are too big. And of course, all adverts state "hardly never used"!!

    Hi, I think in later OSes I've seen total Machine hours in System Report or such, but on 10.4.11 right know.
    Hard Drive ON hours might be helpfull using Smart Utility...
    http://www.volitans-software.com/smart_utility.php

  • How to find out how many times an album has been burned to cd

    how to find out how many times an album has been burned to cd

    You can't.
    and the restriction (lwhich limits burning a specific playlist to audio CD) applies only to a specific playlist with DRM songs.

  • How do you find out how many times an app has been downloade

    Wondering where I can find out how many times an app from the app store has been downloaded?

    Are you asking if you can find out how many times an app has been downloaded from the app store? Or you asking if you can find how many times you have downloaded the app? If the former, you could try asking the developer. If the latter, none that I know of.

  • Finding query access frequency or how many times a query has been executed?

    Dear Experts
    I need to find the total number of access frequency of individual queries that are requested by the users say at a particular time.
    Say there are 20 distinct queries requested in the time difference of 3 hours. All of the 20 queries or some of the queries may be requested for more than 2/3 times at that time by other users. By the way say query Q1 is requested 5 times at that so its query access frequency or how many times this query is executed is 5.
    From where and how can I can find this counting of query access frequency or how many times a query has been executed at particular time or a session?
    Normally we know the there SQL history dynamic performance views or if it can be possible to query the Shared pool library cache for SQL area it may be possible to find the total number of execution time for a query. But how to find that if anyone knows, please help me about this.
    Regards-
    Engr. A.N.M. Bazlur Rashid
    OCP DBA

    That's one of the stats reported by statspack - assuming that your query does sufficient work to meet the thresholds for the standard report. Executions is of course one of the columns of v$sql so you might just wish to sample that yourself. Finally if you are on 11g and the sql you are interested is relatively low resource intensive and you are licensed for AWR then you can use the slightly madly named "colored sql" feature that ensures that a specific statement will always be sampled for AWR.
    Niall Litchfield
    http://www.orawin.info/

  • How can I find out the list of users who has the access to IT 0008

    All,
    How can I find out the list of users who has the W R permission for IT 008
    for others?
    SUIM doe not look like giving me the correct results.
    Please advise.
    Thanks,
    From
    PT.

    combine tables AGR_1251 and table AGR_Users on keyfield AGR_USERS
    in tabel AGR_1251 select on Field LOW values IT0008.OR W OR R,
    noiw you get also other values
    So better solution run the query twice over AGR1251 first on IT0008 and secondly on values W OR R and then the result over table AGR_USERS
    Youu also might put an additional selection on object P* (only selecting HR objects)
    output wll be UID in table AGR_USERS

  • How do I find out when I registered my iPad?

    How do I find out when I registered my iPad?

    Well, go to this link and put in your serial number when the box comes up. You can find your serial number on your iPad under Settings>General>About. The serial number is about half way down. Once you key that in and press Enter, it will show you if you are registered, and your coverage information.  Here's the link:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Hope this helps!
    Cheers,
    GB

  • Is there a restriction on how many simultaneous wireless iPads can watch movies from one iTunes account or AppleTV generation 2 or later?

    Is there a restriction on how many simultaneous wireless iPads can watch movies from one iTunes account or AppleTV generation 2 or later?

    Welcome to the Apple Community.
    I find it hard to believe that this information isn't clearly available somewhere, but it isn't and I don't think I've seen anyone here who is 100% sure. However, I believe you can have up to 10 associated devices, which include authorised computers (of which you can have up to 5), I suspect the Apple TV might become a temporary associated device while it's in use, but I'm not entirely sure myself.

  • How many times a program has been run?

    Is there a transaction or table or something that tracks how many times a program has been run?   The number of times the program has been run plus using the programs' attributes for last changed would help me a lot.  We need this for an archiving study to determine of the client has set up the configuration correctly since they went live and have been executing the correct programs.  Thanks and mucho rewards if someone has an answer.  FYI - I have done a forum search and could find nothing on this topic.  I have looked at the tables TADIR and no help, as well as transaction STAT.

    I know ST03N transaction can be used extensively to determine how the programs were executed or even to know who all are using a particular transaction...
    I tried to find if we can find the number of executions of a program through this transaction, I could not find myself...
    try if you can find it through this tcode.
    Phani

  • Is it possible to see how many hours an iMac has been "running"?

    Is it possible to see how many hours an iMac has been "running"?

    From the Finder, click the Apple logo at top left, choose About This Mac and then from the window that opens choose System Report.
    Scroll down to the Software heading and in the System Siftware overview, you'll see Time since boot.

  • How many hours my Mac has been on?

    Friends:
    Is there some command that I can type into the terminal which will tell me how many hours my Mac has been on?
    Are there other similarly interesting commands that your know of?
    Thanks
    Migs

    uptime
    Are there other similarly interesting commands that your know of?
    No idea what you'd find interesting. Any book on BSD Unix would list a plethora of useful commands. There are also some books on UNIX specifically for Mac OS X. You can also find a number of sites by searching the web for something like "mac unix commands".
    Regards.

  • Counting how many times my app has been opened

    I want to be able to count how many times a user has opened my application, and so every time the application launches, this number is added by one.
    Does anyone know how I store a long-time variable like this that will still need to be available across different runs of the application? I imagine this value would be stored in the application's preference file in Library, but I don't know how to do this.
    Can any of you please lend me some advice/code to achieve this (I am using Objective-C)?
    Thanks in advance,
    Ricky.

    Hi.
    It has been a while - but I finally got around to slapping some code together. I have successfully created and retrieved the value from the preference file, but for some reason, adding 1 to my value each run is not working. It only adds by one after each BUILD. So I have to rebuild it every time I want it to increment. See my code below;
    [NSUserDefaults init];
    int numberOfTimes;
    numberOfTimes = [[NSUserDefaults standardUserDefaults] integerForKey:@"used"];
    numberOfTimes = numberOfTimes++; //It is that that is not working.
    [[NSUserDefaults standardUserDefaults] setInteger:numberOfTimes forKey:@"used"];
    NSLog (@"%d", [[NSUserDefaults standardUserDefaults] integerForKey:@"used"]);
    I can't seem to stop anything wrong, but then again it is late.
    Do any of you see any errors here?
    Thanks,
    Ricky.

  • HT4059 Being new to iBook publishing I need to know if stats are available to determine how many times my iBook has been downloaded. Can anyone help please? Mr Ignorant

    Being new to iBook publishing I need to know if stats are available to determine how many times my iBook has been downloaded. Can anyone help please? I need to persuade someone that this really is worthwhile. Mr Ignorant.

    The only people who can possibly assist you with this is Apple Customer Relations, call your local Apple contact number and ask for Customer Relations then explain your situation clearly and politely (be firm but don't rant).
    You might want to investiage what the local laws are regarding defective goods and 'fit for use' definitions on warranties etc. Consumer Protection can be a useful tool to use or bargain with if needed ...

  • How to keep track of how many times a link has been clicked?

    How to keep track of how many times a link has been clicked or accessed? Do I need to use database for this?

    Hi
    Proably something like this can work,
    1> Have a servlet/bean invoked when the link is linked
    2> have a static variable in that servlet/bean wich gets incremented before the control is passed to another desired page..
    The problem with this approach is that care has to be taken that the servlet/bean is not re-instalised, in case of which the static variable will also be instalised and the data would be lost.
    The best thing is to store the count in the database.
    Regards
    Arathi.

  • Viewing how many pages a PDF has in a large (pdf) file list.

    Hello,
    Is it possible to view how many pages a PDF has in a huge file list in Windows Explorer?
    Thanks in advance !
    ( for example; http://img716.imageshack.us/img716/9131/voorbeeldi.jpg )
    Greetz,
    Frank

    no, you can`t

Maybe you are looking for

  • MBP- Digital Audio Out is always on

    For some reason after (I believe) I updated to 10.4.9 the Digital Audio Out on my MBP is always on, thus making the internal speakers unusable. If I plug in headphones they work fine but after I unplug them it switches back to digital audio. How do I

  • Cheque Number Confirmation

    Dear All,        I want to change cheque number which I assigned at the time of outgoing payment-Payment means -cheque, for this I am trying to use cheque number confirmation function But when I am selecting all the details Banks,Account No., Branch

  • How to Export data from webdynpro using Jecxcel

    Hi , Can anyone help me how to export data from web dynpro using Jexcel. kindly send me the related links. Thanks

  • Effects using Object Layer Options

    Under Object Layer Options I would love to be able to apply effects to individual layers. If I can view / turn "off" or "on" individuals layers, then why not be able to apply effects as well? For instance: say I have an image of an apple photographed

  • Mac mini poor Wifi strength

    I have a stock Core Solo with OS 10.5.3. I can see my neighbours' open APs. With a Gateway XP laptop, I can connect to their APs, though with low strength just fine. But my Mac mini it keeps "searching for AP" and sometimes shows those APs and someti