New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Moon Shadow - NM
Old
(Last edited by Moon Shadow - NM; 24th August 2011 at 10:00 PM.)
#1  
Moon Shadow - NM's Avatar
Recognized Contributor - OP
Thanks Meter 459
Posts: 430
Join Date: Jul 2011
Location: Albuquerque

 
DONATE TO ME
Default Tasker Profiles and Tasks for the Continuum?

Is anyone in the Samsung Continuum forum interested in tasker profiles specifically for the Continuum? I have several that I use and am willing to post. Over the last 60 days or so... (I've only have the Continuum for 60 days?!?!?! Damn!) I have used Tasker profiles almost since day one. The problem that I found, while reading the tasker wiki and other tasker posts, was that many of the tasks and profiles needed to be modified to work with the Continuum, and some would not work at all. So, I set about teaching myself how to tasker... I figured I have a rudimentary background in programming (although it is 20+ years old), and I do bash and perl and Windows command line scripting, so why not? It can't really be that difficult... (You know, every time I tell myself that, I should just walk away...) I am still learning and am interested in what others have as well...

1. WIFI on at home and work and off everywhere else. This uses WIFI Near and Cell Near contexts.

2. Sunrise/Sunset. This goes out and retrieves the sunrise and sunset times for the current day. It uses the HTTP Get context, GPS Location context, multiple variable sets and splits, and finally sets the variables %SUNRISE and %SUNSET with the time in 24 hour format. It also writes these times out to two separate files. It's not necessary, however, I thought that I might need the files for something... what, I don't know yet. I have this run every day at 04:00 to set that day's sunrise and sunset times; primarily for the next profile.

3. Power profile. This uses the variables, %SUNRISE and %SUNSET, that were set in the previous profile. It then compares the current time to both. If the time is between sunrise and sunset, then it activates the Daytime profile. If it is from sunset to sunrise, then it activates the Nighttime profile. Exit task runs DisplayLockOn.

4. Daytime profile. Turns Auto Brightness off. Changes Display Brightness to 200. Stay On with AC or USB power. Never sleeps WIFI. Keyguard is OFF.

5. Nighttime profile. Sets Initial Brightness to 60 (I don't think this has any real effect with Auto Brightness on). Turns on Auto Brightness.

6. DisplayLockOn. Sets Auto Brightness to ON. Sets Stay On to NEVER. Turns Keyguard on. Sets WIFI Sleep to DEFAULT.

7. Incoming call during the day sets brightness to full. Uses the same Sunrise/Sunset context.

8. Locate phone by SMS. Send a keyword SMS to the phone and it replies with it's location on Google Maps.

9. Locate phone by Sound. Send a keyword SMS to the phone and it "screams" so I can locate it in the house.

10. ReadIncomingSMSMessage. If the volume is set to something other than vibrate or silent, it will read the incoming SMS message.

11 and more. I have other contexts that allow me to turn haptic feedback off by a widget, turn screen rotation on/off by a widget (which isn't really needed with the Froyo build because the button is in the status menu pull down). I have a couple of launcher menus that launch from a widget or a shortcut. I had one that announced the incoming caller ID, however, it doesn't quite work, and then I found the Accessibility setting that announces the caller, so haven't put any more work into the tasker task.

If there is interest in this thread , I willl post each of my tasker profiles and tasks for each of the ones I've listed (and probably add more ). If you would rather have "step-throughs", let me know that too. So, let's TASKER!
 
samuelhadams
Old
#2  
samuelhadams's Avatar
Senior Member
Thanks Meter 30
Posts: 291
Join Date: Dec 2010
This sounds cool and awesome to preserve battery life.

Sent from my SCH-I400 using XDA App
 
nodixe
Old
#3  
Senior Member
Thanks Meter 7
Posts: 107
Join Date: May 2011
O-M-G what is a tasker? (LOL noob Q's with schoolgirl voice)

sent from my XDA phone - its more than a continuum
 
Moon Shadow - NM
Old
(Last edited by Moon Shadow - NM; 24th August 2011 at 09:59 PM.)
#4  
Moon Shadow - NM's Avatar
Recognized Contributor - OP
Thanks Meter 459
Posts: 430
Join Date: Jul 2011
Location: Albuquerque

 
DONATE TO ME
Quote:
Originally Posted by nodixe View Post
O-M-G what is a tasker? (LOL noob Q's with schoolgirl voice)

sent from my XDA phone - its more than a continuum

Tasker is a utility that allows you to "custom program" or "custom automation" your phone. Some people claim that Tasker extends your battery... Personal experience, it does not, however, I REALLY, REALLY like the automation thingy... I suffer from CRS, that is why I write most stuff down... I just can't remember, until I'm almost home, to turn my WIFI off, and by then it's too late, because I want my WIFI on for home. (It sucks getting old... Wait, I've always been this way! Damn!)

Check it out at http://tasker.dinglisch.net/. Also take a look at the tasker wiki... It's a bit outdated, however, the principles are the same for the current version: http://tasker.wikidot.com/.
 
iamryfly
Old
#5  
Junior Member
Thanks Meter 0
Posts: 5
Join Date: Sep 2011
Default Tasker Goodness

You have created some interesting Tasker profiles: nice work. I got into Tasker about a month ago to automate as much as I could. I used to use Easyprofiles but the problem with that program is if you operat outside of the defined profiles you create it would cause more problems than it was worth.

One question: what kind of scripting, 3rd party programs, or events did you use to have Tasker read your incoming texts? I would love something like that for my car bluetooth rule.

Thanks in advance!
 
Moon Shadow - NM
Old
#6  
Moon Shadow - NM's Avatar
Recognized Contributor - OP
Thanks Meter 459
Posts: 430
Join Date: Jul 2011
Location: Albuquerque

 
DONATE TO ME
Quote:
Originally Posted by iamryfly View Post
You have created some interesting Tasker profiles: nice work. I got into Tasker about a month ago to automate as much as I could. I used to use Easyprofiles but the problem with that program is if you operat outside of the defined profiles you create it would cause more problems than it was worth.

One question: what kind of scripting, 3rd party programs, or events did you use to have Tasker read your incoming texts? I would love something like that for my car bluetooth rule.

Thanks in advance!

Thanks, however, I just posted the profiles I have modified and currently use. I didn't actually post anything substantial. Anyhow...

To answer your question, I use the Say context. Here is the extract from my ReadIncomingSMS profile:
Say
Text: %SMSRN %SMSRB
Engine Voice: default:en_dict
Stream: Media
(Although I could use call and have it read through my bluetooth headset.)
Pitch: 7
Speed: 5

This is just an excerpt from the whole profile. If you want the whole profile, I can either make it available on a link, or do a step through guide here. Just ask!
The Following User Says Thank You to Moon Shadow - NM For This Useful Post: [ Click to Expand ]
Tags
tasker continuum

XDA PORTAL POSTS

Dos and Don’ts of Android Design

As long as you’re coming from some type of programming background, the unseen part of app … more

Expand Your Choice of Icons with Icon Themer

Icons are some of the most commonly themed elements of the Android UI, and there is certainly no … more

MicrowaveTimePicker Brings 4.2 TimePicker to 2.1+ Devices

It’s frustrating to see slick new features that you can’t use when … more

What’s Possible with CASUAL & How to Make Your Own CASUAL – XDA Developer TV

XDA Elite Recognized Developer AdamOutler is known … more