Results 1 to 25 of 25
- 10-07-2012, 10:37 PM
Thread Author #1
Tasker
Just spreading the love that is TASKER!
With this app I've:
I set various wallpapers for certain times of the day. I love having a wallpaper that matches the Mood of the current time (morning, Noon, evening, night)
When I turn my tablet sideways it opens the camera app.
And I have special profiles for work / home / sleep time that toggles certain power settings like wifi, brightness, sound, etc based on the time of day.
I didn't see a topic on this app here yet so I thought I'd start one up.
So what are some of YOUR Tasker profiles??
Sent from my Nexus 7 using Android Central Forums - 10-08-2012, 12:24 AM #2
Re: Tasker
I am Interested in knowing about what this app can do.
- 10-08-2012, 01:01 AM
Thread Author #3
Re: Tasker
In a nutshell:
Program your phone to do almost ANYTHING.
First you set a CONTEXT (IE time, day, gesture, app loading, etc).
Then you set the task you want your phone to perform (turn on/of WiFi, turn up/down brightness, set the wallpaper to a certain pic, load an app, MANY MANY OTHERS).
It's the most flexible app I've come across thus far and I'm loving every minute of it B-)
Sent from my Nexus 7 using Android Central Forums - 10-08-2012, 01:16 AM #4
Re: Tasker
Its a great app but a royal pain to figure out how to use.
- 10-08-2012, 01:32 AM #5
- 10-08-2012, 08:08 AM #6
- 10-08-2012, 08:57 PM
Thread Author #7
- 10-08-2012, 09:18 PM #8
- 10-09-2012, 12:44 AM #9
- 10-09-2012, 03:49 AM
Thread Author #10
- 10-09-2012, 04:16 AM #11
- 10-09-2012, 11:57 AM #12
Re: Tasker
I agree. Tasker is great, especially on phones where you can trigger location events via cell towers (uses less power than GPS). It's also helpful for turning things off to save power. After buying Tasker, I unloaded several apps and just made tasks for them instead.
Some example uses:
- Launch music app when headphones are plugged in
- Launch messaging app when screen is unlocked and there's a new text message
- Turn on WiFi or mobile data only when specific apps are in the foreground
- Turn on WiFi only when near known access points (based on cell towers)
- Turn off WiFi and mobile data after screen is turned off
- Turn on tethering when specific apps are in the foreground
- A widget button that displays all active Tasker profiles
- A talking clock
- Custom vibrate patterns for different notifications
- Silent mode at night that only rings the phone for starred contacts
- Switch to vibrate mode based on meeting times that appear in the calendar
Thanked by: - 10-12-2012, 07:07 AM #13
Re: Tasker
bitseeker,
Can you let me know how you got your starred contacts to ring in night silent mode. I downloaded the profile from tasker wiki. The sleepmode works great, but I can not get my starred contacts to ring. thanks - 10-12-2012, 07:22 AM #14
Re: Tasker
My tasks include:
* Quiet hours
* Send location to phone number with specific text
* load the amazon app store once a day at 1pm
* load best wishes app once a day at 7am
* screen always on for maps, YouTube
* display a list of apps when headphones plugged in
* WiFi on in certain GPS coordinates
* super long work profile pretty much shutting off everything and lowering CPU
* set phone to vibrate when launching media apps.
Sent from my Galaxy Nexus using Tapatalk 2| Carrier: Vzw | Phone: Galaxy Nexus |
| Rom: CM10.1 | Kernel: LeanKernel |
| Social Networks: Twitter, Google+ | - 10-12-2012, 08:43 AM #15
Re: Tasker
I dont personally use Tasker *yet*, but when I get some free time I'm probably going to buy it and go to town writing a bunch of scripts. At the moment I'm writing a widget that is personalized for how I want my Nexus 7 to operate when I'm in my car. I could probably do the same things with Tasker, but I'm having too much fun coding it manually instead.
Tasker exemplifies why I love Android so much, it is so configurable and open, it allows for complete customization to meet every users demands.FApple - 10-12-2012, 09:00 AM
Thread Author #16
Re: Tasker
Keep me updated on any cool ideas you come up with. So far my favorite is being able to auto change my wallpaper to fit the Mood of the time of day (aka day beach pic for day, sunset for evening, dark background for night)
Sent from my Nexus 7 using Android Central Forums - 10-12-2012, 09:34 AM #17
- 10-12-2012, 07:54 PM #18
Re: Tasker
Here ya go, Eking.
- Event = Call, Type = Incoming, Number = C:FAV
- Enter Task (step 1) = Silent Mode, Mode = Off, If = %SilentNight Is Set
- Exit Task (step 1) = Wait, MS = 0, Seconds = 0, Minutes = 1, Hours = 0, Days = 0
- Exit Task (step 2) = Silent Mode, Mode = On, If = %SilentNight Is Set
The phone number C:FAV matches all contacts that are marked as favorites (starred) in your address book.
The wait time in exit task step 1 gives the phone time to ring as well as generate any notification sound if a voicemail or text message follows the call. You can increase it if you like (e.g., if your phone rings longer before going to voicemail).
A separate event turns on/off silent mode based on a calendar item (e.g., from midnight to 6 am), sets %SilentNight to 1 during that time and clears it afterward. The %SilentNight variable is needed by the "ring for VIPs task" to track the original state of Silent Mode, otherwise Tasker won't know if it should re-enable it upon exit.Last edited by bitseeker; 10-12-2012 at 08:05 PM.
- 10-12-2012, 07:58 PM #19
- 10-13-2012, 07:37 AM #20
Re: Tasker
thanks for the help, I will try it tomorrow when I have time. That set up is a little different than the one in tasker wiki so I hope it will work. Just want to make sure that this will work for an un-rooted phone.
- 10-13-2012, 04:11 PM #21
- 10-14-2012, 04:21 PM #22
Re: Tasker
Well, I still can not get get my starred contacts to ring. Do you think it is because I use a 3rd party contacts app. I do have the contacts I want starred though. My sleep mode works based on time or plug in. I also noticed if I have the ringer volume set to 1 in a different sleep profile it will start out low and then get loud. For some reason Tasker is not controlling the phones functions.
- 10-15-2012, 11:52 AM #23
Re: Tasker
Very interesting eking. Many variables to consider. You may want to minimize the number of things controlling your phone in order to make it easier to debug. It could very well be conflicting apps vying for the phone's attention. I've even accidentally had tasks fight over what should happen at a given time or for a given event. So, simplify the situation by disabling the other apps and verify that Tasker, by itself, is doing what you expect.
- 10-15-2012, 02:49 PM #24
- 10-15-2012, 11:20 PM #25
Similar Threads
-
Anyone using Tasker? Have any tips?
By braj in forum Android ApplicationsReplies: 11Last Post: 06-15-2011, 04:51 PM -
Tasker Profiles Request
By mhorn in forum Android ApplicationsReplies: 7Last Post: 05-18-2011, 08:10 AM -
Anyone use Tasker?
By JoshH in forum Android ApplicationsReplies: 4Last Post: 08-09-2010, 07:13 PM -
Using Tasker to change A2DP Bluetooth settings?
By CouchFisher in forum Android ApplicationsReplies: 1Last Post: 07-26-2010, 06:35 AM -
Tasker has been released to market
By azjerry in forum Android ApplicationsReplies: 4Last Post: 07-05-2010, 08:10 AM



Reply

































