Hi Deepu,
In your application if SMS is not sent, u can catch that exception as IOException or normal Exception. So if error occurs while sending the SMS, just do as what you need.
Type: Posts; User: pmramprasath; Keyword(s):
Hi Deepu,
In your application if SMS is not sent, u can catch that exception as IOException or normal Exception. So if error occurs while sending the SMS, just do as what you need.
Hi All,
I have developed the application using the Push Registry feature for MIDP2.0 phones. When i install this application on Windows Mobile, its giving error that Invalid MIDlet. Then i...
When Sending an SMS with Destination port number, it will make an application to invoke automatically in destination. But make sure that this will happen only GSM to GSM and CDMA to CDMA, not GSM to...
I have tried with Nokia 6275 CDMA which works fine. In GSM with a java program i have used Modem to Send an SMS along with destination port in UDH. But in CDMA i didnt got through with that java...
Dear all,
I set my MIDP2.0 application to play default sound using AlertType. I heard that sound in all device except Communicator.
I Used Like this in my MIDlet :- ...
Hi pradeep,
I have tried to send SMS in port from CDMA to CDMA, it worked fine, and invokes the application. But when Sending from CDMA to GSM or GSM to CDMA, the message moves to normal inbox. I...
Hi all,
I have studied the GSM message format, which has UDH field to define the user defined header for setting the source port and destination port.
I found that in CDMA message format...
Hi Chetanya,
Kindly tell me how did u get solved in CDMA to CDMA device
When sending SMS from CDMA A to CDMA B via port, the received message in CDMA B inbox is //WMA:50000 (Message)
I think Operator is not the problem, because One guy faced the same problem in this...
Hi all,
Any one kindly reply for the previous post.
Hi chetanya,
I am also facing the same problem while reading SMS in Nokia 6275 CDMA via port, Its not reading in the port in CDMA alone, but in GSM its working fine.
Kindly give me the...
Hi Gopal,
I have tried with the ports u have mentioned, but its not reading, i shall explain the situation once again,
While Sending SMS from GSM A to other GSM B, i have added port...
Sending SMS without port number is working well, its moving to inbox, but with port number, its not reading in the port.
Hi all
I have developed an application to send and read SMS in port number. I have used Port("50000"). I have tested in GSM phones, its working well while SMS arrives in that port number. But...
Hi
I found that my application launches automatically when call comes. In jad file of my applicatin, I have set to push application when only sms from (sms://:5000) comes, but when call comes its...
Hi
In J2ME application is there a way to catch the current SMS sent from mobile application is succesfully sent or failured. Because according to that i have to do the seperate action to be...
Hi
The CDMA devices i have tried are Nokia 6235, 2865, 6275, 6265 given by Reliance in India. These all mobiles have MIDP2.0 & CLDC1.0 versions.
I have installed by sending via Bluetooth in 2...
Hi all,
Anyone kindly reply for the above questions.
Hi
To send SMS from MIDlet to other mobiles default inbox, dont add any port number while sending.
If you want your sent SMS to that mobile to be shown in the application which you...
I have done many kind of options like RMS & SMS Push, that worked well by showing the stored RMS value, and sending & receiving SMS is also good. Not alone my application, i have tried with some...
Hi
Thanks for the reply. The problem is not with jar file, because i have installed some of the sample applications from WTK2.2, that also makes the same problem.
1. Is that the installation...
Hi
Kindly anyone reply for the above post please, awaiting for your reply.
Try to use a seperate thread to load and play the MIDI file, if problem comes again we can check with other ideas
Hi
If your application is going to be developed using in MIDlet with Form, no problem in scrolling, because MIDlet takes care of showing the length message with scrolling. When the Items in...
Hi
Bigger jar files makes no sense in Exception at runtime. If you have loaded any unknown format of image file or for some other reasons, that problem might have occured. Kindly provide the...