Tagged Questions
8
votes
11answers
3k views
Make an incoming call on my mobile trigger an action on my pc
I have a specific scenario in mind, but I will ask this generally:
Is there a way to make my mobile phone trigger an action on my computer? I am thinking that with a smart phone it must be possible ...
3
votes
1answer
302 views
Android: Can you send/receive data along a phonecall?
I'm trying to pass some data to a phone I'm calling.
Is there any way I can do this?
I don't really care about the type of data (a single bit is enough),
as long as I can identify it and trigger a ...
2
votes
1answer
38 views
How to know if a call has been established?
Well, I did a program to make a call to any number of my contact list and it works like a charm. The problem is that I would like to know if the connection has been estabilished (the other person has ...
2
votes
0answers
175 views
block incoming call without ringing even for fraction of a second android
i have used the following code:
Problem: It is working fine and blocking incoming call but phone ring for fraction of a second before disconnect the call. can there be a solution which i am looking ...
2
votes
1answer
1k views
My streaming audio player continues to play during a phone call - cannot make it stop! (Android)
I have an app that consists of multiple activities and one service. The primary activity is a UI for streaming audio. When the user pushes the play button, the service is started, streaming the ...
2
votes
2answers
374 views
Android: Making a phone call from home screen widget
I have a widget and I want it to make a phonecall to a particular number when the user clicks on the widget. How do i do this? Please help.
2
votes
1answer
859 views
Android: Change activity state when receiving a phone call
A problem came up in my latest android programming project.
The problem is I would like to change Activity that launches when the phone receives a call.
Is it possible to add some text after the ...
2
votes
1answer
651 views
Android - supress the native In Call Screen and replace with 3rd party?
Currently creating a VOIP application for Android and I was wondering is there any possible way to supress the In Call Dialog when sending a call over GSM and use our own 3rd party In Call Dialog or ...
1
vote
1answer
83 views
How to make a phone call by clicking on number
I have a list view containing numbers. When you click on the number, I want it to make a call, and present a confirmation popup with two options - "Yes" and "No". When I call the following code, it ...
1
vote
0answers
39 views
Restrict to call a number in a webview in android
I have created a webview . I have loaded the URL by using the loadUrl(). In the webview , some 9 and 10 digits are there. While clicking on the numbers it will give a phone call and calling action is ...
1
vote
0answers
30 views
App running in this time get the incomming call how can write junit testcases in robotium android app?
I am implementind robotuim using junittestcases in my application .in application running time get the incomming call in this time drag call button in accept how can write the testcases accept and ...
1
vote
2answers
594 views
how to cancel/hide the Incomming call intent android
Friends
I wanted to know is there any way i can check for incoming call in android?
I also want to know if there is any way to cancel the Intent to show the incoming call?
If really we can ...
1
vote
1answer
103 views
Android DDMS incoming call does not seem to work on AVD with Google API level 11
I have successfully used incoming calls using DDMS on AVD's with level 8 Google API, but when I try the same with an AVD with level 11 Google API, nothing happens.
Has anybody got this to work on any ...
1
vote
1answer
496 views
How can i add a button that makes a phone call to a programatically given phone number?
i have an app, that shows a list of friends (each friend haves fullName and movilephone).
i'm using a variation of the listActiviti example of android developers guide
can someone complete my code ...
1
vote
4answers
423 views
Phone development: interact with the call?
Today, the focus of a cell phone's capabilities is drifting away from plain making a phone call.
And somehow, this shows in the API's too. Therefor I'm wondering: if I want to write an app that e.g. ...
1
vote
1answer
4k views
How to reject incoming call programatically in android? [closed]
Possible Duplicate:
How to block calls in android
Can any one tell me how to reject incoming call programatically in android ?
Thank you,
Srinivas
0
votes
3answers
54 views
Is it possible to send gps location on an android device with a phone call?
Is is possible to send your gps location with your phone call when calling someone? Just wondering this to know is it possible to do this so if another android user is calling, then the other phone ...
0
votes
0answers
72 views
identify outgoing call connect event
I am developing an android Application that measures the time taken by the outgoing call from the moment calling starts upto the call actually connects with the target phone ( just when the ring goes ...
0
votes
2answers
232 views
Force Close when i try to make a phone call
I am trying to make a phone call on a list item click.
Here is my code for the onclick listener:
lv.setOnItemClickListener(new OnItemClickListener() {
public void ...
0
votes
3answers
69 views
Launch call from widget in android
Is it possible to lauch a call by pressing a button within a home screen widget in android?
I have the following code and it does not work, pressing the button does nothing:
public class ...
0
votes
0answers
114 views
Blocking incoming and outgoing phone calls?
I would like to create a app that i can be able to set different phone numbers in a block or allow list. Is it possible to block or allow only certain phone numbers and if so how would i go about ...
0
votes
1answer
86 views
get android phone call in message
Is there any idea that how can I get phone call as an MESSAGE from server. Like some buddy record voice and save as audio file, and I can get that file in my phone as an MP3 or something like that..
...
0
votes
1answer
283 views
Android 2.1+ Pause for incoming/outgoing call, resume when done
Is there a reliable way in Android to detect the beginning and end of incoming and outgoing calls, in order to do things like pause and play audio.
I have done the following:
telephonyManager = ...
0
votes
1answer
195 views
Is it possible to hide the number that is called from an app?
I have a list of people in my app and when the user taps one of the list items, that person is called.
Is it possible to hide the called number, so the person would be called but the number would't ...
0
votes
1answer
896 views
Initiate call from webview programmatically
I have the following problem:
I am working on an Android application where at some point I load a webview with content from the internet. The HTML and javascript code of the webview includes the ...
0
votes
0answers
339 views
Using JavaScript to make a phone call after a timeout? [closed]
I have a text file containing a telephone number and a time. How can I use JavaScript to count down from this time, and then use ADB to make an Android phone call to that number?
Thanks.
0
votes
1answer
2k views
Reject Incoming calls in android [closed]
Possible Duplicate:
How to block calls in android
How can we reject incoming phone call in android if the incoming number is already stored in phonebook.
What method is used to reject ...
0
votes
1answer
310 views
Make a call and play a message? (Android 1.6)
I have an application that will need to make a call and play a recorded message. Is that even possible?
0
votes
1answer
2k views
how to handle incoming call events in Android
Does anybody know if there is any event to handle incoming calls?? I'm developing an app that streams audio from the microphone and I would like to have a listener that stops the recording, etc when ...
0
votes
3answers
440 views
How can you prevent somebody from calling in Android?
I want to write a software to allow the parents to set a limit to their children phone calls.
I need to lock some phone capabilities with a password after the limits are reached.
I'd like to know ...
0
votes
1answer
808 views
On Android : making a phonecall using a browser application
On Android mobiles, does anyone has checked that if a user clicks on a link
<a href='wtai://wp/mc;5551231367' title='Call'>555.123.1367</a>
this would propose the user to make a call to ...
0
votes
1answer
280 views
App that makes phone calls and stores data for iphone, Android and blackberry?
The app I'd like to build aims at giving contact information of a person using a search engine. This is the basic feature.
To make it more appealing, I'd like to add those enhancement features:
(1) ...