Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7732171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:39:52+00:00 2026-06-01T06:39:52+00:00

I want to stop outgoing call and open the application. The app is able

  • 0

I want to stop outgoing call and open the application. The app is able to listen new outgoing call. Now I don’t have any idea how to stop the call and open the app. Any help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:39:53+00:00Added an answer on June 1, 2026 at 6:39 am

    You cannot pause it, but you can do whatever you want when a call is initiated, by the following code:

    import net.rim.blackberry.api.phone.Phone;
    import net.rim.blackberry.api.phone.PhoneListener;
    import net.rim.device.api.system.Application;
    import net.rim.device.api.ui.component.Dialog;
    
    public class CallInterrupting extends Application implements PhoneListener {
    
        public CallInterrupting() {
            Phone.addPhoneListener(this);
        }
    
        public static void main(String[] args) {
            new CallInterrupting().enterEventDispatcher();
        }
    
        public void callAdded(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callAnswered(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callConferenceCallEstablished(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callConnected(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callDirectConnectConnected(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callDirectConnectDisconnected(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callDisconnected(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callEndedByUser(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callFailed(int callId, int reason) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callHeld(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callIncoming(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callInitiated(int callid) {
            // A CALL IS INITIATED HERE, PUT YOUR CODE !
        }
    
        public void callRemoved(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callResumed(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void callWaiting(int callid) {
            // DO WHATEVER YOU WANT HERE
        }
    
        public void conferenceCallDisconnected(int callId) {
            // DO WHATEVER YOU WANT HERE
        }
    }
    

    If you mean to totally cancel/drop the call, set permissions for device as follows:

    1. Options
    2. Advanced Options
    3. Applications
    4. APP_NAME
    5. Edit Default permissions
    6. Interactions
    7. key stroke Injection

    Then call the following function in the desired catched event:

        public void cancellingCall()
        {
            KeyEvent inject = new KeyEvent(KeyEvent.KEY_DOWN, Characters.ESCAPE, 0);
            inject.post();
            // OPEN YOUR APP HERE
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one image animation started using GameQuery. Now I want to stop the
I have installed Jenkins executable on OSX, but now I want to stop it
Hi i have mvc2 application where i want to stop processing application when settings
I want to stop click on any links until the page is loaded. Can
Is there any way to stop polling server in SignalR? I want to stop
I want to stop search engines from crawling my whole website. I have a
I want to stop following a user if and only if I have left
I have web request and i read information with streamreader. I want to stop
We are having an application that is downloadable. We want to stop the application
I want to stop the browser request, when user clicks on any button from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.