Thread
:
Caller ID display of unknown incoming calls
View Single Post
lirtex
2010-06-13 , 17:46
Posts: 6 | Thanked: 10 times | Joined on May 2010 @ Israel
#
1
Hi,
I'm developing a simple application that upon receiving an incoming call from an unknown number, will resolve the identification of the number from several sites in the internet, and display it.
What I did so far:
Created a daemon that detects incoming calls.
The daemon then checks if the incoming call number exists in the phone contacts.
If it isn't -- it gets the number identification from the net (using libcurl).
I've completed the backend part of this project, it's all modular and dandy (i.e. it's easy to add support for different number-resolution sites).
What's next?
My question is about the GUI part.
How should I display the identification of the number?
I'm not sure what's the "right way" to do it. Should I replace the default Nokia incoming-call GUI? Should I pop up another window? Is there a way to change the information display by the default GUI?
I'd love you hear your opinion on the subject.
Thanks,
Lior.
Last edited by lirtex; 2010-06-13 at
17:54
.
Quote & Reply
|
The Following 4 Users Say Thank You to lirtex For This Useful Post:
grumps312
,
kojacker
,
Straycat
,
The Winter
lirtex
View Public Profile
Send a private message to lirtex
Find all posts by lirtex