• 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

Midlet automatically selecting a GPRS setting for connection to Internet

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to automatically select a GPRS setting from inside my midlet to connect to the internet.

Also, is there a way of avoiding the question the mobile phones asks: "Do you want to allow this applciation to connect to the internet"?

These things can be annoying. Any idea?
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The MIDlet cannot control that kind of settings, at least using MIDP 2.

Maybe when MIDP 3 comes around ... but it is still in draft stage - http://jcp.org/en/jsr/detail?id=271

The MIDP 3 expert group is apparently working on
"multiple network interfaces per device" which maybe implies
that the MIDlet will have some control or choice over these.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic