tasker - LG G Watch R

Edited original post as now getting. a collection of tasker tasks i have going on and easier to keep them in the first post but Will help below if anybody wants to copy them, also if anyone else wants to post there's that will be good.
1st) have tasker to toggle settings like wifi brightness etc when i get to work. Reverts settings back when i get home. Produces notifications on watch.
2nd) sends a message to my wife when i say launch task 1 that tells her im on my way home.
3) launches a autowear location menu on the watch. In the menu i can select wether i want high accuracy or low and wether i want location services on or off atall.
4) when i charge my phone between 2230hrs and 0625hrs the watch is switched to screen off, Bluetooth off and phone set to vibrate. When its unplugged or after 0625 the watch is switched to always on and phone is muted.
5) mobile data on and off options via autowear.
6) detects when i have lost connection to the watch and immediately turns on GPS to record the location. Then notifies me on my phone with a map view. I fix generators for a living so i need to take my watch of sometimes or when i have a shower in the gym etc. If for whatever reason i forget it which is unlikely i will know where i last had it.
7) every morning when i take my phone and watch off charge it selects a different watchface every morning at random from a predefined list. (needs watchmaker to be installed)
8) using autowear so that when i start My Tracks on the watch it automatically starts my gps task for me.
9) little on screen widget that i can control my Xbox/sky/tv changing channels, volume, play and pause, go to Fifa 15, record that, turn everything off. Accomplished using autowear, autoremote, autoinput, and a redundant tablet.
I have only just began with tasker so my methods won't be the most efficient but they work. If anyone has better ways as i mainly using auto input then please get in touch.

Could you describe which apps you used to pull this off? Thank you

Yeah sure, was a app called Tasker that i used on my phone to create it all and then a tasker plugin called tasker wear i think.
I have since been tinkering with it.
The updated version now has the following options;
1) text the wife I'm on my way home.
2) turns Wi-Fi of, auto brightness on, sync off
3) opposite of 2.
4) closes and returns back to watch face.
With option 2 and 3 i get a notification of what has beebeen switched on/ off.
With option 1 it also activates option 3 ready for when i get home.
Also if i forget to do the above especially switch evereverything on it detects when I'm nearly home and does it for me.

check AutoWear tasker plugin from joao, you can do anything with it in combination with the other Autoapps.

TheKaser said:
check AutoWear tasker plugin from joao, you can do anything with it in combination with the other Autoapps.
Click to expand...
Click to collapse
I'll have a look at that thanks, currently going to create a task that switches between gps and battery saving location as you can't turn location of anymore. So will have it switch to gps when needed and back to battery saving when not.
Also going to see if i can switch to cinema mode when charging and lost connection to the phone together and to revert back to previous or new watch face when undocked and regains connection to phone.

Hi Phil, would love to hear how you get on with that.

Hi rusty,
Just finished putting something together.
I have tasker detect when it's on charge and if between 2230 and 0625, and if so it switches the watch screen to off, and Bluetooth of.
using a profile manger, that detects that the watch it's no longer connected so switches notifications on the phone back on.
The opposite is when it's unplugged it switches Bluetooth back on, turns the watch screen to always on and the profile manager then detects the watch so turns the phone to mute but watch still vibrates.
I can now sleep at night with no lights keeping me awake and the only thing i have to do is plug my phone in.
Just to note it was pretty simple to set up with tasker and autoinput.

TheKaser said:
check AutoWear tasker plugin from joao, you can do anything with it in combination with the other Autoapps.
Click to expand...
Click to collapse
Hi kaser, as you recommended autowear do you have any experience with it as i can't get my head round it and there isn't much on YouTube or Google to help out.

phil gpx said:
Hi kaser, as you recommended autowear do you have any experience with it as i can't get my head round it and there isn't much on YouTube or Google to help out.
Click to expand...
Click to collapse
Hi, sorry for the late reply, I was on holidays.
I do have some experience. You need to download AutoApps from Google Play and suscribe to the alpha testing. Then you can download AutoWear. For this you also need to joing the Google+ community where the developer is always nice and reactive when posting bugs, questions or guidelines. Posting at the community is the best thing you can do since AutoWear is still in Alpha and it improves every day and it is not too straight forward to understand, especially how it communicates with AutoVoice and how commands and parameters are passed to Tasker.
By the way, I have a similar profile telling my girlfriend when I get to work, when I leave work and when I have parked at home coming from work, which automatically trigger depending on my location and connection to my car's bluetooth or work's WiFi. You don't really need your watch for that

Cheers for replying.
I have already downloaded it and played around but can't get my head around the processes of the app.
I followed the guide for the voice screen but cant get new screens up or start tasks etc.
I'm usually pretty good at working things out but cant with autowear.

what is it you are trying to do? Do you have the latest version of tasker?

Yeah i have the updated tasker but just can't work out how to get from the voice screen too say a "4 menu screen" that has tasks i have set up. Not sure what i want to accomplish with tasker next but i know if i can understand autowear it would help.
Have you done anything with autowear.
I have done the above tasks in the first post with autoinput and taskerwear but that is just a series of notifications that you can select to start tasks.

