pgp fone voice encryption - Windows Mobile Software Development

is it possible to make this application work on an xda? it would be so cool to have secure voice com.
M

While back I heard of a developer encoding speech within a v.110 modulated data call, to which you can then apply any encryption you want. Pretty cool, would neatly side step attempts by authorities to listen to your calls over a standard GSM voice line.
I assume this is the sort of thing you mean? GSM already carries a good weight of encryption behind it. It is not uncrackable but you'd have to really care to want to do it.
Alternatively build a VoIP app using GPRS, similar comments apply as above.

Related

full Google Voice on WP7

I have always been an android fan since the G1, but REALLLY interested in WP7, thinking of buying the htc arrive on sprint but theirs ONE thing holding me back. And thats Google Voice.
I use GV for my main number for texitng AND calling.
I know they have some GV apps but can never seem to get a clear answer. I need to be able to receive and make calls along with texting and receiving. any WP7 GV app for that?
There are a couple of GV apps but I still use the actual website because I think it works better.
If you download zune I believe you can download the WP7 Marketplace still if you wanted to look for yourself.
well I use zune and looked. but wasnt sure if I can call on those. Like of course android GV app will be better. but say someone calls my GV number I want my WP7 to ring just like normal
i use google voice on android and it rocks
well I know its awesome on android thats what I use. I just want the baic features to work if im gonna get a WP7 device like texting and making and receiving calls to my GV number
It works on wp7. Its not quite as fully integrated as there is no official app, and there is no socket API as of yet. This means the 3rd party apps have to send you notifications directly from their own servers for true notifications, otherwise it will load when you open the app and check for new messages.
I use the GoVoice application on wp7 and it notifies me (through 3rd party) of sms messages ect, and gives me my google voice mails/translations/playback just fine. It works, you can make calls, receive calls, texts, get transcripts/playback just like on android, its just a little bit more limited than the Android version. When the sockets api comes out for dev's this will quickly be addressed with true notifications and be more similar to what you are used to.
http://www.wpcentral.com/wp7-google-voice-clients-–-review-roundup
hmm thanks. I think im gonna try the HTC Arrive on sprint. I looove android, but sometimes just want a phone thats very quick. simple and looks great. plus I love Zune Pass. The only thing holding me back was using GV. but GoVoice seems great
samrozzi said:
hmm thanks. I think im gonna try the HTC Arrive on sprint. I looove android, but sometimes just want a phone thats very quick. simple and looks great. plus I love Zune Pass. The only thing holding me back was using GV. but GoVoice seems great
Click to expand...
Click to collapse
Yah I'm pretty heavily tied in to Google Voice. Use it for work and all my voicemails. GoVoice gets the job done good enough till a full fledged one can be written when Sockets API is released. But when that happens I will definitely be looking for one as great as what Android had
dtboos said:
It works on wp7. Its not quite as fully integrated as there is no official app, and there is no socket API as of yet. This means the 3rd party apps have to send you notifications directly from their own servers for true notifications, otherwise it will load when you open the app and check for new messages.
I use the GoVoice application on wp7 and it notifies me (through 3rd party) of sms messages ect, and gives me my google voice mails/translations/playback just fine. It works, you can make calls, receive calls, texts, get transcripts/playback just like on android, its just a little bit more limited than the Android version. When the sockets api comes out for dev's this will quickly be addressed with true notifications and be more similar to what you are used to.
http://www.wpcentral.com/wp7-google-voice-clients-–-review-roundup
Click to expand...
Click to collapse
I'm curious how you expect a Socket API to make the notifications better.
PG2G said:
I'm curious how you expect a Socket API to make the notifications better.
Click to expand...
Click to collapse
The reason you don't see any [functioning] Instant messenger apps, and why GoVoice needs this 'workaround' is there is no way for the dev's to bind to a port or IP address on a host, giving way for the notifications you would normally be used to. Until MS gives these API's out, only bandaid workarounds will be available.
Or am I missing something?
If there is a way to make/recieve phone calls using GoVoice, then I must be too stupid to figure it out. When I attempted to make calls, it would somehow remotely call from my other on contract phone, while also causing my on contract phone to ring until I answered it. Really confusing to describe, but it was equally confusing watching it happen.
dtboos said:
The reason you don't see any [functioning] Instant messenger apps, and why GoVoice needs this 'workaround' is there is no way for the dev's to bind to a port or IP address on a host, giving way for the notifications you would normally be used to. Until MS gives these API's out, only bandaid workarounds will be available.
Or am I missing something?
Click to expand...
Click to collapse
I don't think what they are doing is a workaround, I'm not too sure how they'd do it otherwise. One of the major reasons for push notifications is to be used when the application isn't running. Having a Socket API isn't going to help at all if the application isn't running, right?
PG2G said:
I don't think what they are doing is a workaround, I'm not too sure how they'd do it otherwise. One of the major reasons for push notifications is to be used when the application isn't running. Having a Socket API isn't going to help at all if the application isn't running, right?
Click to expand...
Click to collapse
hmm...thats true...so I would assume (hopefully) that sockets support comes with the multitasking update? Are programs going to be able to periodically check for information while not running in the foreground? You will need this for 'in app' notifications instead of the workaround; I call it that because it is. Well, a workaround the lack of what is necessary to do these like on other systems (BB, palm, Symbian, iOS, Android ect). GoVoice uses a secondary user account on Gmax. Gmax has to watch your account for changes and then send you notifications to the phone, as opposed to doing this inside the app.
I'm no programmer, so I'm not sure exactly all what is needed. But shouldn't these programs be able to bind to certain ports, and when messages come in, they are pushed to your device? Does the program need to be running all the time? or will the notification being sent from a specific host/port 'awaken' the application with a notification? Maybe somebody can clarify this for me. How do the other systems do this? You should be able to get a notification while doing other things, since you can obviously already do this with the MS applications.
To me, this type of functionality is pretty necessary to many applications people will need on their phones.
In iOS4, Apple added the ability for VOIP applications to run in the background. That in combination with a Socket API (which is necessary for VOIP anyway) is probably what you're after.
tiny17 said:
If there is a way to make/recieve phone calls using GoVoice, then I must be too stupid to figure it out. When I attempted to make calls, it would somehow remotely call from my other on contract phone, while also causing my on contract phone to ring until I answered it. Really confusing to describe, but it was equally confusing watching it happen.
Click to expand...
Click to collapse
GoVoice dials directly using the same method that Android's Voice application uses. There's no call-back when connecting the call. It simply calls an intermediary Google number, which dials out to whomever you're calling.
thesecondsfade said:
GoVoice dials directly using the same method that Android's Voice application uses. There's no call-back when connecting the call. It simply calls an intermediary Google number, which dials out to whomever you're calling.
Click to expand...
Click to collapse
Interesting. I must have messed something up in the setup then.
tiny17 said:
Interesting. I must have messed something up in the setup then.
Click to expand...
Click to collapse
Did you use Google Voice web page on your desktop PC to make a call and remembered that setting? It is possible that GoVoice gets affected by your Google Voice web page settings.
BTW, on Android Phones, Google Voice is fully integrated with the phone dial pad as well so that you don't need to pull up the Google Voice app in order to make a call. You set up rules about when you want to make GV calls (all calls or only international calls) and just dial your number or contacts in regular Android phone dialer pad.

HELP-NEED A DEV- Bluetooth Voice Commands/Dock Audio Out

PLEASE, help me. I've looked around and only found a couple of post within threads that specifically target these two issues. Most people are concerned about voice dialing over bluetooth which is answered by several apps, Voice Command included. But, I'm pretty sure a lot of people have been frustrated by or are curious about this:
It seems REALLY dumb of Samsung to disable or remove the ability for bluetooth voice input in stock apps. I know there's Voice Command, but I have 2 problems with that - 1. it just kinda totally sucks, IMHO; 2. If you launch something like Google Navigation, but it or you get the address wrong, you cannot use voice commands to input the new address within the application, you have to back out an try again. If I tell it to navigate to "Alewife Station" and Navigation comes back with a list of wrong guesses, I have to back out. Also, no voice-to-text once you are in your messaging app. It's fine for the initial message out, but not your reply if the app is open. No 3rd party voice assistant apps. No Google search outside of Voice Command. Essentially, no bluetooth voice input outside of their precious little app that is not as all inclusive as they'd like to make it seem.
My second gripe is using the audio out for only media/notifications, but not phone calls. The audio quality is markedly better when using the audio out on the car dock verses an FM transmitter, especially in the city where it's hard to find an open frequency. But if I receive a phone call while docked the audio switches to the phone's speakerphone. And even with a bluetooth paired it takes the input from the phone (the mic is blocked by the dock) WTF?! So I have to dismount my phone (which is illegal in some states) or fumble through the menus to turn off the audio out setting, then switch my radio to FM and hope I'm in a clear area, just to take/make a call? So much for 'eyes on the road'.
These two decisions seem counter intuitive and odd oversights for a flagship smartphone.
ANY suggestions or solutions are welcome. If you'd like to build an app to address one or both of these issues, I'll test it all day on my phone (that's why I pay $8/month for insurance) and support your development time. I'm sure many, many people would be happy to have this function.
Sorry about the rant, but the fact that this is not a standard function irks me.
I agree. I hate the voice command bull. It never calls the correct person. I say call Ted and it calls pat. I hate that program. And as far as I could tell the only way to get rid of it is if you rename another app and push it to the System folder.
I just want Google voice search over Bluetooth.
No ideas? Please? Anyone?

[GUIDE] Smartphone Service for just $30/month

Inspired significantly by the fabulous [INFO][GSM] Own Your Cell Service ..with Prepaid and the Galaxy Nexus thread, here's what I do to spend only $30 per month on my wireless service without busting through my minute allotment. I post this here in a separate thread as I have been asked by several folks for more information about my current set up, and it's not always easy to find my answers in that gigantic thread.
Unfortunately, the majority of these services are specific to the US, so if you're outside those borders I'm afraid you're on your own.
Be sure to check the FAQ if you have a question not answered in this post!
Overview.
My set up relies heavily upon Google Voice for call forwarding, texting, voicemail, and VoIP calls via (Talkatone, GrooveIP, or (lately) SipDroid+PBXes.org) when connected to Wifi. I use T-Mobile's $30 Monthly 4G plan with 100 minutes, unlimited texts, and 5GB of data at "4G" speeds. I make use of a few highly-customized Tasker profiles to automatically enable Airplane Mode when I'm connected to one of my preferred Wifi Access Points; this conserves battery and forces incoming calls to ring my VoIP softphone.
Some things you should know about this set up (and prepaid in general):
+ It's cheap! Full smartphone service (with a guaranteed 5GB of high-speed data) for only $30 per month.
+ Freedom from the contract model! You have no commitment to your carrier. You could hop carriers every month if you wanted to.
+ No surprise fees! What you pay up front is what your service costs per month. There won't be any surprises or overage charges.
- No roaming on prepaid. If you are outside your carrier's coverage area, you have no service. Under some circumstances you may be able to make voice calls while roaming, but I don't think it's a guarantee. Much better to plan on not having it. You will never have data roaming while on prepaid.
- No freebies. 100 minutes means 100 minutes. You get no free nights and weekends or free mobile-to-mobile calls. If you exceed your monthly allotment of minutes, you can't make calls. Keep an extra balance on your account so that you can make calls beyond 100 minutes at $0.10 per minute.
- No priority customer service. You still get service (and really, my customer service on T-Mobile prepaid has been better than what I got on AT&T postpaid), but it will likely be an outsourced call center rather than one in the US.
- No extra features. Most prepaid plans don't allow fun features like conditional call forwarding, which is what Google Voice uses to intercept your voicemail. You can get around this, but it won't be pretty.
- No MMS with Google Voice. Google Voice doesn't currently support multimedia messages; use email instead.
This really is a great option, but it's not for everyone. Understanding the limitations up front will help prevent you from feeling disappointed later.
Still with me? Then let's dive in. Again, this is just my set up. Feel free to adapt it to suit your own needs.
Get a GSM Galaxy Nexus (whatever the current Nexus phone may be).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Get one direct from Google for only ~$349 - with no contracts or hidden fees. This is a fantastic deal on an amazing phone, and its pentaband radio will allow it to be used on ANY GSM carrier - you no longer have to choose whether you want to be stuck on AT&T's 3G frequencies or T-Mobile's 3G frequencies. This makes the next step even easier.
And while $349 up front may sound like a lot of money, keep in mind that you can save up to $50 per month by moving to a prepaid plan (I am!); you could make up the cost of the phone in just 8 months! So, really, you could buy the newest Nexus device each year without putting yourself in a hole - pretty tempting, eh?
There are, of course, other fantastic Android phones out there, but the list of pentaband-capable phones is tragically much smaller. If you'd like, you can view the other options of this category here, where I have created a filtered search on gsmarena.com for phones running the Android OS and with "HSDPA 850 / 900 / 1700 / 1900 / 2100" bands available.
Ditch the contract.
Quit overpaying for your wireless service with a carrier who forces you to be loyal. Get a prepaid plan. I've been on T-Mobile's $30/mo 100 minute / Unlimited Text / Unlimited (to 5GB) Data plan since February and I love it. No usage fees, no surcharges, no unknowns. You pay up front, and that's all you spend for a month. And if you decide after a month that the plan you chose isn't quite right, you are free to change to a different plan - or even a different carrier - with very little effort. THAT, my friends, is the beauty of an unlocked pentaband GSM phone.
If you decide to go with this $30 T-Mobile Prepaid thing, there are a few things you should be aware of. Firstly, it is a web-only exclusive. You can't go into a T-Mobile store and sign up on this plan. It's also for new activations only. You're on prepaid, so nothing's to stop you from just activating it as a new line (that's actually what I did after using the $70 plan for a month), just be aware that if you're an existing T-Mobile customer you may not be able to keep your number in order to qualify for this plan. Still with me? Then purchase the SIM Card and Activation Kit directly from T-Mobile for (currently) $.99 with free shipping. You need both the card and the activation kit.
scoobdude suggested www.PrepaidReviews.com as a great resource for researching and selecting the right prepaid provider. I highly recommend you check it out to see what's best for you.
Use Google Voice.
If you don't have a Voice account, sign up at voice.google.com. If you do have a Voice account, sign in at voice.google.com. Voice gives you a single phone number that can ring any number of other phones, as well as free text messaging, voicemail transcripts, and a number of other slick features. Once you have your Google Voice number, give that one out to all your friends and family. That one phone number will follow you as you hop carriers, get new devices, or even move to a different area. You'll never need to change your number again (unless you want to), and this makes the carrier-assigned phone number completely irrelevant. I wouldn't recognize my phone's "real" number if I saw it, and that's perfectly okay.
You're really much better off here in the long-run if you can go all-in with Google Voice. Trying to embrace both your carrier number and your GV number will only end in frustration - particularly on prepaid. If you haven't been using Google Voice and you don't want to force your friends and family to learn a new phone number for you, look into the possibility of porting your current carrier number to Google Voice. You can learn more about this option here.
Set up Google Voice.
You'll need to follow the steps in Google Voice to add a new forwarding number (the number associated with your new wireless plan). Go ahead and tick the checkboxes to forward calls both to your Google Chat (this is the VoIP backend used for making calls from within Gmail; we'll use it later for VoIP calls on your phone!), your new prepaid phone number, and any other phone numbers you might want to use with Google Voice. If you don't see the Google Chat option, try making a call from Gmail in your web browser to initiate that voice interface. This would also be a good time to go ahead and install the Google Voice app. You'll use this app for text messaging via Google Voice, configuring your phone to use Google Voice for all outgoing calls, and viewing your voicemail transcripts. When you get to the part about setting up voicemail, though, skip it - most prepaid carriers don't allow for "conditional call forwarding", which is what Google would use to intercept missed calls. Read on for how to get around this...
Disable carrier voicemail.
Skip this step if you don't intend to go all-in with Google Voice.
Because T-Mobile Prepaid doesn't support the conditional call forwarding that would normally be used to replace your carrier's voicemail with Google Voice voicemail, GV will not be able to intercept calls made to your carrier number. Without any additional configuration, calls made to your Google Voice number will fall back to the GV voicemail after a specific amount of time - call it the number of seconds required for 5 rings. This can get messy if your carrier voicemail kicks in before that time has elapsed - callers will hear the first part of your carrier's voicemail prompt, and then GV will take over. You may end up with parts of voicemails left in multiple places. To avoid this unpleasantness, you can get T-Mobile to disable the voicemail service for your line.
You'll have to call T-Mobile support for this (dial 611 from your mobile phone), and ask them (politely) to please disable the voicemail service on your line. They'll probably confirm with you about fifteen times that this means people won't be able to leave you voicemails, just keep confirming that is what you want. You're not going to hand out your carrier-provided phone number anyway, are you? No, you're not.
Once your carrier's voicemail service is disabled, unanswered calls to your Google Voice number will be sent to Google Voice voicemail (and optionally transcribed for you) after the caller hears five rings. Rejecting/ignoring calls will have the same behavior - the caller will hear five rings, followed by your Google Voice voicemail prompt. The added upside to this is that the caller won't have any idea that his call is being rejected - they'll just think you didn't answer.
Disabling your carrier voicemail means that any unanswered calls to your carrier number (the one associated with your SIM card) will never go to voicemail - they will only ring indefinitely. Only disable your carrier voicemail if you intend to fully rely upon Google Voice, and don't intend to receive any calls on your carrier number. If you want to use both numbers, you should probably leave your carrier voicemail enabled and let your callers deal with the messiness that can occur. Make your choice.
You're now up and running with cheaper prepaid smartphone service and Google Voice. You can stop here if you want; what follows is completely optional - and can actually get quite complicated. If, however, you're (1) technically adept, (2) not afraid of a challenge, and (3) either have poor cellular reception where you live/work or need many more than the allotted minutes and are okay with the inherent drawbacks and unreliability of VoIP service, you can read on to learn more:
Set up VoIP.
Using a VoIP option to make and receive calls using data can help stretch your 100-minute allotment. There are two main apps that most people use for VoIP with their Google account (there are other options if you want to use another dedicated/real SIP provider, but using the Google Chat interface is by far the easiest): GrooveIP ($4.99) and Talkatone (free). I prefer the GrooveIP application, as its integration with the stock dialer is superb, the application seems to be more reliable, and it can be easily configured to work over either wifi and 3G/4G or just over wifi. There is also a free version available which sacrifices native dialer integration, calls over mobile data, proximity sensor support, and the ability to change the default Google Chat sign-in status message. The drawback to GrooveIP is that it is limited to using the only voice-encoding codec that Google Chat has available, which may introduce some stuttering over a slow network. Talkatone uses its own proxy server to handle the connection to your phone, which allows for more efficient codecs. The app isn't as polished as GrooveIP but it may help to eliminate stuttering and other issues when used over a poor connection. Whichever app you decide to use, I recommend that you look through the settings and choose the option to only use the app for handling calls when connected to wifi.
UPDATE:
I've recently come upon yet another easy-to-configure option, and one that seems to be working (for me) even better than either GrooveIP or Talkatone: SipDroid (free!) in combination with its native support for a Google Voice trunk via PBXes.org. Once launched, SipDroid presents an option at the bottom of the screen to use "New PBX linked to my Google Voice". Select that option, enter your account details (or, better yet, use an application-specific password - your Google account is configured for two-step authentication, right?), and you automatically get a PBXes.org account created (with the same login credentials) and configured in SipDroid. (If you're using an application-specific password, you should be sure to write it down for now - you'll need it to log in and configure your account at PBXes.org the first time. I'd suggest you then change the password on your PBXes account to make it easier to log in later.) That's it - you can now make and receive free VoIP calls using Google Voice via the SipDroid application. Configure SipDroid to only work over Wifi (Menu > Settings > SIP Account > Check "Use WLAN", uncheck all others) and to be the preferred call handler (Menu > Settings > Call Options > Sipdroid, when available) and it will seamlessly integrate with the stock dialer to intercept outgoing call intents.
This SipDroid+PBXes option has offered me the greatest combination of reliability, sound quality, and battery performance of any other VoIP options I've tried - AND it is still fairly easy to set up. jgrinst1 pointed out that PBXes.org gives free account users 2000 minutes to play with each month. If you need more, you really shouldn't be on the T-Mobile 100 minute plan
Important Notes about PBXes.org: User bigdoug2005 has pointed out that using PBXes.org as described here effectively intercepts all incoming calls to your GoogleTalk interface, which means that your computer will never receive any incoming calls. This should only be an issue if you often receive calls directly via GoogleTalk/GmailChat on your computer; it will not have any impact on placing calls from your computer. Additionally, it has been mentioned that incoming calls only ring the PBXes line for 15 seconds before showing as a missed call - even while the caller still hears ringing. I'm not aware of any fix for this. These issues aren't deal-breakers for me, so I will continue to use PBXes (for the reasons mentioned above). You've been warned!
I've placed a quick overview comparison of these three primary VoIP options in the FAQ post
Automatically toggle Airplane Mode when connected to wifi.
This is getting into a bit more advanced stuff. Feel free to skip this section if you don't feel up for it - you can still use your cheap prepaid phone service without issue. The following just automates some of the tasks for you.
Important Note for Android 4.2+: With the release of Android 4.2, Google changed how applications are able to access Android's Airplane Mode setting - that is, they can't. AutoAP (which as of now hasn't been updated since January 2012) WILL NOT work for this purpose. Tasker can still be used, but you will have to incorporate the free SecureSettings plugin to manage Airplane Mode. Install the plugin, launch the application and follow the steps to install the Helper, and then replace all following references to "Net -> Airplane Mode" with "Plugin -> Secure Settings -> Configuration (edit) -> Helper Action -> Airplane Mode". The same goes for the Airplane Radios setting.
If this whole Tasker thing seems to complicated for you...
Don't worry! There's another option that seems to do the same job without all the hassle. martonikaj spotted a free app in the Play Store called AutoAP which seems to accomplish the same thing. I haven't used it, but it seems to be much easier to configure. I still recommend the Tasker approach since you can use Tasker to automate so many more features and settings on your phone in addition to just this prepaid setup (I also use it for automatically overclocking when I fire up a game, and underclocking the rest of the time), but AutoAP is a great alternative if you're really only interested in automating this one setting.
Using an application like Tasker , you can automatically put your phone into Airplane Mode whenever you have a working Wifi connection - without disabling that wifi interface. This has two main advantages. First, it prevents your phone from ringing twice each time you receive a call - otherwise, your phone would receive the call both via the VoIP application and the native Phone application. Not a biggie, but it is kind of annoying. Second, enabling just the Wifi interface will stretch your battery life significantly if you spend the majority of your day within range of a Wifi network.
And now things get fun (and complicated). From the Tasker Profiles screen, tap the "+" button to create a new profile. Name it something useful, like "GVoice Airplane Toggle," and when prompted for the Context (the thing that will trigger this profile) select State --> Net --> Wifi Connected. Tap the checkmark icon at the bottom of the Wifi Connected window to save this Context.
You'll now be prompted to create a Task (the thing that will happen when the profile is triggered). Don't worry about naming it, but do configure it as illustrated in the following screenshot (tapping the "+" button to add a new action):
A brief description of each item:
1) HTTP Get - Net --> HTTP Get, with "Serverort" set to "www.google.com". Essentially, this will try to load the specified page in the background. If it fails, it will return the HTTP Response Code (variable "%HTTPR") with the value "-1".
2) If %HTTPR != -1 - Task --> If. Tap the "label" icon and scroll down to select the variable name "HTTP Response Code" (or just enter "%HTTPR" into the first text box). Tap the button between the text fields to select the Operator, and choose "Maths: Isn't Equal To", and enter "-1" as the value to test for in the next text field. This conditional statement will only process the following actions if the HTTP Response Code is NOT -1; that is, only if the Internet connection is working.
3) Airplane Radios - Net --> Airplane Radios, with at least "Cell" checked. This will select which interfaces to disable when Airplane Mode is activated. I don't use Bluetooth, so I disable it as well. I do use NFC so I leave that interface enabled. Make your choices according to how you operate; the key is that "Cell" is checked and "Wifi" is not checked.
4) Variable Set - Variable --> Variable Set, where Variable Name is "%GVAM" (Google Voice Airplane Mode) and Value is 1. This is really just a placeholder which can be used to indicate that the Profile is active.
5) Airplane Mode - Net --> Airplane Mode, with "On" selected. I hope this one is pretty self-explanatory.
6) Else - Task --> Else. Now we will choose what should happen if the HTTP Response Code is -1; that is, if the Internet connection currently is not working.
7) Wait - Task --> Wait. Choose how long you want to wait between checking for Internet connectivity. Make sure that the time specified here is longer than the time specified as the "Timeout" for the "HTTP Get" operation, which defaults to 15 seconds. Tasker will essentially pause for this time before moving to the next action.
8) Goto Action Number 1 - Task --> Goto, select "Action Number" as the Type and choose Number 1. This will create a loop; if the HTTP Get action is not successful (and there is no connection to the Internet), wait the number of seconds specified in Action 6 and then try HTTP Get operation again.
9) End If - Task --> End If. This tells Tasker that our conditional operations have ended. Once you get to here, hit the green checkmark button to save your Task.
Back at the Tasker Profiles screen, you should see your GVoice Airplane Toggle profile listed. Tap the name once to expand the profile (so that you can see some of your task described on the right), long-press on the task (which starts with "HTTP Get..."), and select "Add Exit Task. This is the action that will be performed when the Context is no longer satisfied - when you are no longer connected to a Wifi network. This Task just needs two very simple actions - press the "+" button to add an action, and then choose Net --> Airplane Mode --> Set Off. Press the "+" again, choose Variable --> Variable Clear and select our %GVAM variable that we defined earlier. Clearing this gives the system an easy way to check and see if our Profile is active.
I added another Profile which will prevent the phone from automatically going into Airplane Mode if I'm currently on a call:
Context: Call Any, *
Enter Task: Tasker --> Profile Status. Name: GVoice Airplane Toggle (you can pick it by pressing the magnifying glass icon). Set: Off. Tick the "If" checkbox, and use it to test for "%GVAM isn't set".
Checking for that variable will keep Tasker from disabling the GVoice Airplane Toggle profile when you are on a call using GrooveIP, which integrates with the native dialer.
Exit Task: Tasker --> Profile Status. Name: GVoice Airplane Toggle. Set: On.
Optionally, Luxferro figured out a clean way to adjust the setup so that Airplane Mode is only toggled when you are connected to specified Wifi Access Points. I know that some public Wifi APs restrict traffic that isn't HTTP (web) traffic, so limiting the Airplane Mode toggle to networks you know will play nice with Talkatone or GrooveIP will help prevent you from missing calls.
You'll need to create a new Profile to check the currently-connected SSID against a list of known good ones. I call mine "SSID Check":
Code:
Profile: SSID Check
Context: Wifi Connected *,*,*
Enter Task:
1) Variable Clear: %SSID_M
2) Variable Split: %WIFII
3) For: Variable: %temp; Items: HomeSSID,WorkSSID,GoodSSID
4) If: %temp ~ %WIFII4
5) Variable Set: %SSID_M To 1
6) End If
7) End For
Exit Task:
1) Variable Clear: %SSID_M
Replace the Items in Step 3 with a comma-separated list of the Wifi SSIDs you want to test for. Capitalization matters!
I then modified my GVoice Airplane Toggle profile context to just check for "Variable Value: %SSID_M Is Set".
BONUS!
A few other tricks I use...
Get the most out of your data.
Onavo Extend is a handy free application for ICS that can help you squeeze every last bit out of your mobile data allowance. It works by creating a VPN connection to Onavo's servers that is automatically activated when you are connected to mobile data, which then compresses HTTP traffic - without noticeably impacting speed. This is similar to the way that the Opera Mini browser is able to minimize data usage, and it really works! In the past 10 days, Onavo Extend has saved me just under 900MB. Stretch that out over the monthly cycle and it can really pay off.
That said... I have seen some issues with certain web sites and web-based apps (noticeably the XDA app) when using this VPN. It's not quite a perfect solution, but may be worth trying out if you end up on a data plan with a lower cap.
Monitor your usage.
T-Mobile recently updated their My Account application, and it actually doesn't suck like it used to. It includes a handy pair of widgets too, for independently tracking your data and minutes usage at configurable intervals along with all the other handy account management functions. It's easy to use, easy to configure, and also FREE. If you're on one of T-Mobile's plans, I highly recommend you check out this app.
If you're not on T-Mobile, give Prepaid Widget a try.
Update: Give this a try even if you are on T-Mobile - it looks like they recently fixed their USSC short codes that were preventing this application from working on their network!
Save Even More on Refills
CallingMart.com sells discounted refill cards that you can use to top up your prepaid plan. You will usually save 1-3% (in addition to not paying any sales tax or other fees), and they frequently have sales where you can save even more. In theory, any of the T-Mobile refills should work, though I've only used the one listed as T-Mobile Monthly Plan. Once you purchase your refill, you will be presented with a PIN that can be entered online at your T-Mobile Account and the funds will be instantly added to your balance. You can also set up a monthly auto-payment with CallingMart.com, just like you might with your carrier.
CallingMart no longer offers discounted T-Mobile refills. Try http://www.refillmobi.net/ instead.
So there you have it, my current (and fantastic!) set up. I know it's a bit disjointed - let me know if you have any questions or need further clarification. I would like to update and modify this post to be a solid guide - let me know what I need to do to improve it!
Be sure to check the FAQ if you have a question not answered in this post!
At any rate, I hope this has been at least a little bit helpful. You can thank me if it is
Awesome guide. I think i might as well signup for google voice. Did you port your existing number or did you get a new one from them?
Great guide, I'll be more than likely following these steps you've outlined soon once my sim activation kit finally arrives. Thanks!
So another drawback of GrooVe IP is that you'd have to stay signed at all times to be able to make/receive call via mobile data/wifi.
But so far, liking the call quality of this app. Definitely way better than viber.
Thanks for the guide! FYI - none of the images are working for me in the post.
FAQ!
Frequently Asked Questions
And Frequently Given Answers
In an effort to reduce clutter (and prevent the over-exertion of a small handful of extremely helpful members), here's a collection of answers to some questions that seem to get asked repeatedly. Be sure to check here if you have a question not answered in the Original Post.
Comparison of VoIP Options
Having tested out three main options (GrooveIP, Talkatone, and PBXes + SipDroid) for using the Google Chat VoIP interface to make and receive calls on your mobile device, here's what I have found to be true for my needs and usage. Note that your individual needs may change the criteria upon which each option is rated, and your local network performance may also vary the results. You should still probably try each option to see what works best for you.
GrooveIP
Pros: Easy setup, good voice quality and performance over high-speed network, good integration with Android system, many configuration options
Cons: Poor performance with slower or less-reliable connections (due to limited codec availability) which can introduce significant stuttering, higher latency (possibly introducing lag/delay)
Talkatone
Pros: Easy setup, better performance over slower networks (even 3G) due to the phone-to-Talkatone connection having more codecs options available than the GoogleTalk interface allows, low latency
Cons: Lower voice quality, poor/no integration with the Android system, low reliability (doesn't always reconnect automatically), limited configuration options, rude customer support
PBXes.org + SipDroid
Pros: Solid performance and voice quality over a variety of network conditions, uses TCP connection for better reliability and lower power consumption, advanced routing options available through the PBXes.org account, good integration with Android system, SipDroid client allows a variety of configuration options specifically tailored for use with PBXes.org, automatic PBXes.org account creation
Cons: Slightly more complicated to set up than the other options, free account limits to 2000 minutes per month, possible that the configuration may interfere with receiving calls on your computer (if you're into that sort of thing), shorter (15 second) ring duration may lead to missed calls
More VoIP info:
VoIP w/ ILC codec
VoIP on Galaxy Nexus
Asterisk server on Amazon EC2 (my current setup)
Video tutorial on setting up your own Asterisk server
On using an application other than Google Voice for texting on a Google Voice number:
martonikaj said:
In voice.google.com settings page, you can tell it to forward SMS sent to your GV # to your carrier #. They'll then show up in your (proper) Messaging app. They get forwarded the exact same way calls do.
The "problem" is that the messages won't be from the contact's proper #. It assigns a new # to each of the contacts. The reason for this is that the phone needs to know whether you're sending the message from your carrier # or your GV #. If you want to interact with the person via your GV #, you SMS or call the newly assigned #, which then routes through GV and they receive the SMS or call as if nothing weird happened.
Its a hassle but can be done. Eventually you'll go through and add these newly assigned #'s to the contact as an alternate contact # and it'll be "seamless" as it can be.
There are also apps (root req'd) that'll put SMS in your Messaging app without the random # hooplah, but not everyone is rooted or wants to rely on an app like that. Google Voice SMS Integration is the one I remember some talking about.
I personally don't have too much of a problem with the Google Voice app. It's seamless for calls (set "use GV # for all calls" and use the native dialer), and pretty good for SMS. There are still some quirks that I wish they'd iron out, but for now its pretty good. I send probably 80% of my SMS from the browser anyway, which was one of the main reasons I chose GV.
Click to expand...
Click to collapse
Can I use X device on Y plan with Z carrier instead?
You're free to try whatever combination you like. I've posted about my experience with a particular device on particular plan with a particular carrier - I haven't tried others. You will have more flexibility in choosing a carrier if you opt for a pentaband device like the Galaxy Nexus, so do keep this in mind. The only real device requirement for following along here is a GSM Android device which functions on T-Mobile's network. You can of course use a device intended for AT&T's network if you wish, you'll just have to make sure to choose a prepaid provider accordingly. A broader discussion of available GSM prepaid carriers can be found in this fantastic thread. I have no experience with CDMA devices or carriers so I really can't help you there.​
General VoIP Performance Tips:
natesilver said:
I've been using VOIP exclusively both for mobile and for landline for the past 18 months. Two very important things haven't yet been discussed in this thread.
1. Keep-alive.
This pretty much isn't important on wifi because a home router will usually keep the NAT entries long enough to never lose registration. However on 3/4G the cell carrier will usually cut UDP entries very quickly (my provider cuts them as early as 20 seconds. Unfortunately most VOIP providers only use UDP protocol. This means that if you are using the standard ICS VOIP client, you WILL miss some calls without even knowing that you have become unregistered.
There is an easy solution: go with a VOIP provider that supports TCP protocol. Why? Because cell carriers keep TCP connections open much longer. Personally, I'm very happy with VOIP.ms even though they are UDP only. What i did was create a free account at Sip2Sip.info (because they support TCP and allow free internet calls). My VOIP.ms DID is then forwarded via sip uri to my free Sip2Sip account so i can always receive incoming calls while on mobile, for no extra cost than VOIP.ms alone.
The other benefit to this is that now while using CSipSimple, you can change the TCP keep alive interval to a longer time (think 600 s), to allow the phone to be in deep sleep longer and greatly save on battery usage. IMO this if a must if you are using VOIP on a mobile connection for incoming calls.
The other topic is latency.
Even with a very fast wifi or mobile connection, there is noticeable latency introduced by the Android OS when using VOIP. The playback buffer seems to be unnecessarily high so there is a delay from the time the phone receives a word until it is played through the speaker. This makes for a bizarre pause during conversation, especially if two people begin to talk at the same time. Don't believe me? Try an echo test with your VOIP provider. On a good connection, you should hear yourself back essentially at the same time you speak. With stock Android, you will not experience this. There will be a delay. Add even a small bit of network latency and the problem multiplies.
I have a solution for you if you are using CM9 or AOKP or some other twist of these ROMs.
Install the patch from this thread:
http://forum.xda-developers.com/showthread.php?t=1674836
Then to make it even better, use CSipSimple (nightly version) with OPENSL-ES enabled as backend implementation method for audio (somewhere in advanced media settings).
With this setup, latency is reduced to almost nothing which you can verify with another echo test, or just simply from the improved call conversation quality you will experience.
Hope this helps some people.
Keep the good info coming!
Nate.
Click to expand...
Click to collapse
Improve Screen-off Wifi Performance
Even with the Wifi sleep policy set to "Never" Android likes to put the Wifi radio in a low power mode when the screen is off. This can cause an increased latency (try pinging your phone from your computer with the phone display on and then with it off - I bet the ping is slower with the screen off) which can decrease performance when using wifi for VoIP. A work around (identified by XDA user melethron in this thread is to use the free Wifi High Performance Widget (by XDA user notabenem) to keep your wifi in high performance mode even with the screen off. The recent versions even include an option to automatically enable high performance mode when the app detects an incoming or outgoing SIP call - genius! This may help if you still have stuttering on VoIP calls over wifi (it definitely seems to have helped me out) though it theoretically may cause a slightly higher battery drain. I haven't observed much of a noticeable difference in battery life.
GrooveIP also has a setting that looks like it does the same thing - Menu > Settings > Troubleshooting > High Perf WiFi Lock. ​
Are there issues with registering DTMF tones using any of these VoIP options?
As far as I can tell, the DTMF tones work fine with each solution I've tried - GrooveIP, Talkatone, CSipSimple+SipGate, and SipDroid+PBXes.org/GVoice. I've had no problems with any of the in-call menu's I've encountered.​
What number will people see when I call them?
The Google Voice app allows you to choose how outgoing calls are placed. Choose to make all calls via Google Voice and the recipient of the call will see your GV number for the caller ID. Similarly, any VoIP calls that are made using a service tied in to Google Voice will sent your Google Voice number as the Caller ID.​
What's all this mess about porting my number?
I encourage you to go all-in with Google Voice if you can. If you haven't been using Google Voice already, the best way to do this is to port your existing cell number into Google Voice - you will then permanently "own" this number and it can follow you for as long as you like. You then won't have to give a new phone number to your friends and family each time you decide to hop carriers or plans.
Google has a pretty good FAQ on things you might like to know about this whole number-porting thing. Once you're decided, head to voice.google.com and sign up.
Some items to remember - from real users just like you!
harveydent said:
Always port before you cancel. Otherwise you run the risk of not being able to port it since you don't own it anymore.
Click to expand...
Click to collapse
jaybeeunix said:
rafareal said:
I wonder if it would be easier to activate online with a NEW phone number then call the porting dept to port your number. I would suggest calling and asking.
Click to expand...
Click to collapse
That's what I did. I used the new, "temporary" number for a few days to make sure T-Mobile service would work for me before calling to port my VZW number.
FWIW, they told me you can call "T-Mobile Number Transfers and Porting" directly at 1-877-789-3106 M-F 8am - Midnight, Sa-Su 8am - 10pm Eastern Time.
Click to expand...
Click to collapse
Okay, I ported my number to Google Voice but now I can't send and/or receive SMS messages. What the crap?
It may take up to 3 days for all the necessary routing to in place. If it's been less than 72 hours since you started the porting process, don't sweat it.​
If I use a Google Voice number, why not set Google Voice to forward ONLY to Google Chat, and NOT the prepaid TMobile number? Why do I need all this other complicated stuff?
codesplice said:
What happens if you don't have data service (or if Talkatone has randomly disconnected for no reason, as I have seen it do on occasion) ? How would you receive that call? You wouldn't.
Receiving calls via your cellular service will always be more reliable than a VoIP service. VoIP is just nice because it is cheap or free - when you can swing it.
I only rely on VoIP when I am on a known-reliable wifi network. When I'm out and about, I need to actually know that people will be able to reach me. Thus the reason for forwarding to both numbers, and using Tasker to manage (locally, on the device) which "number" will receive an incoming call at any given time.
Click to expand...
Click to collapse
I'm coming from a CDMA carrier. What might I not know about GSM?
scoobdude said:
Just wanted to let every one know i got mine up and running in Austin (T-mobile $30) just now and wanted to give a few pointers on stuff i did no know coming from sprint and never having gsm.
1) once you insert the sim you will get a voicemail alert. You have to set up your voice mail to make this go away. call is free ( I think)
2) there are free (Again, I think) numbers for customer support, balance and all that stuff that codesplice posted one page previous. I did not know they were free ( #932# for data usage, #225# for balance and renewal date)
3) I did not have data initially. I had to select the correct APN profile (none were selected by default) . This threw me off coming from CDMA.
4) I also had an activation code that was invalid. called support and they had me up and running in less than 10 minutes.
5) They gave me a cool number
Hope that helps all the cdma guys
Click to expand...
Click to collapse
I understand Google Voice doesn't support MMS. How do you deal with that?
codesplice said:
I don't MMS. I've got a smartphone equipped with email for any messages that need a picture to accompany them. Any MMSeses that are sent my way get silently discarded by Google Voice. Not something that really matters to me, but I do wish the senders could be notified that the messages don't actually get delivered. You could have your MMS-using contacts send such messages to your carrier number if absolutely necessary.
Click to expand...
Click to collapse
I ordered the SIM + Activation Kit from T-Mobile but I get an error about an invalid activation code when I tried to activate. What the crap?
L.Stratos said:
When I tried to activate my Galaxy Nexus on t-mobile.com last week, I got an error that all 3 numbers (activation code, SIM card serial, IMEI) were invalid. I bought the activation kit from there for $.99 like you did.
After double checking all the numbers were correct I just used the browser auto fill to re-submit the same numbers, and on the third attempt it went through. I selected the "$30 Unlimited Web & Txt w/ 100 Min. Talk" plan and a new phone number... only to get redirected to a page stating "We’re sorry, we’re still working to process your activation. Please wait a few moments and then try navigating to another web page."
After clicking back and forward a few times, that process finally went through, my new phone number showed up in about phone, and I finished up by adding "refill" money to the account. Making a test phone call worked fine... but then I noticed I had no mobile data network connection.
At this point I didn't want to stay up any later and go through call center hell, so I powered off the phone... the next day I still had voice but no data, so I pulled the battery and the SIM card, put them back in and the phone booted up and got a HSPA connection right away.
I've been happy with the service ever since, but it seems they need to fix a few bugs in their activation process...
Click to expand...
Click to collapse
So there may still be some bugs in their activation system. Keep at it and hopefully things will work out for you. If not, give the T-Mobile Prepaid Activation folks a call at 1-877-778-2107, or just dial *611 after putting the SIM card in your phone.
I don't see an option in SipDroid to link to a newly-created Google Talk / Google Voice trunk. WHY??!?!
wicozani said:
I also didn't see the automatic link to PBXes.org button on Sipdroid when I first installed it, and it was because I didn't already have installed an active GV account on my phone. Make sure you have an active GV account on your phone when you first install Sipdroid, and you should see the link. I literally had to uninstall Sipdroid 4 or 5 times before I finally gained clarity on how this all works.
Click to expand...
Click to collapse
babymatteo said:
Awesome guide. I think i might as well signup for google voice. Did you port your existing number or did you get a new one from them?
Click to expand...
Click to collapse
I got a new one from them a few years ago. Slightly outside my home city, but it ends in "1337" so I had to have it
If you're able to port your number to Google Voice before moving to a prepaid set up, even better! Then you don't have to give anyone a new number. Your friends and family don't even have to know that you've changed
babymatteo said:
So another drawback of GrooVe IP is that you'd have to stay signed at all times to be able to make/receive call via mobile data/wifi.
But so far, liking the call quality of this app. Definitely way better than viber.
Click to expand...
Click to collapse
Yes, you must stay signed in to Google Chat to use either GrooveIP or Talkatone, though they also both automatically set your status to a message indicating that you are on a "voice-only" sign in and they shouldn't bother chatting with you. Folks still will; Talkatone handles incoming chat messages as texts within its app, while GrooveIP just discards those messages. Personally, I prefer them to be dropped anyway. If I feel like being available for chat, I'll stay signed in to the Google Talk app.
The alternative is to get a real SIP/VOIP provider for data calls. There's some info about this in this other excellent spinoff from the main prepaid discussion thread.
xur17 said:
Thanks for the guide! FYI - none of the images are working for me in the post.
Click to expand...
Click to collapse
Anyone else? I was playing with sharing images from Google Drive like I have from Dropbox in the past, and I'm not really sure how it worked
codesplice said:
Anyone else? I was playing with sharing images from Google Drive like I have from Dropbox in the past, and I'm not really sure how it worked
Click to expand...
Click to collapse
Yeah not working for me either. I saw your post right after you posted it and it's never worked.
Thanks for letting me know about Google Drive failing at linking to pictures Apparently even with the folder set to share publicly, the link to the images is only valid for a short time. So it's fine for keeping images to yourself, but it sucks hard for sharing.
Oh well, back to dropbox. Images working now?
codesplice said:
Thanks for letting me know about Google Drive failing at linking to pictures Apparently even with the folder set to share publicly, the link to the images is only valid for a short time. So it's fine for keeping images to yourself, but it sucks hard for sharing.
Oh well, back to dropbox. Images working now?
Click to expand...
Click to collapse
Yep, the images are working for me now. Thanks!
*bump*
Updated the first post with a slight tweak I made to my Tasker profiles today, and a few more (grossly oversized, sorry about that...) pictures.
T-Mobile USSD code #min# (#646#) doesn't appear to work. Anybody have any other codes to check minutes using prepaid widget?
Thanks.
Great writeup!
I just paid my ETF and cancelled my line today.
T-mobile is porting my existing number over to my pre-paid line tonight and I will then port the number to GV. No change of number for me!
Thank you very much for the tasker profiles, this will save me lots of time figuring it out.
KL4V1CL3 said:
T-Mobile USSD code #min# (#646#) doesn't appear to work. Anybody have any other codes to check minutes using prepaid widget?
Thanks.
Click to expand...
Click to collapse
Unfortunately, I haven't found a good way to track minute usage except for logging onto the My Account page. The #MIN# USSD code seems to only work for postpaid customers.
The two that I use are:
#932# - Data used
#225# - Balance ($), Renew date, Renew price
diablos991 said:
Great writeup!
I just paid my ETF and cancelled my line today.
T-mobile is porting my existing number over to my pre-paid line tonight and I will then port the number to GV. No change of number for me!
Thank you very much for the tasker profiles, this will save me lots of time figuring it out.
Click to expand...
Click to collapse
Wouldn't it have been easier to port your existing TMo number to Google Voice, skipping porting to prepaid entirely?
diablos991 said:
T-mobile is porting my existing number over to my pre-paid line tonight and I will then port the number to GV. No change of number for me!
Click to expand...
Click to collapse
why didn't you just port directly to Google Voice?
codesplice said:
Back at the Tasker Profiles screen, you should see your GVoice Airplane Toggle profile listed. Tap the name once to expand the profile (so that you can see some of your task described on the right), long-press on the task (which starts with "HTTP Get..."), and select "Add Exit Task. This is the action that will be performed when the Context is no longer satisfied - when you are no longer connected to a Wifi network. This Task just needs two very simple actions - press the "+" button to add an action, and then choose Net --> Airplane Mode --> Set Off. Press the "+" again, choose Variable --> Variable Clear and select our %GVAM variable that we defined earlier. Clearing this gives the system an easy way to check and see if our Profile is active.
Click to expand...
Click to collapse
Thanks so much codesplice for this. I know it is going to help many people including myself.
OK 1 question outlined in bold. When I longpress on the HTTP GET I don't have any option for add exit task. I have cut, copy, insert Action only. How did you get the exit task?
EDIT never mind I finally figured it out.
harveydent said:
Wouldn't it have been easier to port your existing TMo number to Google Voice, skipping porting to prepaid entirely?
Click to expand...
Click to collapse
I was on the phone with T-Mobile talking about the ETF anyway and they just switched it to pre-paid.
In hindsight, I am trying to think of how this will work (getting my number to Google Voice). I am imagining this will cancel my prepaid account and then I will have to activate another one again.
I'm just winging it here!
This article brought prepared widget to light for me thanks I now use it on my att contract line
Sent from my Galaxy Nexus using Tapatalk 2
Great guide. Can you please share your Groove IP settings?

