How to turn off home button hold google search - Huawei P9 Questions & Answers

When you hold the menu button it opens the google search. Is there a way to disable this? Or at least change the button delay time.

Settings/apps/advanced/default app settings/assistance and voice input/assist app
There you can change it. Probably the "deepest" setting on the phone :silly:
I set it to turn the screen off Btw, with an app called screen off and lock.

clouds5 said:
Settings/apps/advanced/default app settings/assistance and voice input/assist app
There you can change it. Probably the "deepest" setting on the phone :silly:
I set it to turn the screen off Btw, with an app called screen off and lock.
Click to expand...
Click to collapse
Oh my god thank you. Amazing. For some reason xda didn't email me your reply, but now I checked and your answer is beautiful.

clouds5 said:
Settings/apps/advanced/default app settings/assistance and voice input/assist app
There you can change it. Probably the "deepest" setting on the phone :silly:
I set it to turn the screen off Btw, with an app called screen off and lock.
Click to expand...
Click to collapse
Apologies for revisiting an old thread but this was the only place I found this solution.
Might be common knowledge for some but I wanted to highlight for other Huawei owners to try this.
In particular, this works also for a Huawei Y6 2017 !!
[NB: system is EMUI 4.1 on the MYA-L11 version of Huawei Y6-2017]
I recently bought my dad a Huawei Y6(2017) and installed easy-to-use apps for basic functions but the smallest delay in releasing the home button (maybe 1/4 sec or so!) was opening Google Search -- this was potentially going to drive hime crazy -- exactly the type of thing that would make him give up on his first smartphone!!
Being much more used to stock Android settings, I just couldn't find an option to stop or disable the long-press of the home button
tldr; As per the instructions, I set the buried option "Assist app" to "None". Job done.
Many, many thanks

Related

Running Nexus one in "Kiosk mode"?

I'm looking to use the Nexus one hardware to create a single purpose device that will run an app at boot up and not allow the user to exit the app. This device will be given to users to take home for days so needs to be tamper-proof. i.e. cannot make calls, cannot SMS, cannot access rest of the OS, etc.
At the Android API level, I believe I can auto-start the app and "disable" the home button but cannot get around the long-press home button recent app list.
One possible solution would be to open it up and physically unplug the buttons' ribbon connector from the PCB.
What I would prefer is to somehow disable the home button using a cooked ROM that will ignore it in this particular app and the app can have some kind of secret way to exit. I do not know how difficult this would be using a rooted Nexus one.
Any input will be greatly appreciated.
Thank you.
You would need to build it from source. (non winzip deving)
If any knowledgeable person get's it it would be pretty easy to boot into recovery and edit system files or wipe it.
The nexus would not be suitable for this because of the nature of the bootloader.
To be honest, I personally think you would be better off building your own device for this. I'm sure that the buttons could be disabled easily enough, but the tamper proof part is a little different.
Main reason:
If you make the device so that you can't boot into recovery, fastboot, or tamper with it in anyway. How would you yourself make any additional modifications to the device?
You guy have some good points.
Maybe it's better off just using rooted stock ROM and set it as home screen then physically disable the hardware buttons. The battery cover will be glued shut to prevent access to SIM and battery anyway
As for making changes to the app, I believe ADK will allow me to update the app through USB. I wonder if its feasible to do auto-update it over network...?
wow your trying to lock the device down sounds like steve jobs lol
would not the best approach to this is to write your app as a home replacement and not show any apps? you could disable access to app drawer and settings, then you would only need to hook/disable home long press.
You wont be able stop a savvy user from flashing something on it easily.
What about setting up a pattern lock and using FLAG_SHOW_WHEN_LOCKED
to display on top of the lock? If the user tries to exit your program they'll be greeted with the pattern lock. Have some timer so your app automatically comes back to the top.
Correct me if I'm wrong, but doesn't the last app list show NO apps if no apps were launched yet?
pikipirs said:
Correct me if I'm wrong, but doesn't the last app list show NO apps if no apps were launched yet?
Click to expand...
Click to collapse
Yes you're right. I've set my app as home screen replacement and after reboot there wasn't any 'recent app' list
Looks like I don't need a custom ROM after all.
Just out of curiosity, what exactly are you doing with the phone that requires it to be tamper proof?
-------------------------------------
Sent via the XDA Tapatalk App
The absolute minimum requirement is that we have a device we can give to a user of any technical proficiency and allow them to easily record videos and post them directly onto a website from anywhere.
[email protected] said:
What about setting up a pattern lock and using FLAG_SHOW_WHEN_LOCKED
to display on top of the lock? If the user tries to exit your program they'll be greeted with the pattern lock. Have some timer so your app automatically comes back to the top.
Click to expand...
Click to collapse
That's an interesting approach, I will have to explore that more.
How can users actually exit the app when it's over the lock screen? Does that mean all buttons including home will not do anything since lock screen is keyguarded? Does touch still register? Is this the workaround that the custom lock screen app uses?
dzeikei said:
Yes you're right. I've set my app as home screen replacement and after reboot there wasn't any 'recent app' list
Looks like I don't need a custom ROM after all.
Click to expand...
Click to collapse
How do you set an app to be the home screen replacement?

Removed

Removed
mianharisali said:
i just developed fingerprint app locker.
Link
Now you can lock your mobile apps using your fingerprint.
• No Peaking in recent apps
• Fully optimized
• No battery Drain
Note :
• you must register your fingerprint in your device
[Settings]> [Security]> [Nexus Imprint]
• Turn On Accessibility Service , this app will not work without enabling it.
[Settings]>[Accessibility]> turn on > [App Locker : Service]
• Enable Device Admin to prevent unauthorized uninstall.
[Settings]> [Security]> [Device Administrators]> turn on > [App Locker]
Please let me know your thoughts and review.
paid version will be uploaded soon.
Click to expand...
Click to collapse
I've installed and will give feedback.
Needs a timeout. Once you open an app it should record that the app is open and if you switch tasks it should not lock you out until a timeout timer has expired.
I just released pro version without ads.
@ tech_head thanks i'll definitely implement that feature
How about sorting and filtering by enabled/disabled apps?
Other than that, this app is just friggin' incredible
Awesome app. Purchased.
Request: Would be nice to have a widget or option to enable or disable the app lock feature. When im home i dont want it on. When im at work i do. Right now i have to uncheck all the boxes one at a time. A toggle to turn on and off the ability without losing ur app selections would be nice.
guardianali said:
Awesome app. Purchased.
Request: Would be nice to have a widget or option to enable or disable the app lock feature. When im home i dont want it on. When im at work i do. Right now i have to uncheck all the boxes one at a time. A toggle to turn on and off the ability without losing ur app selections would be nice.
Click to expand...
Click to collapse
Happy to know your feedback, i'll implement these features
guardianali said:
Awesome app. Purchased.
Request: Would be nice to have a widget or option to enable or disable the app lock feature. When im home i dont want it on. When im at work i do. Right now i have to uncheck all the boxes one at a time. A toggle to turn on and off the ability without losing ur app selections would be nice.
Click to expand...
Click to collapse
@mianharisali
Might I suggest an alternative suggestion? Whitelist WiFi BSSIDs, so app knows when it's at home, therefore doing things automatically.
Does the pro version only included no ads??
App is really good! Just gotten the paid version to support you! Prevent friends and family from assessing my data!
Request: would be nice to be able to lock apps without having to have a security feature enabled on the device. I just like swipe to unlock but would like to protect some apps
Same here, I don't use a lock screen but would like to lock apps.
Thank you for your efforts, but may we find a way to lock app by fingerprint without passing lock screen fingerprint register?
eldinamo said:
Thank you for your efforts, but may we find a way to lock app by fingerprint without passing lock screen fingerprint register?
Click to expand...
Click to collapse
AndroidSlave said:
Request: would be nice to be able to lock apps without having to have a security feature enabled on the device. I just like swipe to unlock but would like to protect some apps
Click to expand...
Click to collapse
galaxys said:
Same here, I don't use a lock screen but would like to lock apps.
Click to expand...
Click to collapse
fingerprint api does not work if you have not registered the fingerprint in nexus imprint , so at this time it is not possible.
but if google allow this in future , i'll definitely implement this feature.
SpiritBreak3r said:
@mianharisali
Might I suggest an alternative suggestion? Whitelist WiFi BSSIDs, so app knows when it's at home, therefore doing things automatically.
Click to expand...
Click to collapse
No. Because that takes away options. What if I'm having a party at home and give my phone to a friend to check out a funny pic or leave it on and open with Spotify playing to my audio system and people can chose a song. I'd rather then turn the feature on at home so people don't snoop.
It shouldnt be location based... It should require positive user intervention for the sake of most flexibility.
And to make sure someone else doesn't turn off the feature themselves, when the widget is pressed to turn app lock on or off, it asks for finger print as verification to make sure it's you that tapped it.
I have some Google Rewards credits, I will use them to purchase as well.
Some feedback. It should be "No Peeking" not "No Peaking".
And after install, the "App Locker: Need Permissions"
"Locker" is spelled as "Locer"
Unless that was intentional for some reason.
I'll give you some more feedback as well.
Sorry to be a "Grammar Nazi", but people don't trust apps if they have spelling mistakes etc.
heathenlife said:
I have some Google Rewards credits, I will use them to purchase as well.
Some feedback. It should be "No Peeking" not "No Peaking".
And after install, the "App Locker: Need Permissions"
"Locker" is spelled as "Locer"
Unless that was intentional for some reason.
I'll give you some more feedback as well.
Sorry to be a "Grammar Nazi", but people don't trust apps if they have spelling mistakes etc.
Click to expand...
Click to collapse
i am really happy that you found these mistakes. today i'll be fixing that , and some more optimization.
Here is the future plan.
update 1= some performance optimizations. (today or max tomorrow)
update 2=UI improvement + option to add interval between next lock. (and some custom features depending on your feedback ) (this weekend)
update 3=password + pattern locking. (next weekend)
I think what we're missing here, is a false screen of some sort. My girlfriend absolutely hates that I'm friends with some people, and likes to snoop. Instead of blatantly requesting a finger print, maybe add a plain black screen that has a "unfortunately this application has stopped unexpectedly" or what ever the default force close message is, with no visible request for a Finger Print, but the scanner is ready and waiting. There's an app on the market that does this, but I'd feel better paying a developer on xda than a company thats probably data mining my "hidden" apps. Cheers!
Sent from my Nexus 6P using Tapatalk
saboture said:
I think what we're missing here, is a false screen of some sort. My girlfriend absolutely hates that I'm friends with some people, and likes to snoop. Instead of blatantly requesting a finger print, maybe add a plain black screen that has a "unfortunately this application has stopped unexpectedly" or what ever the default force close message is, with no visible request for a Finger Print, but the scanner is ready and waiting. There's an app on the market that does this, but I'd feel better paying a developer on xda than a company thats probably data mining my "hidden" apps. Cheers!
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
Maybe the thing that is missing is a girlfriend that doesn't snoop.
AndroidSlave said:
Maybe the thing that is missing is a girlfriend that doesn't snoop.
Click to expand...
Click to collapse
Sometimes, you just have to live with the necessary evil lol.
Sent from my Nexus 6P using Tapatalk

Any apps for password to shut down?

Hey guys
I was wondering if there's any apps that can make a device require a password to shutdown? I've looked on the app store and I can't seem to find anything, or maybe I'm missing it.
Thanks for any help
David C.
And what's the reason? Long hold the power button still starts reboot device.
ViAlexSt said:
And what's the reason? Long hold the power button still starts reboot device.
Click to expand...
Click to collapse
Simple, someone steals your phone they won't be able to turn it off that easy making it easier to locate.
David C.
I understand the reason. I speak about other: there's no sense to put protection on program turn off when the device can be switched off physically.
Just an update. I actually found something better than what i was looking for. Xposed GravityBox has a Power tweak to Disable power menu on lockscreen so you need to actually usa a passcode to turn off your device.
Sent from my SM-T320 using XDA Free mobile app
i had the same question to you. Haha. i hate the way my phone physically shut down when it's in my pocket and looked for such an app. I think this app is good
Smart Lockscreen protector
Google play: https://play.google.com/store/apps/details?id=com.nezdroid.lockscreenprotector
Apk: http://choilieng.com/apk-on-pc/com.nezdroid.lockscreenprotector.apk
---
Or if you want anti-thief shutdown feature, this app is great:
Cerberus anti theft
https://play.google.com/store/apps/details?id=com.lsdroid.cerberus&hl=en_GB
apk: http://choilieng.com/apk-on-pc/com.lsdroid.cerberus.apk
hope this help./

Things to know about the Honor Note 8

I got the idea to create a topic about important things to know about the Note 8 such like in which country the LTE/4G will work and in which country not.
Real on screen time, tips and tricks to bypass certain issues and some other interesting things to know about the phablet.
I will update the main post everytime when something new is found and keep it up 2 date for users so everyone can see a quick fix or a quick answer.
If you have a fix for anything or information to update the list, please provide it in the reply`s so i can update the main post.
4G/LTE works in:
The Netherlands
Canada
UK
Germany
Spain
Poland
Greece
Russia
Australia
Switzerland
Indonesia
Things to know
Max recording resolution is not 2160p as said on the internet but max 1080P.
If you unlock the bootloader it will give you a warning when you boot up the phone saying your phone has been unlocked and can`t be trusted, this is normal when you unlocked the bootloader.
Only 1 of the 2 simcards can use 4g at the time, so there is no 4g for both of the simcards at the same time.
Hold power and volume up when starting the phone to get in the E-recovery menu.
There is only one version of this phone, the chinese one.
This version is called the EDI-AL10, and all the languages are provided on the phone.
Some websites who are selling this phone are telling that this phone misses certain languages such as dutch.
This is not true, every language is present so no worries.
Playstore is not included on the phone, you can simply download it from the HiApp which is already pre-installed on the phone.
The fingerprintscanner can take up to 4 fingers, the fingerprintscanner only works when you activate an unlock code or password to get out of the lockscreen.
Latest rom version is B029.
Previous B027
Previous B022
Previous B017
Quickfixes/Tips and tricks:
Push notifcations
To make push notifications work again create a widget (provided with the app) and place it on your home screen.
The widget will keep the services alive, even when you close the app in the taskmanager.
Make sure you toggle them on in the protected apps menu and put the powerplan on performance mode.
This works for all apps that came with the option to create a widget for it.
Homebutton changer (provided by kalinskym)
To disable HiVoice to allow a different application/ shortcut to work as the Home Button without being rooted. Download Debloater from http://forum.xda-developers.com/android/software/debloater-remove-carrier-bloat-t2998294 and disable HiVoice.apk. (com.huawei.vassistant) After you have done that you won't see HiVoice anymore and will be able to change an app/ shortcut to the home button long press by going into Apps in Settings, clicking on Advance at the bottom. Then click Default app settings and finally Assistance & voice input to change assist app (home button app/shortcut)
One handed mode
To activate one handed mode drag you finger on the navigation bar from left to right to make the screen smaller and using for the right hand.
And drag it from right to left to make the screen smaller for using it with your left hand.
Once activated drag it in the opposite way once to restore full screen or tap once on the screen above that isn't in use.
Knuckle gesture/Splitscreen
To activate "Knuckle gesture" or just splitscreen, swipe your knuckle in the center of the screen from left to right or right to left.
When doing this succesfully the knuckle command will activate splitscreen.
Knuckle gesture/Advanced screenshot
Touch (knock) your knuckle on the screen and keep touching the screen, there will come a blue sparkle once activated drag a circle or square and it will give you a selection field.
On top are some figures you can choose from.
You can now select the part you want the screenshot from and save it directly on to the phone.
Double tap your knuckle on the screen to make a full screenshot. (same as volume down+power button)
Drawing an S on the screen with your knuckle will create a screen shot while it scrolls down the page.
This wil create a screenshot with a larger screenshot containing all the footage on the screen.
Now you don't have to make multiple screenshots to get everything on the screen and down.
(Check screenshot in the attachments)
Please let me know in which country you guys are and if 4g/lte works in your country so i can update the 4g/lte list.
http://consumer.huawei.com/nl/support/downloads/detail/index.htm?id=92028
Huawei just released a beta app for android M, does anyone knows what we can do with it?
Version says Android 7
To disable HiVoice to allow a different application/ shortcut to work as the Home Button without being rooted. Download Debloater from http://forum.xda-developers.com/android/software/debloater-remove-carrier-bloat-t2998294 and disable HiVoice.apk. After you have done that you won't see HiVoice anymore and will be able to change an app/ shortcut to the home button long press by going into Apps in Settings, clicking on Advance at the bottom. Then click Default app settings and finally Assistance & voice input to change assist app (home button app/shortcut)
---------- Post added at 02:32 PM ---------- Previous post was at 02:30 PM ----------
what does it do?
Nicksterrr said:
I got the idea to create a topic about important things to know about the Note 8 such like in which country the LTE/4G will work and in which country not.
Real on screen time, tips and tricks to bypass certain issues and some other interesting things to know about the phablet.
I will update the main post everytime when something new is found and keep it up 2 date for users so everyone can see a quick fix or a quick answer.
If you have a fix for anything or information to update the list, please provide it in the reply`s so i can update the main post.
4G/LTE works in:
The Netherlands
Canada
Things to know
Max recording resolution is not 2160p as said on the internet but max 1080P.
If you unlock the bootloader it will give you a warning when you boot up the phone saying your phone has been unlocked and can`t be trusted, this is normal when you unlocked the bootloader.
Only 1 of the 2 simcards can use 4g at the time, so there is no 4g for both of the simcards at the same time.
Hold power and volume up when starting the phone to get in the E-recovery menu.
There is only one version of this phone, the chinese one.
This version is called the EDI-AL10, and all the languages are provided on the phone.
Some websites who are selling this phone are telling that this phone misses certain languages such as dutch.
This is not true, every language is present so no worries.
Playstore is not included on the phone, you can simply download it from the HiApp which is already pre-installed on the phone.
The fingerprintscanner can take up to 4 fingers, the fingerprintscanner only works when you activate an unlock code or password to get out of the lockscreen.
Latest rom version is B022.
Quickfixes:
Push notifcations
To make push notifications work again create a widget (provided with the app) and place it on your home screen.
The widget will keep the services alive, even when you close the app in the taskmanager.
Make sure you toggle them on in the protected apps menu and put the powerplan prestation mode.
This works for all apps that came with the option to create a widget for it.
Homebutton changer (provided by kalinskym)
To disable HiVoice to allow a different application/ shortcut to work as the Home Button without being rooted. Download Debloater from http://forum.xda-developers.com/android/software/debloater-remove-carrier-bloat-t2998294 and disable HiVoice.apk. After you have done that you won't see HiVoice anymore and will be able to change an app/ shortcut to the home button long press by going into Apps in Settings, clicking on Advance at the bottom. Then click Default app settings and finally Assistance & voice input to change assist app (home button app/shortcut)
Click to expand...
Click to collapse
This is useful information. Thanks for that! I have been having an issue with the fingerprint reader taking a second longer to unlock when the phone goes into a deep sleep; However, whenever the screen is recently turned off or when the phone is charging and I try to unlock it with the fingerprint scanner, it works super fast. It's only slow when I initially wake the phone from a deep sleep. Has this happened to you/anyone? I think it may either be an app or marshmallow doze feature. I would appreciate any suggestion/advice. Thanks.
Mrplennium said:
This is useful information. Thanks for that! I have been having an issue with the fingerprint reader taking a second longer to unlock when the phone goes into a deep sleep; However, whenever the screen is recently turned off or when the phone is charging and I try to unlock it with the fingerprint scanner, it works super fast. It's only slow when I initially wake the phone from a deep sleep. Has this happened to you/anyone? I think it may either be an app or marshmallow doze feature. I would appreciate any suggestion/advice. Thanks.
Click to expand...
Click to collapse
I don`t have any delays with the fingerprint, however i use Smart Unlock to bypass the fingerprint in trusted locations.
Did you already tried to remove the old prints and register new?
Only thing else i can say if thats not working is to factory reset the phone.
on what powerplan did you put your phone? And did you toggle answer calls with fingerprint.
Sounds silly but if thats disabled there is a possibilty that the fingerprint app goes in sleep while activated for answering calls could keep it alive....Always worth trying...
Nicksterrr said:
I don`t have any delays with the fingerprint, however i use Smart Unlock to bypass the fingerprint in trusted locations.
Did you already tried to remove the old prints and register new?
Only thing else i can say if thats not working is to factory reset the phone.
on what powerplan did you put your phone? And did you toggle answer calls with fingerprint.
Sounds silly but if thats disabled there is a possibilty that the fingerprint app goes in sleep while activated for answering calls could keep it alive....Always worth trying...
Click to expand...
Click to collapse
I tried removing the old fingerprints and replaced with new ones. I even did a factory reset. The factory reset did it. That's what leads me to believe it's more an app than marshmallow doze. I just don't know how to identify which app. I even played with turning on all the features of fingerprint scanner. I am on performance mode. It's not a HUGE deal since the phone still unlocks faster than others, but it's a nuance since you know the phone is capable of unlocking faster. If you can think of another recommendation as to identifying the app or cause I would be grateful.
4g working fine in Spain too
Enviado desde mi EDI-AL10 mediante Tapatalk
EduMonzter said:
4g working fine in Spain too
Enviado desde mi EDI-AL10 mediante Tapatalk
Click to expand...
Click to collapse
Thnx, will update the topic!
4g working fine in Poland
wynotowane z Huawei Note 8
4g works fine in greece
Thnx guys!
I updated the main post!
Nicksterrr said:
Please let me know in which country you guys are and if 4g/lte works in your country so i can update the 4g/lte list.
Click to expand...
Click to collapse
Hi, 4G works in Russia.
I think an easier way to change the voice assistant would be to download the Microsoft Clip Layer app. When it asks you to Tap on Assist app click on that setting and choose something different. I had already had HiVoice disabled when I downloaded the app so if someone else can confirm that it will work I'm sure someone would appreciate it.
4G/Lte works in Melbourne, Australia on Optus
4G/LTE is working fine in Switzerland! (16ms ping, 89Mb/s DL and 20Mb/s in UL in the alps)
Thnx guys, post updated!
Nicksterrr said:
Thnx guys, post updated!
Click to expand...
Click to collapse
Hi, I did a factory reset and confirmed that the Microsoft Clip Layer app does allow you to switch the voice assistant. It is a much easier process than disabling the app and does not require a computer hook-up.
4g works fine for me in England on O2/Tesco
But I have had no luck in rooting the device .... any chance you can provide a link to some instructions ?
Denevil said:
4g works fine for me in England on O2/Tesco
But I have had no luck in rooting the device .... any chance you can provide a link to some instructions ?
Click to expand...
Click to collapse
Did you tried King root?
Most of time time king root will succes to install root access.

