Why won't my number highlight in the send and receive when using iMessage and FaceTime

My imessage and facetime turned off and won't turn back on and in my send and receive section it will only highlight my email not my phone number

Hello Torijada,
After reviewing your post, it sounds like you linked the phone number to iMessage and iMessage wont turn on. I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage - Apple Support
The telephone number will be dimmed when you view these settings on an iPhone.
If you get an error when trying to activate iMessage or FaceTime - Apple Support
Thanks for using Apple Support Communities.
Have a nice day,
Mario

Similar Messages

  • Why won't my number enter in the other box

    I am writing a program for class. I have to be able to input a number in a box and then have it display in the box next to it. It also has to add the numbers everytime I put a number in the first box. I am able to get the enter button to change colors. Not sure how to get it to add and display the numbers. Also the first box has to default back to 00.0 when I click enter. Hope this is clear. Here is the code.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class FinalProject extends JFrame implements ActionListener
         public static final int WIDTH = 550;
         public static final int HEIGHT = 100;
         private JTextField myNumberOut1;
         private JTextField myNumberIn1;
         private double sum=0;
         public FinalProject()
              super("Eric Luce's Final Project");
              setSize(WIDTH, HEIGHT);
    /** Setting Labels 1-3 for Stations
              JLabel myLabel1 = new JLabel ("Station Austin:");
              JLabel myLabel2 = new JLabel ("Station Amherst:");
              JLabel myLabel3 = new JLabel ("Station LaCrosse:");
    /** Setting Buttons 1-3 for Adding NumberIn
              JButton myButton1 = new JButton ("Enter");
              myButton1.addActionListener(this);
              myButton1.setBackground(Color.RED);
              JButton myButton2 = new JButton ("Enter");
              myButton2.addActionListener(this);
              myButton2.setBackground(Color.WHITE);
              JButton myButton3 = new JButton ("Enter");
              myButton3.addActionListener(this);
              myButton3.setBackground(Color.BLUE);
    /** Setting Labels 4-6 for Rain Fall totals
              JLabel myLabel4 = new JLabel ("Total Rainfall:");
              JLabel myLabel5 = new JLabel ("Total Rainfall:");
              JLabel myLabel6 = new JLabel ("Total Rainfall:");
    /** Setting Text fields for NumberIn
              JTextField myNumberIn1 = new JTextField ("0.0", 10);
              JTextField myNumberIn2 = new JTextField ("0.0",10);
              JTextField myNumberIn3 = new JTextField ("0.0", 10);
    /** Setting Text fields for NumbersOut
              JTextField myNumberOut1 = new JTextField ();
              JTextField myNumberOut2 = new JTextField ();
              JTextField myNumberOut3 = new JTextField ();
    /**  Adding contents to frame line 1
              getContentPane().add(myLabel1);
              getContentPane().add(myNumberIn1);
              getContentPane().add(myButton1);
              getContentPane().add(myLabel4);
              getContentPane().add(myNumberOut1);
    /** Adding contents to frame line 2
              getContentPane().add(myLabel2);
              getContentPane().add(myNumberIn2);
              getContentPane().add(myButton2);
              getContentPane().add(myLabel5);
              getContentPane().add(myNumberOut2);
    /** Adding contents to frame line 3
              getContentPane().add(myLabel3);
              getContentPane().add(myNumberIn3);
              getContentPane().add(myButton3);
              getContentPane().add(myLabel6);
              getContentPane().add(myNumberOut3);
              Container contentPane = getContentPane();
              contentPane.setBackground(Color.LIGHT_GRAY);
              contentPane.setLayout(new GridLayout(3, 5));
              this.addWindowListener (new WindowAdapter()     {
                   public void windowClosing(WindowEvent e)     {
         public static void main (String[] args)     {
              FinalProject mainFrame = new FinalProject();
              mainFrame.setVisible(true);
               public void actionPerformed(ActionEvent e){
                   Container contentPane = getContentPane();
                   if (e.getActionCommand().equals ("ENTER"));
                   contentPane.setBackground(Color.RED);
    /**                    sum = sum + myNumberIn1();
                        myNumberIn1.setText(Double.toString(sum));
                  myNumberOut1.setText(Double.toString(sum));
                   private static double stringToDouble(String stringObject)
                   return Double.parseDouble(stringObject.trim());
    }

    I still cannot seem to get the boxes on the right to
    accept the numbers I am putting in on the left. What
    can I do to correct this? Please help. Thank you.You should put some code into your ActionListener to call setText on the boxes on the right. At present you don't have any, except something that is commented out.
    Here's a couple of other problems, too:if (e.getActionCommand().equals ("ENTER"));First of all, that if-condition will never be true because none of your buttons have "ENTER" as their text. Several of them have "Enter" but that isn't the same thing. Even if you got the case right, this would still be a problem because you wouldn't know which button had been pressed. And finally, even if the if-condition is true, nothing will happen because you have a semi-colon at the end of it, which says "do nothing".
    If you must have a single ActionListener for all those buttons, and it needs to distinguish which button was pressed, then code like this:if (e.getSource() == myButton2)will do that. However you would have to change your code to make myButton2 (etc.) instance variables of the class and not just local variables in the constructor, as they are now.

  • Why does captivate 5 scorm 2004 change the pass/fail status when using complete/incomplete

    SUMMARY:  I am trying to use SCORM 2004 reporting but I am finding out ADOBE does not diffentiate between COMPLETE/INCOMPLETED and PASSED/FAILED variables in the SCORM 2004.
    RESULT: I can not accurately get the passing/failing status from the course.
    QUESTION: Is their anything I can do or does ADOBE have a patch they have release which will accurately report the passed/failed STATUS as well as the completed/incompleted status.
    OTHER RESEARCH: I even attempted to post these "proofs" on scorm.com and they have something called "SATISFACTION TRACKED" to accomodate content creation systems (CAPTIVATE 5) which does not follow the standards of SCORM 2004.
    BACKGROUND:  the report status "Incomplete/Complete" and "Pass/Fail" under the publishing options for SCORM 2004 essentially mean the same thing when the CAPTIVATE COURSE sends setvar commands to the SCORM API...  In other words the SCORM API receives the same exact commands when publishing in both modes.  "THIS IS WRONG"
    why is the wrong?  IF REPORTING; incomplete/complete ;  the CAPTIVATE 5 COURSE SHOULD NOT "change" the STATUS OF PASS/FAIL when attempting to report COMPLETE/INCOMLETE with 100% slide views.
    DEMO #3> SHOWS THE PROBLEM
    About DEMO #1 and DEMO #2> these are other reporting options I attempted with other problems arrising..so these images are just for supporting my original problem which is shown in DEMO #3...
    DEMO 1 (REPORT STATUS has no affect on reporting):SETTINGS:
    PASS: (PROBLEM)
    Anything above Passing Score is not recorded to LMS (once passing is reached...no more bookmarks are recorded)
    FAIL: (CORRECT)
    Failure gets sent to the database on the last screen with "completed"
    DEMO 2 (Report status  [Complete/Incomplete  Pass/Fail]   has no impact on commands sent to scorm api):
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database
    FAIL: (PROBLEM)
    NOTHING GETS SENT TO DATABASE (stuck in final score screen forever)...because it says "INCOMPLETE"
    DEMO 3:
    Report status [Complete/Incomplete Pass/Fail] has no impact on commands sent to scorm api
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database with a 90% passing with "completed"
    FAIL: (PROBLEM)
    LAST SLIDE SENDS "completed" but GETS SENT AS A PASSING SCORE??? even when it is a failure
    (IN OTHER WORDS ADOBE CHANGES THE PASS/FAIL STATUS based on slide views...
    this is WRONG ....REALLY WRONG becuase I am trying to report
    "COMPLETE/INCOMPLETE" for 100% slide views
    PASS/FAIL OPTIONS:
    OPTION I CAN PURSUE?
    SO WHAT CAN I DO?  YES, I CAN TELL THE LMS...to COMPARE THE SCORE RECEIVED DURING A "COMPLETE" status...and then change the grade in the LMS based on the SCORE IN THE LMS...BUT THAT WOULD MEAN THE LMS COULD REPORT ONE GRADE and the COURSE COULD REPORT A DIFFERENT GRADE....and that would not be good.
    ALL OF OUR COURSES SHOW THE STUDENT THE FINAL SCORE WITHIN EACH COURSE..
    QUESTION TO ADOBE?
    SO ADOBE when are you going to differentiate these two reporting options so that the PASS/FAIL OPTIONS ARE ACCURATELY REPORTED WHEN USING COMPLETE/INCOMPLETE?
    MORE INFORMATION
    HERE IS THE SCORM.COM "Satisfaction" adjustment (very last line) to accomodate inconsistent reporting in CAPTIVATE 5.
    Thanks,
    DOUG LUBEY OF LOUISIANA
    www.douglubey.com
    OTHER WEBSITES:
    http://forums.adobe.com/message/3332035
    http://forums.adobe.com/message/3122315
    http://forums.adobe.com/thread/712502?start=50&tstart=0
    http://forums.adobe.com/thread/800570
    http://forums.adobe.com/thread/720121
    SEARCH ENGINE REFERENCE:
    CAPTIVATE SCORM SUCCESS_STATUS
    captivate 5 scorm 2004 pass/fail is dependent on complete/incomplete
    scorm 2004 captivate cs5 success_status incorrect
    scorm 2004 captivate cs5 reports success_status incorrectly
    scorm 2004 captivate incorrectly reports pass/fail
    scorm 2004 captivate 5 incorrectly reports pass/fail
    scorm 2004 "captivate 5" incorrectly reports pass/fail
    captivate 5 sends a pass even when a failure is issued by the course using scorm 2004.
    captivate does not work properly when working with completed status.
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT
    CAPTIvATE 5 cmi.completion_status
    and cmi.success_status does not work independently with scorm 2004.  they both share the same definition.  These two field were designed to help differentiate the difference between a passing or failing score and when the course is actually completed.   WITH CAPTIVATE 5 they do not differentiate the two.  COMPLETE means PASS and INCOMPLETE means fail..
    I was trying to use "completion_status" as a way to determine when all slides were shown.  So that I can send the final score (PASS/FAIL) the LMS after all slides were viewed and this was the absoluted score the student recieved.
    2011 CAPTIVATE CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    2010 CAPTIVATE CHANGES SUCCESS TO PASSED WHEN COURSE REPORTS FAILURE
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    CPTX CAPTIVATE CHANGES cmi.success_status TO PASSING
    CP5 WHY DOES CAPTIVATE SCORM SUCCESS_STATUS
    CPTX WHY DOES CAPTIVATE CHANGE PASSING STATUS
    CPTX CAPTIVATE SCORM CHANGES FAILING SCORE TO PASSING SCORE
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS MEANS THE SAME THING
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT

    Hi,
    Here's something I found in a similar situation... hope this helps!
    After publishing your CP5 project as a SCORM 2004 zip file, unzip the file so you can get into the separate files.  Open the imsmanifest.xml file with a text editor; I like using Notepad++.  Search for the line starting with <imsss:minNormalizedMeasure>.  The complete line will probably look like <imss:minNormalizedMeasure></imss:minNormalizedMeasure>, this is the line that is supposed to contain your passing score (at least for our LMS).  So, if your passing score is supposed to be 80%, edit this line to be:  <imsss:minNormalizedMeasure>0.80</imsss:minNormalizedMeasure> and save the file.  Then select all the files and re-zip them, I use 7-zip for that.
    I found one other weird thing that doesn't happen 100% of the time, so test it.  In the example above, try to get a score of exactly 80% (or whatever passing grade you are using) and see if you get the correct status reported.  I found I sometimes have to re-edit that line in the manifest file to be 0.79 so it correctly includes an exact 80% score.  No idea why and you have to watch the number of questions in your quiz to make sure that works for you mathematically.
    If this works or not, I'd recommend posting your results so others can get some ideas.  Good Luck!!

  • How do I get my iPhone number to be the sender and receiver of the iMessages? It was until I created and logged in to my iCloud account, but after that it shows it as my email.

    I need to know how to be able to set my iPhone number as my iMessage sender &amp; receiver. It shows my number, but it's like blacked out where I can't choose it.. PLEASE HELP! It's about to drive my crazy!

    Is there a tick mark beside your number?
    What options you have under "Start new conversation from"?

  • Issue with the sender file interfaces when using UTF-8 files

    Hello experts,
         We are having number of File to SAP interface scenarios in our business process. In the past, we are having the files coming to us in ASCII text format. Recently, because of the business process change(to handle multiple languages like Chinese), we are getting now the same files in UTF-8 format. So, we have changed the attribute File Type in the sender communication channel from Binary to Text and used encoding format as UTF-8.
    Now, when we see the processed files in PI, we are missing the Header record in the message. For example, we have the PO interface in the following format:
    Identifier     Information
    H     PO header information
    I     PO Item information
    I     PO Item information
    Once the file adapter picks this format kind of file and when we see the XML message in PI, it is just having only two Items information. The header part is not coming to PI at all and the message is trying to get processed inside SAP and therefore interface is failing.
    Additional observations made:
    u2022     We have checked the Document Offset field value too; it is initial for the interface.
    u2022     We added an empty line in the UTF-8 text file, it worked fine. But, this is not an ideal solution for us, because the system which generates these files, canu2019t handle it.
       Does any one has observed this kind of problem before? If so, can you please help me ...
    Thanks,
    Adithya K

    Thanks for all the information. Currently i've tried to use both modules (TextCodepageConversionBean and XMLAnonymizerBean) in my Sender File Adapter, but for now without any result...
    To describe the situation: i am using flatfiles which i am fetched from the file system (NFS) by the Sender File Adapter. To translate the characters to the XML strucutre, the File Content Conversion protocol is been used.
    The content conversion defines the structure base on the first two characters on each row in the flat file. This worked fine till one of our suppliers is delivering BOM characters like "EF BB BF" in the beginning of the file.The content conversion is not able to recognize my header characters in this situation, which will normally start with "01".
    Any suggestions?

  • Is there a way to differentiate from two iPod touches that are on the same iTunes acct when using iMessage? When one child sends a message the other gets it and it says it's from our email address.

    Both of my sons have iPod touches. I set them both up on my iTunes account. The problem we are having is when they are using iMessage. When one sends a message the other also receives it. The message is labeled as from my email address. Is there a way to differentiate the 2 iPods?

    See:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • Why won't itunes sync with iphone the contacts and calendars?  Items entered on Outlook are copied to iPhone, but item entered on iPhone are lost in the next sync.  That is not a true sync.

    I want items entered on my iPhone to sync with my Outlook.  This is currently not happening.  Items entered in Outlook get "copied" to the iphone, but items entered on my iphone while away from my PC do not get sync'd to my Outlook.  Am I doing something wrong or is this just the way it is?

    I had the same issue until I updated my apps through iTunes. I had over 100 updates, but none of them showed on my iPod. After they updated everything started syncing like it is supposed. Go to the apps library and check for updates. After everything syncs leave your iPhone/ipod/ipad connected if the spinning arrows at the top is still spinning. It means that things are still being added. If you go to settings > general > about, you will see it loading songs, videos, photos, etc. If you back out of "about" and then go back to it you will see the numbers for each one change.

  • Since updating to iOS 6 I no longer can hear the send and recieve text sounds when texting

    Updated to IOS 6 yesterday and now I am having trouble hearing the text "swoosh" or whatever it is called while in a converstation the sound you hear when you send one or recieve one. Also when my phone is switched to vibrate mode when I receive a text message all my phone does is light up and it dosn't not vibrate which stinks cuz if it is my pocket I don't know if I'm getting a text message. I went into the message settings to try and set a vibrate tone for when recieveing a text and It won't even vibrate when I click on an option or click to create my own vibration pattern. My phone still however vibrates when I recieve an email or when someone calls me ect.... just not on texts and no sound when in a text conversation as in sent and recieved sounds. My sister, and both my parents updated to IOS 6 yesterday and they are having not probems of any sort? Anyone else have this problem and know of a solution? Ive already tried resetting my phone thinking maybe it was a glitch but still have the same problems.

    I figured out my problem...... I have custom text tones set up for certain ppl and had the default text tone set to "none" well with the iOS6 update it made it so if your default text tone is set on "none" then you won't hear what I call the send and recieve text sounds when in a converstation... if you change the default text tone to any text tone other than "none" you will get your send and recieve sounds back.... kinda annoying if you don't won't random texts from ppl waking you up... so I made a custon text tone that is called silence with just recording a few seconds of dead noise then edited it and turned all the sound levels down to 0 and set that as my default text tone.... now I have the send and recieve text sounds in a conversation and everything is fine! Sorry Nehucskter the first time I had this problem thats the first thing I did was reboot my phone.... first thing you do for everything lol....

  • I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this?

    I am having trouble with iMessage being activated. It has worked up until yesterday and now won't activate and is saying no address in the send and receive section. My number is there but not ticked. Any suggestions on how to fix this? I have shut down my phone, but still no luck!

    iMessage and FaceTime went down yesterday for some people. Mine is still down. My iMessage is saying the same thing about being activated. Sounds like you are still down too. Ignore the status page that says everything is fine - it lies.

  • Why won't Acrobat X Pro honor the margin (art box) from PDF's exported from InDesign CS6?

    Why won't Acrobat X Pro honor the margin (art box) from PDF's exported from InDesign CS6?
    When I export a PDF from InDesign CS6 with specific margins, Acrobat does not recognize the Art box. (I have PitStop Pro 11 for page box view)

    Thanks Steve,
    We are exporting PDF's as you indicate. I see the same thing. The boxes are all the size of the original InDesign document. The PDF art box should be predicated by the margins in InDesign. When we had CS3, this worked great. Now, it seems that there is a disconnect between the two Adobe products honoring the page box size. I have contacted the Adobe techs via chat, and they had no clue what I was referring to. I find it mystifying that Acrobat can not interpret the art box set in InDesign as margins.

  • Why won't my Apple TV display the setup screen?

    Why won't my Apple TV display the setup screen? I have changed hdmi cable, confirmed the correct input, checked connection but nothing. HELP!!! I have a Bose System and use a universal remote, Logitech. Could this be a factor?

    Welcome to the Apple Community.
    What exactly does your Apple TV display.

  • HT1338 Why won't my computer pick up the wireless in my home? All other computers in my home can get internet

    Why won't my computer pick up the wireless in my home? All other computers in my home can get the internet.

    Turn Off your computer. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your computer. Hopefully it will see the WiFi.
     Cheers, Tom

  • Why won't my iPhone connect to the Internet? It will goes days with no connection, then suddenly have a connection for a while. I am on the Sprint network.

    Why won't my iPhone connect to the Internet? It will goes days with no connection, then suddenly have a connection for a while. I am on the Sprint network.

    Have you contacted Sprint?  See if they can resolve your issue, if you can't get 3G.

  • Why won't iPhone 4 charge in the car

    Why won't iPhone 4 charge in the car anymore?  I have changed out the cords several times. It's a Belkin...bought at the apple store...not a cheapo!

    Car chargers tend to break down frequently
    buy a new one
    Strongly recommend buying on eBay a few units at a discounted price

  • Why won't my podcasts download in the app over a Wifi connection?

    Why won't my podcasts download in the app over a Wifi connection using the Apple app on my iPhone 5?
    It works over 3G and 4G connection but every time I try to download a podcast through wifi I continually receive the message 'Download Error'.

    Hi jasonpbell,
    Thanks for visiting Apple Support Communities.
    Some of the steps in this article may help with the Wi-Fi download issue that you're seeing:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Regards,
    Jeremy

Maybe you are looking for