How to send text messages using my Laptop

How to send text messages written on my Laptop on my Curve8520 with Orange network?

umm... you don't. SMS is a function of the BlackBerry, not your PC.
There could a desktop software for SMS, but I don't know what it would be.
**edit, well this looks like it would work.
http://download.cnet.com/Desktop-SMS/3000-10440_4-​10340430.html
1. If any post helps you please click the below the post(s) that helped you.
2. Please resolve your thread by marking the post "Solution?" which solved it for you!
3. Install free BlackBerry Protect today for backups of contacts and data.
4. Guide to Unlocking your BlackBerry & Unlock Codes
Join our BBM Channels (Beta)
BlackBerry Support Forums Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • How to send picture message using J2ME sms APIs?

    Hi,
    I experiment with SMS APIs, i successfully send simple text message. now i want to send picture message, how to send picture message using J2ME APIs.
    please guide me.
    guna.

    I experienced in coding sending and receiving sms in J2ME. Besides, I also esperienced in coding reading a binary file in a applicaition jar. But I never done these both together. Hence Im not sure it works or not. Below is the example to open and read a binary file:
    InputStream oInputStream = getClass().getResourceAsStream( "/picture.png" );
    if(oInputStream == null) {
    //File does not exist;
    throw new Exception("File not found");
    //Read the binary file and copy it to a byte array
    byte[] abyPicture = new byte[oInputStream.available()];
    oInputStream.read(abyPicture );

  • How to send text messages on iPad 2

    I just bought my iPad 2 and I can't figure out how to send text messages. Can some one help me out please

    Settings > Messages. Sign in with your Apple ID.
    Then open the green Messages app, click this to start a new conversation. Select a contact who is also running iOS 5 and has iMessage enabled and text away.

  • How to send text message without knowing carrier

    I tried to send a text message to someone whose phone number is all I have. The app keeping auto inserting a 1 before the out of state tel #. I then get a prompt to use a 10 digit number which is what I entered. How to force the message to go through? Or do I need to download one of those free text apps for iphone? iphone 4.

    Hello,
    Generally when using the Messages.app on an iPhone, using the 10-digit method work (i.e 123-456-7890)
    Make sure you are updated the latest firmware, although no firmware has updated the messages app yet.
    Hope this helps.
    -Devin

  • How to send Encrypted message using public key in Business Service

    Hi,
    I have one public key (abc.cer) which is given by provider. I have to send encrypted message to Provider using public key. How to achieve it in OSB??
    Thanx
    Edited by: Vinit Ahuja on Jun 16, 2011 3:17 AM

    These are the steps needed to accomplish this:
    1. Import the public certificate in the TrustStore of the OSB Weblogic Server.
    2. Export the public certificate in PEM format. (This will be needed to embed in the custom ws policy)
    3. Create a custom WS policy, with the necessary encryption configuration information. I have placed a sample WS - Policy that I have used @ http://dl.dropbox.com/u/19901533/Sample_Custom_WSPolicy_Encryption.doc for your reference.
    Use a unique value for the wsu:Id in the policy.
    4. Apply this custom policy on the business service in the Request section (assuming you only need to encrypt the request fields)
    5. Activate the changes and then test the business service. You can enable tracing on the BS to validate the encrypted content in the logs.
    Hope this helps.
    Thanks,
    Patrick

  • HT4111 how to send a message using bluetooth keyboard in imessage

    is there any way to send a message in iMessage from my iPad mini using the bluetooth keyboard?

    I've got it connected and everything, but I want to know how I actually send the written txt without tapping "send" on the iPad. Is there any way to do it from the keyboard? Hitting "enter" just takes the cursor down to the next line.

  • How to send html messages using unix mail ?

    Hi,
    I'm wondering if it's possible to send html formated mail using Unix mail command ?
    Regards,
    Didier.

    It works fine for me right out of the box; I've done zero to configure anything. In my case, I presume the HTML is encoded in a file. Then I invoke a script which adds the following mail headers before the HTML, then calls sendmail:
    <pre class=command>MIME-Version: 1.0
    Content-type: text/html; charset=ISO-8859-1
    To: $address
    From: $MY_EMAIL
    Subject: File: $subject
    </pre>
    In the header, variables $address, $MY_EMAIL, and $subject are filled in by the shell script.
    HTH

  • I cannot send text messages-where is the text messaging icon?

    Bought this phone used-reset it to factory settings. Cannot compose or reply to text messages! Help!

        Hi Brittany4186!
    Congrats on your Blackberry Curve! It's a great device for text messaging so let's get you going! Here is a great, helpful link that will assist in learning how to send text messages, successfully http://bit.ly/11zri2y! This information will also be helpful in getting to know the icons on your phone! Please keep me posted on this because I know your text messages are too important to be missed!
    Thanks,
    TanishaS_VZW
    Follow us on Twitter @VZWSupport

  • Is it possible to send a text message using the UDP protocol?

    Support doc
    http://www.adobe.com/support/director/multiuser/using_udp/using_udp02.html
    says to use the following format with connectToNetServer:
    errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    "chatServer.myCompany.com", #logonInfo: [#userID: "Bob",
    #password:
    "MySecret", #movieID: "Tech Chat"], #mode: #smus,
    #localUDPPort: 1627,
    #localAddress: "123.45.67.89", #remoteTCPPort: 1626])
    But if I change the mode to #text, it still sends out
    messages as smus.
    In fact, if I leave out the UDP parameters altogether but
    still use the
    list parameters for connectToNetServer, it still always sends
    as smus.
    Sends as smus:
    errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    "chatServer.myCompany.com", #logonInfo: [#userID: "Bob",
    #password:
    "MySecret", #movieID: "Tech Chat"], #mode: #text,
    #localUDPPort: 1627,
    #localAddress: "123.45.67.89", #remoteTCPPort: 1626])
    Sends as smus:
    errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    "chatServer.myCompany.com", #logonInfo: [#userID: "Bob",
    #password:
    "MySecret", #movieID: "Tech Chat"], #mode: #text])
    Only the string parameter method can be made to send text
    messages.
    Sends as text:
    errCode = gMultiuserInstance.connectToNetServer("Bob",
    "MySecret",
    "chatServer.myCompany.com", 1626, "Tech Chat", 1)
    Am I missing something? Is this a known issue? Anyone have a
    work around?
    -Jeremy

    Drat!
    Thanks for the answer though.
    alchemist wrote:
    > The multiuserXtra supports either tcp text or tcp smus
    connections.
    > The ability to send udp messages was an expansion to the
    original mus
    > protocol/xtra and is valid only for muXtra instances
    already connected in
    > smus mode.
    > So, if you are asking if you can create a udp instance
    and use it at will
    > (exchange udp messages with some remote udp socket),
    then the answer is no.
    >
    >
    > "Jeremy Aker" <[email protected]> wrote in message
    > news:[email protected]...
    >> I'm really sorry that I wasn't clear enough. I'll
    repeat the questions
    >> more concisely.
    >> Is it possible to send a text message using the UDP
    protocol? If so, how?
    >> Is the bug I described in my original message (see
    below) really a bug or
    >> am I doing something wrong?
    >> If it's a bug, does anyone have a work around?
    >>
    >> alchemist wrote:
    >>> And the question is?
    >>>
    >>> "Jeremy Aker" <[email protected]> wrote in
    message
    >>> news:[email protected]...
    >>>> Support doc
    >>>>
    http://www.adobe.com/support/director/multiuser/using_udp/using_udp02.html
    >>>> says to use the following format with
    connectToNetServer:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    >>>> "chatServer.myCompany.com", #logonInfo:
    [#userID: "Bob", #password:
    >>>> "MySecret", #movieID: "Tech Chat"], #mode:
    #smus, #localUDPPort: 1627,
    >>>> #localAddress: "123.45.67.89",
    #remoteTCPPort: 1626])
    >>>>
    >>>> But if I change the mode to #text, it still
    sends out messages as smus.
    >>>> In fact, if I leave out the UDP parameters
    altogether but still use the
    >>>> list parameters for connectToNetServer, it
    still always sends as smus.
    >>>>
    >>>> Sends as smus:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    >>>> "chatServer.myCompany.com", #logonInfo:
    [#userID: "Bob", #password:
    >>>> "MySecret", #movieID: "Tech Chat"], #mode:
    #text, #localUDPPort: 1627,
    >>>> #localAddress: "123.45.67.89",
    #remoteTCPPort: 1626])
    >>>>
    >>>> Sends as smus:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer([#remoteAddress:
    >>>> "chatServer.myCompany.com", #logonInfo:
    [#userID: "Bob", #password:
    >>>> "MySecret", #movieID: "Tech Chat"], #mode:
    #text])
    >>>>
    >>>> Only the string parameter method can be made
    to send text messages.
    >>>> Sends as text:
    >>>> errCode =
    gMultiuserInstance.connectToNetServer("Bob", "MySecret",
    >>>> "chatServer.myCompany.com", 1626, "Tech
    Chat", 1)
    >>>>
    >>>> Am I missing something? Is this a known
    issue? Anyone have a work
    >>>> around?
    >>>>
    >>>> -Jeremy
    >

  • 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.

  • I can't use iphone5 China Mobile Network in China, unable to register activation, could not send text messages, not GPRS

    Dear Sir or Madam,
    As I bought my iPhone 5 (16GB,White) in the USA from Sprint, full price with tax,  unlocked ,it was excepted to be a global phone. But now I come across with some problems in China  using local carrier, everything is working properly except sending text message, and iMessage and Facetime also seem not to work.This is very serious for Apple and me! Will I have the chance to fix this?
    I tried all the possible solutions from the Internet, and the Official solution offered by Apple (http://support.apple.com/kb/TS4459), but it doesn't seem to work.
    Will Apple help me with this issue? Please do.

    The Sprint iPhone 5 is NOT unlocked. The SIM slot can only be unlocked by Sprint for Sprint customers in good standing.
    How exactly, did you "unlock" the phone?  There are known issues with SMS on foreign networks.
    If the article you linked to did not fix it, you'll have to work with your carrier.
    The bottom line is, you should not have purchased a Sprint phone with the intent of using it without Sprint service.

  • I used to be able to send text messages to my email.  It's now not working.  It keeps coming in as a text.  Is one of my settings off?

    I used to be able to send text messages to my email.  It's now not working. It keeps coming in as a text.  Is one of my settings off? Please help?

    Verizon is not doing that it is the mail that is doing that.
    Check your device settings for email and read the owners manual as to how to set up mail to download. How you want it, leave on server, etc.
    Good Luck

  • HT1937 My iphone4s won't let me send text messages . How do I fix that?

    My iPhone 4s wont let me send text messages , I can get messages I just can't reply it has a little red ! <---- explanation mark
    And when I tap it it was tap try again and I press it over an over and it never works and. I'm starting to get really mad its been like this for two
    Days please help !!!

    SMS and MMS messaging requires an appropriate plan from your carrier for use on iPhone.
    For more information on how to use SMS and MMS messaging on iPhone, see the iPhone User Guide.
    From Here  >  About Messages
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755

  • What is a best app to use for sending text messages/pictures to non iPhone users through my iPad

    What is a best app to use for sending text messages/pictures to non iPhone users through my iPad

    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

  • TS2755 My wife and I both have iPhone 5s, I can't send text messages to non iPhone people that I use to but iPhone people I can, My wife can send text to non iPhone numbers.  I have checked and we both have the same settings.

    My wife and I both have iPhone 5s, I can't send text messages to non iPhone people that I use to but iPhone people I can, My wife can send text to non iPhone numbers.  I have checked and we both have the same settings.  Both of our phones are up to date 7.0.4.

    The ability to see and send calendar invites is a function of the calendar you are subscribing to and who owns it. We need more information, like what calendar are you subscribing to? MS Exchange? Google? Mobile Me?

Maybe you are looking for

  • How to make a loop that changes two different movieclips from visible to invisible every second

    I am writing some code that puzzles me. It may be, because I have a cold or because I've never needed to do anything like this. I want to have two movieclips one is visible and one is not. then one second passes the one that was visible is invisible

  • Photoshop crashing with windows 8.1??

    hi I just downloaded the photoshop pack in hopes of using it for photos. The problem I am having is that photoshop keeps crashing like 5 times in under two minutes . I updated to windows 8.1 and logged out and logged back in to creative cloud to see

  • Why do I get a beveled border when creating e-promotions?

    When creating an HTML document for e-promo, I used to get a flat border when I designated border. Recently, I've been getting a beveled border from Firefox, no matter if I use HTML or CSS. This is not happening with other browsers.

  • Why is my girlfriend's iPad automatically downloading an app?

    My girlfriend has an iPad 2 running iOS 7.0.4 and every so often her iPad automatically downloads an app called iCamViewer which she doesn't want on her iPad. Why does it keep downloading to her iPad and how can I get it to stop downloading?

  • Safari Memory Issue

    Hello folks. This may be fluke but a week or so ago I started running Safari in its own Space in both Snow Leopard and Lion.  (Don't know what made me try this.)  Before doing this my 4GB of RAM would wind up with 200 or 300 MB free and I'm closing S