SMS messages from Alcatel Y800

I don't think i'm the only one having this problem. I am unable to see the SMS inbox on the user interface when my computer is attached to the Y800. I use http://192.168.1.1. and I can log in to settings, and I can even see the sent items and drafts, but thte inbox does not appear when selected. Therfore I cannot recieve SMS messages to my device  Any solutions / ideas to this problem EE  Thanks

SEARCH!!!
keep on getting a msg from 44 7786 205094

Similar Messages

  • How can I delete Skype SMS messages from my I-Pad?

    How can I delete Skype SMS messages from my I-Pad?

    This is a user-to-user forum. Everyone here is a volunteer. Sometimes it takes longer than two minutes to get answer. Additionally, it's a support forum for Apple products, not Skype. You might get lucky and get an answer, you might not. While you're waiting, why don't you try Skype support?
    https://support.skype.com/en/

  • How do i print sms messages from my iphone without a 3rd party app?

    How do I print a complete SMS message from my iphone without using a 3rd party app?

    If you have an AirPrint compatible printer, or you have a print app, then you could take a screenshot of each page of the message and then print them. Otherwise, there is no native solution to print SMS messages on the iPhone.

  • How to extract sms messages from iphone?

    im using 3gs and im trying to extract sms messages from it. but i dunno how.
    thanks in advance!
    and btw im also using windows.. so no mac.

    Hi, I found this step by step guide explains how to backup sms from iphone to computer. You can do the extract work in a few clicks.
    Hope this can hlep.
    Good luck!

  • Is there any way i can transfer all my SMS messages from my 3GS to my 4 ?

    is there any way i can transfer all my SMS messages from my 3GS to my 4 ?

    Use iTunes to backup files from your old ipod first then transfer to the new iPod. Please
    follow the steps in How to transfer your backup from one iOS device to a new device.   By the way, if you don't have the iTunes, you can use this iPhone transfer program. It help you to transfer sms and contacts from iPhone.
    Hope it helps.
    You can use http://www.google.com to search more

  • Can I recover SMS messages from iCloud that I accidentally deleted today?

    Can I recover SMS messages from iCloud that I accidentally deleted off my phone today?

    Sorry but the only thing you can do with a backup to iCloud is restore the entire backup to an iOS device. It is an all or nothing thing. There isn't a way to get to them using a computer or to access just the backed up text messages. If you also backed up to iTunes, there are 3rd party utilities that will extract data from a backup made using iTunes.

  • Facetime not activating, getting SMS messages from +447786205094

    I bought my iPhone 4 unlocked in UK, but am working in Canada, so have a Canadian sim in it, every time I turn face time on it says waiting for activation... And I get SMS messages from + 447786205094, containing what looks like the information needed by the phone to activate face time, but it doesn't activate! Anyone have any idea what I can do to activate face time?
    Thanks
    Ben

    Hi there, there appears to be a problem with activating unlocked UK phones in other countries.
    Post 1
    Post 2
    Post 3
    I'm afraid I don't know how to fix it though, but you may want to keep an eye on the other posts running on this forum just in case something else pops up.
    As far as I'm aware it's not possible to manually activate facetime - The activation is by text message that are sent without the users knowing.
    Good luck.

  • Send and Receive SMS messages from US to South Kor...

    I want to be able to receive and send SMS messages from my skype to my friend's cell phone in Korea
    When I send it they receive it, but they can't respond it back to me because it is an international text.
    Is there anyway that I can buy a Korean online number when I'm living in US?
    and with that number will I be able to talk and send/receive messages with my friend?

    @ sberman -Hi-I have my settings as you described and I do have a text msg. plan with At&T. I'm still puzzled, however; I had the same plan with he former phone-the ancient 3Gs and with it, I was able to send/receive text, photos, etc. to non-Iphone users via WiFi as long as I was home and within distance of the connection. I did not have to have my cell data "on" in order to send/receive anything. Everything transmitted through WiFi-and did not impact my  charges or cell data limits.. I know I must use the cell data ON when I'm away, but don't understand why/how I can't do the same as before I upgraded to the 5c. Admittedly, I am certainly NOT in the stratospheric league as so many phone experts here-I do make the attempt to understand, though..
    I read on one of the numerous help/answer sites that apparently someone else had registered the same complaint with Apple and now has a pending lawsuit-and hoping to get class-action status on the issue. I'm fairly sure this is the same-although I cannot be 100% certain given my lack of expertise.
    I certainly appreciate your rapid response-as a newbie to these communities, I didn't expect any answers to my questions so quickly.Thanks for taking the time to post-have a great weekend.

  • How do i send sms messages from my mac to a phone

    the gurl from apple said i could send sms messages from my imac to a phone. How do i di that?

    Hi Lanny,
    Actually those two pics don't tell you what you need to know.
    The First is correct as it can be from the Messages app but the second goes to no way to tell you how to do and b fact does not even mention SMS messages.
    @ 10411
    You will need to have an AIM or AIM Valid name that you can add to the Messages > Preferences > Accounts at the + icon below the list.
    Next the Mac need to be in the United States.
    Go to System Preferences > Language and Text and set the Region to the Untied States.
    (In iChat this added SMS items to some of the Menus in iChat)
    The iPhone has to be on a Carrier that is in the United States   See list
    Which in turn means the phone number is a United States one (+1 country code)
    This means you add the Cell/mobile number as if it were a Buddy to an AIM list.
    So Creating an Address Card for "SMS Test" and adding the mock number +1234567890 to that I get this in Messages  (Mousing over the Name to see the "Screen Name" which is the number in this case)
    Basically this is a feature that iChat has always had since AIM included a link to SMS to certain Phones.
    Messages does everything iChat did/does and this includes SMS Messaging via an AIM Buddy list even though in this case the Menu items has disappeared.
    AS has been said there are also other methods.
    8:24 PM      Saturday; April 6, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Problem sending a SMS message from mobile phone t809

    Hello!
    I am trying to send a SMS message from my cell phone. This is Samsung t809 phone with CLDC 1.1 and MIDP 2.0
    The code that I am using is next:
    MessageConnection smsconn = null;
    try
    smsconn = ( MessageConnection )Connector.open( "sms://:50000" );
    TextMessage txtMsg = ( TextMessage )smsconn.newMessage( MessageConnection.TEXT_MESSAGE );
    txtMsg.setAddress( "sms://18885552233" );
    txtMsg.setPayloadText( "Hello SMS!" );
    smsconn.send( txtMsg );
    catch( Exception e )
    e.printStackTrace();
    System.out.println( e.getMessage() );
    form_main.append( "\nError occured!" );
    if( smsconn != null )
    try
    smsconn.close();
    catch( IOException e )
    e.printStackTrace();
    System.out.println( e.getMessage() );
    Seems like on cell phone I have an exception because I can see the line "Error occured!"
    I have no idea why... :(
    Will appreciate any help and comments.
    Thank you!
    P.S. Oh yes... the phone 18885552233 is not real, I just used my friend cell phone to test. Does not work... :(
    Message was edited by:
    viva_unix

    hello,
    when you use smsconn = ( MessageConnection )Connector.open( "sms://:50000" ); it means that you are trying to connect to a sms server. So if you don't have a sms server on your computer, an exception is thrown !
    if you just wanna test sms sending, put the phone number in the string like this
    smsconn = ( MessageConnection )Connector.open( "sms://123456789" );<b>reference</b>:
    http://developers.sun.com/techtopics/mobility/midp/articles/wma/index.html
    hope it will help you
    peace
    supareno

  • Send sms message from pc to mobile

    hi...
    what we need to send sms message from pc to mobile and how can send it ????
    plz give me step by step
    thx

    Sending an sms message from your PC can be done in many ways. Firstly this can be send via email, simply type in the to field the number followed by the gateway. for example, [email protected] There are also a number of websites that allows you to do this simple search google for "send text message" and will see a list. The one I use is [http://www.wetextfree.com] it works and its free. Hope this helps you.

  • How to download SMS messages from my iPhone?

    How can I download SMS messages from my iPhone to my mac?

    You can copy/paste to an email & send such to yourself, or get third-party software & import to your computer:
    http://www.wideanglesoftware.com/touchcopy/index.php
    One method is free, the other costs money. Both work.

  • Hi is it possible to transfer sms message from iphone4 to computer?thanks!

    Hi is it possible to transfer sms message from iphone4 to computer?thanks!

    Here is the step-by-step guide shows how to backup iPhone SMS to computer.
    http://www.backup-iphone-sms.com/how-to-backup-iphone-sms-to-computer.html
    Hope this can hlep.
    Good luck!

  • After upgrading my iphone 4 to io6 i started loosing the historical sms messages from some senders including new ones received as soon as I open the message app. I am not happy with io6. please advise how i could downgrade to io5.1.1.

    After upgrading my iphone 4 to io6 i started loosing the historical sms messages from some senders including new ones received as soon as I open the message app. I am not happy with io6. please advise how i could downgrade to io5.1.1.

    I have read a number of other threads regarding the loss of Messages, however, I am not aware of the reason it is happening. Check on the right side of this message under more like this and see if you can find an answer.
    As to your question about downgrading software, there is no Apple supported method for downgrading software.

  • How do I transfer my SMS messages from 4s to 5

    How do I get my old SMS messages from 4s to transfer to 5.
    I have spent all day getting my 5 synced and the SMS issue is my last task to transfer.
    Please HELP!!

    you back up your old phone to iTunes, and restore your new phone from that old phone's backup.

Maybe you are looking for

  • Selecting objects in a layer to copy and paste into a new doc?

    How can I select all objects in a layer and copy and paste the objects into a new document? We are having issues with the copy and paste method. Is this because it uses the operating systems clipboard?

  • Freight/Other Charges to be included for 100% Downpayment Invoice

    Hi Currently in SAP 2007 version, where Freight/Other Charges is concerned, the information will not be copied/drawn to Down Payment Invoice. These charges will only be included in the final A/R Invoice. Even for 100% DownPayment Invoice, the freight

  • Loop creation in ODI package

    Hi Expert, I have declear two variables in pkg. Var1 --> getting count of records from table (select count(1) from emp) Var2 --> selected type 'SET VARIABLE' and assign '1' value Both Variables are NUMERIC DATATYPE Flow in PKG: Var1 --> Var2 (select

  • Toplink problem during stress tests

    Hello I have created simple Three tier application, where SLSBs connects using Toplink to Oracle database. During stress tests I'm having very offen following exception: Wyj¦tek [TOPLINK-4002] (OracleAS TopLink - 10g (9.0.4.5) (Build 040930)): oracl

  • Running slooooowly

    I have around 11400 songs on my iPod taking up around 60Gb. When I select artist or album it takes around 15 seconds for it to generate the list. (it's a long 15 seconds). For this many songs is it normal for it to respond pretty slowly?