• 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

Client mode-server mode conversion?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I made a MIDlet for SMS listening. It works on Emulator WTK. I tried it on my phone Nokia 2630 (s40 5th edition). But it throws an exception. It says: "Cannot receive in client mode"

So does this mean that I need to change this into "Server Mode"? Is it possible?

Thanks a lot.
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The client mode can recieved sms.
Try another mode machine.
 
Yasin Turk
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean "mode machine"? Do you say that I have to change my cellphone or just codes?
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Yasin Turk wrote:I made a MIDlet for SMS listening. It works on Emulator WTK. I tried it on my phone Nokia 2630 (s40 5th edition). But it throws an exception. It says: "Cannot receive in client mode"

So does this mean that I need to change this into "Server Mode"? Is it possible?

Thanks a lot.



How do you send a message to your midlet that is listening ???


will i be able to send a message from one application that is running in WTK 2.5.2 to another application that is listening and running in netbeans using nokia sdk 6th edition ???

Please answer both questions ASAP . Thanks
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic