Voice detection on google now not working. - G2 Q&A, Help & Troubleshooting

Greetings.
I just got this phone recently and I'm still trying everything out.
I'm running stock 4.4.2 kitkat, the build is D80220H.
So now I'm tinkering with Google now and it's voice powered search.
When I press the microphone button it starts to listen to me and it works properly that way.
So first, my settings are:
Search language is set to English (US).
In VOICE settings, default language is set to English (US).
In Ok Google tab, " From the Google app" is set to ON, but it doesn't react when I say " Ok Google".
When I try to set " From any screen" to on, it asks me to say " Ok Google" 3 times but the microphone is off or something because it just doesn't hear me, it does not listen to me.
So basically, I can't control google now with my voice. How do I fix this?

Anyone..?

Tried deleting updates for "Google" app, disabled and then enabled. Nothing.
Still not hearing me when it is asking me to repeat ok google 3 times.
Seriously, no one ever encountered this on their G2?

Got the fix.
You need to disable On-Screen Phone in accessibility options.
Thanks to reddit user Muhh24 for this.
And whole r/lgg2 subreddit.

Related

[APP] Mod to replace S-Voice with Google Voice Search (no root necessary!)

Would it be possible? Including the voice wake functionality "Okay, Google Now" instead of "Hi Galaxy"?
How many would be interested in something like this?
Should not be too hard to do, what do you think?
Probably will need root to achieve it
----
SOLVED: using a very simple tasker profile/action (see here)
UPDATE: Install this tiny free app from the Play store: https://play.google.com/store/apps/details?id=hu.viczian.deathtosvoice (created using Tasker App Factory)
Works on galaxy advancement
vgergo said:
Would it be possible? Including the voice wake functionality "Okay, Google Now" instead of "Hi Galaxy"?
How many would be interested in something like this?
Should not be too hard to do, what do you think?
Probably will need root to achieve it
Click to expand...
Click to collapse
Works on galaxy advancement? thank you
Leonardosilvaa said:
Works on galaxy advancement? thank you
Click to expand...
Click to collapse
For some reason, I can now double tap home button and I get the option for S-voice or Google voice. I think I cleared the defaults in app settings.
Presjar said:
For some reason, I can now double tap home button and I get the option for S-voice or Google voice. I think I cleared the defaults in app settings.
Click to expand...
Click to collapse
Any idea how to replicate this?
Presjar said:
For some reason, I can now double tap home button and I get the option for S-voice or Google voice. I think I cleared the defaults in app settings.
Click to expand...
Click to collapse
Yeah I got this too. It happened after I installed SoundHound.
Now I have the options of
Google
S Voice
SoundHound
Interesting but without the option to activate gvoice with screen off its not a huge benefit. I tested open mic+ but it lacks admin rights to bypass the lockscreen etc.
vinokirk said:
Yeah I got this too. It happened after I installed SoundHound.
Click to expand...
Click to collapse
The free version? I've tried that but I don't see a menu after double clicking home.
mgutt said:
Interesting but without the option to activate gvoice with screen off its not a huge benefit. I tested open mic+ but it lacks admin rights to bypass the lockscreen etc.
Click to expand...
Click to collapse
You mean root permissions?
Sorry, I was wrong. I thought S-Voice is able to bypass a pin lockscreen but it isn't. It is only admin (not root) to allow the screen off command.
The problem of open mic+ is, that it is buggy. It seems to freeze after a short time. Sometimes Google Now freezes as well so I think it is because of Open Mic+ but I didn't tested it enough to verify it. S-Voice seems to be more stable, but is not present if you are in other apps like Maps.
But both systems are too weak in rights. e.g. I'm not able to stop apps (ok root would be needed), not able to say my lockscreen pin, stop a phone call, etc.
Tasker
I just had an idea: it should be possible to create a very simple tasker action, which would be triggered by opening s-voice. It would exit s-voice and switch immediatelly to Google Voice Search. This should work even without rooting.
If this would work, all the convenient ways to start S-Voice would become actually useful to start Google Voice search, including voice-wake, home-double-click, headset-long-press.
I will try this as soon as I get my N3
How do you want to exit S-Voice without root
There's the point! Okay, without root we can just switch away (would mic input focus stay? that would be a problem), with root it should be possible to kick s-voice too.
If one app opens the mic the other will display an error.
Tasker solution works well on unrooted phone
mgutt said:
If one app opens the mic the other will display an error.
Click to expand...
Click to collapse
I am happy to report, that the solution I came up with before I had access to the Note 3 works without a hitch.
1. Enable wake-up hotword detection in S-Voice (keep double click Home if you like that too)
2. Create "S Voice" app-triggered tasker profile
3. The activated task should load "Voice Search"
4. Optional step: after starting voice search, my task also kills S-Voice to save memory
(and killing s-voice every time makes you me good)
There is no concurrency problem with the mic (as we were anticipating)
Say "Hi galaxy" while having the screen turned off
(I actually like to "say Die galaxy")
phone wakes up,
home screen unlocks,
s-voice flashes on screen for half a sec (beeps too)
then google voice search appears immediately
it too beeps and listens for the search term or command
Next project: it would be nice to be able to change the "hi galaxy" wake up command
The changeable wake up command is part of the Galaxy S4 S-Voice so I think it will be part in the Note 3 in one of the next updates (hopefully).
Of course I tested your idea, too. But it seems that it works better with Llama than with Tasker as Google Voice starts immediately. As I'm not rooted its not as perfect as yours (I need to tap backwards fast to bypass restarting Google Voice), but the goal is reached
Look:
http://www.maxrev.de/google-sprachsuche-statt-s-voice-mp4-v377253.htm
Update:
Ok I found a better solution. Know I'm using three rules instead of one and this is how it works:
Final Demo Video
The first rule starts Google Voice, but checks if the variable "googleSearch" is not 1 (this is important as it fails, too if the variable does not exist after rebooting the device). The second rules sets the var to "1" if Google Voice is open. The last rule resets the var to "0" with a delay of 3 seconds after Google Voice has been closed. So I'm having 3 seconds to close S Voice before Google Voice would start again.
If you don't want to here the "ping" sound of S Voice after closing Google Voice it would be possible to mute the device for 3 seconds as well, but I don't think this is really important
mgutt said:
The changeable wake up command is part of the Galaxy S4 S-Voice so I think it will be part in the Note 3 in one of the next updates (hopefully).
Of course I tested your idea, too. But it seems that it works better with Llama than with Tasker as Google Voice starts immediately. As I'm not rooted its not as perfect as yours (I need to tap backwards fast to bypass restarting Google Voice), but the goal is reached
Look:
http://www.maxrev.de/google-sprachsuche-statt-s-voice-mp4-v377253.htm
Update:
Ok I found a better solution. Know I'm using three rules instead of one and this is how it works:
Final Demo Video
The first rule starts Google Voice, but checks if the variable "googleSearch" is not 1 (this is important as it fails, too if the variable does not exist after rebooting the device). The second rules sets the var to "1" if Google Voice is open. The last rule resets the var to "0" with a delay of 3 seconds after Google Voice has been closed. So I'm having 3 seconds to close S Voice before Google Voice would start again.
If you don't want to here the "ping" sound of S Voice after closing Google Voice it would be possible to mute the device for 3 seconds as well, but I don't think this is really important
Click to expand...
Click to collapse
thats excellent Mgutt
the note does the transition across to google now/voice commands very quickly.. you have put the note back on the table as an option for my next phone.. im just holding out to see if the LG G2 will use the S800 for always on listening when it gets kitkat..
Im a bit spooked by AMOLED now that my galaxy S2 is marred by burn in
etherspin said:
thats excellent Mgutt
the note does the transition across to google now/voice commands very quickly.. you have put the note back on the table as an option for my next phone.. im just holding out to see if the LG G2 will use the S800 for always on listening when it gets kitkat..
Im a bit spooked by AMOLED now that my galaxy S2 is marred by burn in
Click to expand...
Click to collapse
I'm having one problem left. But I think its because of Llamas limited amount of triggers. The problem is: Google Voice is not able to receive the next command while its open. Instead S Voice waits for the next "Hello Galaxy". To bypass this problem I tried to switch off the display automatically. This works, but only with a fixed delay as I'm not able to trigger "last touch/last talk + 10 seconds" with Llama.
Would this work with Tasker (and without Root)?
The next option would be to activate "Open Mic+" as long Google Voice is open. But I did not tested if this would work.
mgutt said:
Would this work with Tasker (and without Root)?
Click to expand...
Click to collapse
Well we can set the display timeout to 15sec, then restore the default (it's 30 sec for me because of smart stay) when google voice search disappears.
Because of the 30 sec display timeout it hasn't been much of a problem for me, but I was also wondering how to get it to prompt for a next question.
Curious: why doesn't the "ok, google" hotword work in google now? I've just tested the google experience launcher and hot word detection doesn't work in there either.
vgergo said:
Well we can set the display timeout to 15sec, then restore the default (it's 30 sec for me because of smart stay) when google voice search disappears.
Click to expand...
Click to collapse
I'm using this setup (after 20 seconds display is turned off) and this is not good if you press the microphone button. Then the display switches off, too. So we need an additional "on touch" condition to avoid that.
mgutt said:
I'm using this setup (after 20 seconds display is turned off) and this is not good if you press the microphone button. Then the display switches off, too. So we need an additional "on touch" condition to avoid that.
Click to expand...
Click to collapse
Okay, then set the display timeout to 15sec, wait 15sec then set it back to whatever it used to be. Then if the screen was touched (and the display timeout extended) then it will stay on...
I hope to be able to test these with tasker in the afternoon

OK Google Hotword Detection Not Working

Hi there, I just got the OTA KitKat update and I can't seem to figure out why the OK Google hotword detection isn't working from the home screen. I read previous posts and made sure that the English language is installed, it is pre-installed for me and also that it was enabled. I tried both search widgets but neither of them has the text that says "Say OK Google to search" or whatever it says. Any ideas? :-\
Edit: Looks like resetting my system settings fixed it. When the phone booted back up it asked which launcher to use and gave me the option of the Google Now Launcher. All is well again.

ok google doesnt tuen on the phone?!?!

im coming from the nexus 6 (ive already installed google launcher---- ok google would turn on the phone--awesome while driving because i can start a song on spotify. ive dug through the settings any im not seeing it--i read the s6 didnt have it at first?? this really sucks if i cant get it to turn on! help!
What what I can tell with my S6, the only time it listens for "Ok Google" is when the screen is on or when the power is connected.
My Galaxy Alpha too.
I couldn't wake up my phone with "OK Google"
It's not the same thing as Google but you can use S Voice. Some like it, some don't. Just sayin'
That feature is not available on samsung. you need to use S voice, which doesn't really compare... it's unfortunate with all samsung phones =(
my note 4 will will start and listen, but it always says I have to unlock the device first. for security reasons I understand. I wonder if there is a voice recolonization app.. hummm..
could be a million dollar app.. someone want to help me make it?
lostsoul1 said:
my note 4 will will start and listen, but it always says I have to unlock the device first. for security reasons I understand. I wonder if there is a voice recolonization app.. hummm..
could be a million dollar app.. someone want to help me make it?
Click to expand...
Click to collapse
A few have tried. Open mic is one. You need access to the low power part of the soc to make it worth while which non of us have. Other wise battery life gets destroyed. Samsung just needs to give us the option to use s voice or Google.
andrewpe said:
What what I can tell with my S6, the only time it listens for "Ok Google" is when the screen is on or when the power is connected.
Click to expand...
Click to collapse
Dang...it won't turn on even if the phone is plugged in
Yeah, that's my only grip with this phone. Previously using a xiaomi Mi Note Pro amd it worked also on my mercedes w205. Pressing the voice button on the steering wheel no longer launch ok google.
well there is the option to take off screen lock.. haha
Not available on this phone. An alternative is to create a Google Voice shortcut on the lock screen like stock Android.
You can use tasker to reroute s voice to Google search. But its slow and unreliable.
Settings --> System (tab) --> Language and Input --> Google voice typing --> "OK Google" detection
This will allow you to simply say "OK Google" from any screen - including the lock screen.
Kahne_Fan said:
Settings --> System (tab) --> Language and Input --> Google voice typing --> "OK Google" detection
This will allow you to simply say "OK Google" from any screen - including the lock screen.
Click to expand...
Click to collapse
doesn't work for me. I am using nova launcher.
razorseal said:
That feature is not available on samsung. you need to use S voice, which doesn't really compare... it's unfortunate with all samsung phones =(
Click to expand...
Click to collapse
of course it's available, i've always used it via the Google app or Nova launcher... Works fine on my S7 Edge with both (Google or Nova launcher). It turns the screen ON and I can even unlock the phone just by saying "Ok Google" (option has to be enabled in the Google app)
If you turn keep screen on and go to Google settings and tick OK Google from any screen including the lock screen it works
duvalbmarley said:
If you turn keep screen on and go to Google settings and tick OK Google from any screen including the lock screen it works
Click to expand...
Click to collapse
ok I think I got it. I need to go to "OK google" detection
Will try if I can launch it from my car now.
Edit: also work from my car command button.
Press and hold home button.
Tap the "G"
Tap settings menu in top left corner
Tap settings
Tap voice
Set up voice recognition
Done.
It does work from all screens.
Sent from my SM-G935F using XDA Free mobile app
Just thought you might all like to know my Galaxy S7 Edge wakes up ONLY by saying "Hey Galaxy" or even just saying "Galaxy". It won't wake up by saying "OK Google"
Noticed it works only when screen is on or... If it's off and on a wireless charger or plugged in....

enable google Assistant or google app on any screen miui 8

How to enable google voice Assistant on any app , screen on miui 8 marshmallow
Go to settings/installed apps/ on the bottom you'll see an option defaults and more, click on defaults , on this screen on the bottom select voice and Assistant input , select assist app and select google app, and now register your voice on Google Assistant and you are set
I was trying all kinds of stuff and couldn't make it work. And you nailed it with this simple thing I did not know about. Thank you so much!
I'm glad it helped, I've been looking on all android forums and i was messing with the settings until i found the solution, btw sorry for my bad English
I did that with all my MIUI devices, but it doesn't fix the problem, that it's not working when not charging and/or device is screen-off.
If you are on marshmallow there is a module called Google Assistant for non nougat devices
underlines said:
I did that with all my MIUI devices, but it doesn't fix the problem, that it's not working when not charging and/or device is screen-off.
Click to expand...
Click to collapse
Did you manage to get google assitant enabled with screen off?
It's resetting after running the Security app given by MIUI 8. Then I have to go again and set default voice assistant to google..
Anyway to fix this issue..?
enable google Assistant or google app
fil0s0f0 said:
How to enable google voice Assistant on any app , screen on miui 8 marshmallow
Go to settings/installed apps/ on the bottom you'll see an option defaults and more, click on defaults , on this screen on the bottom select voice and Assistant input , select assist app and select google app, and now register your voice on Google Assistant and you are set
Click to expand...
Click to collapse
I did
But ,
it Removed from default ,when i reboot the phone
It not stay / perminantly keep google as default voice assistant .
My hardware is: Xiami mix, MIUI V9.2.2.0 N
My is MIX 2 Version 9.5 the newest one and have been trying all above and more but still does not work. It says initializing or Google voice search is not supported by your device, after clicking microphone icon on google keyboard. If I press microphone icon on Google Maps or others, it will pop up and google microphone and immediately close in less than a second.

[How-To] Change Google Assistant's voice.

Alright so when they announced that there was 6 new voices being released for Google assistant, I went to look how to change it or at least hear them. When I followed the steps to do it in this link https://support.google.com/assistant/answer/7544506?co=GENIE.Platform=Android&hl=en
The option wasn't there. You can open the menu directly by telling assistant "voice settings" then click the button on the bottom. But none of the listed voices worked. You could select them but the voice stayed the same. I'm rooted and Xposed so there is likely a module interfering but I found a work around:
Steps:
1. Reboot into safe mode by holding reboot until the prompt for safe mode comes up
2. Once in safe mode open the Google app
3. Menu - settings
4. Under Google assistant category select settings, this will bring up the setting menu for Google assistant since Google assistant does not work in safe mode.
5. Preferences - assistant voice (should be there now)
6. Listen and select your favorite.
7. Reboot
Side note: after doing this the proper menu showed up when not in safe mode so now you can listen and change as you please after that.
It's cool that we have 8 voices to now choose from...
Any idea how to get the voice in Australia? I tried changing location and language settig, doesn't seem to work.
I'm on the May security update and it worked for me without going into safe mode first.
jkuang180 said:
Any idea how to get the voice in Australia? I tried changing location and language settig, doesn't seem to work.
Click to expand...
Click to collapse
My language is set to English (Singapore). The voice options are not available from the Preferences menu on my phone, but when I speak "Voice Settings" to Google Assistant, there's an option to select among 8 voices. But all of these 8 voices sound exactly the same. Guess it's not applicable to all languages yet.
JimSmith94 said:
I'm on the May security update and it worked for me without going into safe mode first.
Click to expand...
Click to collapse
Like I mentioned above, I am rooted and have Xposed so there was likely a mod issue for me. Anyone that is relatively more stock or doesn't have the same mods as me it would likely work
[delete]
kEvinErd said:
My language is set to English (Singapore). The voice options are not available from the Preferences menu on my phone, but when I speak "Voice Settings" to Google Assistant, there's an option to select among 8 voices. But all of these 8 voices sound exactly the same. Guess it's not applicable to all languages yet.
Click to expand...
Click to collapse
I forgot to mention that I was on English Canada but changed it to English us before following my steps. That may be a factor as to why it worked. Try adding English us and have it set as preferred language then try my steps. You should be able to change back to English Singapore without having it revert back to the default.
Buddyjohn said:
I forgot to mention that I was on English Canada but changed it to English us before following my steps. That may be a factor as to why it worked. Try adding English us and have it set as preferred language then try my steps. You should be able to change back to English Singapore without having it revert back to the default.
Click to expand...
Click to collapse
I managed to change the voice for my Google Assistant all while staying on English Singapore.
It's strange cause voice settings doesn't appear in my Google Assistant Settings -> Preferences. I could however pull up the voice settings by speaking "Voice Settings" to Google Assistant. And although clicking on the individual voices here all returns the default voice, it does work. Had to exit the voice settings and speak to Google Assistant again to hear what the selected voice sounds like. Probably a bug!
kEvinErd said:
I managed to change the voice for my Google Assistant all while staying on English Singapore.
It's strange cause voice settings doesn't appear in my Google Assistant Settings -> Preferences. I could however pull up the voice settings by speaking "Voice Settings" to Google Assistant. And although clicking on the individual voices here all returns the default voice, it does work. Had to exit the voice settings and speak to Google Assistant again to hear what the selected voice sounds like. Probably a bug!
Click to expand...
Click to collapse
Ok cool, I didn't try that but that is good to know.
Change Google Assistant Voice Pixel 2 XL
Tried what was suggested, but I still don't get a "Preferences" setting under the Settings menu.
Just tried Google support article and it is missing the option on my Pixel
https://support.google.com/assistant/answer/7544506?co=GENIE.Platform=Android&hl=en

Categories

Resources