I have created a task that is activated via autovoice so now I can say in my Google assistant on my phone to 'ask autovoice...' and the task activates but I want to trigger the task via my Google nest mini speaker, how do I do this.
In autovoice there is a devices screen that only lists my phone, shouldn't this also list my nest devices that are connected to the same profile?
Related
Is there a voice dial app that can search the transferred Bluetooth contacts of a phone?
I know that google voice can search contacts in google contact list or contacts of "True contact app". Google contact list doesn't include the transferred phone contacts through Bluetooth connection.
It seems that there is no such an app.
On some cars (e.g..), voice command can call contacts of a phone connected with Bluetooth.
If there is such an app, it is very convenient to have different phones connected to MTCB/MTCD head unit, the google contact list or "true contact app" is not need anymore.
ilvtab said:
Is there a voice dial app that can search the transferred Bluetooth contacts of a phone?
I know that google voice can search contacts in google contact list or contacts of "True contact app". Google contact list doesn't include the transferred phone contacts through Bluetooth connection.
It seems that there is no such an app.
On some cars (e.g..), voice command can call contacts of a phone connected with Bluetooth.
If there is such an app, it is very convenient to have different phones connected to MTCB/MTCD head unit, the google contact list or "true contact app" is not need anymore.
Click to expand...
Click to collapse
Do you have find a app? i'm looking for it to.
Hi Guys,
I just got a Note 8 and absolutely love everything about it. Coming from the 6P, I was worried about not having the stock Android experience, but Samsung apps are up to par with Google's if not slightly better.
HOWEVER...
I do use the Google ecosystem (mainly Google Drive) and have a few questions about integrating Samsung and Google apps to provide a more seamless experience.
1. When I use Bixby to search for something on Google (ex. Hi Bixby, Google the meaning of life), Bixy would open Samsung Internet to search on Google. I've went into Settings > Apps > Bixby and made sure it's not the default app for anything. Is there a way to have Bixby use Chrome instead?
2. When I use Bixby to set a reminder, it's saved into the Samsung Reminders app. When I use Google Assistant to set a reminder, it saves it into the Google app. Is there a way to default this so that Bixby saves it to the Google app? The reason being is because I use Google Inbox app, which also displays my reminders. But it doesn't show reminders saved in Samsung Reminders
Any advice appreciated!
Bump
Short answer no. I use both Google assistant and Bixby.
jay8302 said:
Short answer no. I use both Google assistant and Bixby.
Click to expand...
Click to collapse
Do you use Bixby reminders? I've had a few instances where I forgot to do something because I was not around my phone to have Bixby alert me...
Had it been synced to Google Reminders, I would've known since I was on my Macbook, which has the Inbox app.....
Anyone know alternative solutions? Wish Samsung Reminder could sync with Google Reminders
1. Ok Google
2. Remind me to do.....at .....
Done
Can't you set Bixby up to do a specific task. When you ask Bixby to do something you briefly get the window afterword that give you options to "teach me how". I would try that, maybe you can get your results, or watch YouTube for sakiteck and his Bixby tutorials and there is a way to set a command to do a list if things.
Sent from my S7 Edge using XDA Labs
Greetings all,
I have an unlocked Note 9 (Model #SM-N960U1) I bought directly from Samsung that I use on the T-mobile network. I keep my schedules using Samsung's calendar app. When I attempt to add a location to my schedules more often than not the location can't be found. Apparently, my unlocked Note 9 is using "Foursquare" as Samsung's calendar maps search engine. Is there a way to remove Foursquare from my device, or at the very least select Google maps as the default for Samsung's calendar app?
You could always disable the app through adb commands
Clear Search
I haven't figured out how to get rid of "power by Foursquare" in the Samsung Calendar and make it go back to using Google Maps, but I did find a work around:
X out of the text in the SEARCH field
Select your current location from the list of pre-populated choices
It will let you switch from "Keyword" to "Address"
Then you can search for the address you really want
You should then be able to click DONE from the results
I prefer the Samsung Calendar widget since it has Transparency as an option but I guess I'll have to find a 3rd party widget that opens Google Calendar instead.
Good afternoon:
I've recently acquired the new Samsung Galaxy Watch3 (Bluetooth variant) and ever since then I have been trying to find an app to synchronize my Google Calendar events. The idea is to have an app with all the agenda items (just like the features that the app "Calendar gear" provides, however that one does not seem compatible with this watch). An idea could be to have a notification pop up to the phone so that it could be relayed to the watch, but I was wondering if any of you knew any app that could do the work. I tried searching the store, but nothing seemed to be compatible with Google.
Thank you for your attention.
On my watch I can see all the Google Calendar events in the Calendar widget, without having done anything to make that happen. The events are automatically synced with the Calendar events of my phone. On my phone I choose in which calendar the event is entered (usually Google or Samsung). Events of both are appearing on my watch. Trying to understand your problem - is this not working the same way for you?
The same for me. I did nothing to have the calendar events appear.
Good morning to both of you:
Thank you very much for your replies, I will definitely try using the native calendar app. Is the synchronization automatic once bluetooth is activated or does it have to be done explicitly from the phone?
Thanks again
The synchronizarion is automatic once the watch is connected to your phone.
Hello,
I use Tasker mainly for tasks concerning my bluetooth devices (e.g. headphones and car to start the music player).
Recently, I started using Android Auto in my car.
In a lot of situations, I drive and my partner searches for an address on her phone. Afterwards I have to tell Google Maps on Android Auto the address. To make this process more efficient, our idea is that my partner sends me the address through a messenger and I directly have it in my Android Auto/Google Maps.
We tried the following:
My partner sent me the Google Maps link through a messenger and the Google Assistant in my car just read out the text. Unfortunately the Google Assistant does not recognize the Google Maps link.
What I want to do therefore is:
- Use Tasker with NotificationListener Plugin
- I made a profile which listens to notifications in my messenger app. As soon as there is a text in the notification which begins with "https://maps." an action is started.
- And at this step I don't know how to continue.
Can someone help me with the actions?
I have to check the variable %nltext and click on the Google-Maps link. How do I do this?
Thank you very much.
EDIT: I found my mistake. I had to set a global variable which consists of the local variable %nltext to be able to use the split function. I thought, I could also split local variables.