[Newbie] Can I send sms using J2ME WT ?

Hi,
i need to write a midlet (midp 1.0) able to send sms.
(for Nokia midp1.0 phone)
Using Wireless Toolkit can I do it?
Or, as i think, i need anyway a midp 2.0 phone?
Thanks for answer
and sorry if this is an old answer
Matteo

thanks for answer.
if i well understand, i cant add WMA package in my project to build an application that will work on phone not supporting wma ...i need that phone support s WMA in own hardware..
and Nokia SMS API ?
Can i use it on all j2me phone? Or i need that SMS Api are inside phone?
is truth ?

Similar Messages

  • Help! Send sms using j2me

    Hi, i try to send a sms from my midlet to a smsc. It worked in wireless toolkit emulator (as seen from network monitor and WMA console). However, trying in real phone (Nokia 7610) it doesn't seems to send the sms out. Do anyone have experience in sending sms successfully via j2me installed in N7610? Please help me how to send sms or any special settings are needed in my Nokia 7610.
    A portion of my code is like that:
    MessageConnection outConn = (MessageConnection) Connector.open("sms://+106423");
    outMsg = (TextMessage) outConn.newMessage("text");
    outMsg.setPayloadText("testing");     
    outConn.send(outMsg);
    Please help.

    http://www.google.com/search?hl=en&q=J2ME+tutorial

  • 6110 nav SMS issues - can't send sms!

    I can recieve calls, and make calls, and I can also recieve SMS's. I just can't send them!
    Can anybody help?

    Not sure what the problem is but can still send sms using mms with no image attached but dont want to pay mms charges just to sms. If you find any other solutions keep me updated? :-)

  • Can We Send SmS To Any Mobile, Without Using Gsm Modem, Through Oracle

    Can We Send SmS To Any Mobile, Without Using Gsm Modem, Through Oracle ?
    suppose you don't have mobile connected to ur com port.

    is this helps?
    http://inside-apex.blogspot.com/2007/05/sending-sms-to-mobile-phone.html or
    Re: Send Message From Oracle To Mobile Device

  • You can't send SMS or text messages to a non-Apple phone (such as an Android, Windows, or BlackBerry phone), because the messages are sent as iMessage

    You can't send SMS or text messages to a non-Apple phone (such as an Android, Windows, or BlackBerry phone), because the messages are sent as iMessage

    Yes, you can. I do it many, many times a day. If you're trying to send a message to someone who used to have an iPhone and who didn't disable iMessage before switching phones, they will need to unregister their number with iMessage:
    https://selfsolve.apple.com/deregister-imessage
    You also need to have SMS enabled with your carrier to send messages to non-iPhones.

  • Is there any way to send sms through j2me

    hi all,
    is there any way to send sms through j2me or any way to communicate with real device through emulator or from emulator to another emulator
    any sugesstions appriciated
    abdul rafiq jani
    applitech solution limted

    what special API where i can get it any link or information about that APi
    regards
    abdul rafiq jani
    Applitech Solution Limited

  • IPhone 5, I can't send sms to iPhones

    Hello,
    I'm on iPhone 5 IOS 8.1.
    I can't send sms to another iPhone (undistributed message). IMessage is working and I can also send sms to other phones.
    On settings/messages, sms are activated when imessage turns off.
    I need help, how can I fix it ?
    KR,
    lrllt.

    Hey there lrllt,
    Since SMS works to phones other than this one, we should be able to resolve that on the phone. First check to see that your phone number is set to start new conversations, rather than your iCloud email address. 
    iOS: Troubleshooting Messages - Apple Support
    If your iMessages didn't transmit as SMS when iMessage was unavailable for use
    Go to Settings > Messages > Send as SMS and turn on Send as SMS.
    Select your phone number when Sending iMessages in Settings > Messages > Send & Receive > Start New Conversations From.
    Make sure that you can send SMS with Settings > iMessage turned off.
    If that is not the issue, then use these steps from the same article:
    If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    If the issue occurs with a specific contact or contacts, delete and recreate the contact from the Contacts app. Send a new message to the contact.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Can't send sms from ipad mini

    can't send sms from ipad mini

    Correct; your iPad mini is not a cellular telephone.
    You can send and receive iMessages to/from other Apple devices, but you cannot send or receive text messages.
    From the Manual:
    Using the Messages app and the built-in iMessage service, you can send unlimited text messages over Wi-Fi or cellular data connections to other iOS and OS X Mountain Lion users. Messages
    can include photos, videos, and other info. You can see when other people are typing, and notify them when you’ve read their messages. iMessages are displayed on all of your iOS devices logged in to the same account, so you can start a conversation on one of your devices, and continue it on another device. iMessages are encrypted for security.

  • Can't send SMS but can receive

    I charged my phone while on wifi and I guess it synced with iCloud. Now I can send and receive iMessages and receive SMS but can't send SMS please help. I am using net10. Please help.

    Sending SMS is a carrier feature.  Contact your carrier

  • I can receive SMS but I can't send SMS

    I have BB 8530 curve.
    I can receive SMS message. But I can't send SMS I have wap data plane only the BIS plane not available in yemen and BB enterprise
    And I wanna know is the mms available. In wap plan wap push and the bbm is it available. In wap plane please help me

    Hi and Welcome to the Community!
    From what I understand, some level of BB-proprietary plan is required in order for MMS to work, since MMS is actually enabled on the BB via Service Books, and those only arrive from actual BB data plans. But, you need to talk to the mobile service providers for specifics...but I would not, given your information, be hopeful of being able to have MMS.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Sending SMS using PL/SQL

    hello friends..
    i want to send sms using pl/sql.. so i tried send_email procedure..
    but how to find Mobile Address:- to send email(sms) ?
    [email protected] - how to find domain name
    can any one help me..
    Thanks
    PROCEDURE SEND_EMAIL(pFmUser IN VARCHAR2,
    pToUser IN VARCHAR2,
    pSubject IN VARCHAR2 DEFAULT NULL,
    pBody IN VARCHAR2 DEFAULT NULL) IS
    SenderName VARCHAR2(50);
    SenderAddress Varchar2(200); -- := '<[email protected]>';
    vToReceivers varchar2(200);
    EmailServer varchar2(200); --:= 'smtp_server';
    ServerPort NUMBER:=25;
    UserName VARCHAR2(200);
    UserPass VARCHAR2(200);
    conn UTL_SMTP.CONNECTION;
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    mesg VARCHAR2( 4000 );
    mesg_body varchar2(4000);
    vCount NUMBER:=0;
    vNextPos NUMBER:=0;
    vStr NUMBER:=0;
    vPos NUMBER;
    vChk NUMBER;
    pToList VARCHAR2(4000);
    BEGIN
    conn:= utl_smtp.open_connection( EmailServer, ServerPort);
    utl_smtp.ehlo(conn,EmailServer);
    --utl_smtp.helo( conn, EmailServer );
    utl_smtp.command( conn, 'AUTH LOGIN');
    utl_smtp.command( conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( UserName ))) );
    utl_smtp.command( conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( UserPass ))) );
    utl_smtp.mail( conn, SenderAddress);
    utl_smtp.rcpt( conn, pToList);
    mesg:=
    'Date: '||TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' )|| crlf ||
    'From: "'||SenderName||'" '||SenderAddress|| crlf ||
    'Subject: '||pSubject|| crlf ||
    'To: '||pToList|| crlf||
    pBody||crlf||crlf;
    utl_smtp.data( conn, mesg );
    utl_smtp.quit( conn );
    EXCEPTION
    WHEN OTHERS THEN RAISE_APPLICATION_ERROR(-20001,SQLERRM);
    END;

    user10502250 wrote:
    i want to send sms using pl/sql.. so i tried send_email procedure..
    but how to find Mobile Address:- to send email(sms) ?
    [email protected] - how to find domain name
    Exactly. You cannot simply send a SMS as an e-mail. The mail (SMTP) server needs to have a plug-in of sorts that enables it to forward a specially formatted e-mail it receives as an SMS.
    More then a decade ago, some cellular providers provided such mail servers - allowing you to specify the cellular number as either the recipient address or as the e-mail subject, with the body containing the actual SMS message.
    Due to this feature being abused and the cost of SMS transport being unrecoverable, this (as a public feature) has long since been discontinued by most, if not all, cellular network providers.
    So no, there is no magic domain(s) you can use to (spam) mobile numbers with SMS.
    If you want a SMS solution, you need to talk to a cellular provider about the products they have for 3rd party SMS integration.
    Alternatively, you need to use a dedicated cellphone, hooked up via USB/Bluetooth to a server, and use that as your SMS transport mechanism.

  • Galaxy Nexus (jellybean) can't send SMS

    This morning, out of the blue, I can't send text messages on my Nexus. I've tried using my preferred app (GOsms Pro) and the stock messaging app with same result. I've rebooted. I've pulled the battery and sim card. Still no luck. I can make phone calls no problem. Data usage for web and apps is working fine.  Even tried changing network mode from LTE/CDMA to CDMA and back and still no luck. I love this phone, but this is greatly frustrating.
    - keith

    I've been having the same exact problem. It started this morning and it's still a problem now at 1:25am. I can't send sms messages on ANY of my text apps (GO, Handcent, and the stock text app.)  I work in midtown manhattan and live in Queens.   I've rebooted, battery pull, you name it, and still no fix.   I can receive text messages, make calls, etc, but the phone simply wont send any messages. They stay showing "sending."
    This isn't the first time this happened to me with this phone. Last time it happened, I took it to a vzw store they had me do a factory reset on the phone and it still didn't work.  If this is the network, this is unacceptable.  If this is the phone, this is the second time this year this has happened to me which is also completely unacceptable. It's getting beyond the point of simply doing factory resets all the time.   Something needs to be fixed and it's either the network or my phone!!!

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

  • I cannot send sms using TC65 modem

    I wrote test program to send sms. When program tryig to open conection(MessageConnection), he catches ConnectionNotFoundException (null):
    String url = "sms://+37256844491";
    MessageConnection mc = (MessageConnection)Connector.open(url);
    Does anybody can help me?

    I need to make communication via sms between phone and modem. It is not good if these sms messages will be stored in memory of a mobile phone or modem. For this i need to recieve and transmit these messages using current sms port, then i'll be able to intercept them and they will not be stored in memory of a mobile phone or modem.
    If modem supports this kind of sms sending - via GPRS connection. Why i cannot use wma classes, which give me the opportunity to send sms using their methods? It is something unreal.
    Maybe problem in configuration of GPRS connection. I know that this configuration is made by "AT^SJNET" command. Example: AT^SJNET="gprs","*99***1#","internet","","",30. These settings are used by "(MessageConnection)connector"
    I configured many others settings at the modem using AT commands, which are need to connect to the Internet via GPRS.
    Maybe i don't know some nuances.
    I tried to connect to the Internet via GPRS connection from my PC and i got this connection. I tried to connect using AT commands and i did not get it.
    If i told something wrong, please correct me.
    Edited by: _denisjuk on Nov 17, 2007 4:18 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Train on Master/Detail views

    Hi, assume these tables : Organization: orgId,orgName Branch: brId,orgId,brName Terminal : tId,brId,serialNo as you see,there is a hierarchy in these tables. I want to use Train to let user add an Organization,and then Define it's branch,and finally

  • Getting your RSS feed to work without .Mac

    OK, so there have been a few people asking about this and I have figured out a way around it. I must warn you it is not a simple solution, but if you are comfortable using Text Edit to modify the code of your pages, it is a piece of cake - but still

  • *611 not working on pay-as-you-go, non-smart phone

    I have a basic, non-smart phone with the pay-as-you-go plan (pay $100, good for one year, all calls 25 cents a minute.) It is an older Audiovox 8615 CDMA phone that is mobile-web enabled, but it will not handle apps such as MyVerizon. Incoming and ou

  • Automatically removed from group conversation for being idle?

    Where I work, we have a group/team conversation for people to ask questions, make comments, share information, etc. In the past few weeks I have noticed that I have been being removed from this group conversation.  Find the message "You have been rem

  • Is WLS 12.1.2 or 12.1.3 supported on RH Linux 5.9 64bit

    Hi, We are planning to upgrade WLS 11g to WLS 12.1.2 or .3. The linux server we have is 5.9 64bit. Is this a supported configuration? Thanks Riz