• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

smslib API code problem

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Rahul Shilpakar
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
reply
    Bookmark Topic Watch Topic
  • New Topic