[Q] Sending "Private number" to voicemail

I would like to find a way to send incoming "Private number" calls to voicemail, without downloading an app (with the security risks involved with this, as all apps I found want to read phone #, all of my contacts, and have access to the internet).
In Googling I found that on other, older, phones you could create a contact with "Private number" in the mobile phone field and select the "All calls to voicemail". I tried this on my Galaxy Nexus running 4.0.4 and it doesn't seem to be working.
Is there another built-in procedure that works to accomplish this?
Or does anybody know an app that is not a security risk (i.e. does not request access to the internet and/or my phone and/or my contacts)?
BTW, these are the permissions that one of these Apps (this one called Calls Blacklist) is requesting:
DIRECTLY CALL PHONE NUMBERS
SEND SMS MESSAGES
RECEIVE SMS
READ SMS OR MMS
EDIT SMS OR MMS
NETWORK COMMUNICATION
FULL INTERNET ACCESS
READ CONTACT DATA
WRITE CONTACT DATA
READ PHONE STATE AND IDENTITY
INTERCEPT OUTGOING CALLS
MODIFY/DELETE USB STORAGE CONTENTS MODIFY/DELETE SD CARD CONTENTS
RETRIEVE RUNNING APPS
CHANGE WI-FI STATE
PREVENT TABLET FROM SLEEPING PREVENT PHONE FROM SLEEPING
MODIFY GLOBAL SYSTEM SETTINGS
CHANGE/INTERCEPT NETWORK SETTINGS AND TRAFFIC
DISPLAY SYSTEM-LEVEL ALERTS
You can't have an app send private calls to voicemail, but not be granted permission to see who is calling.
That would be like me saying to you; "I'm sorry sir, you're not appropriately dressed for this restaurant." over the phone.
Read reviews, not all of those apps are bad (some are though), and most of them will do exactly what you are looking to accomplish.
Security risks? The app kinda needs that information. You're better off not installing any apps as any of them could steal your valuable phone number.
Sent from my Galaxy Nexus running AOKP+Franco
Liskrig said:
You can't have an app send private calls to voicemail, but not be granted permission to see who is calling.
Click to expand...
Click to collapse
Duh, of course, it's not listed above as one of the unneeded permissions above.
But none of these are even remotely needed to do the job:
INTERCEPT OUTGOING CALLS
FULL INTERNET ACCESS
READ CONTACT DATA
WRITE CONTACT DATA
RETRIEVE RUNNING APPS
DIRECTLY CALL PHONE NUMBERS
SEND SMS MESSAGES
EDIT SMS OR MMS
Liskrig said:
Read reviews, not all of those apps are bad (some are though), and most of them will do exactly what you are looking to accomplish.
Click to expand...
Click to collapse
How exactly could a reviewer know that the app author isn't selling all of my contacts to some spammer? The tenet of good security is to not leave the door open unecessarily.
Besides the fact that yet another app means yet another thing that can go wrong (battery drain, system instability, etc.)
Back to the original question: "Is there another built-in procedure that works to accomplish this?"
hillrider said:
Duh, of course!
But none of these are needed to do the job:
INTERCEPT OUTGOING CALLS
FULL INTERNET ACCESS
READ CONTACT DATA
WRITE CONTACT DATA
RETRIEVE RUNNING APPS
How exactly could a reviewer know that the app author isn't selling all of my contacts to some spammer? The tenet of good security is to not leave the door open unecessarily.
Click to expand...
Click to collapse
Get one that doesn't ask for those permissions then. You're so paranoid that maybe a smartphone just isn't for you. Ever thought of who could be hacking your Wi-fi? They could steal and intercept ANYTHING sent through your home internet.
Sent from my Galaxy Nexus running AOKP+Franco
theking_13 said:
Get one that doesn't ask for those permissions then.
Click to expand...
Click to collapse
None found, hence this thread.
A response to the OP, without flaming and personal attacks would be greatly appreciated.
theking_13 said:
... You're so paranoid that maybe a smartphone just isn't for you...
Sent from my Galaxy Nexus running AOKP+Franco
Click to expand...
Click to collapse
+1
If you're willing to install Google Voice (and really, it doesn't matter what permissions it asks for, you're running Google's OS which has access to EVERYTHING, so there's not much to think about) and switch to a Google Voice number, you can set it through the website settings that anonymous callers are directly routed to voicemail.
copkay said:
If you're willing to install Google Voice (and really, it doesn't matter what permissions it asks for, you're running Google's OS which has access to EVERYTHING, so there's not much to think about)
Click to expand...
Click to collapse
Agree about this--somehow I got painted as someone who trusts nobody, but of course while I wouldn't give my house keys to anyone, friends and cleaning service all have them.I do run many apps from trusted providers!
copkay said:
and switch to a Google Voice number
Click to expand...
Click to collapse
This is the issue: "Private number" callers will still call my regular, non Google Voice number, so it doesn't really do the trick.[/QUOTE]
So it seems that Google removed a feature that was available in previous versions of Android? Seems strange...
hillrider said:
Agree about this--somehow I got painted as someone who trusts nobody, but of course while I wouldn't give my house keys to anyone, friends and cleaning service all have them.I do run many apps from trusted providers!This is the issue: "Private number" callers will still call my regular, non Google Voice number, so it doesn't really do the trick.
So it seems that Google removed a feature that was available in previous versions of Android? Seems strange...
Click to expand...
Click to collapse
Yeah, the replies haven't been particularly helpful so far. It's not "paranoid" to at least question the security of these apps, although the most popular ones are most likely fine.
You have a point with the non-Voice number. There's also the "no-turning-back" solution of porting your existing number to Google Voice for $20, which would then fix the problem, but it's not particularly ideal unless you're 100% sold on GV.
hillrider said:
Agree about this--somehow I got painted as someone who trusts nobody, but of course while I wouldn't give my house keys to anyone, friends and cleaning service all have them.I do run many apps from trusted providers!This is the issue: "Private number" callers will still call my regular, non Google Voice number, so it doesn't really do the trick.
So it seems that Google removed a feature that was available in previous versions of Android? Seems strange...
Click to expand...
Click to collapse
Port your actual phone number to Google Voice and ask for a new one from the carrier. Thats what I did. I setup a contact in my phone with my old number and have it setup to send the caller ID as my old number. So any call to that number all display as "Personal Call". The carrier number is my "Work Number".
I actually have 2 Google Voice numbers and my normal Verizon one (3 total). One for Personal, one for my side Website business, and my normal job.
I don't restrict any callers but there are options in there for unknowns and the likes. At least you can setup CALL SCREENING, where it asks for the persons name. So I can answer ANY call, it will say, "Call from... Donut Marketing" and it gives me 2 options, 1 to take the call... and 2 to send to VM.
If you press 2, it then says, "Ok I've sent the caller to VM. Press STAR at any time to join the call". So if the VM is someone I WANT to speak with, I just pop in and say Hi. Most Marketers will shy away from leaving their name... no name, no call. They typically hang up immediately. Still prevents me from having to talk to them and try to get off the phone.
Even when they do leave me a Google Voice Mail, it gets translated to text and emailed to me so I can read it seconds after they've left it. Then just delete like a normal email.
Super easy.
You can probably also call up your carrier and say you are getting lots of Marketing calls from Unknown numbers and want them blocked. They'll probably want to charge you a fee... but maybe not.
player911 said:
Port your actual phone number to Google Voice and ask for a new one from the carrier. Thats what I did. I setup a contact in my phone with my old number and have it setup to send the caller ID as my old number. So any call to that number all display as "Personal Call". The carrier number is my "Work Number".
Click to expand...
Click to collapse
how did you get verizon to port your number without killing your contract? i just called and they said its not possible.
Root call blocker does this.

[Q] Best Google Voice setup for VOIP calls

What is the best setup you found for incoming/outgoing Google Voice VOIP calls on a (Sprint) Galaxy Nexus? Interested in apps that work very well over wi-fi only, not over mobile data.
I'm looking for something that has great voice quality and also integrates seamlessly with the native dialer so that when not on wifi it makes phone calls over the cell radio and when on wi-fi it makes VOIP calls using Google Voice.
I see pbxes.org mentioned a lot. Is it worth the trouble given that they store the GV password on their server and then from what I understand they have to re-code from the GV codec to whatever codec the SIP client on the phone negotiates with the pbxes servers - I hope my understanding of how it works is correct.
Other options I've seen mentioned: Groove IP, Spare Phone, Talkatone.
Not sure which approach works best, maybe the experts here can save me some research time.
And as a SIP client, what works well? I tried the native phone SIP client with a SIP VOIP service and it sounded terrible, not sure why the native one doesn't work well.
Thanks for your help.
I use groove IP no problems
Sent from my Galaxy Nexus using xda app-developers app
Anyone else? What's your great Google Voice setup?
I use GrooveIP as well. But I really want to get my pbxes.org working on my call setting. That is what I am going to work on today.
Sent from my Galaxy Nexus using Tapatalk 2
http://forum.xda-developers.com/showthread.php?t=1684550
Sent from my Galaxy Nexus using xda premium
Soldier 2.0 said:
http://forum.xda-developers.com/showthread.php?t=1684550
Click to expand...
Click to collapse
Thanks, this is interesting but unfortunately it is too cumbersome to use by the person I'm setting up the phone for. I'd like a solution that's fully automated, use 1 dialer only (either native or a different app) that can smartly route calls via GV when on wifi (at home) or cell when not on wifi.
You can setup your PBXes account just like the tutorials (with SIPdroid) and then put the account info into the regular dialer. I think the extra steps to use the stock dialer were in a wiki somewhere or some external webpage (not on this forum).
You only need SIPdroid to create the free extension on PBXes and follow the tutorials to get all setup. Then you can go into the stock dialer and put in accountname-200, password, and then pbxes.org as the domain. You can choose to receive calls on wifi only or while on a data connection with a checkbox. I've heard that the codec used with the stock dialer isn't that great, though. It's one of those things you'd have to tryout for yourself.
One dialer to send and receive calls. It even lets you know if it's a data call or not. Maybe this is something you wanted to look into?
What SIP client pairs well with PBXes? I know the stock dialer SIP is very poor, I tried it with another SIP service and the call quality was mediocre, while their dedicated client worked very well, so at least I know it's not the phone hardware, it's the software.
I also read about potential latency issues with PBXes because they only have 1 server in NY. Is that still the case or the latency issues have been resolved? I guess in general I'm looking for a fairly reliable service though I'm prepared to accept occasional hiccups.
Almost
sirxdroid said:
What is the best setup you found for incoming/outgoing Google Voice VOIP calls on a (Sprint) Galaxy Nexus? Interested in apps that work very well over wi-fi only, not over mobile data.
I'm looking for something that has great voice quality and also integrates seamlessly with the native dialer so that when not on wifi it makes phone calls over the cell radio and when on wi-fi it makes VOIP calls using Google Voice.
I see pbxes.org mentioned a lot. Is it worth the trouble given that they store the GV password on their server and then from what I understand they have to re-code from the GV codec to whatever codec the SIP client on the phone negotiates with the pbxes servers - I hope my understanding of how it works is correct.
Other options I've seen mentioned: Groove IP, Spare Phone, Talkatone.
Not sure which approach works best, maybe the experts here can save me some research time.
And as a SIP client, what works well? I tried the native phone SIP client with a SIP VOIP servic e and it sounded terrible, not sure why the native one doesn't work well.
Thanks for your help.
Click to expand...
Click to collapse
Mr.binglejellsx2 is almost correct. I have been deal with more than 15 apps to get best. create a account by using sipdroid. make sure you have got green dot and place one out going and incoming call via sipdroid. Exit sipdroid from your phone. go to pbxes.org and login under extension under sipdroid 200 (from left) than right, under device option retype your password. (means you are get ride of sipdroid and ready for new sip). in your phone open sipdroid and make sure your got yellow and exit. in your phone call setting, add new account, your username-200 password, server is pbxes.org under option make sure your port is 5060 and not uda must be tcp. hit back and your phone should say receiving call. If not working go to pbxes.org and re type password same extension and under personal data enter your password two times where required and submit start (means, you dont want sipdroid, the second sip and now ready for any new getaway which will be your native sip) this must work. I don't see best call quality anywhere. this is awesome especially for wifi. just like your carrier. I use this everyday for international call.. let me know if don't work. If works just enjoy..
Thanks for your reply. I've been using Groove IP with very good results over wifi (that's what I care about, Sprint 3G mobile data is so bad anyway that it can't carry a call). The paid Groove IP integrates nicely with the native dialer too, so the experience is good.
sirxdroid said:
Thanks for your reply. I've been using Groove IP with very good results over wifi (that's what I care about, Sprint 3G mobile data is so bad anyway that it can't carry a call). The paid Groove IP integrates nicely with the native dialer too, so the experience is good.
Click to expand...
Click to collapse
You are very welcome. Glad that you have got the good one. Good people always have good only..

Categories

Resources