HT1925 how can i find what gb is my phone

how can i tell what gb my iphone is & how big is my camera

Please be aware that you are not communicating with Apple when you post in these forums. The only people who will reply to your posts are we your fellow users, and none of us get paid to help here, so it may take a while before someone replies. It also helps if you post in the correct forum; this is the QuickTime forum, not the iPhone forum.
Regards.

Similar Messages

  • How can I find what apple ID I used to register my iMac when I first booted up? I am being told that by using this ID I will be able to go on to the App store and down load iPhoto at no cost. Is this true? My iMac does not have iPhoto resident on it now

    How can I find what apple ID I used to register my iMac when I first booted up? I am being told that by using this ID I will be able to go on to the App store and down load iPhoto at no cost. Is this true? My iMac does not have iPhoto resident on it now and I only purchased my new iMac in December 2012
    Thanks....

    Launch Keychain Access and click on Login in the left hand pane and then on Passwords.  Next do search for Apple in the search field at the top and click on Apple ID Authenicication in the list that comes up.  That will give you the ID no. and password.
    OT

  • HT5622 how can I find what the charges aree to my credit card from the apple store? I get multiple charges every month and don't know what they are for...I want to cancel whatever is being charged to me...how do I do it?

    how can I find what the charges aree to my credit card from the apple store? I get multiple charges every month and don't know what they are for...I want to cancel whatever is being charged to me...how do I do it?

    Have a look at this link
    http://support.apple.com/kb/ht2727

  • HT4910 how can i find what devices are sync to my laptop as mine is saying 5 i dont no why

    how can i find what devies are synced with my computer as in itunes says 5 i dont have 5

    That information is not available.
    De-authorizing Computers (contributed by user John Galt)
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.
    For more information on authorization and de-authorization: iTunes Store- Authorize or deauthorize your Mac or PC.

  • I forgot my Security Question and Security Info email. How can I reset my Secret Question or how can I find what was my Security Info email is?

    I forgot my Security Question and Security Info email. How can I reset my Secret Question or how can I find what was my Security Info email is?

    You won't be able to view and/or change your rescue email address until you can answer your security question(s). If you only have one security question then you should be able to reset it according to http://support.apple.com/kb/HT6170 :
    Reset your security questions
    Go to My Apple ID (appleid.apple.com).
    Select “Manage your Apple ID” and sign in.
    Select “Password and Security” on the left side of the page.
    If you have only one security question, you can change the question and answer now.
    If you have more than one security question:
    Select “Send reset security info email to [your rescue email address].” If you don't see this link or don't have access to your rescue address, contact Apple Support as described in the next section.
    Your rescue address will receive a reset email from Apple. Follow its instructions to reset your security questions and set up new questions and answers. Didn't receive the email ?
    After resetting your security questions, consider turning on two-step verification. With two-step verification, you don't need security questions to secure your account or verify your identity.
    If you have more than one question then as you can't remember your rescue email address then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps on this page to view and/or change your rescue email address for potential future use : http://support.apple.com/kb/HT5620
    Or if it's available in your country you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • How can I find what scom group a specific server belongs to using powershell?

    Environment:  SCOM 2007 r2
    Server in question:  Running Windows 2003 Std. (yes I know this sounds crazy)
    Why do I need this:  I noticed at the console level we have had server unexpected shutdown events which are not generating email notifications. 
    Source shows: Windows 2003 Server Standard Edition
    Alert Rule:  Windows Shutdown Unexpectedly
    From what I see these are all windows 2003 server Std edition systems.  I did a track and trace using our exchange tracking system which confirmed the alerts were not being emailed. Not sure if there is a better approach for this, but not being a sql
    expert (however I do have someone I can leverage) I am trying to see if I can somehow extract this information using powershell.
    Secondary general question:  How can I find out the current size of our scom 2007 database and the number of objkects\servers being monitored? This is prep work for a migration over to 2012.
    Thanks in advance for the help!

    1. what scom group a specific server belongs to
    function Get-GroupNames {
     [cmdletbinding()]
     param($computerFQDN)
     $containmentRel = Get-RelationshipClass -name:’Microsoft.SystemCenter.InstanceGroupContainsEntities’
    $computerClass = Get-MonitoringClass -name:”Microsoft.Windows.Computer”
    $criteria = [string]::Format(“PrincipalName = ‘{0}’”,$computerFQDN)
     try {
     $computer = Get-MonitoringObject -monitoringClass:$computerClass -criteria:$criteria
     $relatedObjects = $computer.GetMonitoringRelationshipObjectsWhereTarget($containmentRel,[Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth]::Recursive,[Microsoft.EnterpriseManagement.Common.TraversalDepth]::Recursive)
     catch {
     $_
     write-host “An error occurred while querying groups of $computerFQDN”
    foreach($group in $relatedObjects)
     [array]$Groups = $groups + $group.SourceMonitoringObject.DisplayName
     if($groups) {
     return $groups
     } else {
     write-host “No groups available for $computerFQDN”
    Usage:
     Get-GroupName -ComputerFQDN myserver1
    for detail, pls. refer to
    http://techibee.com/powershell/powershell-get-scom-groups-of-a-computer-account/1129
    Roger

  • How can I find what time a tab was opened in Safari?

    How can I find out what time a tab was opened in Safari?

    As of Safari 5.1.7 there does not appear to be a way to view the time in the browser, but it is still possbile to find from the raw history file. Open /Users/[yourusername]/library/Safari/History.plist in a text editor. Depending on how your text editor reads the file, you may see a lot of garbled text, but you should still be able to find the URL that you want the time for. After the URL you may see the page's title, but should also see a left square bracket followed by numbers.
    Example:
    _?http://www.apple.com/_Apple[377832904.6o
    The integer is an Apple timestamp (number of seconds since 00:00:00 UTC on 1 January 2001). Find a timestamp calculator online to get the actual time for your timestamp. In the example above, Apple was visited on Dec 21 2012 at 17:35:04 PST.
    Cheers.

  • How can I find what's really in my Library?

    After several problematic days, I finally installed iTunes 9.
    The new version then imported multiple files (so fast I hardly saw what half of them were, but they were additional to all my regular/ previous files - things like voice memos and other stuff).
    I notice that my memory usage has gone up considerably (even though I cannot see a lot of those new imported files in iTunes anywhere).
    Question: how can I find (and get rid of) what those imported files were please? On my c: drive folder I can see the iTunes folder with album artwork, games, music, applications, previous libraries - but I think there is much more stuff hidden around somewhere - any ideas please?

    What you see in your +My Music\iTunes+ folder is pretty much everything that takes up space. Be careful changing the files here, though. ITunes will not notice if you move or delete something, so the entry that points to it in iTunes will get a "!" mark. Better to review your libraries in iTunes and delete stuff you don't want, opting to move them to the Recycle Bin.
    The only other place iTunes stores anything (except for its own .exe stuff in +Program Files+, of course) is in the hidden system folder Application Data. In your Windows XP, you can view this folder by opening a Run box ( +Start > Run+ ) and typing %appdata%.

  • How can I find what Event a photo is in when that photo is found via Faces?

    I've stumbled upon a photo via the Faces category. I do not know what Event this photo exists in, but I'd like to know (this same issue can occur with a photo found via Places of course too). How do I find out what Event this photo exists in? Of course I can pull the date or title data from the photo and then search for that data and visually find the photo from the search results, but I would assume there would be a much much easier method.
    None of the information data seems to contain any event data. I would think each photo would contain information as to what Event it currently resides in.

    Wait until iPhoto is done scanning for new images in the ".. might also be in the photos below" section, then right click (or Option-Click if your mouse has no right button) on the image, and in the last group of the menu that pops up should be an item "Show Event". While it's still scanning for more faces, the "Show Event" menu item isn't shown yet.
    Message was edited by: tilman

  • Restored my Macbook Pro but my iTunes content was saved on a separate partition. When I re-setup iTunes the status bar reports 30gb less content than my iTunes Music folder. How can I find what is 'missing'?

    My Macbook Pro software was failing and the Apple Store was able to restore it without removing the partition on my hard drive that contained most of my files including all my iTunes content. Initially when I re-setup my library I simply went to file--> add to library. Shortly after I realized that was essentially copying the library to the other portion of the partition because I forgot to change the location of the library. So I deleted the content already copied & then I re-setup the library, by asking it to be pulled from the previous location using this pages advice: iTunes: How to open an alternate iTunes Library file or create a new one
    It appeared to work & everything I thought was imported. But on closer inspection, it appears that I have 30gbs less appearing on the status bar in the iTunes app than I do when I pull up the info on the iTunes Music folder in my finder. I'm not sure if this means somehow I have 30gbs of duplicates in my finder folder or if (most likely) I somehow didn't fully import the library from that file. Any advice? Is there a way to restore iTunes to factory settings again & set it up correctly this time?
    Also I never actually trashed the original content I accidentally transferred to the other drive but when i skimmed those in my trash bin it appears they ARE indeed in iTunes, so I have no clue what didn't actually import. Any ideas?! I'd greatly appreciate it!

    You could have all the computers point to the same library but it can't be opened by more than one at any time.
    No answer for knowing which library is in use other than selecting it at startup.  This question gets asked here occasionally but I don't think it is a high-demand feature since most people have just one library.  I guess you could put in an empty playlist with the library name so you have an identifier.

  • How can i find what the java.library.path is?? urgent

    Hi,
    I have an unsatisfiedlinkerror and the message is no jicmp in java.library.path. can anyone tell me how to do System.out.println and the path???
    This is very urgent so anyhelp would be gratefully recieved
    Thanks
    Vanessa

    I have an unsatisfiedlinkerror and the message is no
    jicmp in java.library.path.
    can anyone tell me how to
    do System.out.println and the path???System.getProperty() will retrieve the Java-defined system properties. You can use the following code to determine the available values:
    public static void main( String [] args ) {
    java.util.Properties p = System.getProperties();
    java.util.Enumeration keys = p.keys();
    while( keys.hasMoreElements() ) {
    System.out.println( keys.nextElement() );
    Refer http://www.javaworld.com/javaworld/javaqa/2001-07/01-qa-0706-env.html
    Jatin

  • How can i find what devices are connected to my airport router

    We have dishnetwork for our internet and the last 2 months we have exceeded our usage.  I wanted to know if there was a way to see what was using all of our data.

    Not on an Apple router.

  • I have a new 4s. My wifi uses Mach ID for security. How can I find the machID for my phone? Thanks

    My wifi connection uses mACH ID for security. I need to find the Mach I'd for the iPhone in order to get on the Internet to set up my phone. Can anyone tell me how to locate this? Thanks.

    Settings > General > About
    Scroll down to the item labeled "Wi-Fi Address" It will be a series of 12 letters and numbers separated into groups of 2 by colons. That's the MAC id.

  • How do I find what table a field is in?

    Hi,
    If I know a field name, how would I search the Data Dictionary to find the table (or tables) that the field is found in?
    For example, I have a program spec that that says field AZSUB is in table MARM, but it is not.  How can I find what table this field is actualkly in?
    Thanks for your help!
    Andy

    Hi Andrew,
    Just goto se11, enter the data element of that field and clisk on the where used list on the application tool bar. You will get all the tables in which the field appears.
    You got find out which would be your appropriate table may be using by the description of the table or the contents or by the links..
    Regards,
    Vinod Kumar

  • "Other Storage" (yellow bar) on Iphone4; how can I find this to clean it up?

    I have almost 6 gigs of "other" being used on my phone. With only 413 mb of space, I really need to clean this up. How can I find what is under this catergory and delete??
    Thanks,
    Carly

    An "other" that large usually indicates that the "other" included corrupted files.  Usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Backing up, updating, and restoring iOS software
    Also see this previous discussion:
    How do I get rid of 10GB "other...: Apple Support Communities

Maybe you are looking for

  • Question on - GWIA - Relay Host for outbound messages setting

    We are being forced to use a "centralized" message relay host due to State mandates. So . . . most everything is working except messages sent to comcast.net. For some reason the GWIA is trying to communicate directly with comcast.net (76.96.62.116).

  • Renedering severely damages still images

    I am editing a short video that consist entirely of photographs (PSD format). These, of course, require rendering before they can be turned into a QuickTime movie. I have done this successful several times in the past on this same project file (but u

  • HT2729 How do I transfer a VCL video into my iTunes library

    How do I transfer a VCL video into my iTunes library

  • User licensing/registration schemes?

    Hi Folks, I'm considering selling a plug-in for about US$50 to US$100 (not too expensive, I think), and would like to hear from you about how you would keep users honest when they install it. In other words, how do you protect yourself from a user pu

  • Problems with JHeadStart loading pages

    Hi everyone, I have made an application for an academy. On the first page we have the students, and on the detail the cuorse which the students are registered on. From the courses there are another detail (the payment). The problem is, I select an st