Send a message to mobile phones

Please help me how to write a program that can really send a message from a computer to a mobile phone (not a mobile simulator). If possible, please show me the mechanism of the system or where resources are.

For that you'd have to know how to program. Programmers are skilled people, while you obiviously are not.

Similar Messages

  • Send e-mail from mobile phone

    Hello all!!
    Please, could you tell me if i can send a e-mail message from mobile phone, using JavaME.
    Could I use Java Mail API on my mobile phone?
    Does Java ME support Java Mail API or what can I do to use it?
    If its impossible, how can I send a e-mail message from mob?
    Thanks for reply...

    JavaMail requires TCP and an email server.
    And it requires memory for the class files.
    So whether you can use it on your phone depends on both of the above.

  • How Can I send SMS to a Mobile Phone within Oracle

    How Can I send SMS to a Mobile Phone within Oracle

    It depends on how you are planning to use this feature.
    You can set up a mobile using special software in order to interface to it programatically - you can then, via this software interface, use this mobile to send SMS's.
    Some service providers support an e-mail interface. Where you send the SMS as a the e-mail content and the mobile number as the recipient's address, or as the subject of the e-mail. However, many service providers have long since stopped providing this type of mail interface due to abuse. Remember that service providers are there to make money - not offer one a service via bulk SMS's can be send.
    Some service providers have dial-up servers that works like the old style bulletin board systems (BBS's) of the 90's. You use a telnet like interface, dial into this BBS, and is prompted for mobile number, message to deliver, and even delivery confirmation. You can expect the cost of this phone call to this system, to also cover the cost of sending the SMS.
    Some companies provide a software server to interface with one or more service providers - this allows you to fairly easily use this server gateway to send SMS's for you. Such a gateway server will typically support a telnet interface - allowing you to send SMS's via it from inside PL/SQL.
    I've used all these options, and I've found the best one to be the last option. It is the easiest to use from a programming perspective. It comes with various management and reporting tools. So you need to do the very minimal in managing this whole SMS interface.

  • Can't send Text messages to Android phones or receive text from any websites

    I cant send text message to android phone or even to my gmail account from iphone 4s. I have disabled iMessage and rebooted the phone. I have also reset my apple password with no luck. This is a corporate phone.

    Hi LASalem,
    Welcome to the Apple Support Communities!
    I understand that your iPhone is not sending/receiving messages to certain devices the way your would expect. To begin the troubleshooting process, I suggest working through the troubleshooting information in the attached article.
    If you can't send or receive messages on your iPhone, iPad, or iPod touch - Apple Support
    Best regards,
    Joe

  • How can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

    how can i make it so when i send a message on my laptop that it come from my email and when i send a message on my phone is sends as my phone number. i want them seperate

    Hey mims1212,
    Thanks for the question. You can configure what address you start new conversations from on both devices:
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Please note that this will only work for new conversations, and will also be affected if another iMessage user starts a conversation with you (ex. if a friend sent you a message to your phone number, you will still receive that on your Mac, and you will be replying from your phone number).
    Thanks,
    Matt M.

  • All my data on my phone got deleted so I restored it through Itunes and now my IMessage will not recieve nor send out messages through my phone number but my email. I've tried alot but non is really working, help please !!

    All my data on my phone got deleted so I restored it through Itunes and now my IMessage will not recieve nor send out messages through my phone number but my email. I've tried alot but non is really working, help please !!

    Ok. You don't have to select your number. Just check your email under your "grey" number and then at the bottom of this page you will see the option "Start new conversations from". Select your number.

  • Hi! I brought an iPhone 4 off my friend at work. The day I brought it, it was working fine but now I can't seem to send any messages or make phone calls. The network is showing up fine but each time I try to make a call it says "call failed" help any1?

    Hi! I brought an iPhone 4 off my friend at work. The day I brought it, it was working fine but now I can't seem to send any messages or make phone calls. The network is showing up fine but each time I try to make a call it says "call failed" I can't seem to send any messages either? I can use the Internet fine and everything else on the phone. Can anyone help?

    Hi chelsinator,
    You can reset the phone and it won't cause any problems or cause you to lose any data - Hold down the Home and Power buttons at the same time and continue to hold them down until the Silver Apple appears.
    The other thing you should do is to reset your network settings: Settings>General>Reset>Reset Network Settings. You will have to set up your Wifi again, but that oftentimes clears things up.
    Cheers,
    GB

  • TS4006 does it send a message to every phone when it's turne on

    does find my iphone send a message to all phones when u are searching one phone

    It will only send a message to the phone you select.  This may help: http://help.apple.com/icloud/#mmfc0f0165.

  • Sending e-mails from mobile phone

    I received a Samsung Ace Mobile for Christmas.  My e-mail account was set up by my daughter and I am able to receive and view e-mails.  However, can't send messages.  They sit in outbox.  HELP  before I have a nervous breakdown!

    These are the settings to use, depending on whether you use IMAP (recommended), or POP3.
    Mobile phone settings -
    POP3
    Incoming server    mail.btinternet.com
    Port    995
    Security Type    SSL
    Outgoing SMTP server    mail.btinternet.com
    Security type    SSL
    Port    465
    IMAP recommended
    Incoming IMAP server    mail.btinternet.com
    Security type    SSL
    Port    993
    Outgoing SMTP server    mail.btinternet.com
    Security type    SSL
    Port    465
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Sending command to a mobile phone blugged into a pc to send an sms

    hi.
    i am new to this field, but i heard of "at command" that are helpful to control the mobile phone from a pc. And Java supports this...
    this is the case:
    1- a mobile with a valid sim card is connected via USB with the pc.
    2- an application is running at the pc (java application)
    on this application we need to add a module/class that sends command "at command" to our connected mobie with 2 parameters:
    1- the phone number
    2- the message
    MyClass.sendViaMobile("+962795940824", "we want to inform you that u got the help :-)");what i need is how to start this, what do i need to know,and what api's i need to use
    regards,
    bilal
    Message was edited by:
    bilal_RD

    hi mlk
    i found the rxtx api, but i got now a question,
    how to connect to a usb port?
    it seems that it is easy to deal with com port or serial port, but until this moment usb didnt work,
    in my case, the mobile is connected via usb port.
    this a code that uses the RXTX API, whaere do i need to modify to connect using usb?
    *note, the following code is written by someone else, it works via com port...
    //     SendMessage.java - Sample application.
    //          This application shows you the basic procedure needed for sending
    //          an SMS message from your GSM device.
    //     Include the necessary package.;c:\classpath\smslib.jar;c:\classpath\comm.jar
    package examples;
    import org.smslib.*;
    class SendMessage
         public static void main(String[] args)
              // Define the CService object. The parameters show the Comm Port used, the Baudrate,
              // the Manufacturer and Model strings. Manufacturer and Model strings define which of
              // the available AT Handlers will be used.
              CService srv = new CService("COM1", 19200, "Nokia", "6630");
              System.out.println();
              System.out.println("SendMessage(): Send a message.");
              System.out.println("  Using " + srv._name + " " + srv._version);
              System.out.println();
              try
                   // If the GSM device is PIN protected, enter the PIN here.
                   // PIN information will be used only when the GSM device reports that it needs
                   // a PIN in order to continue.
                   srv.setSimPin("0000");
                   // Normally, you would want to set the SMSC number to blank. GSM devices
                   // get the SMSC number information from their SIM card.
                   srv.setSmscNumber("");
                   // OK, let connect and see what happens... Exceptions may be thrown here!
                   srv.connect();
                   // Lets get info about the GSM device...
                   System.out.println("Mobile Device Information: ");
                   System.out.println("     Manufacturer  : " + srv.getDeviceInfo().getManufacturer());
                   System.out.println("     Model         : " + srv.getDeviceInfo().getModel());
                   System.out.println("     Serial No     : " + srv.getDeviceInfo().getSerialNo());
                   System.out.println("     IMSI          : " + srv.getDeviceInfo().getImsi());
                   System.out.println("     S/W Version   : " + srv.getDeviceInfo().getSwVersion());
                   System.out.println("     Battery Level : " + srv.getDeviceInfo().getBatteryLevel() + "%");
                   System.out.println("     Signal Level  : " + srv.getDeviceInfo().getSignalLevel() + "%");
                   // Lets create a message for dispatch.
                   // A message needs the recipient's number and the text. Recipient's number should always
                   // be defined in international format.
                   IOutgoingMessage msg = new COutgoingMessage("+5550000", "Message from SMSLib for Java.");
                   // Set the message encoding.
                   // We can use 7bit, 8bit and Unicode. 7bit should be enough for most cases. Unicode
                   // is necessary for Far-East countries.
                   msg.setMessageEncoding(IMessage.MESSAGE_ENCODING_7BIT);
                   // Do we require a Delivery Status Report?
                   msg.setStatusReport(true);
                   // We can also define the validity period.
                   // Validity period is always defined in hours.
                   // The following statement sets the validity period to 8 hours.
                   msg.setValidityPeriod(8);
                   // Do we require a flash SMS? A flash SMS appears immediately on recipient's phone.
                   // Sometimes its called a forced SMS. Its kind of rude, so be careful!
                   // Keep in mind that flash messages are not supported by all handsets.
                   // msg.setFlashSms(true);
                   // Some special applications are "listening" for messages on specific ports.
                   // The following statements set the Source and Destination port.
                   // They should always be used in pairs!!!
                   // Source and Destination ports are defined as 16bit ints in the message
                   // header.
                    msg.setSourcePort(10000);
                    msg.setDestinationPort(50000);
                   // Ok, finished with the message parameters, now send it!
                   // If we have many messages to send, we could also construct a LinkedList with
                   // many COutgoingMessage objects and pass it to srv.sendMessage().
                   srv.sendMessage(msg);
                   // Disconnect - Don't forget to disconnect!
                   srv.disconnect();
              catch (Exception e)
                   e.printStackTrace();
              System.exit(0);
    }

  • Send a message from  mobile to PC

    Hello everybody!
    Can anyone help me regarding how can we send a message(sms) from a mobille that is not connected to the pc to a pc..

    Depends.
    Many mobile providers offer an SMS to email gateway service (which typically requires registration, e.g. here is a [german] howto for T-Mobile customers: http://www.t-mobile.de/mms/0,9622,13789-_,00.html).
    Sending an SMS with content "[email protected] Hello world!" to a special number will result in an email with content "Hello world" being sent to the email address <[email protected]>. This email can then be retrieved by your PC by standard methods.
    Alternatively, if your PC has an ISDN card, it should in theory be possible to send an SMS to that ISDN number, though I have no experience with that.
    hagman

  • HT4528 The new iOS6 allows you to send/receive messages from other phones linked to your iTunes account which is great for checking on my kids but I dont want them to be able to add my phone to their messages.  Is there a way to block from being added to

    I updated to the iOS6, and it allows you to view and send messages with any phone on iOS6 and linked to your iTunes account.  You can unselect phones so they dont go out through the phone, but is there a way to block other phones from adding yours?  Example, I don't ind being able to see what my son is sending/receiving on his phone but I don't really want him to be abe to add my phone and see all my messages...

    Simple process. If an iPhone go to the Apple Store and not Verizon
    the phone from Verizon will be a refurbished device and not new unless under the 14 day worry free guarantee
    good luck

  • Send report result to mobile phone

    Hi,
    Is it possible to send report result information to a mobile phone via SMS/text?
    Thanks,
    Milind

    For a complete mobile BW scenario check these docs
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d354ab90-0201-0010-5484-8fd287c30066
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/27ed0b95-0501-0010-63bb-dde7b5040910
    hope  it helps
    Andreas

  • TS2755 I'm trying to send a message, and my phone keeps saying I blocked the number but I checked and there not blocked. Help?!

    I don't know what to do. There not blocked, I already tried turning my phone on and off.

    Check Settings > Messages > Blocked.  Check all the contacts in there for the specific number you're trrying to send a message to.
    If you don't find the number, check Settings > Phone > Blocked and repeat this search.

  • TS2755 I can't send txt messages to a phone number overseas.

    I can't send txt msgs to a phone number in Canada. it was working fine up until a few days ago. I now get a "not delivered" error.
    I'm with Optus, and have verified it's not a carrier issue.
    When I put my sim in another phone send a txt to the number it is fine.
    Put my sim back in my phone, and i get "not delivered"
    So far to try and fix the issue - I have updated to iOs7, reset factory setting, restored from backup, deleted and entered the number again, typed the number in directly, deleted the message history.. nothing works!
    I am at a loss, and can txt, mms & imessage to everyone else.
    Yes the phone number is correct, and has the +1.
    I have an iphone 4s, model MD234X/A

    Blue is for registered iMessage users with an iphone. This service is free. Green is for sending SMS to people without iPhones, and requires an SMS plan with your provider. If you are trying to send an SMS to a friend, and you are out of texts on your phone, it will not send.
    Jackson

Maybe you are looking for

  • Collection inaccessible from Before Header process

    Hi, I have a form based on the Matrix Order application. There's a collection-based report with a bunch of text fields that can be updated and a column with a "Remove" item that basically calls a conditional Before Header process to remove the item f

  • CL_GUI_HTML_VIEWER in a customcontainer on a popup - not changable

    Hello, I have a little function that eventually call a small modal screen that containes very few valuea, an input field and a custom control.That custom control is linked to CL_GUI_HTML_VIEWER. It should just display a few lines of self created HTML

  • How to create a package with procedures?

    By referring through net I have written the following PCK file. I have installed my Oracle 11g database in VirtualBox(Win XP). I can able to select the tables using query from the host(Windows 7) CREATE OR REPLACE PACKAGE APEX_SYS_PCK   AS     TYPE r

  • India: Revised schedule VI in SAP

    Hi Gurus, Has anybody developed any logic/report for incorporation of revised schedule VI in your SAP system? If yes, kindly share the inputs to help develop the report to fulfill the requirements of revised schedule VI. Thanks Sheli

  • BDC for F-04

    Dear Experts, what are the pre request for doing the BDC for F-04 transaction ? regards, Sanju