Stupid (boring) "hi bixby" - Samsung Galaxy S10+ Questions & Answers

I was wondering, as I hate having to say "hi xxx" as if I was in kindergarten, if it is possible to customize/swap my own command instead of having to say "hi biby" ?... Like I don't know.. "asshole".. "baby".. "hey".. or whatever

I recall doing it on the note 8 few years back. There has to be a way.

after some digging...
1/ delete your voice recording in wake up call
2/ re enable wake up call (it disabled itself after 1/)
3/ set a new recorded voice call
The drawback is that samsung has locked the variations until bixby 2.0, allowing it seems to wake up the device without any pre recorded "hi xxxx".. So it's not possible to record "hello my friend" when "hey baby" is.

I'd avoid Bixby altogether and just Google assistant. I've debloated it from my phone and remapped the button to the camera.

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

Secure Lockscreen Unlock with Voice Command?

I have the T-Mobile Galaxy S4, with the newest (kitkat) stock update, 4.4.2 . It is not rooted.
I use the pattern draw security to wake up from lock screen. I think it is important to have some such security, so that if one leaves one's phone somewhere by accident, someone else cannot pick it up and find out all kinds of personal and financial information.
Yet, when driving a car, it can be difficult (and unsafe) to draw the pattern, or even more so a pin or password, if one wants to make a phone call, navigate, etc For driving, it would be good to be able to unlock the screen with voice. (One could set an unusual wake-up command (no, not "Hi Galaxy" ), so that others would not be able to wake it up with voice. )
I would like to be able to open from the lockscreen with either the pattern OR voice, depending on the situation.
There is a post in a forum that shows how to do that: http://forums.androidcentral.com/ve...tooth-security-lock-screen-your-note-3-a.html
However, that post is in a forum for Galaxy Note 3.
I tried it on my S4. I turned off the pattern security, and set it to swipe. I followed all the listed steps. Except--one command I could not find on the S4 [Quote from forum post]: LONG PRESS Voice Wake-up to reveal the hidden command> √ "wake up in Secure Lock".[end quote]
I could not long press anything to get that hidden command "wake up in secure lock".
After following all the other steps, with no security, I could wake from the lock screen by voice command. But only with no security, with lock screen set to swipe (which is no security at all).
Once I re-enabled the pattern security (also tried it with PIN), I could not wake the phone by voice any more.
Does anyone know how to get this to work on the T-Mo Galaxy S4? I think it is important to have some security, but would like to be able to wake the phone up by voice while driving.
If it is not possible from the phone's own setup, is there an app one could install that would add that functionality?
One of the secure lockscreen settings is to unlock with voice and face recognition. I would never set that. For one thing, when driving, one would have to stare at the phone for face recognition, not safe. Also, I would not want to have to unlock the phone with my voice every time. For instance, in a quiet place, I don/'t want to have to talk to my phone to unlock it. (And then everyone would hear what one's unlock command is!)
If totally impossible to do with the current update on the S4, is there a way to give suggestions to Samsung, to ask for that feature on the S4? (Which from that other forum post, certainly looks like it is possible on the Note 3.)
This capability would improve both highway safety and phone security. For people should not have to stare at their phone screen to draw a pattern or enter a PIN while driving. But if they therefore turn off lockscreen security entirely, they are compromising their phone security, inviting identity theft, etc. One should be able to have a secure lockscreen that one can open by drawing a pattern (or PIN or password, whichever one prefers) OR a user-set voice command. (In other words, have the lockscreen set to open either way.)
Thank you in advance for your input.

Voice detection on google now not working.

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.

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....

Error regarding Googlequicksearchbox in camera of P9 Lite

Hey guys!! since the last google app update bringing google assistant i've got error saying "Camera Recorder is currently recording audio. com.google.android.googlequicksearchbox:interactor will not be able to record right now" message when recording video.. same happens if i try to video call with viber or skype. And when i searched in google the only solution i found was to disable ok google from anywhere but i like this feature a lot and i am using this feature a lot.. so is there any other method to fix this error??
Same issue...
Work around for the same issue on Honor 7
I was facing the same issue on my Honor 7. We can completly avoid this issue by disabling the 'From any screen' but I still wanted to use this feature from any screen. Here is a simple workaround to achieve it:
1. Disable the 'From any screen' from the Google now ->Settings->voice->'Ok Google' detection
2. Make use of the 'Smart Key' available on Honor 7(Assuming it is availavle on P9 lite as well). I assigned 'Voice Search' app on long pressing of Smart Key. To assign 'Voice Search' app to long press follow these steps: Go to Settings->Smart Assistance->Smart Key->Press and hold->select Open App->select 'Voice Search' from the list.
Voila! now you can press and hold the Smart Key to do the voice search from any screen without interfering with any other app. Icing on cake, you don't even need to say 'Ok Google'

Categories

Resources