Tagged Questions
3
votes
2answers
589 views
Receive text message using J2ME
I am trying to make a J2ME application to SEND and RECEIVE text messages. I'm done with the sending part of it but I am not able to receive any message..
Below is what I tried in order to receive ...
2
votes
1answer
76 views
SMS Receiving Port in J2ME Mobile Application
Can you please explain following doubts?
When my j2me application is listening for sms on specific port, will it run as a server or client? Because if the two application run on same port, who will ...
2
votes
1answer
47 views
How can I make my midlet send an SMS message to multiple recipients
I am currently working on a midlet for sending SMS messages. I made use of a textfield and specified the Input constraints as phone numbers (this constraints allow for automatic search for numbers in ...
2
votes
3answers
55 views
J2ME do cellphones have an auto-disable feature for non-compatible Packages?
I'd like to know if, for instance, I develop an App with both WMA Packages (1.1 and 2.0) and then deploy it to an older phone model with only WMA 1.1 support, will the Phone disable the 2.0 Package?
...
2
votes
1answer
2k views
sms receive on Port 0 of mobile
I am configuring my J2ME app to get an event from the push registry on receipt of an SMS.
Would I be able to access the SMS message, before it reaches the inbox?
I have read that messages sent to ...
1
vote
1answer
106 views
how to receive sms in netbeans mobile application
I'm developing a mobile application in net-beans that will send and receive SMS, I'm done with sending text but I don't know how to receive SMS in Net-beans mobile application, please help me
1
vote
1answer
93 views
SMS sent from j2me not recieved by non-java phones like android and gsm modem
I need to send a pattern like "username,password,0,1,1,1,0,1,0" using sms from j2me app to a gsm modem that is not in my control. It is used to reserve foods.
If anyone send a sms to provided number ...
1
vote
2answers
56 views
How to do digitize signature my sms
I'm sorry for my mistake grammar and e.t.c in my question ,because English is not my first language!!
But my question:
I want digital signature sms and send it to another ,this means that digital ...
1
vote
2answers
188 views
Receiving SMS Messages using WMA in Java ME
I am trying to develop a sms sending and receiving test application in J2ME using the WMA API. I have separate threads for sending and receiving.
The Sending thread's run method -
public void run() ...
1
vote
1answer
291 views
J2ME WMA send SMS for device without MIDlet installed
I'm using the WMADemo from the J2ME samples to send and receive SMS.
If I send one SMS from the SMSSend MIDlet for one device that doesn't have SMSReceive MIDlet installed the message goes to the ...
0
votes
0answers
31 views
notifyIncomingMessage() only called twice
I am working on a SMS application. It is sending SMS but is only receiving first two SMS.
While debugging I found out that the function notifyIncomingMessage() is only called for first two SMS.
What ...
0
votes
0answers
73 views
receiving sms j2me
I am using j2me technology. I send sms and then I want to receive sms on port "0", not to go in inbox. I can receive on port "5000" but sender can not make changes, and I must receive on default port. ...
0
votes
2answers
83 views
Is there a way to check if an sms message is successfully sent programmatically in j2me
I have a simple j2me application that send sms to a certain cell no and then erase a certain record once it succeed. But sometimes it fails due to several reasons like network, battery, etc. Is there ...
0
votes
1answer
417 views
Problem using J2ME WMA to send/receive SMS
I'm using WMADemo of the JavaME SDK 3.0 and it's working fine in simulator.
When I install the application in a mobile device it doesn't work. I tried both port 0 (default SMS) and 50000 (listener) ...
0
votes
1answer
640 views
Can a native Blackberry application (not MIDlet) use MIDP Push Registry?
If I am writing a MIDlet, and if the device supports SMS push registration (i.e. supports WMA 1.1 spec), I will be able to send push messages to the application that is installed on the phone and is ...
0
votes
1answer
3k views