Cant get texts

my screen is messed up. how can i get texts in my email so i can read them? i have texts comming in how can i get them to go to my e-mail or something so i can read them?

You can manually forward each one to your email address - just type in your email instead of a phone number.

Similar Messages

  • I changed to an android and now cant get text from some iphone users any suggestions??

    I have just switched to an android and now am having problems getting text from some iphone users, and suggestions as to how I can fix this?

    Hi mango72860,
    Thanks for visiting Apple Support Communities.
    If you're not receiving text messages from iPhone users, see this article for help:
    iOS: Deactivating iMessage
    http://support.apple.com/kb/TS5185
    Best Regards,
    Jeremy

  • Iphone 5 broke switched to old iphone 4 but cant get texts from other iphone users cant do anything with iphone 5 like i said its wayy broke

    IPhone 5 broke switched to old iPhone 4 but cant receive texts from other iPhone users cant do anything with iPhone 5 screen does not work

    I'm guessing that you turned off the iPhone 5? If so, then are you using the same phone number as the 5? You need to go into Settings>Messages>make sure that iMessage is turned on and activated. Then go the Send & Receive and find out if your current number is checked.

  • I switchedfrom an Iphone to an android and now I cant get text messages from I phones

    I need to know why I cant receive text messages from people with I phones, I just switched from an I phone to an android.

    The reason is you need to de-register your iPhone iMessage.
    iOS: Deactivating iMessage

  • Cant Get Text To Show In JTextArea

    Hi guys,
    I'm trying to create a very simplistic GUI where the output of an IRC server is shown in a JTextArea. However for the life of me I can not get any text at all to show in the text area. Here's the class that creates the user interface:
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    public class SwingTest extends javax.swing.JFrame implements ActionListener {
         JButton connect = new JButton("Connect");
         JTextArea chat = new JTextArea();
        public SwingTest() {
             //set the title of the frame
             super("Chat Window");
             //set the size of the frame
             setSize(800, 600);
             //set what happens when the close button is clicked
             setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
             // create the scroll pane to add the text area to
             chat.setLineWrap(true);
             JScrollPane scroll = new JScrollPane(chat, ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS, ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
             //create the container panel
             JPanel jp = new JPanel();
             //create the layout manager and assign it to the container panel
             BoxLayout horizontal = new BoxLayout(jp, BoxLayout.Y_AXIS);
             jp.setLayout(horizontal);
             //add the text area and button to the container panel
             jp.add(scroll);
             jp.add(connect);
             //add the container panel to the frame
             add(jp);
             //make the frame and its contents visible
             setVisible(true);
             //add an event listener to the connect button
             connect.addActionListener(this);
        public void actionPerformed(ActionEvent event) {
             int temp = 1;
             SockThread mySock = new SockThread();
                 try {
                      Thread.sleep(20000);
                  while(temp == 1) {
                   while(mySock.pinger != false) {
                        chat.append(mySock.getStatus()+ "\n");
                        mySock.pinger = false;
                        break;
                 } catch  (InterruptedException ie) {
                      chat.setText("Error " + ie.getMessage());
        public static void main(String[] arguments)  {
             //create an instance of the SwingTest class and let it do its thing
             SwingTest st = new SwingTest();
    }

    Thanks hiwa, i did what you suggested and created a worker thread, but still I'm getting nothing in that JTextArea. I'm new to working with worker threads though, so if anyone wouldn't taking a look at my code just to see if I'm doing something wrong i would greatly appreciate it.
    Here is my worker class:
    import javax.swing.*;
    public class ChatWorker extends SwingWorker {
         String messages;
         String output;
         JTextArea chat;
         public ChatWorker() {
              super();
         protected String doInBackground() {
              int temp = 1;
              SockThread st = new SockThread();
              try {
                   Thread.sleep(20000);
                   //Perpetual loop needed to keep checking for server messages
                   while(temp == 1) {
                   while(st.pinger != false) {
                        messages = st.getStatus();
                        st.pinger = false;
                        break;
              } catch (InterruptedException ie) {
              return messages;
    }And here is the update gui class to make use of the worker thread:
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    import java.beans.*;
    public class SwingTest extends javax.swing.JFrame implements ActionListener, PropertyChangeListener {
         JButton connect = new JButton("Connect");
         JTextArea chat = new JTextArea();
         ChatWorker cw;
        public SwingTest() {
             //set the title of the frame
             super("Chat Window");
             //set the size of the frame
             setSize(800, 600);
             //set what happens when the close button is clicked
             setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
             // create the scroll pane to add the text area to
             chat.setLineWrap(true);
             JScrollPane scroll = new JScrollPane(chat, ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS, ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER);
             //create the container panel
             JPanel jp = new JPanel();
             //create the layout manager and assign it to the container panel
             BoxLayout horizontal = new BoxLayout(jp, BoxLayout.Y_AXIS);
             jp.setLayout(horizontal);
             //add the text area and button to the container panel
             jp.add(scroll);
             jp.add(connect);
             //add the container panel to the frame
             add(jp);
             //make the frame and its contents visible
             setVisible(true);
             //add an event listener to the connect button
             connect.addActionListener(this);
        public void actionPerformed(ActionEvent event) {
             try {
             cw = new ChatWorker();
             cw.addPropertyChangeListener(this);
             cw.execute();
             } catch (Exception exc) {
        public void propertyChange(PropertyChangeEvent event) {
             try {
                  String tempText = (String)cw.get();
                  chat.append(tempText + "\n");
             }catch (Exception exc) {
        public static void main(String[] arguments)  {
             //create an instance of the SwingTest class and let it do its thing
             SwingTest st = new SwingTest();
    }

  • HOW DO I STOP IMESSAGING ON MY PHONE? I HAVE A NEW SAMSUNG PHONE AND CANT GET TEXT MESSAGES

    HOW DO I STOP IMESSAGING ON MY IPHONE 4? I BOUGHT A NEW SAMSUNG PHONE AND AM NOT GETTING ALL MY TEXT MESSAGES?

    Bcyr71 wrote:
    HOW DO I STOP IMESSAGING ON MY IPHONE 4? I BOUGHT A NEW SAMSUNG PHONE AND AM NOT GETTING ALL MY TEXT MESSAGES?
    And this page on Samsung's own website did not give you any clues??
    http://www.samsung.com/us/support/faq/FAQ00053450/62995

  • Floated sidebar - cant' get text to wrap

    I did a float:right to a sidebar column on this page. Instead
    of the main body text wrapping around the sidebar it jumps down
    below. Probably something very simple, but I'm tired of looking at
    it. Any suggestions?
    Page is here:
    http://www.jesseyoung.com/agua/paddle_destinations.shtml
    CSS is here:
    http://www.jesseyoung.com/agua/styles_revised.css
    Thanks!
    -Jesse

    Hello,
    Try getting rid of all the white space between Arboretum and
    the closing </h2> tag, as well as the empty line above it.
    Change this:
    or a limited timeframe.</p>
    <h2>Arboretum                 <!--lots
    of white
    space >                            </h2>
    To this:
    or a limited timeframe.</p>
    <h2>Arboretum</h2>
    Hope that helps,
    Tim

  • I have changed to a samsung note3 but now i cant get text from some iphones how can i fix that

    I have changed to a samsung note 3, but now i cannot receive any texts from an iphone
    I have already tried turning everything off in the phon eend imessage.  Any other ideas on how to fix this?

    Also see:
    <http://m.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00053450&fm_s eq=62995>
    <https://discussions.apple.com/thread/6023459>

  • Switched to android and can't get texts from apple users, Switched to android and can't get texts from apple users

    switched to galaxy 3 and cant' get texts from people that used to imessage me.  I have tried everything but swtiching my phone number.

    If you no longer have access to your iPhone, you will need to contact Apple for help deactivating your phone number from their iMessage system so those with iPhones will send normal text messages to your phone number instead of iMessages.
    Reference: http://support.apple.com/kb/ts5185
    iOS: Deactivating iMessage
    Symptoms
    If you experience any of these symptoms, you may want to deactivate iMessage:
    You can't receive SMS on your non-Apple device when another person sends them using an iPhone.
    You can't send SMS to a non-Apple device because they send as an iMessage.
    Resolution
    If you experienced the symptoms above, your cellular phone number may still be registered with iMessage. When you turn iMessage on with your iPhone, iMessage registers your cellular telephone number.
    To deregister your phone number, tap Settings > Messages and turn iMessage off.
    If you can't deactivate iMessage after you perform the steps above or you can't access the iPhone, please contact Apple Support.

  • Had an Iphone 4s and switched to a Samsung Galaxy s4 and now cant receive text messages from people with an iphone

    Had an Iphone 4s switched to samsung galaxy s4.  Now I cant get text messages from people with Iphones.  Need help.  Starting to get extremely mad and upset with apple products.  HELP PLEASE

    Speak with an AppleCare advisor either over the phone or by chat.
    They will remove your phone number from the iMessage system. That's it! Otherwise after 45 days your phone nymber will automatically be removed from the system. Now or later, it's your choice.
    http://www.apple.com/support/contact/   (choose Get Started)
    Cheers!

  • I cancelled my i message on my 4s and on my new android I can't get text from apple users

    I got a new phone( Android) and I am giving my son my 4S Iphone. The problem is, my messages from I phone users wont show up on my new phone. I have an ipad and I disabled the I message.  I still cant get text messages from my Iphone friends. How can I get my I messaqge account phone number cancelled?
    I cant call apple it cost meney.

    Hello somer.saun,
    Fortunately, we have an article for just this situation. The easiest potential solution would be trying your current Apple ID's password. If that doesn't work, see the article linked below for further information and steps.
    iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/kb/TS5223
    Cheers,
    Allen

  • Cant get data from text file to print into Jtable

    Instead of doing JDBC i am using text file as database. I cant get data from text file to print into JTable when i click find button. Goal is to find a record and print that record only, but for now i am trying to print all the records. Once i get that i will change my code to search desired record and print it. when i click the find button nothing happens. Can you please take a look at my code, dbTest() method. thanks.
    void dbTest() {
    DataInputStream dis = null;
    String dbRecord = null;
    String hold;
    try {
    File f = new File("customer.txt");
    FileInputStream fis = new FileInputStream(f);
    BufferedInputStream bis = new BufferedInputStream(fis);
    dis = new DataInputStream(bis);
    Vector dataVector = new Vector();
    Vector headVector = new Vector(2);
    Vector row = new Vector();
    // read the record of the text database
    while ( (dbRecord = dis.readLine()) != null) {
    StringTokenizer st = new StringTokenizer(dbRecord, ",");
    while (st.hasMoreTokens()) {
    row.addElement(st.nextToken());
    System.out.println("Inside nested loop: " + row);
    System.out.println("inside loop: " + row);
    dataVector.addElement(row);
    System.out.println("outside loop: " + row);
    headVector.addElement("Title");
    headVector.addElement("Type");
    dataTable = new JTable(dataVector, headVector);
    dataTableScrollPane.setViewportView(dataTable);
    } catch (IOException e) {
    // catch io errors from FileInputStream or readLine()
    System.out.println("Uh oh, got an IOException error!" + e.getMessage());
    } finally {
    // if the file opened okay, make sure we close it
    if (dis != null) {
    try {
    dis.close();
    } catch (IOException ioe) {
    } // end if
    } // end finally
    } // end dbTest

    Here's a thread that loads a text file into a JTable:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=315172
    And my reply in this thread shows how you can use a text file as a simple database:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=342380

  • How do i get message+  on my pc... my phone has crashed and i cant get my text messages from it.... please help

    how do i get message+  on my pc... my phone has crashed and i cant get my text messages from it.... please help

    mandingo8005,
    Look no further help is here! Let's get those text messages going on your computer. You need to download the desktop client http://www.verizonwireless.com/wcms/consumer/products/verizon-messages.html to your computer to use Message +. Were you already using Message + on your phone?
    What phone do you have? You mentioned the phone crashed. What issues are you having with the phone?
    JohnB_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Hi everyone,I have an Ipod 5 and its not sliding.it was working perfectly fine till last night.It was charging and  i was texting,so then my mom called me then when i came back its stop sliding(i cant get in)HELP!!!

    hi everyone,I have an Ipod 5 and its not sliding.it was working perfectly fine till last night.It was charging and  i was texting,so then my mom called me then when i came back its stop sliding(i cant get in)HELP!!!

    If not successful try the remaining items of:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              

  • I cant get my iphone to forward text messages to my email account

    I cant get my iphone to forward text messages to my email account

    What email provider are you trying to email to?
    I ran into this issue, and had to start emailing my other account because my old one was just acting weird with my iphone. (It worked fine for me with my gmail account)

Maybe you are looking for