disable OK google listening

Ok I was able disable the OK google and it only listen when I press the mic icon. Now no matter what I do in the google app settings it's always listening. My only current option is to disable microphone permissions which isn't what I want since I can't press the mic icon and speak.
I had it setup on the note8 with android 9 to only listen when the mic icon is pressed. Got the note 9 did the same settings and it still responds when I say OK or hey google.
Currently have the microphone permissions disabled since my phone does NOT need to listen all the time. Is there a setting I am missing?
I had to remove the Google search widget to stop it from always listening. It is stupid that they removed the option to simply turn it off.
ChodaBoyUSA said:
I had to remove the Google search widget to stop it from always listening. It is stupid that they removed the option to simply turn it off.
Click to expand...
Click to collapse
Exactly. Disable the "Google" app improve the memory and battery usage, imo
Interesting, I disabled the Google app for about 30 minutes and could not use voice with chrome so turned it back on. The mic permissions are enabled but OK google is now disabled yet I can push the mic icon and use voice for searching again.
So its exactly how I want it but a very strange way to get there. I have no clue how this worked but it did.
Well after a restart and about 20 minutes it went back to listening.
That's odd - it's definitely off on mine, but I can't find where I deactivated it! I use Nova Launcher, and there is an option in the Settings under 'Gestures and Inputs' to disable 'OK Google hotword' - maybe that's how I did it? But 'OK Google' doesn't work anywhere on my Note 9 (did this to save battery and because I have a Google Home & Mini).
EDIT: And I do have the Google App installed.
Not sure what's going on. Google runs me around when I tired to ask them. I know exactly where the setting is and its disabled but still listens for the "OK google "
Personally I would love someone with influence to get attention to this but it seems a little hit or miss on setups so not sure. I have the mic disabled.
I did do a really stupid test if my device was listening and used let's say red flag words to see if anyone was listening. Ironically the words I used are related to an event happening in my city which was horrible timing on my part but semi proved to me no one heard it.
macgyver40 said:
Not sure what's going on. Google runs me around when I tired to ask them. I know exactly where the setting is and its disabled but still listens for the "OK google "
Personally I would love someone with influence to get attention to this but it seems a little hit or miss on setups so not sure. I have the mic disabled.
I did do a really stupid test if my device was listening and used let's say red flag words to see if anyone was listening. Ironically the words I used are related to an event happening in my city which was horrible timing on my part but semi proved to me no one heard it.
Click to expand...
Click to collapse
Early days.... maybe someone listened and now the search is on! Lol...
Also isnt it the same if I just turn off microphone assess under Settings >Apps> permissions? I just did and hey Google, or voice search etc all now dont respond....
william-johnson said:
Early days.... maybe someone listened and now the search is on! Lol...
Also isnt it the same if I just turn off microphone assess under Settings >Apps> permissions? I just did and hey Google, or voice search etc all now dont respond....
Click to expand...
Click to collapse
Yes that works. The only thing I don't want is it to disable voice in chrome app which this does.
The settings to disable OK Google are there but don't function and google themselves either don't understand what I am saying or don't want to admit the setting doesn't function as it should.
Kinsman-UK said:
That's odd - it's definitely off on mine, but I can't find where I deactivated it! I use Nova Launcher, and there is an option in the Settings under 'Gestures and Inputs' to disable 'OK Google hotword' - maybe that's how I did it? But 'OK Google' doesn't work anywhere on my Note 9 (did this to save battery and because I have a Google Home & Mini).
EDIT: And I do have the Google App installed.
Click to expand...
Click to collapse
macgyver40 said:
Ok I was able disable the OK google and it only listen when I press the mic icon. Now no matter what I do in the google app settings it's always listening. My only current option is to disable microphone permissions which isn't what I want since I can't press the mic icon and speak.
I had it setup on the note8 with android 9 to only listen when the mic icon is pressed. Got the note 9 did the same settings and it still responds when I say OK or hey google.
Currently have the microphone permissions disabled since my phone does NOT need to listen all the time. Is there a setting I am missing?
Click to expand...
Click to collapse
william-johnson said:
Early days.... maybe someone listened and now the search is on! Lol...
Also isnt it the same if I just turn off microphone assess under Settings >Apps> permissions? I just did and hey Google, or voice search etc all now dont respond....
Click to expand...
Click to collapse
Kinsman-UK said:
That's odd - it's definitely off on mine, but I can't find where I deactivated it! I use Nova Launcher, and there is an option in the Settings under 'Gestures and Inputs' to disable 'OK Google hotword' - maybe that's how I did it? But 'OK Google' doesn't work anywhere on my Note 9 (did this to save battery and because I have a Google Home & Mini).
EDIT: And I do have the Google App installed.
Click to expand...
Click to collapse
macgyver40 said:
Ok I was able disable the OK google and it only listen when I press the mic icon. Now no matter what I do in the google app settings it's always listening. My only current option is to disable microphone permissions which isn't what I want since I can't press the mic icon and speak.
I had it setup on the note8 with android 9 to only listen when the mic icon is pressed. Got the note 9 did the same settings and it still responds when I say OK or hey google.
Currently have the microphone permissions disabled since my phone does NOT need to listen all the time. Is there a setting I am missing?
Click to expand...
Click to collapse
william-johnson said:
Early days.... maybe someone listened and now the search is on! Lol...
Also isnt it the same if I just turn off microphone assess under Settings >Apps> permissions? I just did and hey Google, or voice search etc all now dont respond....
Click to expand...
Click to collapse
It's not easy to find the option to turn off the Google assistant, but it's there.
Settings > apps > (three dots menu) default apps > device assistance app
You'll want to change "device assistance app" to "none" and then "voice input" to "Google". The you should be all set.
To go a step further, you can disable the Google assistant from running at all on your device.
Google app > "more" (lower right hand corner) > settings > Google assistant > assistant
Then, at the bottom you should see "assistant devices" with "phone" listed. Select phone and then toggle Google assistant off.
This should do the trick.
Bober_is_a_troll said:
It's not easy to find the option to turn off the Google assistant, but it's there.
Settings > apps > (three dots menu) default apps > device assistance app
You'll want to change "device assistance app" to "none" and then "voice input" to "Google". The you should be all set.
To go a step further, you can disable the Google assistant from running at all on your device.
Google app > "more" (lower right hand corner) > settings > Google assistant > assistant
Then, at the bottom you should see "assistant devices" with "phone" listed. Select phone and then toggle Google assistant off.
This should do the trick.
Click to expand...
Click to collapse
I was able to do the first part of device assistant app to none. The voice input option doesn't allow me to pick just google option.
Either way this has solved my issue and is now working they I want it to. Going to try a restart and see if it persists unlike my previous attempt.
Thanks again for finding this.
I like having the search widget and be able to type or voice input my search if I don't know how to spell something. With all the news of companies admitting they listen and record voice stuff having my device always listening is very unsettling. I guess it's a little paranoid but I live in a bad part of my city and I really don't want to be red flag because I walked by a drug deal which happens all to often.
That's strange, because that exactly what it should do when you disable Voice Match, since it is said that's it's actually the "anywhere OK Google listening".
Try deleting your voice imprint on the same setting page too maybe.
I wonder why is working fine on my phone and not on others.
Nastrahl said:
That's strange, because that exactly what it should do when you disable Voice Match, since it is said that's it's actually the "anywhere OK Google listening".
Try deleting your voice imprint on the same setting page too maybe.
I wonder why is working fine on my phone and not on others.
Click to expand...
Click to collapse
I have no saved voice imprint saved. At least someone was able to find a work around that was a to do what I wanted.

Categories

Resources