|
Hello,
I am using android.media.MediaPlayer object to play audio files in my app. Everything works fine but when a phone call comes while a song is playing the app does not pause the media player and you can hear the song during the phone call. Please...
Started by mudit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When your Activity (or service) is interrupted by the phone call place MediaPlayer#pause that MediaPlayer is automatically paused as well
Use a PhoneStateListener to find out when the phone.
|
|
Is it possible to write a program that will change the phone numbers a mobile phone redirects calls to if it cannot be reached by the network?
Started by David on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Neither the functionality....
I'm not familiar enough to know how to do this on a per phone system.
If you're talking about a mobile phone redirecting calls that cannot a solution specific to the phone OS.
What you're asking about.
|
|
Hi,
I am launching an activity to make a phone call, but when I pressed the 'end call' button, it does not go back to my activity. Can you please tell me how can I launch a call activity which comes back to me when 'End call' button is pressed? This is...
Started by hap497 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can fire off an android.intent.action.CALL Intent with the phone number as the URL (as you're doing) or android.intent.action.DIAL with the phone....
There are two ways to instantiate a phone call.
Simple answer: you can't.
|
Ask your Facebook Friends
|
My android app has nothing to do with phone calls, but I'm seeing that when I install a debug build on my test device it requires "Phone Calls: read phone state and identity" permissions. (I make no mention of this in AndroidManifest.xml).
I'd like to...
Started by Mike Kale on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The full story is cleared up here: http://blogs.zdnet.com/Burnette/?p=1369&page to be able to modify the contents... .
Assign
android.permission.WRITE_EXTERNAL_STORAGE and android.permission.READ_PHONE_STATE
to any app about READ_PHONE_STATE.
|
|
Hi SO,
I need to build a web page for mobile device. There's only one thing I still haven't figured out: how can I trigger a phone call through the clic of an image or text.
Is there a special url I could enter like the mailto: tag for emails ?
Device...
Started by Blade on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Found is here:
http://pointbeing.net/weblog/2010/01/making-phone-calls-and-sending-sms-with-html.html.
|
|
I have automated monitoring systems running on servers. These successfully send out emails on a great variety of server conditions. My issue is that if a server problem happens in the middle of the night, I am unlikely to see the email until the morning...
Started by Peter on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Another a certain timefame (matching certain rules) would send an SMS to the on-call person, and then call them to the internet....
And then pager duty will make a phone call or send an sms depending on how you have it configured.
|
|
I have a friend who's iPhone goes blank (and apparently crashes and reboots) when I call from my cellphone. This appears to be CallerID related.
We have isolated the other causes (I tried my land line -> WORKS, she tried using my cellphone -> FAILS...
Answer Snippets (Read the full thread at superuser):
Is the Phone jailbroken? If it is, that might be few....
Once and select the Continue button in order to complete your device's restoration .
As long as you've backed up your device, you should not have to worry about restoring your phone).
|
|
I want to simulate a phone call in my iphone simulator. Or which method will be called if a phone calling me?
Started by Tattat on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hardware > Toggle In-Call Status Bar
The incoming call should trigger applicationWillResignActive in the application delegate..
There's an option in the menus to turn on the call status bar.
|
|
Hello people,
how can i make a phone call from a textfield that is filled with a telephone number?
greetz Marco
Started by Marco on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
See the Phone Links section.
You should be able to call openURL with a "tel:" protocol.
|
|
Hello, is there an API to make phone calls an have a phone conversation in the web (maybe flash based?), like skype but without having to install software?
thanks
Started by Victor P on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
These will allow conversations:
http://www.callfire.com/dialer/cm/info/phone_call_api.html
http://www.callfire.com/dev/index.php/Click_to_call_API
http://public.ifbyphone.com/partners/developers
http-works
any US or Canadian phone....
|