This is a discussion on What have YOU done with Tasker? within the Droid Applications forums, part of the Droid Apps category; Originally Posted by NebulaOcton Originally Posted by Tallica Ok Neb, something is up. When I leave my house and my phone disconnects from my network, ...
New To Rooting?
1. What you need to know about rooting
Want to root or to get to stock/unroot?
2. SBF to root 2.1 and to unroot any D1 OS
3. Root Droid 1 - regardless of OS version
4. Root your Thunderbolt
Need Help:
Droid Forums Rescue Squad
HTC Thunderbolt Rescue Squad
That depends on how often you are connected to wifi. You could also have it not search for a blue tooth connection when you are home. Or only when you disconnect from the car and home is not set. That would probably be best.
Profile one
Context - %HOME = 0
Context - Disconnected from car's bluetooth specifically.
Set %BTREADY to 1
Exit - Set %BTREADY to 0
Profile 2
Context - From time (when you wake up) till (when you go to bed) repeat every 5 minutes
Context - %BTREADY = 1
Tun Bluetooth On
wait 30 second
Turn Bluetooth off if %BLUEC = 0
Profile 3
Context - Bluetooth Connected
Set %BLUEC to 1
Exit - Set %BLUEC to 0[/QUOTE]
So I tried this today, but ran into some problems:
The first profile you suggested above I set up as follows:
Profile 1
Context: Not BT Connected (specfically to my car named BT)
Context: Variable Set: %HOME Value 0
Task: Variable Set: %BTREADY set to 1
**You wanted to set up an exit task here, but I'm not given that option. Have I set something up wrong?
These are the way I set up Profiles 2 and 3. Do they look OK to you?
Profile 2
Context:From 0800-2300 repeat every 5 mins
Context: Variable set %BTREADY Value 1
Task: Set Bluetooth On
Task: Wait 30 seconds
Task: Set Bluetooth Off if %BLUEC matches 0
Profile 3
Context: Bluetooth Connected
Task: Variable Set %BLUEC to 1
Exit Task: Variable Set %BLUEC to 0
** I am unsure of what "[/QUOTE]" means in your profile above**
Could you explain??
Obviously, I'm pretty new at this, so your help is *really* appreciated. Thanks.
The [/QUOTE] was a mistake with the formatting of the forums.
For profile one don't use the event variable set, use the state variable value, then you can get an exit task. When events trigger they just run through the commands so there is no reason for an exist task. States can exist over time so they can have exit tasks.
Other than that it looks good.
Last edited by NebulaOcton; 12-08-2010 at 05:23 AM.
I created this for myself. When I put the phone on my desk, shelf, etc. the phone won't vibrate. When I put it in my pocket however, it will.
Task: PhoneFlat0
-----------------
Variable|Variable Clear|%PHONEFLAT
Task: PhoneFlat1
-----------------
Variable|Variable Set|%PHONEFLAT To 1|Do Maths
Task: VibrateOn
-----------------
Audio|Vibrate On Ringer|On
Audio|Vibrate On Notify|On
Task: VibrateOff
-----------------
Audio|Vibrate On Ringer|Off
Audio|Vibrate On Notify|Off
Profile: PhoneNotFlat
----------------------
Context: State|Not Orientation Face Up|Invert
Context: State|Not Orientation Face Down|Invert
EnterTask: PhoneFlat0
ExitTask: PhoneFlat1
Profile: Vibrate
----------------------
Context: State|Variable Value|%PHONEFLAT|Maths:Equals|0
EnterTask: VibrateOn
ExitTask: VibrateOff
Important: Assign a higher priority to the profile PhoneNotFlat to make sure this is determined before the Vibration is set.
Of course you may make a few tweaks. For example, I use PhoneNotFlat for other things too, so maybe you don't need the "Do Maths". You also might not need the exit tasks; I just put them in to cover myself.
Last edited by theSC00BZ; 12-09-2010 at 05:58 AM.
Ok I didn't have an issue this morning with WIFI staying on. This is going to seem a bit ridiculous...
On you Wifi Off profile:
Wait 1 minute until %WIFIC~0
Wifi Off
Profile Status Home to off
Profile Status Wifi Near Home to off (this is the label I use yours might be different)
Variable set %HOME to 0
Wifi Off (yes again)
Wait 10 seconds
Profile Status Home to On
Profile Status Wifi Near Home to On
Profile Statis Wifi Off to Off
The bold is new. If you need help programming this let me know. I want to run it for a few days to ensure it works before I update the wiki.
It looks like more then just the bold is new your last wifi off had a wait of 30 seconds.
If you could type out the steps for this like the Wiki, I'd appreciate it. If it's just changing the Wifi off profile I'll delete it and make a new one.
Sorry, this app is just confusing to me.
New To Rooting?
1. What you need to know about rooting
Want to root or to get to stock/unroot?
2. SBF to root 2.1 and to unroot any D1 OS
3. Root Droid 1 - regardless of OS version
4. Root your Thunderbolt
Need Help:
Droid Forums Rescue Squad
HTC Thunderbolt Rescue Squad