1. MeerMusik's Avatar
    Hmm what about this:

    Is here something new? I mean its called "Telephony" so it must be the new Stuff.

    Citate:
    "If you are just looking for the device's phone number, you can use address() function. If the active line is a cellular line, the line address is the phone number. If the active line is a BBM Video chat, the address is the BlackBerry ID set on the device. You can use the activeLine() function to find out which line is active on the user's device. Here's a code sample that finds the number of lines on a device, and then finds the address of each line on the device in C++. In this sample, the output is sent to the console log:
    Phone *phone = new Phone (this);

    QMap<QString,Line> lines = phone->lines();
    cout << "phone lines count: " << lines.count() << endl;
    foreach(Line line, lines) {
    cout << "line address: " << line.address().toStdString() << endl;
    }"

    Here is the Link: Telephony - BlackBerry Native
    Last edited by MeerMusik; 08-15-13 at 06:34 PM. Reason: Added text
    08-15-13 06:29 PM
  2. Shao128's Avatar
    Hmm what about this:

    Is here something new? I mean its called "Telephony" so it must be the new Stuff.
    That just gives you your own phone number, not the incoming number.
    08-15-13 06:37 PM
  3. MeerMusik's Avatar
    That just gives you your own phone number, not the incoming number.
    Atleast i have tried. Seems i am out of this business for too long. I still hope they just forgot to put this specific thing in the Docs. Would be a shame if they havent put this in the Telephony API.

    Good Luck to all of us for finding that Stuff
    *FingersCrossedTilTheyBroke*

    Good Night
    08-15-13 07:09 PM
  4. pvphooman's Avatar
    I have an idea that I'm experimenting with.

    1. Take a headset (or headphones), cut off one of the ear buds.
    2. Take a microphone and cut off the wire to the 3.5mm jack.
    3. Attach the microphone jack wire to the headphone wire.
    4. Plug in the headphones to the Z10 and the microphone jack into a digital recorder and viola!

    (You should end up with a headset that has one ear bud to listen to and one audio output jack.)

    I'm trying to get this contraption to work using a spare ipod nano's voice recording feature.

    - aBBuser
    08-15-13 08:44 PM
  5. MeerMusik's Avatar
    - aBBuser
    --Wrong Forum--
    08-16-13 04:02 AM
  6. anon(870071)'s Avatar
    Now that I'm ready to do!
    Unfortunately there isn't a working aap that can block calls or hangup calls like what I've been using in the older 9900 call block pro where u can set a caller to pickup and hangup.

    Sent from my SGH-I957R using CB Forums mobile ap
    08-16-13 04:16 AM
  7. LarryThePlumber's Avatar
    I will purchase 2 Pro versions as soon as they are available (my wife wants one also!).
    Please keep at it!
    Thanks,
    Larry
    09-12-13 12:49 PM
32 12

Similar Threads

  1. Can someone explain please - Received email from : "xxx@aol via srs.bis6.us.blackberry.com"
    By BB_BxNyc in forum General BlackBerry News, Discussion & Rumors
    Replies: 11
    Last Post: 12-08-13, 11:23 AM
  2. Replies: 9
    Last Post: 08-31-13, 10:58 AM
  3. I just got Software Update for AT&T 10.1.0.203
    By chewblock in forum BlackBerry Q10
    Replies: 5
    Last Post: 08-15-13, 09:17 PM
  4. How Do I Add a Second Phone Number to a Contact?
    By SoxFan in forum BlackBerry Q10
    Replies: 3
    Last Post: 08-15-13, 07:14 PM
LINK TO POST COPIED TO CLIPBOARD