my main use for autowear is to send whatsapp messages from scratch (whatsapp currently only allows to reply to messages).
To achieve this I open an AutoWear Voice Screen by shaking the watch, and say "write to XXXX and say YYYY". This triggers an AutoVoice profile configured to react to "write to (?<contact>.+) and say (?<message>.+) (using Regex)
Inside the task, I do an WhatsTasker plugin contact search of the variable %contact generated by the regex command. Once found, I text the %message to this contact using whatstasker.
The best thing to do is to read the variable descriptions in the task. For example, you create your profile of AutoVoice Recognized. Inside it, before clicking configuration, you can see all the local variables available and their description. These are usable within the task. Same thing goes for any autowear task, they are usable after calling the task.
For example, in my task, after finding the contact, I have an AutoWear confirmation screen with the picture of my contact, his name, and the message I dictated. And following that I have an if %awmessage (the output of this confirmation screen) is different to cancel, then send the message.
Hope this helps a bit!

Thanks buddy, i will try and emulate this tonight once the kids are in bed. Whatsapp was one of the things i have been thinking of doing, just wish there was a way of bringing up a previous conversation without waiting for a new message.

well maybe you can capture the messages as they come, along with the sender's name, and save them in a temp file. Then create an autowear screen that shows the content of this file when requested... but I guess it would be very difficult to make it work perfectly (especially with groups).

I have managed to create and implement a mobile data on and off switch into my interactive notification popup for system settings using tasker, taskerwear and autoinput.
I now have the ability to switch wifi, mobile data, gps on and off as well as high and low accuracy location services and change profiles from one notifaction popping up.

left watch behind
Currently trying to set up a tasker profile that when i get disconnected from my watch will activate gps, stores the location, notifies you where it is and shows you on the map.
Hopefully will never need it but you never know. I.e you leave it in the gym, at work etc
Is there already something that does something similar as struggling at the moment but will crack on if there isn't.

Any one let me know about how to get nearby cell tower ID in a single variable.
Otherwise, how to convert the context in profile as a task.
Ty
Sent from my Micromax A58 using XDA Free mobile app

I'm sorrlearning tasker but i think if you create a new profile that activates when you connect to that cell tower. Then create a task and set variable %whateveryouwantto to %CellID.
You should only have to do that profile once and the variable will be set and you can use it in your profiles and tasks.
On another note i got my lost watch profile working like a charm.

Great Job
TheKaser said:
my main use for autowear is to send whatsapp messages from scratch (whatsapp currently only allows to reply to messages).
To achieve this I open an AutoWear Voice Screen by shaking the watch, and say "write to XXXX and say YYYY". This triggers an AutoVoice profile configured to react to "write to (?<contact>.+) and say (?<message>.+) (using Regex)
Inside the task, I do an WhatsTasker plugin contact search of the variable %contact generated by the regex command. Once found, I text the %message to this contact using whatstasker.
The best thing to do is to read the variable descriptions in the task. For example, you create your profile of AutoVoice Recognized. Inside it, before clicking configuration, you can see all the local variables available and their description. These are usable within the task. Same thing goes for any autowear task, they are usable after calling the task.
For example, in my task, after finding the contact, I have an AutoWear confirmation screen with the picture of my contact, his name, and the message I dictated. And following that I have an if %awmessage (the output of this confirmation screen) is different to cancel, then send the message.
Hope this helps a bit!
Click to expand...
Click to collapse
It sounds great :good:
May you please share your work with screenshots or something else so I can make it work for me?
Thanks in advance and best regards

Related

Auto-start GPS recieve when using Google Maps...Possible?

