Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User Santos's Avatar
    Join Date
    Sep 2005
    Posts
    6
    Hello all,

    is it possible to invoke a voice call with the method mentioned, without the user needing to confirm the phone actually dialling? Could this be arranged via signing perhaps? Or specifiing this in the url?

    any help appreciated,

    Santos

  2. #2
    Registered User three6t's Avatar
    Join Date
    Sep 2012
    Posts
    1
    Have you found a solution?

  3. #3
    Registered User harsha921's Avatar
    Join Date
    May 2012
    Location
    Hyderabad,AP,India.
    Posts
    60
    Hi Santos,

    have u tried this:

    private void call(String number) {
    try {
    platformRequest("tel:" + number);
    } catch (ConnectionNotFoundException ex) {
    // TODO: Exception handling
    }
    }
    Regards,
    Harsha

  4. #4
    Registered User venky2810's Avatar
    Join Date
    Sep 2012
    Posts
    27
    Quote Originally Posted by Santos View Post
    Hello all,

    is it possible to invoke a voice call with the method mentioned, without the user needing to confirm the phone actually dialling? Could this be arranged via signing perhaps? Or specifiing this in the url?

    any help appreciated,




    Santos

    As far i know platformRequest action purely depends on the OEM and nothing can be done for suppressing the popups that are thrown out by
    the OS at the platform level.
    Regards,
    Venkatesh

  5. #5
    Nokia Developer Champion im2amit's Avatar
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    2,903
    "without the user needing to confirm the phone actually dialling" or the silent calling from the App is not possible in J2me, even after getting your built signed by any 3rd party certifying agency like verisign etc.
    thanks,
    ~Amitabh
    (Poster of the Month -Dec'12)
    Follow me on my blog for Innovative Mobile Apps

  6. #6
    Registered User harsha921's Avatar
    Join Date
    May 2012
    Location
    Hyderabad,AP,India.
    Posts
    60
    One workaround would be fire a key programatically using form.keypressed(keyCode) just when you need to make a call. And handle the key event by calling the platform request.
    Regards,
    Harsha

Similar Threads

  1. Replies: 11
    Last Post: 2008-06-25, 11:14
  2. Replies: 0
    Last Post: 2004-11-24, 18:49
  3. Replies: 2
    Last Post: 2004-09-15, 22:47
  4. Connect to service without user interaction
    By marcoblu in forum Bluetooth Technology
    Replies: 1
    Last Post: 2003-09-30, 13:05
  5. Using WML in MMS with 7650 and 3650 for user interaction?
    By chunlinli in forum General Messaging
    Replies: 1
    Last Post: 2002-09-15, 13:55

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved