• 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

Emulators for Nokia 40 series

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I've developed an application with SMS facility.
I am able to run it in Nokia 60 series emulator and real device too but unable to find any emulator for 40 series for the same.
I would like to know if SMS is possible in Nokia 40 series ...
If "yes" ... then plz. send me the web page from where i can download an emulator. The application works fine when i don't use wireless package (i mean without SMS facility)
I tried using the emulator available with Nokia Developer's Suite Ver: 2.
In the real device for 40 series it says
"Cannot load javax.wireless.messaging ...."
plz. send me any information relating.
Thanks in Advance
Sangeeta
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you checked the forums over at forum.nokia.com?
 
Sangeeta Vepa
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Ron,
yes, i did check forum.nokia.com. Rather i've been browsing it for quite a while. The latest Nokia Developer's Suite which i could download is Nokia Developer's Suite Version 2, which provides with ...
1) Nokia_7210_MIDP_SDK_v1_0 and
2) Series_60_MIDP_Concept_SDK_Beta_0_3_Nokia_edition
I am able to run my SMS based application in the series 60 emulator(the second one) but i cannot run it in 7210 emulator (gives an Application error).
When i load the application in series 40 device, it says cannot load javax.wireless.messaging....
Again, i want to get an emulator for 40 series through which i can test SMS based applications. Above all, is it possible to send SMS from series 40 phones. If "yes" ...
1) which models ?
2) how should i test my application without the emulator. Also, it says "cannot load javax.wireless.messaging..." when i load it directly without testing. Basically its the same .jad which i use for series 60, it doesn't work in series 40.
What to do ..??
Regards
Sangeeta
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's what I found from a document titled "Developer Platform 1.0 for Series 49 API Overview" at forum.nokia.com:
3.6 Java Messaging
The Wireless Messaging API allows developers to integrate Short Message Service (SMS) messaging with their Java applications. Several Series 40 devices (notably the Nokia 3300, Nokia 6220, Nokia 6800, and Nokia 7250i mobile phones) include support for the JSR-120 Wireless Messaging API, but it should be noted that WMA support is not a requirement for Series 40 Platform compliance.

According to that piece, dated June 2003, not all Series 40 phones--apparently including yours--support the WMA stuff...
 
reply
    Bookmark Topic Watch Topic
  • New Topic