-
HANDLING KEY EVENT
Dear All,
I just want to know that suppose my App is running in background at that time i want to handle the key events of the phone in side my App. Like if app is running at that time if user will dial or receive any call my App will retrieve the Number.
[B] I just want to know that in this case i have to handle the key event inside Appui class or the view class of last screen which has been formed. [/B]
I have the API to retrieve the number.
Is it necessary that App Should Run in the Back Ground?
Thanks & Regards
Akki......
-
Re: HANDLING KEY EVENT
You should not do that. simply because it would require capturing all of the keys, and as you would capture them, nobody else would receive them, thus you would need to build a logic that forwards the keys and indeed it should be made in a way that it never fails to work. Also with touch devices, you would not get the keys anyways.
So I would suggest capturing the number once the user dials out.
-
Re: HANDLING KEY EVENT
Hi,
How can we access the call log data of nokia(Incoming calls,outgoing call & Misd calls). I tried to search the example in wiki but not able to find the same.
-
Re: HANDLING KEY EVENT
You should not jumble up the queries in a single thread.Anyways, for reading logs, you can refer this : [url]http://www.developer.nokia.com/Community/Wiki/Logs_Example[/url]
Btw it wasn't too hard to search this example in wiki.
-
Re: HANDLING KEY EVENT
Typing [b]call log[/b] in the "Search with Bing" box seems to reveal this particular example, what have you searched for exactly? Google also finds the more advanced API, [url]http://www.developer.nokia.com/Community/Wiki/Logs_Client_API[/url]
-
Re: HANDLING KEY EVENT
I wrote [B]Logs Example nokia wiki[/B] in Google search.
EDIT: & if i write the same in Bing search bar above then its the first result.