OK..Hope this is the proper place to post this...
I am horrible at remembering to charge my phone, thus I don't keep GPS on at all time because of battery drain. However, I find it frustrating that every time I start Google maps that I have to enable the GPS. It seems to me that there should be a function built into that app which would enable the user to have it automagically enable the GPS reciever on the apps start up. To my knowledge this isn't possible but I feel it would be very useful. So, does anyone know how one would achieve this? Would it be possible to write a script that would accomplish this?
Thanks in advance for the input.
Menu button, Settings, Security & Location, set "Enable GPS satelites"
if you enable gps it wont actually turn on until you open google maps or a location based program (you will see a satellite dish at the top letting you know if it is on). the gps setting basically just tells the phone if a program requests gps location it is okay to turn the gps antenna on.
otherwise its off and battery doesn't get affected
Thanks...
Hey dk75 & averma, thanks for the posts. I should really read the fine print on some of these menu options prior to asking these questions...oops!
Hello!
My wife and me use latitude (from google) to see where we are on Google maps. Latitude works best if the GPS is on. HOWEVER, we just need to see each other on google maps when we are driving home (between 17:00 and 18:00). If i turn on the gps, latitude will eat the battery the whole DAY...) I would like to know if there is a way to schedule the activation of the gps...
pbecks1963 said:
Hello!
My wife and me use latitude (from google) to see where we are on Google maps. Latitude works best if the GPS is on. HOWEVER, we just need to see each other on google maps when we are driving home (between 17:00 and 18:00). If i turn on the gps, latitude will eat the battery the whole DAY...) I would like to know if there is a way to schedule the activation of the gps...
Click to expand...
Click to collapse
Try looking up "Locale" on the market. App isn't free, but most of the plugins for it are, and you can combine the functions of the plugins to do almost anything.
I use it for exactly what you're talking about myself.
Google Maps doesn't Auto-start GPS
Hi all,
I know this thread is pretty old but hoping for a reply all the same. I'm using the Galaxy S in the Uk with Google Maps & Navigation. I used to have the HTC HERO running maps & navigation and whenever I started either of those apps, the little atenna would appear to show that it was trying to find a gps position.
However, on my Galaxy S, whenever I start Maps or Navigation nothing happens. Even though I have "use wireless networks" and "use GPS satallites" both checked.
I cant imagine that technology would have taken a step back from such a useful feature and it is really irritating having to remember to disable/enable GPS (using SwitchPro home screen widget) before being able to use Maps or Navigation.
Anyone have any ideas how to fix this??
Install Tasker app and create a profile that enables GPS when you run Maps app.
tasker
tasker does not let you autostart gps... is there any other way. i also hate having to turn on gps and right under enable gps in blue words under settings it says< uses more battery. i can send pic
[TUT] Enable GPS automatically for Maps
[email protected] said:
tasker does not let you autostart gps... is there any other way. i also hate having to turn on gps and right under enable gps in blue words under settings it says< uses more battery. i can send pic
Click to expand...
Click to collapse
i have spent sometime now lurking behind the scenes in this group and
have read, in detail, my share of the posts. Make no mistake, the
guys here are experts and being experts their methods/explanation
often goes way over the head of the typical noob. this post is to
introduce this wonderful application of tasker to the inimitable
noob. i hope my effort would ease someone's labour.
imagine this scenario: you switch on maps on your phone and keep
wondering why it does not show your precise location and then it hits
you! you did not switch on your GPS. this post explains how to create
a profile that switches on your GPS automatically when you fire up
maps.
Just remember this: Profile is the context i.e. what you want to do.
in the present case, you want to first start maps and when maps is
started you want to switch on GPS. then when you exit maps, you want
GPS to be switched off. this is the object.
Stage 1: In profile tab click the + sign. give a name like 'MAP'.
this name will identify the profile that is currently active. after
you name it press the green tick and you are shown several options
like application, time, day etc. Now maps come under applications, so
press applications and all the appliations in your phone are
displayed. scroll down and select maps and press the tick mark. at
this stage you have told tasker that whatever you want to do revolves
around maps.
Stage 2: Now that you have hinted to tasker about the application
that is to be run, we should next state what should happen when the
appliation is started. after you press the tick mark you will be
shown a window asking for task selection. press new task and give it
a name like switch on GPS.
Stage 3: after baptising the task, you will be taken to a broad
window . press the + mark on the bottom left and the confusion
begins. a pletora of options is thrown at you (this is why tasker is
so darn powerful). this is called the 'select action category'.
digressing a little here you should know that google has changed
something with android and you cannot in the usual course toggle GPS.
so you should download an app called 'secure settings' (from google
play) and install it. once it is installed open it and it gives you an
option to install a helper. install the helper also. this activates
the GPS option.
Stage 4: once that process is completed, come back to tasker and get
yourself to the 'select action category'. here press on plugin and
then on secure settings. in the next window, touch 'edit' and then
scroll down to GPS and touch it. three options are displayed viz. on,
off and toggle. choose on and press the floppy disk icon to the
bottom left. press the tick mark and again press the tick mark. at
this stage you have succeeded in activating GPS when maps is started.
however, when you exit maps you find that GPS does not switch off by
itself.
Stage 5: to make it switch off by itself, you need to create the same
task again. just long press on the task which has already been
created (called here as switch on GPS) and you are presented with
several options. select the first one - 'add exit task' and follow
the process as in stage 4. however, instead of choosing 'on' select
'off' this time. once this is done come out and test it.
Stage 6 - and the most important - Feel happy and satisfied.
i am sure there should be some easier way to do this. however, in my
limited understanding of tasker this was how i did it. i really am
confused about the variables. i hope someone will help. when i say
confused, i should clarify that i have no inkling of what it does. :
( could someone tell me where to read up on it? i have searched on
google and i havent found any satisfactory explanation.
i will continue to post my profiles and i hope it is of help to the
group here.
J.RAM
the power of automation
capaxdoli said:
i will continue to post my profiles and i hope it is of help to the
group here.
J.RAM
Click to expand...
Click to collapse
Thank you for your post, I wouldn't be able to do it without you man!
I have a question. I'm using LBE security master which monitor my firewall, wifi, adware, etc. is there a way for tasker to check in LBE firewall and toggle my wifi/data when I want it? instead of creating a new profile for ON/OFF wifi. I just want it to look in my app and see what app has permission to what and allow/un-allow.
Thanks again!
[email protected] said:
tasker does not let you autostart gps... is there any other way. i also hate having to turn on gps and right under enable gps in blue words under settings it says< uses more battery. i can send pic
Click to expand...
Click to collapse
Yes is does autostart if you want with tasker..
Verstuurd van mijn GT-I9000 met Tapatalk
You can use the "Auto-Enable GPS for Maps" application, which switches both WiFi and GPS on when you launch Maps, Navigation, Local or Latitude, and restores them to their old state (e.g. switched off) when you quit these apps.
capaxdoli said:
i have spent sometime now lurking behind the scenes in this group and
have read, in detail, my share of the posts. Make no mistake, the
guys here are experts and being experts their methods/explanation
often goes way over the head of the typical noob. this post is to
introduce this wonderful application of tasker to the inimitable
noob. i hope my effort would ease someone's labour.
imagine this scenario: you switch on maps on your phone and keep
wondering why it does not show your precise location and then it hits
you! you did not switch on your GPS. this post explains how to create
a profile that switches on your GPS automatically when you fire up
maps.
Just remember this: Profile is the context i.e. what you want to do.
in the present case, you want to first start maps and when maps is
started you want to switch on GPS. then when you exit maps, you want
GPS to be switched off. this is the object.
Stage 1: In profile tab click the + sign. give a name like 'MAP'.
this name will identify the profile that is currently active. after
you name it press the green tick and you are shown several options
like application, time, day etc. Now maps come under applications, so
press applications and all the appliations in your phone are
displayed. scroll down and select maps and press the tick mark. at
this stage you have told tasker that whatever you want to do revolves
around maps.
Stage 2: Now that you have hinted to tasker about the application
that is to be run, we should next state what should happen when the
appliation is started. after you press the tick mark you will be
shown a window asking for task selection. press new task and give it
a name like switch on GPS.
Stage 3: after baptising the task, you will be taken to a broad
window . press the + mark on the bottom left and the confusion
begins. a pletora of options is thrown at you (this is why tasker is
so darn powerful). this is called the 'select action category'.
digressing a little here you should know that google has changed
something with android and you cannot in the usual course toggle GPS.
so you should download an app called 'secure settings' (from google
play) and install it. once it is installed open it and it gives you an
option to install a helper. install the helper also. this activates
the GPS option.
Stage 4: once that process is completed, come back to tasker and get
yourself to the 'select action category'. here press on plugin and
then on secure settings. in the next window, touch 'edit' and then
scroll down to GPS and touch it. three options are displayed viz. on,
off and toggle. choose on and press the floppy disk icon to the
bottom left. press the tick mark and again press the tick mark. at
this stage you have succeeded in activating GPS when maps is started.
however, when you exit maps you find that GPS does not switch off by
itself.
Stage 5: to make it switch off by itself, you need to create the same
task again. just long press on the task which has already been
created (called here as switch on GPS) and you are presented with
several options. select the first one - 'add exit task' and follow
the process as in stage 4. however, instead of choosing 'on' select
'off' this time. once this is done come out and test it.
Stage 6 - and the most important - Feel happy and satisfied.
i am sure there should be some easier way to do this. however, in my
limited understanding of tasker this was how i did it. i really am
confused about the variables. i hope someone will help. when i say
confused, i should clarify that i have no inkling of what it does. :
( could someone tell me where to read up on it? i have searched on
google and i havent found any satisfactory explanation.
i will continue to post my profiles and i hope it is of help to the
group here.
J.RAM
Click to expand...
Click to collapse
How to enable the location settings along with the GPS ON task?

Looking for an app to filter calls.

Hi:
I am looking for an app to filter calls. I would like to allow only certain numbers, and block or silence the rest. All the apps I have found do the opposite, they block only the numbers you ask them to, and it would be very impractical to have to add all numbers except for the 2 I want to allow.
The latest one I tried was call filter, which was great, and easy to use, but the same as the others, you could only block individual numbers, rather than allow only specific numbers.
Thanks!
You can use Tasker to do that. I had a Tasker profile that ran at night when my phone was on silent. It would ring only if calls came in from my children or my parents. You could use the same type of profile but have it active all the time.
Tasker is more complicated than your typical android app. But there are example profiles that you can download and modify.
Sent from my Captivate
Hi Redger:
Thanks so much for your reply. I downloaded and installed tasker. You are right, it is complicated. I installed the sample profiles for Auto Sleep Mode with Exceptions (sounds like what you mentioned).
I made it as far as adding the numbers I do want to ring. I am wondering is there any way to activate it manually (maybe a one click home screen type thing), rather than right now it is set to start automatically at a certain time?
Basically what I would like to do, is have only 2 phone numbers able to reach me (for both voice and sms calls) while I am sleeping, and all other numbers to be completely silenced.. I don't really want it to start and stop at a certain time, because my bedtime varies greatly from one day to the next.
Any help would be appreciated.
Thanks again!
cincy1020 said:
Hi Redger:
Thanks so much for your reply. I downloaded and installed tasker. You are right, it is complicated. I installed the sample profiles for Auto Sleep Mode with Exceptions (sounds like what you mentioned).
I made it as far as adding the numbers I do want to ring. I am wondering is there any way to activate it manually (maybe a one click home screen type thing), rather than right now it is set to start automatically at a certain time?
Basically what I would like to do, is have only 2 phone numbers able to reach me (for both voice and sms calls) while I am sleeping, and all other numbers to be completely silenced.. I don't really want it to start and stop at a certain time, because my bedtime varies greatly from one day to the next.
Any help would be appreciated.
Thanks again!
Click to expand...
Click to collapse
You can put a shortcut on the screen to tasker, and it will open to the tasks. Click on the real to turn off. 2 clicks I know.
I think the tasker forums can tell you how to make the task into a "program" like you want.
Edit. Try long pressing on the screen and go to task. It might be there.
Download the generic toggle widget. You can put the widget on your home screen and program it to toggle your sleep mode profile. Remove the time constraints from the sleep profile and set it up to work with the toggle widget.
Sent from my Captivate

[Guide] Tasker - Tasker/AutoRemote/etc ~ Videos ~ Guides ~ Profiles for Gear

I am in no way attempting to take credit for this program or any profiles created unless my name is annotated next to a published link. Support these guys buy buying their app(s) as this is a tremendous backend for amazing automation for today and the future.
In an effort to help everyone new to Tasker (and its associated apps like AutoRemote) and its capabilities, I'm starting this thread to list profiles that people are actively using on their gear.
What is Tasker?
Tasker is an application for Android which performs tasks (sets of actions) based on contexts (application, time, date, location, event, gesture) in user-defined profiles or in clickable or timer home screen widgets.
What are some of the things I can use these apps for?
While the number of uses for Tasker is limitless and only supressed by your imagination, here is a list of published tasker profiles that people have created for common yet out of the box thinking type usage: Tasker Profiles
Here are only some of the things you could do with Tasker, it's real power is the flexibility to combine contexts and tasks however you wish.
passcode-lock sensitive applications (e.g. for child safety)
change phone settings by
*application: long screen timeout in a book reader
*time: screen brightness lower in the evening
*location: ringer volume high at the office, turn off ke yguard at home
wake up with a random song from your music collection
Text-to-speech; read out loud: incoming SMS/ phone number, WiFi/Bluetooth status, when it's time for an appointment, when the battery is low etc etc (Android OS 1.6+ only)
launch a music application when your music SD card is inserted, otherwise a file browser
start the day with a particular application showing
change all your home icons and wallpaper every day, or in particular locations
turn the phone upside down to return to the home screen, tilt 90 degrees to the left and back to toggle speakerphone during a call
create a Home widget to
*toggle bluetooth/wifi on/off
*launch wireless settings dialog
*show a menu of tasks to choose
*send an emergency SMS with your GPS location
remap camera etc buttons to other applications, or show a menu of applications and/or actions
zip/unzip application data on the fly when an application is launched/exits
pause music playback while in a particular application, restart on exit
change the Home icon for any application
take a time-lapse photo series (possibly 'secretly')
make a regular backup of a file on the SD card
track your phone location via SMS in case of theft
extend the use of the media button on your headset: take a picture from a distance or go to the previous media track with a long press
record call times and destinations to the SD card
show a popup when an SMS arrives from a particular phone number
setup a birthday SMS to be sent months before it happens so you don't forget
record battery levels over time to a file on SD card
make automatic recordings of what you say during phone calls to SD card
during the night, turn on airplane mode to conserve battery/reduce radiation, but turn it off every 15 minutes to check for SMS/voicemail.
setup a vacation SMS message, with different messages for different callers
launch a music application when headphones are connected
Guides and Tutorials
OG Development Site for Tasker for Android
Massive amounts of reading material/guides
Tasker 101 Help Videos - by hollywoodfrodo
Tasker Profiles
Auto Bluetooth/Internet Tether - App Trigger Method - Props to Brendo.
Auto Bluetooth/Internet Tether - Screen On/Off Trigger Method - Props to st-tps
Please drop a note in the thread or PM me with your Profiles and/or Instructions. This is thread is to bring the power of Tasker on the gear to a single place. Thread links/files/guides all welcome.
Cool
Here's one that I've been using:
http://forum.xda-developers.com/showthread.php?t=2542050
Recommended companion app: AutoRemote
What we really need is an update to Tasker to allow exporting...
I would love if this thread develops and thank you for starting it...i am trying to learn how to use tasker to get weather widgets to read weather from stock weather widget.....F0mey said you needed SQlite which i have and tasker...but im lost from there
It has taken me the better part of 4 days to get mine set up for voice automation. I know I've barely gotten started but I can now give a voice command to the gear and have it open Pandora and adjust the volumes on the phone. Then pause Pandora and readjust the volumes with another command. Think entering and exiting your car. Having this core structure in place, I think as I move to a full home automation plan, I will be able to integrate it with no problems.
Tasker, Autovoice, and Autoremote are all required. When I get a little more time, I'll try to decompress all that I learned over these 4 days to create a tutorial.
In the meantime, if you search autovoice and autoremote on Youtube, you can find some great assistance. Armando Ferreira has some great tutorials that really helped me get to where I am (and pushing me to where I want to be).
I was hoping someone can help me with what I am trying to do. First I'll explain what I want and then show screen shots of what I tried. So basically I want my weather info to be set for UCCW widgets and it seems u need tasked and sqlite to do so. And no null has sqlite support so I'll show u what I've done.
I know I'm probably totally off but can anyone tell me if I'm close or help
Sent from my SPH-L720 using xda app-developers app
Great Job with the OP #WellDone
Sent from my SM-N900P using Tapatalk
Bump. Added new Bluetooth Tether method by st-tps. Please give them props and if you have any profiles you have created please share!
Do you have to have an internet connection on you Gear for the initial Autoremote setup? I really just need the bluetooth connection to my phone to send intents to trigger tasks from there. I've googled the crap out of it but keep coming to the same posts. Thanks!
snowmangoh said:
Do you have to have an internet connection on you Gear for the initial Autoremote setup? I really just need the bluetooth connection to my phone to send intents to trigger tasks from there. I've googled the crap out of it but keep coming to the same posts. Thanks!
Click to expand...
Click to collapse
I'm having the same issue. I can get autoremote to send through BT occasionally but not consistently.
I also have trouble with autovoice offline. Sometimes it works, sometimes not.
Sent from my SPH-L720 using Tapatalk
cvondra said:
Bump. Added new Bluetooth Tether method by st-tps. Please give them props and if you have any profiles you have created please share!
Click to expand...
Click to collapse
Nice thread, everyone can take use of the Tasker Power!
And thanks for the prop
When I double tap Nova, I use AutoVoice recognised Profile on Gear to send an autoremote message to the phone.
When the phone receives the message, it opens my Spotify playlist, and starts playing,
It also uses intents within Spotify to open the now playing window
Sent from my GT-N7100 using Tapatalk
Has anyone found way to activate/deactivate motions with tasker at a given time?
I use to turn it of when i go to bed to save battery
sent from my carrier pidgeon
pzayx said:
Has anyone found way to activate/deactivate motions with tasker at a given time?
I use to turn it of when i go to bed to save battery
sent from my carrier pidgeon
Click to expand...
Click to collapse
just what motions are you doing in bed exactly???
do you "sleep" with your watch on?
Wahaha! Nothing like that mate, but do you lay completely still when you are trying to sleep? Yes i sleep with the watch on because i am using the alarm feature and it works really good
sent from my carrier pidgeon
vibrate & ring
Any of you tasker experts know how trigger an event on an incoming call on the Gear? I've tried Event --> phone ringing, and it doesn't seem to trigger anything when I get a call. I was thinking maybe there's a way to do it with Intent Received, but I don't know which intent...
I wanted the gear to play a ringtone once when I receive a call (while the gear is set to 'vibrate')
I can achieve this using Autoremote. The phone ringing event works on the phone itself, so I had Autoremote send a message "RING" to the gear, and the gear received this and played the ringtone... it wasn't really a good way to do it, and wasted battery because I had to keep the Autoremote bluetooth listener on.
lopan2000 said:
Any of you tasker experts know how trigger an event on an incoming call on the Gear? I've tried Event --> phone ringing, and it doesn't seem to trigger anything when I get a call. I was thinking maybe there's a way to do it with Intent Received, but I don't know which intent...
I wanted the gear to play a ringtone once when I receive a call (while the gear is set to 'vibrate')
I can achieve this using Autoremote. The phone ringing event works on the phone itself, so I had Autoremote send a message "RING" to the gear, and the gear received this and played the ringtone... it wasn't really a good way to do it, and wasted battery because I had to keep the Autoremote bluetooth listener on.
Click to expand...
Click to collapse
I think you may need to find out what 'app' opens. Perhaps dialer? And trigger on app start as it doesn't seem to use the actually phone capabilities of android
Sent from my GT-I9505 using XDA Premium 4 mobile app
Brendo said:
I think you may need to find out what 'app' opens. Perhaps dialer? And trigger on app start as it doesn't seem to use the actually phone capabilities of android
Sent from my GT-I9505 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I just tried dailer ... didn't work Doesn't see like there are any other apps on the tasker app list that would apply to incoming calls. That's why i was thinking there was an intent or something else that could be monitored.
I have a simple one for alerting of Whatsapp messages (got sick of watch constantly alerting on group messages). Essentially it triggers a notification, then hides it
Make sure Tasker is set to send notificiations in Gear Manager
Make sure Tasker is turned on in Accessibility services
Profile: Notification Whatsapp
Cooldown: 5mins
Event: Notification
Owner Application: WhatsApp
Task: WhatsApp Message
1. Notify
Title: Whatsapp
Text: Message Received
Icon: [Can be anything, as doesn't show up anywhere]
2. Wait
Seconds: 5
3. Notify Cancel
Title: whatsApp
Further ideas:
- Display content (requires sqlite3)
- Only display for group chats
- Repeat alerts
UPDATE:
I use WhatsTasker for more detail. https://play.google.com/store/apps/details?id=net.zhdev.whatstasker

What Would You Like Tasker To Do?

Hey everyone,
I'm trying to get an idea of how everyone uses tasker or how they want tasker to work for them. Let me know in a comment everything that you have tasker setup to do right now. Also, what tasks do you want but are unsure of how to create a profile for them?
How would I...get my phone to tell me the weather whenever I open my closet? I let the weather determine what I wear and usually I check the weather on my phone right before getting dressed. Would be nice to automate that!
I'm using Tasker for:
-auto-rotate the screen when I launch some apps
-switch off when I'm connected to specific Wi-Fis
-auto-sync my Google account every 2 hours (without night tome)
-auto-sync Google and weather information 30 minutes before my alarm in the morning
I made a tutorial how to do the last one here: http://forum.xda-developers.com/showthread.php?t=3277729
Wysłane z mojego LG-D405 przy użyciu Tapatalka
svetius said:
How would I...get my phone to tell me the weather whenever I open my closet? I let the weather determine what I wear and usually I check the weather on my phone right before getting dressed. Would be nice to automate that!
Click to expand...
Click to collapse
After looking into it quite a bit, I cannot find any way that a task could be triggered by opening your closet door. I don't know how to go about making this work that would be more efficient than just using Google Now.
DrGreenway said:
After looking into it quite a bit, I cannot find any way that a task could be triggered by opening your closet door. I don't know how to go about making this work that would be more efficient than just using Google Now.
Click to expand...
Click to collapse
I figured it out, Greenway. All I need is a SmartThings open/close sensor to monitor when I open my closet door. It uses magnets to do this. Then, I can have Tasker "listen" for the notification that my closet door has opened, and then it will tell me the weather. Heck yah!
svetius said:
I figured it out, Greenway. All I need is a SmartThings open/close sensor to monitor when I open my closet door. It uses magnets to do this. Then, I can have Tasker "listen" for the notification that my closet door has opened, and then it will tell me the weather. Heck yah!
Click to expand...
Click to collapse
This also can be done using a Z-wave door sensor + a Vera hub and the AutoVera plug-in for Tasker. AutoVera can monitor all your Z-wave devices in real time to trigger a Tasker task.
In this example, The tasker profile would be:
if the closet door status change from "closed" to "open" (AutoVera) between 7:00 and 8:00 a.m.,
And it would launch the task to say aloud the weather on your phone. Already explained how to get and use weather data in this post
I guess your SmartThings setup is working pretty much the same way
NFC tags
svetius said:
How would I...get my phone to tell me the weather whenever I open my closet? I let the weather determine what I wear and usually I check the weather on my phone right before getting dressed. Would be nice to automate that!
Click to expand...
Click to collapse
Off the top of my head, I would suggest NFC tags, they are cheep, and you could stick one on your closet door. I believe tasker has an auto NFC function now that will let you create a task based on a NFC scan.
I could be mistaken though.
I do know that you can get the "auto barcode" pluggin which will allow you to automate a task from a barcode scan - just stick a barcode on the door and scan it in the morning!
I'm actually working on creating a personal assistant app that could give you these kind of contextual updates - it pretty easy now with api.ai pluggins.
---------- Post added at 02:49 PM ---------- Previous post was at 02:47 PM ----------
alray said:
This also can be done using a Z-wave door sensor + a Vera hub and the AutoVera plug-in for Tasker. AutoVera can monitor all your Z-wave devices in real time to trigger a Tasker task.
In this example, The tasker profile would be:
if the closet door status change from "closed" to "open" (AutoVera) between 7:00 and 8:00 a.m.,
And it would launch the task to say aloud the weather on your phone. Already explained how to get and use weather data in this post
I guess your SmartThings setup is working pretty much the same way
Click to expand...
Click to collapse
I didn't see your reply before I posted - yes that would be the ideal solution.
My basic tasks are
- silent when between midnight and 8am, if charger plugged in;
- silent during meetings
- launch Radardroid if connected to car BT
- send an automated Whatsapp saying "I'm driving, can't read messages, call me", if I am connected to my car BT and receive a message (using Whatstasker plugin). Yes I have teenage girls...
I have also automated a series of tasks for when I go out mountain-biking on my own:
scan NFC tag (using Trigger)
start Strava
send a Glympse by SMS to my wife, so she can find me if I do myself some serious damage in the middle of nowhere (using Autoinput to simulate keypresses since there are no intents to actually send the Glympse)
And the reverse when I get back:
scan a different NFC tag using Trigger
stop Strava
stop Glympse (using Autoinput again, as above)
send a Whatsapp to the missus, saying I'm home (using Whatstasker).
paul c said:
- silent during meetings
Click to expand...
Click to collapse
Do you take the data from calendar? If yes which one?
Thank you
D_Angelos said:
Do you take the data from calendar? If yes which one?
Thank you
Click to expand...
Click to collapse
Yes, from the Profile page, hit the plus sign, then state, and in the filter area start to write calendar. click on calendar entry, and the 5th entry is "calendar".
Hit the search icon, and you can then choose the calendar from the calendars you currently have.
I use it for:
* Rotate screen for certain apps
*Play music when connected to certain Blutooth devices
* Change volume when connected to certain wifi connections.
I'd like to learn how to use it with AutoAlarm to configure my Lifx light.
I've been trying to find a way to automate the voice recording app via nfc... has anyone seen this done?
paul c said:
My basic tasks are
- silent when between midnight and 8am, if charger plugged in;
- silent during meetings
- launch Radardroid if connected to car BT
- send an automated Whatsapp saying "I'm driving, can't read messages, call me", if I am connected to my car BT and receive a message (using Whatstasker plugin). Yes I have teenage girls...
I have also automated a series of tasks for when I go out mountain-biking on my own:
scan NFC tag (using Trigger)
start Strava
send a Glympse by SMS to my wife, so she can find me if I do myself some serious damage in the middle of nowhere (using Autoinput to simulate keypresses since there are no intents to actually send the Glympse)
And the reverse when I get back:
scan a different NFC tag using Trigger
stop Strava
stop Glympse (using Autoinput again, as above)
send a Whatsapp to the missus, saying I'm home (using Whatstasker).
Click to expand...
Click to collapse
how did u create this task . . . ."send an automated Whatsapp saying "I'm driving, can't read messages, call me", if I am connected to my car BT and receive a message (using Whatstasker plugin)"???
I would like , How I can use tasker with-in my Android phone using either my K9 mail client of the gmail apps .
First to check mail every certain mins , once a key word is search ( i.e. from my boss's email ) , takser use my Android phone's build-in SMS client to send myself an SMS.
Thank you very much.
Is it possible, that tasker would lower the priority of ongoing notifications on a condition (e.g. location), so that notification will run, but hides from lockscreen and showing only, if phone is unlocked (and rise after location change)?
i want to use tasker for spying...all activities sms,calls,open applications,locations,call recordings etc forwarded to me on my number/cloud etc with no traces there in their mobile. is it possible with no traces?
Auto reset Mobile Data Cycle on fresh purchase of data.
I know that Android automatically updates the data cycle every thirty one days.
However my carrier only allows a 28 day monthly data plan. Moreover if I do run out of data before that, the system does not account for it. This causes problems for my data cap management unless I manually reset it myself.
Now I think I have one half of it down. After each data plan purchase the carrier sends an sms conformation. I've set up a profile that is triggered when it reads the first half of the confirmation message from the carrier. I cannot however, find the necessary action to reset the data cycle.
Any and all help is appreciated. Thank you for putting up this thread.
taking pictures by fingerprint? this would be awesome
Diceware
I want to run a Diceware password generator from within Tasker. This could read from a Google Sheet, or from an internal file, or could have all the words stored in Tasker. I'm not exactly sure how to build it in Tasker. I can make a Google Sheet that will use a pseudo-random number generator to choose the values that will be used to select the words from the Diceware list.
Any ideas?
My dream would be picking up the phone from say desk unlocks the screen.
As far as I know it's a no go. Shame...

Question Do not disturb TO NOT activate when set to silence

Hi to all,
I've always used a great app to manage different sound profiles but with OnePlus 10 Pro (Android 13) I've encountered a big issue.
I need to set notifications to off during the night but rings and alarms have to be set to high.
This is because I need to be contactable for work but I do not want to hear notifications from other apps (mails, whatsapp, ...).
That app is Volume Butler.
In the past, it was simply possible to set the volume for notifications to 0 but now if I set this to 0, automatically the phone set the "do not disturb" mode that prevents calls and alarms, so I have to manually disable it and the automatic process is not working...
I was thinking to use an automated process to change the ringtone for notification using a null-sound but I have not found anything...
Any suggestions?
Thanks,
Alex
Tasker can do this. It may be overkill for what you need though, and it's not free.
It's like a way to create profiles that get triggered on a massive number of different things.
A couple I have for example, I turn off AOD on my phone when I'm sleeping, so it doesn't light up the room. I turn off wifi leaving the house, and turn it back on when I get to work, or back home. I mute my phone when I'm at work, and there's an appointment in my work calendar...that sort of stuff.
Tasker is my most used app, as it can do SO many things.
Tasker Tips & Tricks
Tasker is one of the most powerful apps available for Android. Discuss all of its amazing uses here!
forum.xda-developers.com
r/tasker
r/tasker:
www.reddit.com
But someone else may have a simpler option for you.
the_scotsman said:
Tasker can do this. It may be overkill for what you need though, and it's not free.
It's like a way to create profiles that get triggered on a massive number of different things.
A couple I have for example, I turn off AOD on my phone when I'm sleeping, so it doesn't light up the room. I turn off wifi leaving the house, and turn it back on when I get to work, or back home. I mute my phone when I'm at work, and there's an appointment in my work calendar...that sort of stuff.
Tasker is my most used app, as it can do SO many things.
Tasker Tips & Tricks
Tasker is one of the most powerful apps available for Android. Discuss all of its amazing uses here!
forum.xda-developers.com
r/tasker
r/tasker:
www.reddit.com
But someone else may have a simpler option for you.
Click to expand...
Click to collapse
Thank you! I've found MacroDroid that can automatically change the notification sound and for me is enough!

Categories

Resources