Why is my iPhone getting the list of my e-mail address's from my computer?

Why is my iPhone getting the list of e-mail address's from my computer?

Oh! And 3 nights ago I ugraded my 3GS (this phone) to iOS 5.

Similar Messages

  • Why i can't get the List's Index

    why I can't get the List's Index?Why I can't get the Command Action?
    below is the code.many thanks!
    import javax.microedition.lcdui.* ;
    import java.util.*;
    public class SelectCusScreen extends List implements CommandListener {
        public SelectCusScreen(Vector v) {
            super("people",Choice.EXCLUSIVE) ;
            Enumeration enumer = v.elements() ;
            while(enumer.hasMoreElements()) {
                //Adds an item consisting of one String to the Form
                append((String)enumer.nextElement(),null);
                //System.out.println(((String)enumer.nextElement()));
             addCommand(new Command("OK",Command.OK,1));
             setCommandListener(this);
        public void commandAction(Command c,Displayable s) {
            String cmd = getString(getSelectedIndex()) ;
            if(cmd.equals("OK")) {           
                 List l = (List) s ;
                int i = l.getSelectedIndex() ;
                System.out.println("something");
                String con = l.getString(i) ;
                System.out.println("your choise"+con);
    }[

    Not sure about espn.go.com, but on espn.com, Adblock Plus may prevent videos from playing. If you have that or another extension which blocks ads, try making an exception for the site.

  • How do I get the details of my graphics and sound card from my computer.

    With out sound like an idiot I need the details of the graphics and sound card from my HP t 480 uk, how do I do this. LJS.

    After some digging, I was able to turn up this...
    http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c00127607/c00127607.pdf
    Your motherboard specs are listed here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00064822&lc=en&dlc=en&cc=us&product=397594
    ... an HP employee expressing his own opinion.
    Please post rather than send me a Message. It's good for the community and I might not be able to get back quickly. - Thank you.

  • Why can I not get the normal firefox start page instead of the "yourall-in-one page I currently have

    why can I not get the normal firefox start page I had with my old computer (operating XP) instead of the "your all-in-one page" I have now I have moved onto windows 7

    I have looked as suggested under the Firefox tab but find the following listed as my homepage
    http://uk.foxstart.com/?rls=en:uk:zp
    Have I actually installed firefox program/start page or have installes something else?

  • I get a message that my e-mail address is already in use when trying to set up sync account

    I wanted to change my sync account to use my new e-mail address and I get the message that my e-mail address is invalid and already in use.
    How can I proceed?

    Same problem, even tried a password reset. But no join

  • Why can't I get the App "Deskconnect" on my Ipad 3.  It claims to be compatible with Ipad as well as Mac and Iphone?

    Why can't I get the App "DeskConnect" on my Ipad 3.  It claims to be compatible with Ipad, Iphone and Mac.  I was able to download onto Mac and Iphone but it is not recognized for Ipad?

    I liked the idea of this app so I went looking for it and have now installed it on my Mac, iPhone and finally my iPad.
    This app, although it will run on the iPad is actually an iPhone/iPod app, as suggested above. So the only way to get it on my iPad was to search for it as an iPhone app in the App Store app on my iPad. Then it came up as an app that I could install on the iPad.

  • Why can't anybody get the photos I send them from my Iphone 4s? I've sent it to blackberries, iPhone 3G, and other phones - nothing has been able to get them!

    Why can't anybody get the photos I send them from my Iphone 4s? I've sent it to blackberries, iPhone 3G, and other phones - nothing has been able to get them!

    Do you get a send error message or a red "!" when you send?  Do you have a data plan on your account?  Check that your carrier has you provisioned for MMS.

  • How to get the list of IDM users in a workflow.

    Hi,
    I wanted to get the list of IDM users in a workflow into a list.Now I tried to use getObjects Method,I do not have the display session here,I passed the workflow context or WF_Context.But it is giving exception like context null .
    I used the same method in a form and it worked.How can I get the list of users in a workflow.It is for customizing reports.
    Thanks and Regards,
    Pandu
    Any Idea on how to customize reports including attributes from resources and auditing attributes etc.Any help would be really great.
    Thank you.

    Hi John,
    I get this exception WorkItemForm: no id.
    This comes when I click on the other column.I generate the data needed in a report and display it as a sorting table when I get the data.
    I want to give the user ability to sort data by different columns.But when I click any column I get the exception
    WorkItemForm: no id
    How can I save a workitem on a manual form before invoking it from a manual action.
    Here is the code snippet
    <Field name='tblUsers'>
            <Display class='SortingTable'>
              <Property name='selectEnable' value='false'/>
              <Property name='align' value='left'/>
              <Property name='linkEnable' value='false'/>
              <Property name='sortEnable' value='true'/>
              <Property name='width' value='400'/>
              <Property name='columns'>
                <List>
                  <String>Account id</String>
                  <String>First Name</String>                      
                </List>
              </Property>
            </Display>      
            <FieldLoop for='row' in='_searchList[*]'>
              <Field name='enduserId'>
                <Display class='Label'>
                  <Property name='value'>
                    <block trace='true'>
                      <invoke name='getAccountId'>
                        <ref>row</ref>
                      </invoke>
                    </block>
                  </Property>
                </Display>
              </Field>
              <Field name='lblfirstname'>
                <Display class='Label'>
                  <Property name='value'>
                    <invoke name='getAttribute'>
                      <ref>row</ref>
                      <s>firstname</s>
                    </invoke>
                  </Property>
                </Display>
              </Field>
         <FieldLoop>      I think I may need to save some workItem,That is why this may be giving the error.How can I correct this.
    Thanks,
    pandu

  • Which WSDL file to get the list of Groups present in OAM.

    Hi All,
    Can any one tell me which WSDL file is to be used to get the list of groups present in OAM from an IDXML call.
    Please provide sample IDXML call if possible.
    Thanks in advance.
    Thanks & Regards,
    Siva Pokuri.

    guys, 80% of my problem got solved.
    here is the solution list as u all have suggested and that i have checked it also.
    RSDCUBEIOBJ     - infocube list for any nav-attr 
    RSDODSOATRNAV  - DSO list for any nav-attr
    ODSOIOBJ. - DSO list for any infoobj
    but in these tables, one thing i observe is that each infocube/DSO name is repeated multiple times. why is that? from where it populate?

  • How to get the list of query parameters

    Say I have an URL like the following:
    http://localhost/test.jsp?EmpID=1&DeptID=2
    and I want to get the list "EmpID=1&DeptID=2" into a String object. How could I do that?
    Thanks.
    Mandy

    Okay. I found out I missed some steps I should do before I could use the jml tags. After I added the ojsputil.jar to my classpath And put the following line to my jsp page:
    <%@ taglib uri="../WEB-INF/jml.tld" prefix="jml" %>
    I still got the following error. Why?
    Exception:
    javax.servlet.jsp.JspException: Invalid 'in' attribute in foreach enumeration
    at oracle.jsp.jml.tagext.JmlForeach.doStartTag(JmlForeach.java)
    at zydeco.login._jspService(_login.java, Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
    at oracle.jsp.JspServlet.internalService(JspServlet.java, Compiled Code)
    at oracle.jsp.JspServlet.service(JspServlet.java)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
    at org.apache.jserv.JServConnection.run(JServConnection.java)
    at java.lang.Thread.run(Thread.java:479)
    Thanks.
    Mandy
    null

  • HT1766 Why am I constantly getting the message that I don't have enough storage space? I have upgraded to the 50GB storage plan and I am still getting the message. Help?

    Why am I constantly getting the message that I don't have enough storage space? I have upgraded to the 50GB storage plan and I am still getting the message. Help?

    That message refers to storage on your iPhone, not cloud storage. You will need to move content off your phone to make more space.

  • TS4022 why am I not getting the Advance options when I am in my iCloud account?

    Why am I not getting the "Advance" option when I am in my iCloud account?

    There is no 'Advanced' option at icloud.com. Is this a question of changing the default email address? I quote:
    In iOS 6
    Go to Settings > iCloud > Account (your Apple ID) >Advanced: Mail.
    Under iCloud Account Information, tap your email address.
    From the list of addresses available, tap the @icloud.com email address you would like to use as the default address for sending mail from iCloud Mail.
    In OS X Mountain Lion or Lion v10.7.2 (or later)
    Go to Mail Preferences > Composing.
    Click the Send new messages from drop-down and select the @icloud.com email address you’d like to use.
    At iCloud.com
    Go to the Mail app.
    Click the Action (gear icon) menu and choose Preferences.
    Under Composing, click the Set a default address drop-down and select the @icloud.com address you’d like to use.

  • Why don't we get the choice to have an app or not

    Why do we not get the choice wether or not to have icons for app? The YouTube, game center, and the video icons just take up space and I never use them. We should have the option wether or not to keep them. I understand that you either own the companies or have partnered with them but you should not force your customers to keep the icons on their iPad and iPhones.
    Please give us the choice.
    Other than that I love the iPad but now that I am using it for school, I need the space as much as possible.
    Thanks,
    Gina Brown
    Message was edited by: Ginamaybrown

    You are talking to fellow users here, not to Apple. If you want leave feedback for them then you can do so here http://www.apple.com/feedback/ipad.html
    You can always move them to a different screen, or, as you're on iOS 4.2, you can put them into a lesser used folder so that they are less visible.

  • Why can't I get the slider on the right side to remain active ?

    Why can't I get the slider on the right side to remain "active" ?
    I'm using iTunes 11.4 on a Mac Pro with OS 10.9.5
    In good old iTunes 10.7  there was a slider on the right side that you can move up and down to locate songs.   That same slider is there, (but much smaller), with iTunes 11.4, but it seems to deactivate itself for reasons I do not understand.
    I have found that when I go to the lower right corner and resize the iTunes window the slider will appear briefly.   If I don't act very fast, that slider vanishes and I cannot scroll up and down.
    Thanks !!

    As Apple said in June, iOS 7 is not compatible with the 4G iPod.
    All the iOS devices compatible (iPhone 4 and later, iPad 2 and later, and 5G iPod touch) with iOS 7 have at least 512 MB of memory (RAM). The 4G iPod only has 256 MB

  • Why does my iphone on the top left hand top corner keep saying searching ?

    why does my iphone on the top left hand top corner keep saying searching ? i have changed my sim and it still isnt activating

    Did you already check the general troubleshooting mention in this article?
    If you see No Service in the status bar of your iPhone or iPad - Apple Support
    Get help activating your iPhone - Apple Support

Maybe you are looking for