How to find apple ID when your email doesn't work

Can anyone assist - I"m overseas and I have limited access to any of normality of getting things sorted
I lost my iphone5, however I can't remember my apple ID to access find my iphone app - I've tried to use apple to find my account but none of my email address work in locating me.. can anyone offer help?

See this
Apple ID: How to find your Apple ID

Similar Messages

  • How to disable switch control when your Siri doesn't work.

    There's alot of people who managed to turn their switch control off by Siri or by triple click. How ever I disabled my Siri and was stuck at lock screen with no screen feedback. Went thru alot of online remedys and all didn't work. I'm sure there are a few who had this problem. So what I did was -
    i hold home and power button to off my i pad. Then turn it on again. (When it just loaded to main screen you will have a few sec before switch control works again. )So when you are in main screen , triple click  to get the accessibility box and off switch control. By tapping on the option. It worked for me. Hope it works for you. The Internet don't have much to help ref switch control which is irritating. Hope this post helps.

    I am so sorry for sending the same thread for so many times, there is a problem with my brower.

  • How to get a confirmation when your email is delivered or read  ?

    With Mail app ,How to get a confirmation when your email is delivered or read?

    When I send mail with Mail app , there is flying letter pops up. But now I could not see anymore. Do you know how can I active that animation ?
    Thanks for your help

  • What to do when your program doesn't work.

    A huge number of posts here seem to relate to code that has been written (one presumes by the poster), but which doesn't work.
    I get the impression that people don't know what to do next.
    It's really not that difficult. When you're writing your program you constantly have in mind what you expect will happen as a result of each bit of code that you put.
    If at the end of the day, the program as a whole doesn't behave as you expected, then somewhere in there there must be a point at which the program starts doing something that doesn't correspond to what you anticipated. So, you add some System.err.println statements to test your beliefs.
    Consider this program that tests whether a number is prime.
    public class Test
        public static void main(String args[])
            // Get the number to test.
            int number = Integer.parseInt(args[0]);
            // Try each possible factor.
            int factor;
            for(factor = 2; factor < number; factor++)
                // See whether it is really a factor.
                if(number / factor == 0)
                    break;
            if(factor == number)
                System.out.println("Number is not prime.");
            else
                System.out.println("Number is prime.");
    }Straight forward enough, but it doesn't actually work :( It seems to say that every number is not prime. (Actually, not quite true, but I didn't test it that carefully, since it didn't work).
    Now, I could scrutinise it for errors, and then, having failed to find the problem, I could post it here. But let's suppose I'm too proud for that.
    What might be going wrong. Well, how sure am I that I'm even managing to capture the number of interest, number. Let's put in a System.err.println() to test that.
    Is the program in fact trying the factors I expect? Put in System.err.println() for that.
    Is the program correctly determining whether a number is a factor? Need another System.err.prinln (or two) for that.
    public class Test
        public static void main(String args[])
            // Get the number to test.
            int number = Integer.parseInt(args[0]);
            System.err.println("Number to check is " + number);
            // Try each possible factor.
            int factor;
            for(factor = 2; factor < number; factor++)
                System.err.println("Trying factor " + factor);
                // See whether it is really a factor.
                if(number / factor == 0)
                    System.err.println(factor + " is a factor.");
                    break;
                System.err.println(factor + " is not a factor.");
            if(factor == number)
                System.out.println("Number is not prime.");
            else
                System.out.println("Number is prime.");
    }Let's try with on the number 6.
    The output is:
    Number to check is 6
    Trying factor 2
    2 is not a factor.
    Trying factor 3
    3 is not a factor.
    Trying factor 4
    4 is not a factor.
    Trying factor 5
    5 is not a factor.
    Number is not prime.
    Whoah! That's not right. Clearly, the problem is that it's not correctly deciding whether a number is a factor. Well, we know exactly where that test is done. It's this statement:
                if(number / factor == 0)Hmm.... let's try 6 / 3, 'cos 3 is a factor.
    6 / 3 = 2.
    But that's not zero. What the.... Oh - I see, it should have been number % factor.
    Ok - let's fix that, and run it again.
    Now the output is:
    Number to check is 6
    Trying factor 2
    2 is a factor.
    Number is prime.
    Not the right answer, but at least it's now figured out that 2 is a factor of 6. Let's try a different number.
    Number to check is 9
    Trying factor 2
    2 is not a factor.
    Trying factor 3
    3 is a factor.
    Number is prime.
    Again, got the right factor, but still the wrong answer. Let's try a prime:
    Number to check is 7
    Trying factor 2
    2 is not a factor.
    Trying factor 3
    3 is not a factor.
    Trying factor 4
    4 is not a factor.
    Trying factor 5
    5 is not a factor.
    Trying factor 6
    6 is not a factor.
    Number is not prime.
    Aagh! Obvious - the final test is the wrong way round. Just fix that, remove that System.err.println()s and we're done.
    Sylvia.

    Consider this program that tests whether a number is
    prime.
    [attempt to divide by each integer from 2 to n-1]At risk of lowering the signal to noise ratio, I
    should point out that the algorithm given is just
    about the worst possible.
    I know that the point was to illustrate debugging
    and not good prime test algorithms, and I disagree
    with the correspondent who thought the post was
    condescending.
    Anyway, the java libraries have good prime testing
    methods based on advanced number theory research that the
    non-specialist is unlikely to know. Looking at the java
    libraries first is always a good idea.
    Even with the naive approach, dramatic improvements
    are possible.
    First, only try putative divisors up to the square root
    of the number. For 999997 this is about 1000 times faster.
    Next only try dividing by prime numbers. This is about
    7 times faster again. The snag, of course, is to find the
    prime numbers up to 1000, so there might not be much
    advantage unless you already have such a list. The sieve
    of Erastosthenes could be used. This involves 31 passes
    through an array of 1000 booleans and might allow an
    improvement in speed at the expense of space.
    Sorry if I've added too much noise :-)

  • How can I retrieve my old apple ID when old password doesn't work anymore?

    I no longer have the mail that my lst Apple ID was on, so I made a new account and can't update my apps from before.
    Can someone help me get back into my old ID?

    If you forgot your Apple ID password

  • How do I remove appshat when resetting firefox doesn't work???

    I have went through control panel and uninstalled anything from that day that I had installed. I also went and reset firefox. I also went and removed it from the add-ons Manager tab. I don't know what else to do really. Any help will be greatly appreciated. Thank you for your time.

    Hello,
    Try following the guide here:
    * http://malwaretips.com/blogs/appshat-virus-removal/
    It seems you may need free antimalware tools such as :
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])

  • I don't know of there is anyone than can fix this age old Apple problem.   Does anyone know how to retrieve things under an old Apple ID when the email used for that account no longer exists? I am trying to update a number of apps that was bought under an

    I don't know of there is anyone than can fix this age old Apple problem.   Does anyone know how to retrieve apps under an old Apple ID when the email used for that account no longer exists &amp; I can't remember the password? After speaking with Apple Acct. Security, I got the security Q right but my birthday was wrong! They wanted the serial number from my phone that was 3 iPhones ago! Seriously??!!
    Any updated way to work around this? No Apple people can correct it.
    Thanks,
    Joe

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (122986)

  • How do I change my apple id when my email that I use with apple has been closed?

    How do I change my apple id when the email I use for apple has been deleted

    Read here:
    http://support.apple.com/kb/HT5621

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

  • How to find Apple registration number

    How to  find Apple registration number

    Not sure what you mean by "registration number" but the following has information on how to find the serial number for various Apple products: Find the serial number of your Apple hardware product - Apple Support

  • I lost my Iphon how to find it please when its offline please

    I lost my Iphon how to find it please when its offline please if  someone nowwww

    If it's offline, Find my iPhone will not work and the only way to find it is the old fashion way... physically looking for it.  Good luck.

  • How can I set up my shaw email account to work on my iphone?

    How can I set up my Shaw email account to work on my iphone? It doesn't want to work no matter what I try. Shaw's help line hasn't been very helpful so far.

    Have you not used the automatic 'configure my MobileMe' on my iPhone account setup ?
    http://www.apple.com/mobileme/features/
    You only have name, email address, password and a name for the account to enter.

  • How do I get rid of deleted emails from my work email account on my Air?

    How do I get rid of deleted emails from my work email account set up on my Air. Keep getting error message "An error occurred while moving messages to mailbox "Trash - On My Mac" They go away from deleted account folder when I hit "trash button" but then they come back later.

    Back up all data. Rebuild the mailbox. Try to delete the messages again.

  • How can i make a new map on my mail? The way apple has in the manual doesn't work!

    I want to make a new map for my mails, but the way tha apple gives in the manual doesn't work!

    If you mean other folders then you need to create them in your email client e.g. in a browser (which you can only do in IMAP accounts, not POP account) - you can't create new folders in the Mail app itself

  • What happens when your lock button stops working?

    what happens when your lock button stops working?

    The world end.
    Seriously, nothing "happens". 
    are you asking how to fix it?  If so, why don't you just ask?

Maybe you are looking for

  • Is there a way to fix the white or black screen on Ipad 4th Gen?

    Ive tried to reset it and restore to factory settings but this does not work. The screen was white until I restored to factory settings and now it's black when it starts up. Ive also let it die and tried to charge and power it on again but no go. It'

  • Search and Document History in Mountain Lion

    Anyone out there figured out what Apple is doing with the Search and Document History in Mountain Lion? Here's my beef: Missing History in Finder. Finder used to have a "History" button in the sidebar that would track docs by when you last used them-

  • Jdev freeze while waiting for "something"

    Hi All, I have problem in my jdeveloper. everytime when i open my jsp file (contains ADF component) and it is freeze and when i look at the thread information, it is waiting for my internal db connection. If i try to comment out, it is fine but when

  • Multiple lists used in for()

    I'd like to be able to "scroll through" three different lists (all of the same length) and do things to the vars:         List<String> urls = new ArrayList<String>();         List<String> searchStrings = new ArrayList<String>();         List<String>

  • I purchased photoshop element 12, downloaded it, and now it won't open

    Why won't this open?