Send SMS msg from 2nd JVM to Emulator "SMS Recieve" midlet

Hi -- Is it possible to startup the toolkit's "WMADemo", start the emulated phone listening for SMS messages (e.g. "SMS Recieve" midlet), then form an SMS message in another JVM and send the SMS to the emulator? (and have it show up?)
Please advise..
Thanks,
Ben.

Hi Benjamin
I am also looking for the same solution
If you have figured it out could you please send it to my email
[email protected]
Thank you

Similar Messages

  • Whenever I am sending a MSG from my iPhone 4s to friends who don't have I phone or I device my smiley(emoji) seen to be square to them and when they send MSG to me with a smiley my iPhone shows :-) ;-p like symbols. Please help I want to receive smiley

    Whenever I am sending a MSG from my iPhone 4s to friends who don't have I phone or I device my smiley(emoji) seen to be square to them and when they send MSG to me with a smiley my iPhone shows :-) ;-p like symbols. Please help I want to receive smiley from my friend

    I think you answered your own question. As your friends phones are not iPhones, but maybe Nokia or Android the smiley will appear as a different character or box. Thew only way to fix this would be to send a basic smile using the basic keyboard so that your friends will receive it as a smile and you will when they reply. Or ask your friends to check if the phones they are using have the emoji type keyboard available and ask them to update their phones. This will show the smiley when they reply to you.
    Hope this helps.

  • When I send txt msgs from my phone the message shows on the recipients phone as if it came from my gmail account. What causes this? I'd like to correct this because when I receive their reply it sometimes shows up as an email.

    When I send txt msgs from my phone the message shows on the recipients phone as if it came from my gmail account. What causes this? I'd like to correct this because when I receive their reply it sometimes shows up as an email.

    I go into Messages there is a Send & Receive selection.  My email address
    is showing.  I select Send & Receive and mu phone and email address is
    there.  A check mark is next to my email address.  Is this the problem?  I
    was unable to remove my email address.  I tried to remove my email address
    but the response is "This email address could not be removed."
    Thank you for your response.  I will stand by for your next request or
    instructions.
    Steve
    On Fri, Jun 27, 2014 at 10:54 AM, Verizon Wireless Customer Support <

  • Phishing data filled in click send warning msg from firefox is data compromised

    Phishing email when clicked gave a page where data was filled in, clicking next, gave "forged web site" warning msg. Did the data get to the bad guys?
    Retrying and link on the email now only gets forged web site screen
    url from blocked message is: public1.landforsaleinmarvin.c....

    Hi Feer56,
    Reading the posts you supplied did answer the question. Was the data sent to the phishers?
    Response to phishers: fill form > click next > then mozilla blocked
    Question: Was I just blocke from further proceeding to the bad web site warned?
    Did the data from form reach the bad guys, or was it stopped when the warning came up

  • Sending Msg From HTTP client to XI through JMS Adapter using WebSphereMQ

    Hello
    I am trying to send some msg from Http client
    I configured JMS adapter as receiver
    Transport Protocol :WEBsphereMQ JMS provider
    Message  protocol :JMS1.x
    I have given the Ip  address  of my machine where I installed WEB Sphere MQ
    Server Port :1416
    Transport Protocol :WebSphere MQ
    JMS compliant: JMS-compliant
    In SXMB_MONI
    Http client sends message without any error.
    But while tracing I got message
    <Trace level="1" type="T">Async barrier reached. Bye-bye !</Trace>
    Can anybody tell me the solution..
    Thnaks

    Hi,
      I have not directly faced this but i may suggest ,
    1. What do you see in sxmb_moni, do you have a queue problem?
    2. see this File-to-File Scenario Stopped Working  the reply from Shravan and the last message.
    <i>The XBTO que was the problem. I deleted all LUWs in it and now new transactions are working again</i>
    3. You may also use this /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    Regards,
    Anirban.

  • How to send msg from "Drafts" folder

    How do i send a msg from the "Drafts" folder

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access your mail, you are using "web-mail". You need to seek support from your service provider or a forum for that service.
    If your problem is with Mozilla Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/] <br />
    or this one <br />
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • Reports of Text Msg from VERIZON re: ICS coming  -- anyone else?

    Being reported in the MotoRazr Maxx forum - users supposedly getting a TEXT msg frmo Verizon re: ICS 4.0 coming :
    The message started out:
    Your phone will soon be upgraded to Android 4.0.  At that time we will remove your Verizon Wireless Mobile IM app because it is not supported on Android 4.0.  Please download a new instant messaging app...  snip ...
    Anyone else getting this?

    I REALLY wish VZN would include some base FREE Text Messaging as part of all these changes coming up to their plans and ICS ..  Something like 25 Free Text Msgs per month ...  Reason being is that I have Unlimited Data right now (not using more than 1GB per month) and no Texting Plan ... so I get nickled & dimed by SPAM Texts that I get every month. (I don't want to turn OFF SMS because I get/send valid MSGS from time to time, just not many.)

  • Is it possible to send SMS text msgs(Not IMessages) from my IPad Air with Wi-Fi/cellular?

    Can you send an SMS text msg from an IPad Air that has Wi-Fi and Cellular network? It has its own phone number.. Just wondering.. Thanks

    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
     Cheers, Tom

  • Issue while sending SMS from JavaMail in languages like Russian & Japanese

    Hi,
    We have a requirement to send multi lingual SMS to users mobile number.
    We are using JavaMail API for this. The only changes we have done to send SMS (instead of EMAIL) using a standard JavaMail code are –
    1)     Use the suffix @sms after the mobile number. For eg: 919923456789@sms.<domain>.com.
    2)     Use “text/plain” instead of “text/html” while setting the content type.
    The SMS is sent fine for English and French but we get junk characters for languages like Japanese and Russian even on phones which support these languages.
    Could anyone please advice on the below points –
    1)     Is this a limitation with respect to JavaMail? If yes, is there any other api that can be used?
    2)     Does some setting needs to be done in the SMS gateway to enable sending SMS in Japanese and Russian?
    3)     Does some setting needs to be done in the mobile phone to receive SMS in Japanese and Russian?
    Any help on this issue will be appreciated.
    Thanks and Regards,
    Jacob

    Thanks for your replies...... Please find below the code snippet where I am setting the encoding.....Could you please confirm if this is the correct way?
    String subject = "\u0421\u0442\u0430\u0442\u0443\u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F";
    String body = "\u0421\u0442\u0430\u0442\u0443\u0441 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F";
    *//Both 'body' and 'subject' are set as the russian translation of 'Status last updated'.*
    MimeMessage msg = new MimeMessage(mailSession);
    msg.setHeader("Content-Type", "text/plain; charset=UTF-16");
    msg.setSubject(subject, "UTF-16");
    msg.setText(body, "UTF-16");
    I tried this but still not getting correct text. If I try with "UTF-16BE"/"UTF-16LE", then I do not get an SMS at all. I have tried with UTF-8 as well.
    Does it matter if I change the phone language before/after I receive the message in a language different from the currently set phone language?
    I am based out of India and am trying to send these messages to some of my colleagues who are all using Indian service providers. I have tried this on phones which have Russian as a language option.
    Regards,
    Jacob

  • Sending error msgs through email and sms

    Hi,
    does anyone done on sending error msg file through email and sms.
    if so share some knowledge with me.
    thanks in advance

    Hi
    MAIL:
    SORT t_receivers BY receiver.
      DELETE ADJACENT DUPLICATES FROM t_receivers COMPARING receiver.
      IF NOT t_receivers[] IS INITIAL.
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
             EXPORTING
                  document_data              = wal_docdata
                  put_in_outbox              = c_check
             TABLES
                  packing_list               = t_objpack
                  contents_txt               = t_content_txt
                  receivers                  = t_receivers
             EXCEPTIONS
                  too_many_receivers         = 1
                  document_not_sent          = 2
                  document_type_not_exist    = 3
                  operation_no_authorization = 4
                  parameter_error            = 5
                  x_error                    = 6
                  enqueue_error              = 7
                  OTHERS                     = 8.
    SMS: refer to this Weblog in SDN.
    <a href="/people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap Post for SMS prog</a>
    Hope This Helps
    Anirban

  • Sending sms from server

    Well i have to send short message from webserver to any client.But not from client to client.Like any products inforamtions to clients.Because i can't find api in any webserver to send sms to client.While from client I have found api in sl45i to send to any smsc server.But not in webserver.
    I i will make this possible.
    Thanks
    Jawwad Ahmed

    I don't quite understand what you are trying to do but so far, here is what I have understood.
    1. You want to send SMS from Webserver to your mobile phone
    2. Want J2ME Emulator to process SMS.
    <1> Sending SMS from webserver is quite easy. You have several options:(a) connect a mobile phone to your server and 'talk' to the phone using Gnokii or GSMLib to send SMS. The mobile phone will take care of communicating with SMSC of your provider (b) get in touch with your provider and ask if you can connect to their SMSC directly. Some allow you to connect to their SMSC via a modem connection (c) look for public SMSC's, which are scarce.
    <2> Unfortunately, MIDP 1.0 does not allow you to retrieve SMS from the phone... nor does the Siemens SDK, AFAIK. You cannot process SMS using the Emulator as well. You need a real device to test your application.

  • Send SMS from J2ME application to a mobile number...

    Hi guys,
    Need your help on sending SMS from J2ME application saved from mobile to send to another mobile number...
    I have tried the WMA demo from suns WTK it send message but the other number cannot received the message.
    Please help or give any idea or sample code that can guide
    me...
    Thanks in Advance...
    Regards,
    Psyeu

    WMADemo works fine.
    Try to do this:
    1. Open WMADemo
    2. Run WMA Console (File->Utilites->WMA Console)
    3. On the top of the window of WMA Console you will see the number of "Console's phone". If you don't have any started emulators, the number will be +5550000.
    4. Run WMADemo
    5. Select SMS Send in emulator menu.
    6. In destination address write +5550000
    7. Enter message
    8. Push "Send" command. Emulator asks you to send SMS. Push "OK" twise.
    9. Then you will see your message in WMA Console

  • How to Send sms from mobile

    Hi
    i have 6230 Nokia mobile based on s40 2nd edition plateform which support jar files . i have installed the examples(jar files which come with the java wap toolkit) with Nokia pc suite.Mostly applications work on the mobile. But the problem is i have also installed the smssend application (which come with java wap toolkit)in mobile. when i run, it execute successfully and does not show any error.But the sms is not sent. i do not know what is the problem.
    Kindly Acknowledge
    Mr. S.Singh

    Hello Sahib,
    Here is a sample code to do this:
    public boolean sendSms(String number, String message){
        boolean result = true;
        try {
          //sets address to send message
          String addr = "sms://"+number;
          // opens connection
          MessageConnection conn = (MessageConnection) Connector.open(addr);
          // prepares text message
          TextMessage msg =
          (TextMessage)conn.newMessage(MessageConnection.TEXT_MESSAGE);
          //set text
          msg.setPayloadText(message);
          // send message
          conn.send(msg);
          conn.close();
        } catch (SecurityException se) {
            // probably the user has not allowed to send sms
            // you may want to handle this differently
            result = false;
        } catch (Exception e) {
            result = false;
        return result;
      }If you want to download the full source code see this: [HowToSendTextSMSMIDlet.zip|http://www.forum.nokia.com/piazza/wiki/images/4/4e/HowToSendTextSMSMIDlet.zip]
    Hope i'm helping,
    Nathan Paulino Campos

  • How to send sms from pc to mobile phones

    Hey house,
    Am handling a project on how to send a personalized sms msg from a pc to multiple mobile phones.Any body with that technology should be of help .Thanks

    The simplest way is to find a web service which does this (there are several). Obviously you need to pay, something like buying a batch of transmissions up front. It's not very expensive, though. The particular instructions will be on the web site of the service, probably for various languages. Your invocations of the service will include your credentials.

  • HT3529 i am unable to send sms from my iphone 4s

    i am unable to send sms from my iphone 4s

    Try Settings > General > Reset > Reset Network Settings.
    If that does not resolve, SMS is a carrier feature, contact the carrier.

Maybe you are looking for