Related
If I were to pair a Galaxy Gear with a M8, could I initiate a google search on my phone by pressing something on the watch? Basically I want to somewhat recreate the Moto x's ability to receive commands without the phone being on, and without an active tethering connection which will kill the battery on both devices.
Thanks so much!
my gear is setup to use google voice search/goggles/translate so i can voice command it, ask it to translate etc. caveat is i have to be BT tethered the whole time (battery life impact - i can get 18 hours on moderate use). I have the google now launcher installed and toggle between that and Nova depending on mood
works really good - when i take a photo with my gear, goggles automatically tries to identify it, i can tell my watch to launch apps and ask queries like you normally would with google voice
current limitation i have is i cannot use the hot phrase 'ok google' to initiate voice. i have to press the search i con to get started - still on the hunt on how to activate with 'ok google'
thevaristy said:
If I were to pair a Galaxy Gear with a M8, could I initiate a google search on my phone by pressing something on the watch? Basically I want to somewhat recreate the Moto x's ability to receive commands without the phone being on, and without an active tethering connection which will kill the battery on both devices.
Thanks so much!
Click to expand...
Click to collapse
animatechnica said:
current limitation i have is i cannot use the hot phrase 'ok google' to initiate voice. i have to press the search i con to get started - still on the hunt on how to activate with 'ok google'
Click to expand...
Click to collapse
Humm, "ok google" should work if Google Now has been triggered and running. Usually, you can do a followup search with "ok google".
Keeping the microphone running would be a MAJOR battery killer. Dont believe me, try it on your phone and see how quick it drains. On the Gear, tethered, you would probably get about 4 or 5 hours.
Just not quite there yet with battery technology, but hey who knows, maybe Google's Android Wear has cracked this nut and figured out a better way to initiate speech recognition.
ronfurro said:
Humm, "ok google" should work if Google Now has been triggered and running. Usually, you can do a followup search with "ok google".
Keeping the microphone running would be a MAJOR battery killer. Dont believe me, try it on your phone and see how quick it drains. On the Gear, tethered, you would probably get about 4 or 5 hours.
Just not quite there yet with battery technology, but hey who knows, maybe Google's Android Wear has cracked this nut and figured out a better way to initiate speech recognition.
Click to expand...
Click to collapse
Agreed. On the phone there is typically a setting to set the hot phrase for google now, this setting does not show up in the gear
Sent from my KFAPWI using Tapatalk
I'm using offline recognition on my gear in conjunction with Tasker and AutoVoice. I have it launch background continuous recognition whenever the screen is on, then so it when the screen turns off. I also have two orientations that turn the screen of right away without waiting for the timeout. (the positions when I naturally rest my arm on a desk and when my hand hangs at my side.) So far, this hasn't had much effect on battery life.
I use a key word of "Galaxy" to let it know I want to forward a commend to my phone, which I do with M2D Manager. I've already got quite a set of voice controls on the phone, so no need to replicate them on the watch. Otherwise, it handles the command on the watch.
The net effect here, is I lift my arm in standard watch fashion, and say commands directly. It's functionality similar to having always on recognition.
Sent from my XT1060 using XDA Premium 4 mobile app
hawkjm73 said:
I'm using offline recognition on my gear in conjunction with Tasker and AutoVoice. I have it launch background continuous recognition whenever the screen is on, then so it when the screen turns off. I also have two orientations that turn the screen of right away without waiting for the timeout. (the positions when I naturally rest my arm on a desk and when my hand hangs at my side.) So far, this hasn't had much effect on battery life.
I use a key word of "Galaxy" to let it know I want to forward a commend to my phone, which I do with M2D Manager. I've already got quite a set of voice controls on the phone, so no need to replicate them on the watch. Otherwise, it handles the command on the watch.
The net effect here, is I lift my arm in standard watch fashion, and say commands directly. It's functionality similar to having always on recognition.
Sent from my XT1060 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
@hawkjm73 Could you elaborate on how you have this setup exactly? This may be my answer to ditch trying to get this damn "Google Now Search" to work offline in handling voice commands such as call, ect... :fingers-crossed:
hawkjm73 said:
I'm using offline recognition on my gear in conjunction with Tasker and AutoVoice. I have it launch background continuous recognition whenever the screen is on, then so it when the screen turns off. I also have two orientations that turn the screen of right away without waiting for the timeout. (the positions when I naturally rest my arm on a desk and when my hand hangs at my side.) So far, this hasn't had much effect on battery life.
I use a key word of "Galaxy" to let it know I want to forward a commend to my phone, which I do with M2D Manager. I've already got quite a set of voice controls on the phone, so no need to replicate them on the watch. Otherwise, it handles the command on the watch.
The net effect here, is I lift my arm in standard watch fashion, and say commands directly. It's functionality similar to having always on recognition.
Sent from my XT1060 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
THIS! This is exactly what I am looking for. Screen on, send voice commands to the phone. How is this done?
thevaristy said:
THIS! This is exactly what I am looking for. Screen on, send voice commands to the phone. How is this done?
Click to expand...
Click to collapse
With a combination of Google Now Launcher and Offline voice recognition enabled...
https://www.youtube.com/watch?v=MY9OT1retpU&feature=youtu.be
Apologies for the delay in answering.
There are quite a few components working together here.
First and foremost: Null Rom. Without that, nothing else happens.
Second: offline voice recognition
This was pretty much taking all the language files from my phone and transplanting them to the watch, minding permissions.
Third: AutoVoice and Tasker
These are market apps and are fantastic for automation. You'll need them on both phone and watch. I'm using two profiles for this. The first turns on AutoVoice recognition in continuous mode whenever the screen turns on, and off when the screen goes off. The second profile is an AutoVoice recognize with "galaxy" as the command filter. It initiates an intent with the rest of what I say as a data payload.
Fourth: M2D manager
This is also available on the market, and needs to be on both devices. It is a Bluetooth bridge for Android intents. Tasker sends out an intent formed for M2D with the voice command as data. M2D transmitted it to the phone where it seems out a specified intent, still containing the command. Tasker listens for that intent. Once it had it, I use the AutoVoice test feature to send the command text in as if it had been spoken to the phone, so I can use all of my previously written voice control profiles. M2D also works the other way around, which I take advantage of for notifications and such.
Sent from my XT1060 using XDA Premium 4 mobile app
hawkjm73 said:
Apologies for the delay in answering.
There are quite a few components working together here.
First and foremost: Null Rom. Without that, nothing else happens.
Second: offline voice recognition
This was pretty much taking all the language files from my phone and transplanting them to the watch, minding permissions.
Third: AutoVoice and Tasker
These are market apps and are fantastic for automation. You'll need them on both phone and watch. I'm using two profiles for this. The first turns on AutoVoice recognition in continuous mode whenever the screen turns on, and off when the screen goes off. The second profile is an AutoVoice recognize with "galaxy" as the command filter. It initiates an intent with the rest of what I say as a data payload.
Fourth: M2D manager
This is also available on the market, and needs to be on both devices. It is a Bluetooth bridge for Android intents. Tasker sends out an intent formed for M2D with the voice command as data. M2D transmitted it to the phone where it seems out a specified intent, still containing the command. Tasker listens for that intent. Once it had it, I use the AutoVoice test feature to send the command text in as if it had been spoken to the phone, so I can use all of my previously written voice control profiles. M2D also works the other way around, which I take advantage of for notifications and such.
Sent from my XT1060 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks! I can follow most of what you said, however, when it comes to tasker, I'm a bit challenged. Right now I do have Tasker on both watch & phone along with Taskgear. With the help of some others, I have a couple profiles set on each (visa-versa) to show the battery levels respectively per other device on a widget on each.
If you could kindly share your tasker setups, I think I could pull this off! :fingers-crossed:
Evening All,
I have tasker running on a Madcatz Mojo (Tegra 3 Android Box). It "runs" my "smarthome" quite nicely. I mainly communicate between phones and android TV using auto remote (to set variables and help trigger events). However as my wife is not as tech savy as I, I use pushbullet for her needs. We have simple commands like "Did I leave any windows open", or "Where did I park my car". Which is great but I can't get it to work for a specific person (ie works for anyone who messages the box). Which is a bit of a security hole really. My "house's" gmail account is unknown to others but I still don't like anyone being able to send the trigger phrases and know where my car is or if my windows are open etc. Futher to this I want to run it off a group chat, between myself, my wife and the house. This way if my mrs doesn't trigger something correctly, rather than her being fustrated, I can quickly say "You gotta type Where IS my car not Where's my car" (as an example).
So what I'm looking for is a chat app that I can install on the mojo and our phones that tasker can use to set variables and check identity, as well as having a group chat. I saw Join might be an option however it's paid and I would prefer to go with a free option if possible.
If Join is my only option can anyone confirm it can do what I require?
I am a Join user and know it can send commands to Tasker. You can pair multiple devices to Join - so you can then send a command to your box from it from the web or anywhere else you want (It uses your Google Account Login).
Join's programmer also makes a great suite of apps called AutoApps that can greatly enhance your possibilities. Autonotification for example, lets you intercept notifications and have Tasker react accordingly. He also has some other apps which give voice control which Tasker can respond to for more Smart Home Automation fun.
What's wrong with the pushbullet solution, if I may ask? It is kinda like a private chat between your wife, your "house" and yourself PLUS it has native tasker support built-in. Seems like this fits all your needs, doesn't it? Correct me if I'm missing something.
Apart from this, you may want to look into AirTask. I did not try it (yet), but it seems to be a solution for connecting different devices. (It's surely not a chat app, though.)
digitalpig82 said:
What's wrong with the pushbullet solution, if I may ask? It is kinda like a private chat between your wife, your "house" and yourself PLUS it has native tasker support built-in. Seems like this fits all your needs, doesn't it? Correct me if I'm missing something.
Apart from this, you may want to look into AirTask. I did not try it (yet), but it seems to be a solution for connecting different devices. (It's surely not a chat app, though.)
Click to expand...
Click to collapse
Can't have a "group chat" and can't determin who's the incoming user.
Medfordite said:
I am a Join user and know it can send commands to Tasker. You can pair multiple devices to Join - so you can then send a command to your box from it from the web or anywhere else you want (It uses your Google Account Login).
Join's programmer also makes a great suite of apps called AutoApps that can greatly enhance your possibilities. Autonotification for example, lets you intercept notifications and have Tasker react accordingly. He also has some other apps which give voice control which Tasker can respond to for more Smart Home Automation fun.
Click to expand...
Click to collapse
Oh I know, I'm a fan of his apps. I use auto voice and autoinput a fair bit in my home automation .
Hi everyone!
After my first plugin I had an idea of creating another one, but this time not an "action" but an "event".
The free but ad-supported version of the plugin can be found here and if you want to support the development and don't have ads you can find the paid one here.
Of course the description can be found there, but as a quick recap, this plugin can listen for hotwords and signal Tasker when a hotword is recognized!
It uses Snowboy Hotword to listen to the mic and process what it hears super fast and completely locally.
Hotword models can be found and trained at the Snowboy Website and the downloaded model can be imported in my plugin.
Next from Tasker you can create an event of the Hotword Plugin and tap on the hotword you want to react to, next you can do with it what you want!
You can listen to multiple hotwords at the same time and run a different event for each one. So for example if you shout "lights on" the lights might turn on and if you shout "play music" the music starts playing.
You can see it as AutoVoice Continuous but a lot faster and more consistent, plus you can train any hotword you like and pronounce it in any language you prefer (to be defined at the website).
Of course you can modify the sensitivity if you feel like it can't hear you or if it goes off all the time and you can start or stop the service via a Tasker action if you like.
Personally I use the app in combination with my ADB shell plugin to launch assistant on my NVIDIA Shield AndroidTV handsfree by shouting "hey google" to an old android phone lying besides the tv.
Since a lot of time went into developing this plugin and making it work (a way lot more than my last plugin) I put it in the Play Store for the price of a small coffee but since I know people like free apps, I decided to also create an add supported version.
Again, you can find the free version here and the ad-free version here (Of course I will update both at about the same time when I fix something).
So if you like the idea and want to try it out please have a look!
And if you have any questions, troubles, ideas, bugs (yes I'm sure they're there even after thoroughly testing), please leave them below!
Edit: If you don't have access to the Google Play store, I just uploaded both versions to XDA Labs:
Paid version
Free version
If you don't have access to the Google Play store, I just uploaded both versions to XDA Labs:
Paid version
Free version
I don't think it is your fault, but it seems that this hot word detection system is way too sensitive for me, it detected words when there were only noises.
sadly, but the idea was promising though
alienyd said:
I don't think it is your fault, but it seems that this hot word detection system is way too sensitive for me, it detected words when there were only noises.
sadly, but the idea was promising though
Click to expand...
Click to collapse
That happens when the sensitivity is too high, have you adjusted the sensitivity setting in the app?
For me the same happens when I set the sensitivity to 10 and when I set it to 0, nothing will ever trigger. For the phone and words I'm using, the sweet spot is around 4 or 5
yeah, thanks for the reply. I did play around with the sensitivity on default and then some lower level, however it still seemed to trigger to often. Maybe a little bit more playing around would help, or, may be it's just the nature of my language...
Great app, does the work pretty good but why does it have to disable google assistant. When this app is listening, assistant stops listening. Why can't they both work together. Or can we configure this app to trigger assistant and not the Google app itself.
@Humpie does it work when the screen is off ?
Comparison to Autovoice
Hi,
Just wondering about the difference between this and Autovoice, or if there is an integration that would make sense.
Thanks.
I was hopeful, but even at the lowest sensitivity setting available, it still triggers when the tv is on downstairs and completely quite upstairs.:crying::crying:
ngreen1980 said:
I was hopeful, but even at the lowest sensitivity setting available, it still triggers when the tv is on downstairs and completely quite upstairs.:crying::crying:
Click to expand...
Click to collapse
kind of my problem too...
alienyd said:
yeah, thanks for the reply. I did play around with the sensitivity on default and then some lower level, however it still seemed to trigger to often. Maybe a little bit more playing around would help, or, may be it's just the nature of my language...
Click to expand...
Click to collapse
ngreen1980 said:
I was hopeful, but even at the lowest sensitivity setting available, it still triggers when the tv is on downstairs and completely quite upstairs.:crying::crying:
Click to expand...
Click to collapse
alienyd said:
kind of my problem too...
Click to expand...
Click to collapse
Hmm, what you could try is to download a hotword from snowboy.kitt.ai that is a bit more trained. In my experience they are a lot more consistent and trigger more accurately.
I do find it strange that even the lowest sensitivity setting still triggers it Did you stop and start the service just to be sure after changing it?
I am thinking about enabling more steps of sensitivity btw, but I'm not sure if I can make it even lower. I'll try though
scissorscrush said:
Great app, does the work pretty good but why does it have to disable google assistant. When this app is listening, assistant stops listening. Why can't they both work together. Or can we configure this app to trigger assistant and not the Google app itself.
Click to expand...
Click to collapse
Unfortunately this is how the audio record function works in Android. Only one app at a time can access the microphone. Google has made an exception for the built-in "Okay Google" (and I'm not sure how they do it), but fortunately a workaround is possible. You can enable and disable the listening service of my plugin from within Tasker.
So what you can do is create a new profile for when the event "Hey google" (for instance) in hotword Plugin triggers and create a task wherein you put "stop hotword plugin", "Voice command" (which triggers assistant) and after a while "start hotword plugin" again. (Or you can just enable it yourself from the notification)
It's also possible to stop and start hotword plugin automatically when assistant is in the foreground (I think), but I haven't managed to get it to work myself as Assistant is an overlay app and the detection of which app is running can be a bit slow in Tasker...
madkiran said:
@Humpie does it work when the screen is off ?
Click to expand...
Click to collapse
Certainly, yes!
PhilipTD said:
Hi,
Just wondering about the difference between this and Autovoice, or if there is an integration that would make sense.
Thanks.
Click to expand...
Click to collapse
My plugin is comparable to the continuous listening mode of AutoVoice, however there is a difference. AutoVoice can continuously listen to what everyone says, convert it to text and then pass that on to Tasker where you can make something happen when a certain word is heard. I did try this before creating this app, but it can be very slow, especially when more words are heard after the hotword you want. AutoVoice will listen until it hears that you stopped talking and then send all it heard to Tasker. It will also often just not get the word correct, so it's not handy to be used as hotword detection.
In comparison, my plugin uses a different engine (not the google speech recognition engine, but Snowboy) which is specifically designed to recognize trained hotwords. So the downside is that you have to train a certain hotword before you can use it, but this does result in a way more accurate detection. It's also way faster as it doesn't have to wait til everyone is silent again and stopped talking, it just instantly triggers after you say the word and signals Tasker.
You can integrate this with AutoVoice if you like, well, more like, let it work together to create something awesome. You can create a task for when a certain hotword is triggered where you stop my plugin from listening, start an AutoVoice prompt where you can say your command (like "set the tv to 10") and then afterwards start my plugin again.
Want to give this a try.
Continuous listening usually leads to too much battery drain.
Is the problem handled in the plugin? Tasker monitors sensors and hardware by intervals which is why it in itself does not eat the battery. Using Tasker's scheme would have (optionally) long waits to test audio when the screen is off.
Where is this "voice command" option.
Could you give us an example of your Tasker settings that allow you to use this instead of gAssistant?
I paid, cause I love this idea. Can't wait to try it, but I wholeheartedly support anything better than "OK Google"!
Dovidhalevi said:
Want to give this a try.
Continuous listening usually leads to too much battery drain.
Is the problem handled in the plugin? Tasker monitors sensors and hardware by intervals which is why it in itself does not eat the battery. Using Tasker's scheme would have (optionally) long waits to test audio when the screen is off.
Click to expand...
Click to collapse
It will lead to battery drain, but this is necessary. It would be extremely unreliable if it stopped listening for a while, as in, it would stop working and no longer react to your hotword which defies the entire purpose of the app.
phishfi said:
Where is this "voice command" option.
Could you give us an example of your Tasker settings that allow you to use this instead of gAssistant?
I paid, cause I love this idea. Can't wait to try it, but I wholeheartedly support anything better than "OK Google"!
Click to expand...
Click to collapse
"Voice command" can be found under the Tasker actions under the Input tab. Thank you very much
I attached an example of how you can launch assistant whilst pausing my plugin from listening for a while so assistant can actually hear you.
You can execute this task for the hotword event you like so "hey google" or "computer" whatever you like and have set up in the hotword plugin
Humpie said:
It will lead to battery drain, but this is necessary. It would be extremely unreliable if it stopped listening for a while, as in, it would stop working and no longer react to your hotword which defies the entire purpose of the app.
Click to expand...
Click to collapse
So the question becomes, with any of these things, how I want to use them. Use a Tasker script to toggle the service. For example, if phone is face down, turn it off. Or if I pick up the phone, turn it on. Scripts have "exit" options to reverse the toggle.
I would want to do this with OK Google as well but this plugin offers the option, Google does not.
Dovidhalevi said:
So the question becomes, with any of these things, how I want to use them. Use a Tasker script to toggle the service. For example, if phone is face down, turn it off. Or if I pick up the phone, turn it on. Scripts have "exit" options to reverse the toggle.
I would want to do this with OK Google as well but this plugin offers the option, Google does not.
Click to expand...
Click to collapse
This is indeed possible to achieve with my plugin, however if your phone supports always listening OK Google with screen off already, it usually has a dedicated chip for this that uses very little power. I know my 6P does and leaving OK Google to always listening results in no significant more battery drain
Hi All,
Is there a way for me to set up Autovoice without Google Assistant at all? Ideally, I'd like it to set up a RPi in my living room with a mic that sends commands to Tasker. I figure this is a stretch but I'd ask.
If not then I'm hitting a couple snags with Google Assistant:
(1) About 30% of the time commands aren't caught, usually it tries capturing the command before I'm done and then when I finish, Chrome just opens and shows me stupid results (like bright lights for instance)
(2) Can't work with my phone off which - almost makes it useless because I have to enable my phone, unlock it, then say "Ok Google" to get it to do anything - not really handsfree to say the least;
Thanks in advance
Hi everyone,
I thought I would post this as a separate thread for the Tasker project I have started working on. Please see below information and if you have any questions or development ideas for the project, please comment back!
Please Try The New Google Drive link below. I am aware of sharing issues at the moment, I am unsure why this is happening but please try the new link and let me know!
This will listen for "Ok, Google" or "Hey, Google" IF the screen is on and proximity sensor is not covered - this is incase it is triggered in your pocket like it kept doing for me! ?
There's also a task in this project which you can create a tasker task shortcut widget to toggle the Hotword plugin on and off.
This task requires to have AutoInput installed, from the AutoApps made by Taskers developer. You can have it free on a 24hr basis by watching a video though.
Following people's comments about push notification issues, such as Gmail, I've included a "fix" which is a timed event profile which runs a simple task to turn auto sync off and on - this then tricks syncing process and gives you push notifications for Gmail and other Google apps.
It is currently set at 4 hours, to save battery but feel free to change to what ever you need by editing the profile event.
Required Apps:
Tasker
Hotword Tasker Plugin
Working Google Apps/Services on device.
Google Assistant app
Profile Optional Apps:
AutoInput
AutoNotification
Firstly, install "Hotword Tasker Plugin".
[url]https://play.google.com/store/apps/details?id=nl.jolanrensen.hotwordPluginFree[/URL]
Then, install Tasker if you don't already have it. This is a paid app, but totally worth it when you have a look at it.
Also, download the tasker project file I have made for this. See below changelog and download links!
Open the Hotword Plugin app, click the red + circle at the bottom, choose both Google options - so you have "Ok, Google" and "Hey, Google" and press OK.
Edit both options and turn off the "Play ding sound" option. I found it annoying anyway as Google makes its own noise.
Then, click app settings on top right, choose "start listening on boot".
After this, you can click "microphone service" to ON Position, top right of the screen.
This starts the plugin and at same time it interrupts Huawei "Celia" from listening I found.
Then, import Tasker project "Google Hotword" that you have downloaded.
To do this, open Tasker, click the house icon in the bottom, left corner. Then, click "Import Project", navigate to where you've downloaded the project file to and select the file.
Then, soon as that's added, try "Hey, Google" or "Ok, Google". At this point it should all be working!
Changelog:
Version 1.0.3:
Changed action for HotwordPlugin from launching a Voice Command to launching Assistant instead, as it was launching then Google / Voice Command was redirecting itself to a Google news feed page with search bar, thus stopping the voice input.
Version 1.0.2:
Added profile to detect if camera is opened as it interferes with apps which audio, i.e video recording.
**This profile requires AutoNotification to be installed as a plugin, part of AutoApps by Taskers Dev.**
Version 1.0.1:
Scrap all other links, I hadn't put the profile in to the project so no idea if it had it included in the previous exports but try this one guys ?
Downloads:
Version 1.0.3
Google Drive
https://drive.google.com/file/d/1SU_0eoWk9JTt3testJ-i7LfDBFdm56O-/view?usp=drivesdk
Version 1.0.2
Google Drive
https://drive.google.com/file/d/1ArFMF5nXLTPbmz0tsweDXLTDUuabL_HE/view?usp=drivesdk
Version 1.0.1
Google Drive
https://drive.google.com/file/d/13yZVxDfIYv82Htlz4zb-9F8j8H1I8Wh5/view?usp=sharing
If you like what I've done, don't forget to click thanks as I know this is bugging a lot of people!
Your links to tasker and google drive do not work.
DevliegereM said:
Your links to tasker and google drive do not work.
Click to expand...
Click to collapse
Thanks for bringing this to my attention, I'll look at the links in the next couple hours as I'm working at the moment!
DevliegereM said:
Your links to tasker and google drive do not work.
Click to expand...
Click to collapse
Please try again, I have updated the link section of my post!
Where am I supposed to import that file, or from where....
..
New version updated and changelog updated.
I didnt understand how i "import" the downloaded google hotword and where?
Guercan said:
I didnt understand how i "import" the downloaded google hotword and where?
Click to expand...
Click to collapse
New version uploaded and see added import instructions.
I tried all the steps, but seems like it didnt work on my Huawei P40 Pro (ELX-NX9)
zoold3vil said:
I tried all the steps, but seems like it didnt work on my Huawei P40 Pro (ELX-NX9)
Click to expand...
Click to collapse
Where did you get stuck, maybe I can help.
I apologise for long replies but I don't usually do things like this anymore.
GlennBrownie said:
Where did you get stuck, maybe I can help.
I apologise for long replies but I don't usually do things like this anymore.
Click to expand...
Click to collapse
I have followed all the steps but still could not activate the voice.
My device has been upgraded recently to EMUI 11.0 (Beta), i'll try again if it's work this time.
Is there possibility to make it work when screen is off?
Robalo said:
Is there possibility to make it work when screen is off?
Click to expand...
Click to collapse
No, unfortunately, due to the limitations of the Hotword Plugin permissions it can't work with the screen off.
If you wish to raise that as feedback to the developer of the plugin, maybe they will research this, but it's out of my hands to be honest.