• 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

Service Center problem

 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am into developing an SMS application as an experiment...

After a lot of trouble i have traced that my application is not using the smsc (service center) that is used as default by the phone...

This is what exactly is happening..
My default smsc is +94785000005 which also used by the native application
There are no other center numbers defined in the phone (nokia 7610)

What is shown in the application as the smsc when is get it with System.getProperty("wireless.messaging.sms.smsc) is 0785000003 which is not the default smsc..

I dont know why this is happening...

Is there a way we could programmatically control the use of specific smsc..

by the way this the source link if you are interested
http://www.hostj2me.com/downloads/515/2031/SMSout.zip
 
Deepan Devadasan
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi admins..

sorry for the accidental duplicate post..


please remove the first post...
 
reply
    Bookmark Topic Watch Topic
  • New Topic