Android :: How To Send Data Along A Phone Call?
Jan 28, 2010
In android we can make a call by using intent. Similarly we can invoke receivers on the in coming call. I have implemented an application to make a call as well as to receive call using intents. My question is we can pass data using intents. The same thing if i am apply to my application i got the data as null.
View 4 Replies
Apr 28, 2010
I am writing a widget on Android 1.6 that shows the minutes that a person has used on the current month.
The way I have it setup is by having a service that listens to the state of the phone and when the phone is picked up, it starts the timer and when the person hangs up, ends a timer. I would like to send this variable(long duration) over to my appWidgetProvider so I could update the edit text on it.
View 1 Replies
View Related
Jul 30, 2010
Intents in Android are an elegant way to pass messages between uncoupled components, but what if you want to send extra data with the Intent? I know you can add various value types, and objects that implement Parcelable, as extras, but this doesn't really cater for sending user defined types locally (i.e. not over a remote interface). Any ideas?
View 3 Replies
View Related
Oct 3, 2010
so my last phone was the palm pre and I could send text messages while I was on the phone now with this epic I can send them and they say sent but they dont get received until I hang up the phone call I am on whats the problem here, why did this work on my pre buy not on the more advanced phone?
View 3 Replies
View Related
Mar 29, 2014
is there an app for that? i don't use wifi at all and want an easy way of sending files from my phone to my PC when i'm at home, at work, on vacation etc.
data isn't an issue as i'm on unlimited
View 5 Replies
View Related
Oct 5, 2010
I've noticed that while trying to multi task with the EVO I am unable to use the GPS to navigate, and the mobile data network does not work while I am on a call. I tried when I first got the phone to surf the web while I was on the phone and it worked then. I'm not sure when it stopped working.
View 4 Replies
View Related
Aug 16, 2010
I will be traveling to Canada in the near future. I don't want to have to worry about paying excessive roaming fees, etc. How to I set up my EVO such that it will only send/receive phone calls and text messages to avoid data fees? Btw, is there a way to do this, and still turn on WiFi so I can access the web/email at my location without paying data fees?
View 7 Replies
View Related
Jul 28, 2010
I wanna develop an app that uses CSD or Data channel of GSM Service to send data. Can anyone help me out with it?
View 1 Replies
View Related
Feb 25, 2010
I went to check my call log this morning and noticed it was completely empty. Not too big of a deal but still somewhat of a hassle. Then as I started getting calls throughout the day, I noticed that all of my contacts had their ringers reset to the default ringer instead of their custom one. I haven't seen or heard of this problem anywhere else. I know people have had their messages completely wiped but this seems to be only Phone data.
View 3 Replies
View Related
Apr 6, 2014
I send data to my mysql database the posted data is empty...I don't know what is wrong with my code.
[HIGH]urlConnection = (HttpURLConnection) url.openConnection();
urlConnection.setRequestMethod("POST");
urlConnection.setDoOutput(true);
urlConnection.setChunkedStreamingMode(0);
OutputStream out = new BufferedOutputStream(urlConnection.getOutputStream ());
[Code]...
View 2 Replies
View Related
Jul 18, 2010
My friend just lost his Desire at an airport. The pattern lock is active, but that does nothing but protect the data on the phone - Not SD. The first thing they would do is to switch the phone off and replace the sim.
Now here is my question : Is there an app that will send an sms to a preallocated number if the phone is booted up with a different sim? I know some Samsung phones can do this. But having an app that requires your own sim to be able to find it if stolen is quite pointless.
View 7 Replies
View Related
Sep 8, 2010
Can anyone know what is the intent for missed call. Actually i want to send sms on missed call and incoming call in my application.
View 1 Replies
View Related
Jun 20, 2010
One feature which i did not fiund on the Android 2.0 is the ability to send DTMF tones during a call using the contacts list. Whilst on a call i would like to be able to select contacts and send that contact as a DTMF tone. I've sean all the different dialler apps. but nothing allows you to select from the contacts list.Is this a feature upcoming in the Android OS updates or is there already an app. that anyone knows about that allows this feature, which is common on all other mobile os's?
View 2 Replies
View Related
Aug 1, 2010
Is there an app that will send a text to the caller if you miss their call? For example, I am expecting a call from my wife but am in the shower when she calls. I need something to send her(only her) a text if I miss her call. Other calls missed can go to voicemail.
View 7 Replies
View Related
Jul 6, 2010
I'm not sure if this is real or not, but I think I've heard of some way to cloak your phone number and fake another number on a call or text.
View 3 Replies
View Related
Jun 10, 2009
I've been searching the application permissions and I see no way to make an app to enable getting notified when the user send an SMS or make a phone call. How can I accomplish this task?
View 5 Replies
View Related
Oct 19, 2010
I have an application where there are two screens(activities.) When I make changes in the second screen those values should get reflected in the first screen. For that I have to pass the values of second screen to the first one.
View 5 Replies
View Related
Mar 9, 2010
I have a TabActivity, and the tabs point to sub activities. Is there a way I can send a 'message' to those child activities? I just want to pass a string across, not sure if this is possible.
I have some data being fetched by the parent TabActivity, and the child tabs can't do anything useful until the parent is done fetching. When fetching is complete, I'd like to pass that data to the child activities so they can do something useful with it.
Normally I'd set the data to be passed in the Intent when first creating the activity, but in this case I can't do that.
View 2 Replies
View Related
May 15, 2009
I use Android sdk 1.5 on ubuntu 8.0.4. In my application I want to use a data sms on a special port to inform my application about new available information. Then a background thread should be started to process this information. Currently i have an application sending data sms to port 12345 to an application to another emulator. Both emulators can send and receive sms. However there is no difference between a data sms and a text sms in the incoming intent.
View 3 Replies
View Related
Aug 11, 2010
In my application, I need to record some file. I want to send audio data to server while recording. Do you know how to do that? After user stop saying, I need to detect the end of speaking. Is there any algorithm to do that? I want my application similar as google voice search,
View 6 Replies
View Related
Sep 21, 2010
My application needs to record audio and send audio data to server while recording. If User stops audio input, we will stop sending. How could I implement such feature in Android?
View 8 Replies
View Related
Nov 6, 2010
I have a server running that notifies the user with a statusbar notification that opens my main activity, how can I pass data to my activity trough that intent?
View 1 Replies
View Related
Feb 14, 2009
is it possible to send data to external sources.. like a remote sql server or a remote website?example: make a pic with G1 and send it to a remote db server (via internet).is there somewhere an example of how to do it? thanks for the info.
View 2 Replies
View Related
Dec 21, 2009
I'm working on a widget that will change the data it is displaying when a user taps on it. This would normally be easy to deal with, but my app widget provider is handling multiple widget instances that have different sets of data. With that being said, when a user taps on the widget, a PendingIntent is launched that calls the changeData() method. Inside the intent that is launched is where I store the widget ID so changeData() knows which data set to use. At first I was storing widget IDs in the intent's extras, but I found out that there is a bug in how Android widgets handled widget intent extras so now I am trying to store the widget by passing a URL using the setData() method(formatted like content:widgetId I.E. content:24, etc.).
This is how I am setting the data for the PendingIntent:
Intent changeData = new Intent("com.tonycosentini.mintdroid.CHANGE_DATA");
changeData.setData(Uri.parse("content:" + currentWidgetId));
PendingIntent changeDataPendingIntent = PendingIntent.getBroadcast(this, 0, changeData, 0);
However once I try to test this, the onRecieve() method that is usually called when a widget is tapped is no longer called. Is there something I need to setup in my Android Manifest file for this work properly or is there something I'm doing completely wrong?
View 1 Replies
View Related
Mar 23, 2009
In Android can application send location data as MMS or SMS or any other means (e.g. email)?
View 2 Replies
View Related
Jun 23, 2010
I have problems simulating call or sms since telnet or ddms perspective on eclipse. I'm connected to the device and some commands works (window scale,...)If i try to simulate a gsm call then everything seems ok but i haven't anything on my emulator (nor incoming call nor notification) then if i launch an "gsm list" command my inbound call is listed and i can cancel it the same thing occurs with sms send everything seems ok (return OK) but there is no notification on the emulator nor sms in inbox :-(
I'm using the sdk r06 on a windows xp machine. I try with fresh avd on different platform :-(
Important : it has worked so i know it can work, but i would like to know why it doesn't work now ! Using ddms i don't see any trace on the log view.
View 1 Replies
View Related
Mar 5, 2009
I encountered with a problem when I use DDMS to send mock gps location data . I checked out the source code of Android and make the latest version.Then put my test apk file of gps to the emulator and start DDMS, but when I use Emulator Control of DDMS to manually Button to send mock location data it says no GPS emulation in this virtual device. But the same apk file works fine in the SDK 1.0
View 7 Replies
View Related
Sep 29, 2010
Is it possible, with an IntentService, to send another intent to the IntentService from within the IntentService? For example, say my IntentService is processing an Intent which has it write a bunch of data to the database. During this time, several other Intents to write other data may [or may not] have been queued up in the IntentService. Suppose, after processing that Intent by writing the data to the application's database, I want to queue up another Intent to send that data via web service to "the cloud." Perhaps I want to queue this processing in another Intent because sending to the cloud is secondary. Is it possible? Would it cause any problems if the Intent being processed is the only Intent in the queue at the time the IntentService is trying to queue another Intent?
View 2 Replies
View Related
Aug 31, 2010
I have a service from which a start a new thread. This new thread will communicate with a TCP server using socket. What is the best way to send the data received from TCP server back to the service? Handlers or something else?
View 1 Replies
View Related
Apr 6, 2010
i am new to android. I want to connect with server. Like i want to sent data and receive data from server through Http Connection. Can anyone help me how to do this. Can anyone provide me the sample of both side-client as well as server side.
View 2 Replies
View Related