• 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

Can older Samsung MIDP 2 devices receive SMS?

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

I been trying now for 2 days to get the Samsung X450 to receive an SMS. I have used different approaches and I have debugged to see if it is making a MessageConnection, if its calling notifyIncomingMessage, if it calls connection.receive() and after getting no positive results I am under the impression that its not possible. i have also sent it binary and text messages but the app never got them.

Can someone confirm that this is the case?
This is really time consuming and an acknowledgement would enable me to move onto other devices.

Or does anyone have any other approach to try?
 
Ian Strain
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've had confirmation from Samsung.

In order to be able to receive an sms on the Samsung X450 (and probably similar devices) the MIDlet has to have a certificate signed under the Operator Domain.

Thanks to Sunho at Samsung for this information.
 
reply
    Bookmark Topic Watch Topic
  • New Topic