1

I was to develop a simple j2me application for microworks. The application is to send sms.

But I found that most of the mobile phone they carry are very simple and even some of them don't have Bluetooth, infrared, browser. How to make it work out?

We can assume configuration as nokia 2100, nokia 1616. How am I supposed to deploy my app on such handsets?

Cœur
  • 37,241
  • 25
  • 195
  • 267
user98239820
  • 1,411
  • 2
  • 16
  • 30
  • What kind of old mobile phones are we talking about here? – Ian Nov 08 '12 at 03:57
  • i dont have the exact model number but management team told me those mobile phone dont have Infrarred, Bluetooth, browser.... we can assume configuration as nokia 2100, nokia 1616 – user98239820 Nov 08 '12 at 04:22
  • As long as these handsets can support MIDP (hopefully 2), and JSR 205 then you're good to go. – Ian Nov 08 '12 at 04:31
  • but how m i supposed to deploy my app on such handsets – user98239820 Nov 08 '12 at 05:27
  • 2
    The old school way :) Via datacable and Nokia Suite. If you're lucky to have browsers on some devices then a download Wap site won't hurt either. – Ian Nov 08 '12 at 05:38
  • thanks for editing question.... but still i am not getting what i need – user98239820 Nov 09 '12 at 05:00

1 Answers1

2

OTA is required to work on every MIDP mobile device, just navigate with the device browser to the jad URL and click it.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65