vote up 0 vote down star
1

In the various smartphone APIs/SDKs, I was wondering if it is possible to prompt a user if they'd like to log a phone call after they hang up. The most basic functionality would be after calling out or receiving a call, the phone would ask

Do you want to log the call to|from 555-555-5555?
Yes | No | Never this number

(then it might take the user to a small form and then post the info to a webservice)

The business use is for lawyers who have company phones and need to track billing.

this is a bit different question than http://stackoverflow.com/questions/341622/accessing-the-iphones-call-log-with-the-iphone-sdk, and I'm curious about blackberries

Thanks

flag

3 Answers

vote up 5 vote down check

On an Android phone you can register a PhoneStateListener to receive a notification of when a call hangs up and log the number by whatever method you wish.

link|flag
vote up 1 vote down

On iPhone, no way.
Apple would have to allow (shudder) background applications.

Note: Shraptnel is right, you may be able to monitor the phone state with some private API's if you jailbroke your phone and ran your program in the background.

link|flag
Although you may have some luck if you were to jailbreak the iphone... – Shraptnel Apr 18 at 5:17
vote up 2 vote down

Blackberries have call logging out of the box. Blackberry Enterprise Server activated units sync the log with the server.

link|flag
Cool, do you know if there is there a way to hook into an event to interject a dialog of sorts? – jayrdub Apr 16 at 17:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.