Results 1 to 3 of 3
Thread: Receiving Message in J2ME
- 05-31-2009, 08:54 PM #1
Member
- Join Date
- Jan 2009
- Posts
- 6
- Rep Power
- 0
Receiving Message in J2ME
Hello everyone,
I have a question and I hope that somebody help me..
I want to build an application for mobile that when a text message is received from a specific number this statement is executed ( display.getDisplay(this).vibrate(800) )..
I found many tutorials that related to receiving a message and they talk about something called "sms port" ..
Can somebody help me in understanding that ..
please I need help ..
- 06-24-2009, 07:36 PM #2
Member
- Join Date
- May 2008
- Location
- Santiago, Chile
- Posts
- 8
- Rep Power
- 0
Hi,
You can't process SMS sent to your cellphone unless it was sent by some application, because you can only process SMS sent to a specific port number (defined by you and/or the sender).
- 10-27-2009, 05:49 AM #3
Member
- Join Date
- Oct 2009
- Posts
- 30
- Rep Power
- 0
sms is a protocol in mobile phones.
when you send any sms to make connection you need to write
sms://:number:port_number
for example :: sms://:123456789:5353
port number is very important because every MIDlet has a listener at push registry when you want your sms to process automatically it must be received at specific port number.
When you receive normal sms onto your mobile phone default port number is 0 for your normal inbox.
For more information you can read Mobile Compting by Asoke Talukdar
I hope this will solve your problemLast edited by jason.3dmagic; 10-27-2009 at 05:51 AM.
Similar Threads
-
Receiving Text over a Socket (ReadLine() problem)
By HermanHope in forum New To JavaReplies: 1Last Post: 04-09-2009, 10:35 PM -
I am receiving an error while the code is perfectly compiling
By redasu in forum New To JavaReplies: 5Last Post: 11-09-2008, 01:58 PM -
Receiving UDP pockets
By Java Tip in forum java.netReplies: 0Last Post: 04-07-2008, 08:08 PM -
Finding out the client who is receiving the response.
By v.ranjith in forum Advanced JavaReplies: 2Last Post: 01-29-2008, 07:03 AM -
Nokia 5300 freezes when playing sound after receiving a call
By presto in forum CLDC and MIDPReplies: 2Last Post: 10-31-2007, 03:55 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks