• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Platform Request on 6620

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am using the javax.microedition.midlet.MIDlet.platformRequest().
in my j2me app which is MIDP 2.0
I am able to place a call using "tel:123-456-7890".
But when the call is placed the phone opens up a web browser in the background . I dont understand as to why is it opening a new GPRS connection?
how can fix this problem? Is there any way to disable the web browser from opening up when this call is made?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

I'm facing a problem on Samsung ZX 10.
My application gives the facility to call to a number, but on Samsung ZX10 I'm getting exception "Security exception : while trying to ask user for the permission"
Same application works fine on other devices and even on Samsung D807.

Please help me out !

Thanks,
Sushil
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The platformRequest() method of the MIDlet class is a optional method for MIDP 2.0. Most of the MIDP 2 phones that came out last year did support this method but support is not guaranteed.

For the Security Exception, well try singing your application with a verisign cert and try again. Another thing to try out would be to look at the security settings for the application on the phone and see if you have the option to allow the MIDlet to access the phone features.

Not much help I guess :roll:
 
When evil is afoot and you don't have any arms you gotta be hip and do the legwork, but always kick some ... tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic