[APP] Automagic - Android Apps and Games

For those not aware of automagic:
Automagic is a automation application that uses a flow-chart interface to set-up the automations you want. It has a few pre-programmed flows (mostly hidden in the 'catalog'), but it's mainly the imagination that's the limit. So my reasoning for this post is collecting more flow charts or ideas, share them with others and hopefully inspire more.
Link
Automagic for Gleeo
Automagic premium
Automagic for gleeo is in principal for their time managing app Gleeo, but it can be used for a number of different tasks as wel.
Automagic premium is their paid app, I know that's commercial but it only features more actions/triggers/... than the free version, which is already pretty versatile on its own.
Flow charts
flow charts typically consist of
- a trigger (rectangle box with rounded corners)
- a condition (diamond box)
- an action (rectangle box)
My flow charts
- basic airplane mode by clock (see catalog by pressing the menu button)
- a basic wifi connected > disable mobile data // wifi disconnected > enable mobile data
- 2 NFC triggered flows (but they could be altered to location/time)

This app looks interesting. Love the flow chart design.
I downloaded the lite version, but there seem to be very little things I can do with it.
I dont mind paying for the pro, but would like to test the task that I wish to setup firtst; as I've already bought AutomateIt and Tasker (too complicated for my usage). AutomateIt does not have some actions that I wish to setup e.g. WIFI tethering.
Is there a trial app? or do you happen to have a Xperia S, and can confirm if the following action work:
1) trigger on/ off WIFI tethering (without intervention)
2) trigger on/ off GPS (without intervention)
3) trigger on/ off NFC (without intervention)

This application shows a lot of potential. I bought the pro version and will play around with it as soon as I have some time. In the mean time, I downloaded and activated and313's Proximity Screen On/Off flow. It works pretty well except for a weird admin problem message when trying to turn off the screen.
Overall, a good program with a lot of potential. Well done guys :good:
Edit: Enabling admin privileges for Automagic from settings solves the issue.

Been using this as a replacement for Tasker and have been very happy with it. The flowchart style profiles and logging options make creating complex profiles much easier. The other thing I like is that many options like NFC or lockscreen toggling are built in and it doesn't need all the extra addins/plugins that I needed to get things done with Tasker.

Kinda surprised this isn't popular. Any reason why? Seems like it's a very well made app.

utter! + Automagic + permanent voice recognition
Hi, good day all.
I'm trying to use command:2 (invoke permanent voice recognition) intent via automagic instead of Tasker. I much prefer Automagic and will not turn away from it. (I'm a novice re: programming language if even that)
I'll explain what I have tried so far, hopefully someone can lend a helping hand.
In Automagic I have tried "Start Activity" and "Send Broadcast" Action Types.
I'm making some progress with the "Start Activity" Action where my...
-ACTION TYPE = "Start Activity"
-ACTION = "android.intent.action.SEND"
-Explicit Component Checked...
PACKAGE NAME = "com.brandall.nutter"
CLASS NAME = "com.brandall.nutter.EIH"
EXTRAS =
"putString(command, 2);
putString(password, mypassword123)"
The ACTION results in a toast "utter! password failure for external application", it looks like the command is registering, but the password is not.
My utter! POWER USER PASSWORD = "mypassword123" literally, to make things simple... that password worked for me when invoking command:2 in Tasker. I've tried different alphanumeric passwords in utter! as well.
In other words I'm trying to set the data extras in automagic to "command:2" and "password:mypassword123", but, Automagic forces ";" and forces "putString" prestatements, if that makes any sense.
It looks like automagic has all intent Function, Variable, and Snippet options ie: putString, putBoolean, putFloat, putDouble etc.
How can I get Automagic activate the permanent voice recognition function in utter!?
It would be great to just be able to have some kind of activity shortcut to turn on off voice recognition instead of this, or just have it boot with phone boot. But I'm definately not complaining as utter! is free and very good!, thanks!

RESOLVED!
The great people at Automagic have replied to me (very quickly I might add) and have resolved my problem.
So for those of you who wish to control the permanent voice recognition of utter! via Automagic, here's the solution...
"Hi,
Your configuration almost works, only the extras field needs some small adjustments:
-ACTION: doesn't matter
-Explicit Component: Checked
-PACKAGE NAME: com.brandall.nutter
-CLASS NAME: com.brandall.nutter.EIH
-EXTRAS:
putInt("command", 4);
putString("password", "test");
It seems that utter uses an int for the command and not a string so you have to use the putInt function in this case.
The first parameter of the putInt and putString function needs to be a string, therefore the key has to be put into double quotes otherwise it would refer to a variable with this name.
Please also see the help page of action 'Script' for a description of the scripting language:
http://automagic4android.com/en/help/components#action_script
Utter also offers a plugin which can be used in Automagic with the action 'Plugin' but I'm not sure if utter allows to control the same functions using the plugin.
Automagic ROCKS!:good:

unknown cell ID's
In Llama, there's a trigger to invoke an action whereby if you are connected to unknown cell ID's the action is triggered. I wonder if it's possible to do the same on Automagic. Any ideas?

Hi,
please add a new action > remove / disable alarm
edit: calendar event from google calendar works also? edit 3: tested, its working
edit 2: Location based condition need a button "current Location"
cheers
starbase64

starbase64 said:
Hi,
please add a new action > remove / disable alarm
edit: calendar event from google calendar works also? edit 3: tested, its working
edit 2: Location based condition need a button "current Location"
cheers
starbase64
Click to expand...
Click to collapse
Try posting your requests on the automagic site. I don't think the developer has anything to do with this thread.
http://automagic4android.com/en/

simonwil said:
Try posting your requests on the automagic site. I don't think the developer has anything to do with this thread.
http://automagic4android.com/en/
Click to expand...
Click to collapse
Yes, I forgot to mention I'm not the developer,
Just made this post to form a basis to share flows with other xda users.
For official news/posts/questions/... use the links provided in the post.

Firehead said:
Kinda surprised this isn't popular. Any reason why? Seems like it's a very well made app.
Click to expand...
Click to collapse
I've been wondering that as well. This is a truly amazing app, and automating my phone has never been this fun. Automagic is compatible with all the Tasker plugins, and I have yet to find anything I can't do with this app that I could do with Tasker.
Here is part of my battery saving flow, enabling data traffic for a short while four times per hour while the screen is off (except for during nights and when battery is low), at the same time making sure not to turn off data if there is any ongoing traffic.
I could do the same in Tasker, but I find it so much easier to do when you can see the whole automation flow like this. Also, it looks impressive

malexin said:
I've been wondering that as well. This is a truly amazing app, and automating my phone has never been this fun. Automagic is compatible with all the Tasker plugins, and I have yet to find anything I can't do with this app that I could do with Tasker.
Here is part of my battery saving flow, enabling data traffic for a short while four times per hour while the screen is off (except for during nights and when battery is low), at the same time making sure not to turn off data if there is any ongoing traffic.
I could do the same in Tasker, but I find it so much easier to do when you can see the whole automation flow like this. Also, it looks impressive
Click to expand...
Click to collapse
How is this profile working for you? Would you mind sharing it?

steelersmb said:
How is this profile working for you? Would you mind sharing it?
Click to expand...
Click to collapse
It's working very well, and my battery lasts noticeably longer. Previously I was using a separate app for this, but making my own flow was more fun, and works just as well.
Here are the flows for you (one for when turning the screen off and one for when turning it on).

malexin said:
It's working very well, and my battery lasts noticeably longer. Previously I was using a separate app for this, but making my own flow was more fun, and works just as well.
Here are the flows for you (one for when turning the screen off and one for when turning it on).
Click to expand...
Click to collapse
Thanks, brow, but how do I import this .xml file into the app?

Firehead said:
Kinda surprised this isn't popular. Any reason why? Seems like it's a very well made app.
Click to expand...
Click to collapse
I think it's because he doesn't use advertisement for promote hes app

Importing flow as XML file
fuone said:
Thanks, brow, but how do I import this .xml file into the app?
Click to expand...
Click to collapse
Hi,
also tried to import xml files into Automagic Premium (AP)
But whithin the app you just get some bad Apps to select for opening the importing file. (Look at: Menue=>Manage=>Import Flows/Widgets)
So here is how it works for me:
- search file with any file browser
- try to open it and select AP for this action
- done
Next you open AP you'll find the flow at the "Ungrouped" folder, or in the folder defined by the programmer.
Hope this can help.

Hi,
press the 3dot to open the quick menĂ¼ for this flow and then press send, now you can attached the xml file here
regards
starbase64

This is best automation app i have ever used as i used tasker and lima.. But this app is so powerful and so fun.. I love it.. And so easy to use.. Recommended for everyone...

I know this is an old thread, but I just found out about it and was wondering if anyone had any amazing flows they'd like to share?

Related

[APP] Task Identifier [Android 2.1 and up!!!]

!!!If you have Android 2.1 the app now is in the market!!!
Android 2.2 and higher are also still supported
This is not another Auto Task Killer, no.
Thanks for all the help from everyone! We've moved into a lite and full version now on Android 2.2 and 2.3 phones.This is a new program which allows the user to specify alert levels to phone tasks and give you insight into what your phone is really doing. Make a call, ever wonder what apps may be listening? What's going on when you phone is in standby? In creating this, I will say that I've been surprised a few times at what is really going on. I want any and all feedback as well as we are trying to make this into something special. I am the actual developer of this app.
The full version has:
-Common Names and Actual Application Icons
-No Ads
-Access to all App Settings
-Ability to change alert level from List Tasks
-Removed Internet and Location Permissions
And we have a slew of other features planned for only the full version, but we don't want to spill the beans on those quite yet, but they will enhance the tool greatly!
Both versions now have the new UI as well.
Anyone who had the beta should be notified to upgrade to the lite version now.
Download Task Identifier Lite from your phone:
market://search?q=pname:com.task.identifier
Download Task Identifier Full from your phone:
market://search?q=pname:com.task.identifier.full
I've also attached a QR Code to scan for both versions. Or just search for Task Identifier in the market.
I hope you all find this useful and enjoy!!
smart work
notowork said:
smart work
Click to expand...
Click to collapse
Thanks!
10
Hehe, I like how the only comment for the app (5 stars and "awesome" as comment) is currently by a user named 'x2k'. Hmmm.
I've just installed it and it's been less than a minute and I got an alert from an app that no longer needs to sync...So I disabled it (every little bit of non-sync means longer battery life!).
So far it's looking very promising! I'll definitely report back on my experiences!
Okay, first big thing...
Can you please resolve the cryptic app names to their more friendly name variants?
It's hard to read and make out the com.blah designations.
Thanks!
So far it seems like a cool app. I've been using WatchDog for ages to alert me when an app misbehaves.
But I'm confused about this app. When would you want to be using this? Can you give an example?
I'll keep it installed and see how it goes. Thanks.
Paul22000 said:
So far it seems like a cool app. I've been using WatchDog for ages to alert me when an app misbehaves.
But I'm confused about this app. When would you want to be using this? Can you give an example?
I'll keep it installed and see how it goes. Thanks.
Click to expand...
Click to collapse
Thanks for trying. This is more of an app to alert you as to what your phone is doing, ie what loads at a given point in time on your phone.
x2kjosh said:
Thanks for trying. This is more of an app to alert you as to what your phone is doing, ie what loads at a given point in time on your phone.
Click to expand...
Click to collapse
Thanks. I'm playing around with it and actively trying to make notifications pop up I opened Facebook and Google Reader started, as did Maps. Weird.
Which brings me to a question: how do we know whether the task started was CAUSED by the current app I'm using, or Android just randomly started it?
For example, it's possible Facebook opened Maps in order to try to get my location, but I don't see the connection between Facebook and Google Reader. Which is why I ask if it's random, or the app I'm using is causing other tasks to run.
Paul22000 said:
Thanks. I'm playing around with it and actively trying to make notifications pop up I opened Facebook and Google Reader started, as did Maps. Weird.
Which brings me to a question: how do we know whether the task started was CAUSED by the current app I'm using, or Android just randomly started it?
For example, it's possible Facebook opened Maps in order to try to get my location, but I don't see the connection between Facebook and Google Reader. Which is why I ask if it's random, or the app I'm using is causing other tasks to run.
Click to expand...
Click to collapse
I've found when you start doing things you see patterns. On my old Eris while I was testing this, every time I made a phone call, ebay would start! Glad it seems to be working for you! Thanks!
Great thanks
wael0x said:
Great thanks
Click to expand...
Click to collapse
You're welcome.
Sounds like a great troubleshooting tool. Nice work!
I'm liking this app more and more. A few more comments and requests.
Comments
* I like the main app window. Large fonts, long-press to get quick-help or short press to go to the item. Nice
* Screen off app start notification, nice!
Requests
1. Possible to get more detail about why or how an app was triggered? Like, was it triggered by a service? another app? etc. And did the triggered app take any actions? Like sending network traffic or queried the GPS and such?
2. The 'Setup Alerts' window is hard to read through, could you maybe add color so all the status 'Green' items have the word 'Green' in green font and so on?
Just added a 5 star rating on Market, keep up the good work!
Namuna said:
I'm liking this app more and more. A few more comments and requests.
Comments
* I like the main app window. Large fonts, long-press to get quick-help or short press to go to the item. Nice
* Screen off app start notification, nice!
Requests
1. Possible to get more detail about why or how an app was triggered? Like, was it triggered by a service? another app? etc. And did the triggered app take any actions? Like sending network traffic or queried the GPS and such?
2. The 'Setup Alerts' window is hard to read through, could you maybe add color so all the status 'Green' items have the word 'Green' in green font and so on?
Just added a 5 star rating on Market, keep up the good work!
Click to expand...
Click to collapse
Thanks for the suggestions. Those are features we truly will consider adding as it will just make the tool even better. Thanks!
There will probably be updates from time to time through the market
Sent from my ADR6300 using XDA App
First of all, thanks for a great app.
I really like the fact that it reports on tasks/processes started while the screen was off!
I have some suggestions though:
1: When I click the icon in the app list to open the menu, it just shows the "Starting monitor" message and nothing else. I have to open an app to get the message in the pull down bar and click on that to start the application it self.
2: On my Samsung Galaxy S i9000 the layout of the application is just a bit to long for a full screen. We are talking about 1 cm or something.
3: I would very much like a log, so that I can check back, what applications started during screen off, and at what time/date.
4: The way the Android memory management works, I guess it's normal for Android to start and application/process to memory by itself from time to time. Is it possible to show this somehow? For what is interesting here is when an application is launching another application or process, and not when Android memory management is putting an application in memory.
Thanks for your great work, I'm looking forward to further updates to the application!
Just saw this on the front page and thought it looked pretty interesting. Installed a few minutes ago, but so far I like it. Not too intrusive with the pop-up.
As Namuna posted though it would be nice to get more detail.
Also to have the actual app name rather than com.xxx.
Really good work.
Installed.
I like the idea that we can see what tasks are really doing in the background. But as noted by some above, the notifications are a bit cryptic at the moment.
After installing and running the app, I started updating some of my other apps in App Market and my phone crashed. This has not happened before and I seems from my layman eyes that too many things might have been running in the background.
When the phone restarted, it too forever for anything to be displayed and the 3 widgets I had on the homescreen refused to load up. Again it seems to me that this app is popping up too many notifications - I have now stopped the app from starting up and running on start up.
I don't know whether this is unique to me or not though. I am running the app on Samsung Galaxy S (international) on stock Froyo with LauncherPro.
Still, I like this app and will use it more. Keep up the great work and many thanks.
Edit : just checked app settings again, and although I explicit unchecked app running on phone startup, the box is checked again. I unchecked the box and pressed save again. Re-entered app settings and the box is checked again. Am I missing something?
This looks very interesting.. So it's installed and ready for testing
Thank you very much for that app, it's awesome. I agree with the recent posters that the name of the app in addition to the com.blah.blubb would be a great help to identify the task. Also I'd like to see a possibility for a logfile.
Keep up the good work!
EDIT: I can hardly read the small, dark font when setting task levels since I use almost the very darkest display settings to save battery. So being able to chose the font color would be great but has absolutely no priority. Again: great app!Using it all day long now and I am surprised what tasks are being started!

[APP] Tasker: how to set default application?

Hi, I hope I'm posting in the right forum here!
Several people have said that the following is possible, but nobody knows how to actually do it!
I want to make tasker switch my default browser whenever I have mobile data enabled. The task would be pretty similar to the "switch input method" function, but I can't figure out how to do this.
Is it possible?
Sent from my GT-I9000 using XDA App
Bump
Sent from my Nexus 7 using Tapatalk 2
May I bump this?
I'm searching everywhere for a hint of whether my task is possible:
I have a plan that consists of 200 minutes, and unlimited calling to my 'Fav 10'.. I also have a data cap of 1Gig. I would like for Tasker to keep track of my minutes used (rounding up as my carrier does not bill by the second), and once it reaches a defined count (200), it'd switch my default phone dialer over to Skype for ONLY the phone numbers that are not part of my Favourite Ten (or Dell Voice, however Google Voice is not available in Canada at the moment).
Skype rates are 3cents/minute, compared to 45cents for every extra minute on my plan; it is possible to $3+tac for call forwarding, but it doesn't seem to let me exclude callers from the feature. Also, I'm trying to live within certain budgets, as I am a student.
As well, I would like to be presented with an option box, to use either my native phone dialer or Skype, if I am approaching my 1gb cap (even a MB over will cost me a large chunk of money).
So... I'm searching and continuously searching... but I ask for anyone's help who may have.
Thanks a lot everyone..
Ryan
I think it's doable, at least some of it, but you would need someone who knows a lot about the logic syntaxes in Tasker and their limitations, which I unfortunately don't.
Sent from horseback.
Thanks for the insight.
After only having Tasker for a few days, just by what I wrote above I can definitely see it as maybe possible.
But, as like you, I don't know enough of this to even begin, I'm afraid.
I'll keep an eye on this thread and bump it every so often until I give up, or until I'm told to stop
adytum said:
Hi, I hope I'm posting in the right forum here!
Several people have said that the following is possible, but nobody knows how to actually do it!
...
Is it possible?
Click to expand...
Click to collapse
This is not an exact "set default application", but you can try this. Make the task with shortcut (and call it myBrowser). This task will run a different apps depending on the conditions (WiFi, Mobile Data, etc.).
memberfive said:
This is not an exact "set default application", but you can try this. Make the task with shortcut (and call it myBrowser). This task will run a different apps depending on the conditions (WiFi, Mobile Data, etc.).
Click to expand...
Click to collapse
Thanks, but it's over a year since I posted that, and actually started to do the exact thing you mentioned shortly thereafter myself
Sent from horseback.
Open a web page in a non-default browser / changing the default application
adytum said:
Hi, I hope I'm posting in the right forum here!
Several people have said that the following is possible, but nobody knows how to actually do it!
I want to make tasker switch my default browser whenever I have mobile data enabled. The task would be pretty similar to the "switch input method" function, but I can't figure out how to do this.
Is it possible?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Prerequisites:
1. Root access
2. Tasker installed
It depends on the Action/Mime Type that you want to change but for opening an url in a non-default browser this works - I tested it.
Create new task: Misc>Send Intent
Action: android.intent.action.VIEW
Cat: None
Mime blank
Data: "your url"
Extra blank
Package: com.android.browser or com.webbrowserminiapp or "the package of whatever browser you want to use"
Class blank
Target: Activity
The rest is peace of cake.

Help: Send intents from Llama to Tasker

I like Llama's location services much better than Tasker's. I see that Llama has a send intent action. I'd like to be able to have Llama send an intent to Tasker, so that when Llama senses a new area, it will change my "%Location" variable in Tasker to "Car," "Home," "Work," etc. I have no idea what to do with the create intent screen though. Does it matter what I put in the intent boxes on Llama, or do I just make them up? There are boxes on Llama for "Intent Send Mode," "Package Name," "Class Name," "Action," "Categories," "Data," and "Data Type" on Llama. Under the "Intent Received" condition in Tasker, it has "Action," "Cat" (x2), "Scheme," "Mime Type," and "Priority." The only ones I see that lines up between the two are Action and Categories. Do I just type something matching into Action on both to make it work? I really don't get intents, even though I've tried to read multiple guides on them.
Meriwether_R said:
I like Llama's location services much better than Tasker's. I see that ...
Click to expand...
Click to collapse
I am wanting my Llama to interact with Tasker, as well, Meriwether. Specifically, I am wanting it to launch tasks from Tasker when it detects a location/time change; I've noticed that on my device (VZW G Note 3 4.4.4), Tasker's tasks seem to play nicer than my Llama's tasks with my phone's configuration and settings.
I've come across Llama's guide on using intents within the app, herehttp://kebabapps.blogspot.com/2011/07/android-intents-aka-widget-locker.html?m=1, and Tasker's intent guide here http://tasker.dinglisch.net/userguide/en/intents.html. After reading through them, I am still confused.
I'm going to peruse the Android SDK expansion of intents again (linked in the aforementioned Tasker link near the top), and maybe I'll grasp a concept or two that I didn't catch the first time.

Tasker support available - TaskS2

Didn't see anything here in the apps forum on Tasker support on the S3. (There are a couple threads in the Q&A section that mention it.) Adding info here in apps so folks to find it easily and set it up to try.
Original thread from S2 forum where it started is here. Link below is to page five in that thread where the author of the app announced the original release a couple years ago.
https://forum.xda-developers.com/gear-s2/help/request-tasker-interface-t3217756/page5
Install the "TaskS2 for Tasker: Automation on your Wrist" app on your Gear S3 from the Gear mobile app. (99 cents)
You'll need to enable "Allow external access" in Tasker Preferences on your phone (Misc. section of Preferences) so the watch app can access it.
Some have had issues w/disconnects to the Tasker app but in several days using it I've never seen that issue come up. Removing the Tasker app from battery optimization should resolve/help w/that issue.
I've used TaskS2 to manage my phone settings (e.g., set to vibrate in movie theater) and home automation tasks (turn off lights, lock doors, etc.).
Fun stuff.
Same author has another app that works with IFTTT and is supposedly "Standalone" called Trigger. I find it more responsive and doesn't disconnects as often as TaskS2
gremlin007 said:
Same author has another app that works with IFTTT and is supposedly "Standalone" called Trigger. I find it more responsive and doesn't disconnects as often as TaskS2
Click to expand...
Click to collapse
Thanks, I'll look at it.
I've still had zero disconnects/delays with TaskS2, so still wondering why others had that issue. Been perfect for me. I've had more delays w/IFTTT automations that I use w/my home automation (SmartThings) so not sure that IFTTT would be better than me, but always love a new toy so I'm off to look into his IFTTT app.
Thanks!
Redflea said:
Thanks, I'll look at it.
I've still had zero disconnects/delays with TaskS2, so still wondering why others had that issue. Been perfect for me. I've had more delays w/IFTTT automations that I use w/my home automation (SmartThings) so not sure that IFTTT would be better than me, but always love a new toy so I'm off to look into his IFTTT app.
Thanks!
Click to expand...
Click to collapse
My Tasker app is heavy on my phone because I use it to control my home automation (Wink), and not natively. It's a custom JSON set-up coupled with Autovoice, Autoinput, Autoremote etc. I'd rather have direct Tasker connection than go over the net through IFTTT too due to the delays but it seems to be the most reliable thing for me. Hope it works out for you! IFTTT + Stringify really does let you do anything you want though.
The IFTTT triggers can be used with Makers channel and Autoremote on your phone to control Tasker stuff. That's how I use mine as a plan b when TaskS2 fails.
For those using this app, can you automate the watch brightness? I'm a moderate - heavy tasker but looking at the app description it appears as though it only allows you to access existing tasker profiles.
shotguntheenforcer said:
For those using this app, can you automate the watch brightness? I'm a moderate - heavy tasker but looking at the app description it appears as though it only allows you to access existing tasker profiles.
Click to expand...
Click to collapse
I use it to run tasks on my phone to control my phone and my home automation (SmartThings).
Haven't tried to use it for watch control - you'd need a way to interface w/the Gear app, AFAIK, to control watch settings.
shotguntheenforcer said:
For those using this app, can you automate the watch brightness? I'm a moderate - heavy tasker but looking at the app description it appears as though it only allows you to access existing tasker profiles.
Click to expand...
Click to collapse
It is not possible but could be a nice feature Especially when i'm using a sHealth and every time need to turn off bluetooth in the watch manually.
Redflea said:
I use it to run tasks on my phone to control my phone and my home automation (SmartThings).
Haven't tried to use it for watch control - you'd need a way to interface w/the Gear app, AFAIK, to control watch settings.
Click to expand...
Click to collapse
OK, I'll poke around in the gear app to see if the settings are available. If so, I should be able to run a dpad task to access and toggle the settings... I'm going to test it
---------- Post added at 01:48 PM ---------- Previous post was at 01:43 PM ----------
kluczus said:
It is not possible but could be a nice feature Especially when i'm using a sHealth and every time need to turn off bluetooth in the watch manually.
Click to expand...
Click to collapse
Have you tried to run an app task to turn off Bluetooth when launching shealth? I suppose that wouldn't work if you launch it from the watch. Oh what could've been
shotguntheenforcer said:
OK, I'll poke around in the gear app to see if the settings are available. If so, I should be able to run a dpad task to access and toggle the settings... I'm going to test it
Click to expand...
Click to collapse
Thanks for checking into this, @shotguntheenforcer...I'd love to be able to modify phone volume based on location (at work or not) or day of week/time if via location isn't possible.
I'll go google a bit, but haven't heard of "dpad task" before - is that a way to automate steps in apps that don't provide a tasker plugin?
Redflea said:
Thanks for checking into this, @shotguntheenforcer...I'd love to be able to modify phone volume based on location (at work or not) or day of week/time if via location isn't possible.
I'll go google a bit, but haven't heard of "dpad task" before - is that a way to automate steps in apps that don't provide a tasker plugin?
Click to expand...
Click to collapse
You can automate volume by location with tasker either through location or cell tower. I use this to enable and disable wifi and location settings. You are correct on dpad tasks.
As of now I can't get to gear settings from the app which sucks. Still looking for alternatives
shotguntheenforcer said:
You can automate volume by location with tasker either through location or cell tower. I use this to enable and disable wifi and location settings. You are correct on dpad tasks.
As of now I can't get to gear settings from the app which sucks. Still looking for alternatives
Click to expand...
Click to collapse
Oops - typo in my response. I am already controlling my phone volume, etc., via location and Tasker. I meant to say that I wanted to figure out how to control my watch volume/settings via location.
Bummer this isn't easier to do - something that Samsung should enable.
Redflea said:
Oops - typo in my response. I am already controlling my phone volume, etc., via location and Tasker. I meant to say that I wanted to figure out how to control my watch volume/settings via location.
Bummer this isn't easier to do - something that Samsung should enable.
Click to expand...
Click to collapse
I agree. Hopefully they will add the ability to do it in the future. The only scheduling I've found was DND but like you I want to access the settings and the gear app is useless
There's no way to control the watch from the phone, or TaskS2 or anything like that.
Pity, because it would open up so many possibilities.
This is the first gear app installed for my gear s3. Thanks!

Question Rules Like routine o short ut?

Hi.
Is there anything like samsung routines or iphone shortcuts on the pixel?
In the menu I only found the rules but I can't do simple things such as activating or deactivating the data connection at a precise time on a specific day. Does this possibility exist on the pixel? Alternatively is there a program that does it but without root? I have tried macrodroid but it doesn't work. Thanks in advance
It seems this device doesn't have it and I also miss it. No way to program vibrate mode at certain hours every day for exemple
If guess Tasker app can do all of this, for a modest one time fee. I haven' tried it yet on this device, though
Tasker - Apps on Google Play
Automate everything from settings to photos, SMS to speech. ADC2 prize winner.
play.google.com
_Johnito_ said:
It seems this device doesn't have it and I also miss it. No way to program vibrate mode at certain hours every day for exemple
If guess Tasker app can do all of this, for a modest one time fee. I have tried it yet, though
Tasker - Apps on Google Play
Automate everything from settings to photos, SMS to speech. ADC2 prize winner.
play.google.com
Click to expand...
Click to collapse
Thanks. Do you have already use it to change on/off connection data?
I have already use macrodroid and aprofile But No one of the two works, not even giving adb permissions.
Since Tasker is paid, I wouldn't want to buy it unnecessarily
Tasker is maybe not the most easy to use app, but is really powerful and I confirm you that it can do what you need.

Categories

Resources