File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Open Source Projects and the fly likes smslib API code problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "smslib API code problem" Watch "smslib API code problem" New topic
Author

smslib API code problem

Rahul Shilpakar
Ranch Hand

Joined: Aug 29, 2006
Posts: 132
Hi,

I am coding for sending & receving SMS to/from Nokia Mobile phone through Blooth Modem using Opensource Java API smslib version 2 & 3.

I am not able to get the the OUTPUT for the following code which i coded to read SMS from my mobile.


Help me with this example or any other example to read an SMS.


Perform for today. Adapt for tomorrow.
Rahul Shilpakar
Ranch Hand

Joined: Aug 29, 2006
Posts: 132
sorry, i forgot to tell you the problem.

first, i am not able to put the specific List of CIncomingMessage class. which i put at LINE 1.

second, when i write the LINE 2. The programm compiles just fine but it gives me the the msgList i.e list containing Zero elements.

i.e. msgList.size() is Zero.

why so?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: smslib API code problem
 
Similar Threads
how to keep a java servlet running in the background?
How can i look up a EJB residing in different machine from client side?
Not able to Receive sms messages in my emulator over port 50000 but able to send
Serialization Handing
Multithreading client socket throws Stream corrupted exception