displaying private numbers

Login to reply to this topic.
Mon, 2008-03-17 00:01
Joined: 2008-03-16
Forum posts: 2

hey guys!!!
i was wondering if any body knew how to display a "private number" phone call when it comes through as private number...?

i know the display of the "private number" text is handled by the phone and the private number is not handled by the network as i have seen someone who installed hardware (a chip) on their phone to get this too work. even if i called my mate with private number it would display my number. this would lead me to determine that the callers number is still sent with the phone call however there is some form of data tha encapluates the number (eg: **042589563**) which tells the receivers phone that the number is to be displayed as private.

i have found many methods in my searching such as getCallerInfo, ParseInvalidChars( TDes& aNumber, const TDesC& aInvalidChars); however none of these actually show the checking of what these characters/symbols are and the follwoing methods that tells the GUI of the mobile device to display "Private Number". all i want to do is drop the extra data and disply the number!!!!

i have spent countless hours on this and any help would be EXCELLENT!!!

your fellow programmer
dre


Tue, 2008-03-18 15:31
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1886
Re: displaying private numbers

You won't be able to do this.


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Wed, 2008-03-19 05:16
Joined: 2008-03-16
Forum posts: 2
Re: displaying private numbers


really... just for my own knowledge is this because the part of the phone that handels this is not available to the programmer or because it is a hardware implementation...?

cheers eric

Wed, 2008-03-19 10:50
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1886
Re: displaying private numbers

It is too long since I have hacked into GSM protocols and don't remember exactly if the private number is sent or not by the network to the mobile. Anyway, I doubt that, if this is the case, the phone protocol stack will pass it to the Symbian telephony server.


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

  • Login to reply to this topic.