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


OEM Battery for MacBook Pro 17

OEM Battery for MacBook Pro 17" A1309 A1297 Early 2009 Mid 2009 2010 MC226

$36.90



NEW OEM Battery A1466 A1369 A1496 A1405 A1377 A1466 for MacBook Air 13 inch picture

NEW OEM Battery A1466 A1369 A1496 A1405 A1377 A1466 for MacBook Air 13 inch

$31.90



NEW OEM A1618 Battery for Apple MacBook Pro 15” Retina 99.5Wh A1398 Mid 2015 picture

NEW OEM A1618 Battery for Apple MacBook Pro 15” Retina 99.5Wh A1398 Mid 2015

$43.90



A1618 NEW OEM Battery for MacBook Pro 15

A1618 NEW OEM Battery for MacBook Pro 15" Retina A1398 Mid 2015 020-00079

$43.90



Genuine A1417 OEM Battery Apple Macbook Pro 15 Retina A1398 Mid 2012 Early 2013 picture

Genuine A1417 OEM Battery Apple Macbook Pro 15 Retina A1398 Mid 2012 Early 2013

$37.90



Genuine OEM A1417 Battery For Apple Macbook Pro 15

Genuine OEM A1417 Battery For Apple Macbook Pro 15" Retina A1398 2012 2013 NEW

$38.90







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