Questions tagged [google-voice]

"Google Voice" is a telecommunications service offering enhanced: voicemail, forwarding, conferencing, etc. -- coordinated across all of your voice devices and managed on the web.

Google Voice is a telecommunications service offering:

  • Coordination across all your land and mobile phone devices.
  • Enhanced voicemail.
  • Call forwarding, conferencing, and call screening.
  • Integration with Gmail.
  • Reduced rates on some calls.
  • An optional universal number for all of your phones.

More information:

168 questions
2
votes
2 answers

Pygoogle voice not logging In

Google just updated their google voice platform. Which seems to directly correlate when my googlevoice login stopped working. I have tried the following: allowing captcha as suggested here (pygooglevoice-login-error) Adapting a 2.7 solution here…
Blake
  • 21
  • 1
  • 5
2
votes
0 answers

Can I define custom voice interaction with the Google Voice Interaction API

After hours of research I still cannot answer the question whether one can define custom interactions for an app with the google voice interaction api. As an example I would like that my Android App can answer questions like OK Google - what is my…
mkn
  • 12,024
  • 17
  • 49
  • 62
2
votes
2 answers

Run features with voice recognition in custom Android App

I would be interested in making an app Android that starts functions with vocal commands (example: instead of clicking on the button, use a voice command). My idea was to use speech recognition to store a result in a variable, and if the result…
2
votes
0 answers

SpeechRecognizer is not working if Enhanced Google services is selected

The voice input in my application does not work if I select "Enhanced Google services" in Voice input Settings (please see screenshot): I use speech recognition without a dialog: @Override protected void onCreate(Bundle savedInstanceState) { …
2
votes
0 answers

Android intent-filter SET_ALARM no longer works?

Until recently, this manifest declaration allowed my app to be listed as provider for alarms in response to voice commands (i.e. "set timer for 5 minutes"):
Amir Uval
  • 14,425
  • 4
  • 50
  • 74
2
votes
5 answers

Android TTS male voices

Is it possible to install and configure some male voices on android.speech.tts.Voice? I have read some news that Android had made some available recently, but I can't find or configure any. All the ones that I try with command…
user411103
2
votes
1 answer

How does the Google Voice HTML5 app access the iPhone dialer?

How does the Google Voice HTML5 app access the iPhone dialer given that it's not a native compiled app?
Howiecamp
  • 2,981
  • 6
  • 38
  • 59
2
votes
1 answer

Apply google voice number without mobile number

If I didn't have mobile number, can I apply a Google voice number? when I try to apply a Google voice number, it always ask me the mobile number.
user2575413
2
votes
0 answers

Programmatically change Google Voice forwarding settings

I've got an incredibly limited calling and data plan on my cell phone, and spend most of my waking hours in front of a computer with an Internet connection. With Google Voice able to route calls through Gmail, it seems silly to pay for minutes on my…
Dan Hlavenka
  • 3,697
  • 8
  • 42
  • 60
2
votes
1 answer

Trying to add a project targeting .NET 3.5 to an existing project targeting .NET 4.0

I'm trying to integrate SharpVoice, which is targeting .NET 3.5 into an existing project targeting 4.0 Client Profile and I'm getting an error where it cannot find the namespace of SharpVoice. The type or namespace name 'SharpVoice' could not be…
corgichu
  • 2,580
  • 3
  • 32
  • 46
2
votes
0 answers

How to get gvx cookies from Google Voice in iOS?

I need to get back gvx cookies from Google Voice login post request in order to do direct access number calling. From my understanding, Google Voice will set a gvx cookies on the client identified as a mobile device (I have set the correct…
imObjCSwifting
  • 743
  • 1
  • 12
  • 34
2
votes
1 answer

pygooglevoice login problems

I am working on an experiment where I am emailing/texting a large group of subjects a standard message and then receiving their responses via email/text. To add texting functionality I want to use pygooglevoice. When I use the Idle interface I'm…
2
votes
3 answers

Google Voice API for Android

Is there any API available for Google Voice on Android? I would like to be able to access the users Google Voice number and make phone calls from that number. I'm using this for testing purposes.
RagHaven
  • 4,156
  • 21
  • 72
  • 113
2
votes
1 answer

Listening for Google Voice SMS

I have been trying to write a simple Android app that listens for broadcasts with the filter "android.provider.Telephony.SMS_RECEIVED". This works for when the device receives an SMS with the default messaging application, but SMSes received through…
2
votes
1 answer

Android - Launch Google Voice app and dial number

We are working on an Android tablet-only app. We need to be able to launch the Google Voice app for a certain telephone number programmatically. We tried this (which it would probably work to launch the phone if our app wasn't running on a tablet),…
jonathanpeppers
  • 26,115
  • 21
  • 99
  • 182