BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-10-2007, 01:12 PM   #1
nimbus_cloud
New Member
 
Join Date: Jul 2007
Model: 7100T
PIN: N/A
Carrier: Smart
Posts: 5
Default Intercept an outgoing call?

Please Login to Remove!

Hi guys!

I have an app that could listen to a phone call, but that is when my app is opened by clicking an icon. Now, I want my app to be accessed in a different way... I was wondering if it's possible to alert my app to make it some sort of listener when an outgoing call is made through the blackberry contacts/addressbook application? Thanks!
Offline  
Old 09-11-2007, 05:13 AM   #2
arifzaman
Thumbs Must Hurt
 
Join Date: Jun 2007
Location: Bangladesh
Model: 8800
PIN: N/A
Carrier: EDGE
Posts: 93
Default

Hi nimbus_cloud,

Implement PhoneListener interface to Intercept any outgoing call.

Cheers,
ARIF
Offline  
Old 09-11-2007, 05:53 AM   #3
nimbus_cloud
New Member
 
Join Date: Jul 2007
Model: 7100T
PIN: N/A
Carrier: Smart
Posts: 5
Default

Thank you, arifzaman. However, I need my app to listen for outgoing calls without actually opening the app. It's like I want my app to run in the background or something.
Offline  
Old 09-11-2007, 06:16 AM   #4
arifzaman
Thumbs Must Hurt
 
Join Date: Jun 2007
Location: Bangladesh
Model: 8800
PIN: N/A
Carrier: EDGE
Posts: 93
Default

Welcome nimbus_cloud!

Quote:
Originally Posted by nimbus_cloud View Post
Thank you, arifzaman. However, I need my app to listen for outgoing calls without actually opening the app. It's like I want my app to run in the background or something.
Code:
public final class BackgroundPhoneCallListenerApp extends Application 
  implements PhoneListener {
  
    static public void main(String[] args) {
        BackgroundPhoneCallListenerApp app = new BackgroundPhoneCallListenerApp();
        app.enterEventDispatcher();
    }
    
    private BackgroundPhoneCallListenerApp() {        
        Phone.addPhoneListener(this);        
    }
    
    // Here, Implement methods of PhoneListener interface
}
Hope this will Help!

Cheers,
ARIF

Last edited by arifzaman; 09-11-2007 at 06:19 AM..
Offline  
Old 07-09-2008, 08:46 AM   #5
MobileDeveloper
Thumbs Must Hurt
 
Join Date: Jun 2008
Model: 8100
PIN: N/A
Carrier: Vodafone
Posts: 134
Default

Hi

Can you please say whether I should check the Options for

Run on StartUp

System Module


Other than the code , what all do I have to set in the Project properties ?
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


NEW Genuine OEM IBM Quietwriter Hi Density Correcting Ribbon 1299635 NOS picture

NEW Genuine OEM IBM Quietwriter Hi Density Correcting Ribbon 1299635 NOS

$19.99



DATALOGIC ADC, GRYPHON , 2D IMAGER, IBM46XX/OEM USB/RS-232 MULTI-INTERFACE,BLACK picture

DATALOGIC ADC, GRYPHON , 2D IMAGER, IBM46XX/OEM USB/RS-232 MULTI-INTERFACE,BLACK

$244.00



OEM IBM Selectric II Key Tops & Parts picture

OEM IBM Selectric II Key Tops & Parts

$49.95



Lot of 2 IBM Correctable Ribbon Cassette Black 1299300 NOS Original OEM picture

Lot of 2 IBM Correctable Ribbon Cassette Black 1299300 NOS Original OEM

$12.00



IBM Toshiba SurePOS 700 PCI Express Riser Card 99Y1538 Genuine OEM picture

IBM Toshiba SurePOS 700 PCI Express Riser Card 99Y1538 Genuine OEM

$42.80



IBM Genuine OEM Printer Filler Wide Credit Card Holder 10N1259 picture

IBM Genuine OEM Printer Filler Wide Credit Card Holder 10N1259

$24.79







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.