Android :: Best Way To Call With G1 While Traveling?
Sep 26, 2009
I have a G1 phone and I am very often traveling outside the US. I am a little confused with the solutions that exist for using Wifi access to call while outside the US. My question is: what is the most cost efficient way to call with my G1 while outside the US using access to Wifi and without roaming? A typical scenario would be that I am in France or in the UK, and I want to call a local number or a cell phone number in either of these countries but don't want to roam to avoid huge bills. I have access to Wifi most of the time when in France or in the UK.
View 1 Replies
Jul 25, 2010
On the Captivate for AT&T, is there a way to set up call forwarding to my home number BEFORE I travel to another country? When travelling I don't want my phone to ring or else i'd get charged international roaming rates for the voicemail if one is left, so I need any incoming calls to go immediately straight to my home phone without the call reaching the Captivate while i'm abroad. While i'm overseas I use my phone for text messaging, no voice to save money. I do this with my Palm Treo Pro all the time when travelling, set up the network so that the call immediately gets forwarded to my home number.
View 12 Replies
View Related
May 20, 2010
I'm having some call quality issues but they're mainly on the other end of the line. Those I'm speaking to are picking up some static/background noise. I really don't have any complaints with the call quality on my end. Also, I've noticed it seems to be worse when I'm in the car traveling. If I'm at home and make a call, others tell me the call is clear. Anyone else experience a similar scenario?
View 6 Replies
View Related
Apr 23, 2010
I need an aplication which can turn on my bluetooth when traveling at a given speed and turn it off again when the speed drops below.Any have knowledge of such an application?
View 10 Replies
View Related
Apr 14, 2010
Will a developer's account be terminated if he travels to an "invalid" country and logs on? I understand that he cannot upload chargable applications from certain countries. But why close his account? Some people are travelling and have half their family in one country and the other half in the USA.
View 2 Replies
View Related
Apr 27, 2010
What is the easiest way to find out how fast the Android device is traveling?
Also, is there a way to register an intent for speed? Example: intent if the device goes more than 20 miles an hour.
View 2 Replies
View Related
Nov 4, 2009
Is there any safe way to keep the std headset when not in use during traveling? The wires are getting entangled when I keep it in pocket and anyone has any methods to keep it in top class.
View 1 Replies
View Related
May 6, 2010
I know there are quite a few app threads, but instead of searching through them all (and some of them are pretty long) I'm hoping to get some help in an easy to find place.I'm traveling next week for work but plan on doing some sightseeing and that kind of stuff as well. What apps out there would be cool and/or useful to have while you're traveling?
View 13 Replies
View Related
May 3, 2010
I am traveling to Europe next month w/ my Incredible. I have Wifi in my hotel. will there be a way to use Skype or some other VOIP to call US cel phone #'s while I am there?
View 3 Replies
View Related
Aug 17, 2010
So I'll be in Mexico for a bit, and would like to have the phone for emergencies and to occasionally text - but I want to avoid data charges. Will upchucking "data roaming" and "enable always on mobile data" under mobile networks do that? I called and asked Verizon, but the guy I got was completely clueless.
View 4 Replies
View Related
Aug 18, 2009
Im going to Germany tomorrow, lives in denmark, and i have found out that data traffic is quite expensive, so i've got two options, either to unsubscrib from data traffic in other conuntries at my phone company or find out if there is a way to set the HTC Hero to not use data traffic for homescreen widgets and so forth, as it would be nice to be able to turn it on if i need to check something urgent.
View 10 Replies
View Related
Jul 22, 2010
This is something that I have been trying to get my head around for a bit, and I did find one post over in the Inc forum that had a mix of applications that were good for traveling, but I wanted to see if anyone in here might be able to help with some ideas.
View 3 Replies
View Related
Jul 29, 2012
I purchased a Nexus 7 and found out that the google play contect from movies, books etc. is disappears from the device when you connect to a wifi spot outside the US, not very good for travelers. How can I restore the content once I gent back to US soil? Is there a way to force it? I tried a restart and that did not work.
View 2 Replies
View Related
Feb 11, 2010
I use Google Voice (love it) primarily because of it's visual voicemail on my Droid. I do have a Google Voice number, and I'm trying to decide whether to set the Droid app to "make calls using Google Voice" or not.
I have no problem with giving out a different number, and my placed calls seeing the GV number in caller ID.
My question is, does this affect how the call is actually connected, from a quality standpoint? I tired a call both ways, and the sound quality seemed a little bit different. But then, I am an obsessive compulsive weirdo.
Is there any difference in call quality or routing between making a native Verizon call and a Google Voice call on Droid? (Like, does Google voice actual use 3G to connect to Google server over the internetz, then place the phone call?)
View 3 Replies
View Related
Jan 19, 2009
I can use this code make outgoing call.
Intent dial = new Intent(Intent.ACTION_CALL); dial.setData(Uri.parse("tel:5556") );
context.startActivity(dial);
But how to detect call pick up the call or refuses to answer?
I tried PhoneStateListener but not working.
View 2 Replies
View Related
Apr 29, 2010
I am trying to make a VoIP application and I wanted to know if it is possible to do the following with the Call Logs content provider -
I want to add new Call Log records for the VoIP call along with the call logs for the regular call. How can I add new records to the existing Call logs content provider?
I want to add custom fields to the Call Logs like a session ID and SIP address(name@domain) field. How can I customize the call logs database?
View 1 Replies
View Related
Mar 15, 2010
I'm having problems during the "read" call of the InputStream. The call gives me a "IOException: Software Caused Abort" exception. I'm able to get the BluetoothSocket and also the able to "connect" to the device. My app. is in the client mode and sends in a "x" byte "command" to the device which is then supposed to send me a "response". The expected "response" is also of "x" bytes. This is where the error arises.. While reading the "response" i'm getting the above mentioned error.
View 5 Replies
View Related
Dec 15, 2009
Is it possible to make a call from an activity and make sure the activity doesn't keep running while the call is in session? And, once the user is done with the call (by pressing the hangup button or whatever), the call log screen wouldn't get shown and the user would be directed to a new activity within the application. I know there's ways to detect calls and call hangups through services, but, I'm not sure if it's possible to make an activity from an app pop up as soon as a call is over.
View 2 Replies
View Related
May 25, 2010
I want to build an application which will play an audio file when call is connected so that other person on the call can hear this audio file.
View 4 Replies
View Related
Sep 29, 2009
Is it possible to add an incoming call with current call to make it as a conference call programmatically?
View 2 Replies
View Related
Jun 11, 2010
I am trying to extract information from the call log of the android. I am getting the call date that is one month back from the actual time of call. I mean to say that the information extracted by my code for the date of call is one mont back than the actual call date.
View 1 Replies
View Related
Feb 22, 2010
scoured "call volume" threads and not sure if this is experienced by anyone else. Intermittently when I answer a call I can barely hear the other person. Call volume is at the highest setting. I try making it lower then higher and nothing changes. If I end the call and call the same person back I will get normal call volume behavior. This happens every 5-10 phone calls.
sound like an issue with the hardware?
1.) Model Number ? Droid
2.) Firmware Version ? 2.0.1
3.) Baseband Version ? C_01.3E.01P
4.) Kernel Version ? 2.6.29-omap1-g0dd7e0b android-build@apa26 #511
5.) Build Number ? ESD56
View 6 Replies
View Related
May 27, 2010
I have written the android application and I want the application to send the call information whenever there is an incoming call and it ends. This way I would be sending all calls to the server irrespective of size of the call log.The application just crashes when there is an incoming call i have been able to log the information about incoming SMS, but this call info logging is failing.
View 1 Replies
View Related
Jan 25, 2010
how to disconnect the call(i.e incoming call) programmatically ?
View 3 Replies
View Related
Mar 12, 2009
I have deleted whole call log by the following statement context.getContentResolver().delete (CallLog. Calls. CONTENT_URI,null,null);but i am facing problem to delete particular call log from call log list by the following code any one can help me.if any one have successfully delete particular call log please change in my following code i want to delete that numbers form call log that starts with + or 00 its urgent.
View 2 Replies
View Related
Jan 4, 2010
I am looking for a feature-rich app that will allow me to add a few notes to a log for EACH completed call. Here is what I need -(and since my requirements are driven by the IRS' need to have a log of these data elements, I'm SURE I'm not alone in this requirement)..
View 1 Replies
View Related
Nov 4, 2010
Often during my calls I can hear a call waiting tone (double beep) but when I look at the screen there is no parallell call? Am I hearing the other persons call waiting or is it a glitch in my phone? I had this issue on every ROM, 2.1, 2.2 and live in Sweden (if it makes a difference)
View 3 Replies
View Related
Oct 12, 2010
I have installed various call recorder apps TotalRecall, VirtualRecorder, Voice2do, NoteEverything, Qmemo... but none of them record the sound of the person on the other side of the line. Can someone tell me which call recorder work for Xperia X 10 mini pro?
View 1 Replies
View Related
Aug 3, 2010
So i rooted with Droid Does rom, because i heard its nice and fast and what not. So basically the only problem i have with it is this.
When on a call, the proximity sensor doesnt work, so the screen goes black. And when i press the end call button to turn the screen back on it just ends the call. Is this normal? Or a known issue?
View 10 Replies
View Related
Nov 30, 2010
Does anybody know how to turn off reject call with message from phone call display?
View 1 Replies
View Related