Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
1k views

Sending DTMF tones over the uplink in-call

I'm working on a project that requires my app to be able to send DTMF tones on the voice's uplink frequency during an active call. My 2 conditions are: We don't use a customized Android platform We ...
4
votes
3answers
900 views

How In-Call status bar impacts UIViewController's view size ? (and how to handle it properly)

I'm trying to understand how the view associated to a UITabBarController, UINavigationController or UIViewController reacts when the in-call status bar is toggled. My trouble is that they seem to ...
1
vote
1answer
262 views

iOS SDK. Show In-Call status bar

Any one know how to show In-Call Status Bar with message from application when it is going to be in background? I know many applications from AppStore which can perform it. For instance: ...
0
votes
0answers
63 views

detect outgoing call when another call is already active android

How to detect outgoing call when another call is already active in android ? Used Action new outgoing call and action phone state change but it does not detect outgoing call when another call is ...
0
votes
0answers
113 views

Should there be nullpoint exceptions in the InCallScreen?

I'm getting nullpointer exception in the InCallScreen while using a HTC Desire HD to listen for calls. Other devices do not give null pointer exception here. stacktrace: 07-18 11:03:20.803: ...
0
votes
1answer
159 views

Is 'toggle in-call status bar' reliable?

I'm working on my first app. My question is: In XCode 3.2.6, is the Hardware, 'Toggle In-Call Status Bar' feature reliable? I have an iPod & iPad to test, but not an iPhone. I am wondering if the ...