Hey guys,
Im using the samsung vibrant, and as you know there are no reminders for SMS or missed calls. I've been using Tasker and loving it, however I tried numerous profiles to enable my phone to vibrate every minute or so after a received SMS or missed call. This is one of the profile i have tried. Is there anything wrong with this profile? Also under the Contexts of MissedSMS profile, I understand where to find recieved sms, but what do I do with "Variable %SCREEN Matches off" I tried to add another context but could not find it.
this was Posted by Codemonkey
MissedSMS
Contexts
Received SMS
Variable %SCREEN Matches off
Tasks
1. Variable Set %PULSECOUNT To 0
2. Wait 1 Minute
3. Variable Set %bPULSE to ON IF %SCREEN ~ off
4. Variable Set %bPULSE to OFF IF %PULSECOUNT > 1
5. Wait 4 Minutes IF %bPULSE ~ ON
6. Notify Sound <selected MP3> IF %bPULSE ~ ON
7. Vibrate Time 500 IF %bPULSE ~ ON
8. Variable Add %PULSECOUNT Value 1
9. Goto Action 4 IF %bPULSE ~ ON
Missed Call
Contexts
Missed Call
Tasks
1. Variable Set %CALLPULSECOUNT to 0
2. Wait 1 Minute
3. Variable Set %bRING to ON IF %SCREEN ~ off
4. Variable Set %bRING to OFF IF %CALLPULSECOUNT > 1
5. Wait 9 Minutes IF %bRING ~ ON
6. Notify Sound <selected MP3> IF %bRING ~ ON
7. Vibrate Time 500 IF %bRING ~ ON
8. Variable Add %CALLPULSECOUNT Value 1
9. Goto Action 4 IF %bRING ~ ON
MissedSMSandCallClear
Contexts
Display Unlocked
Tasks
1. Variable Clear %bPULSE
2. Variable Clear %bRING
Thanks!
Im using the samsung vibrant, and as you know there are no reminders for SMS or missed calls. I've been using Tasker and loving it, however I tried numerous profiles to enable my phone to vibrate every minute or so after a received SMS or missed call. This is one of the profile i have tried. Is there anything wrong with this profile? Also under the Contexts of MissedSMS profile, I understand where to find recieved sms, but what do I do with "Variable %SCREEN Matches off" I tried to add another context but could not find it.
this was Posted by Codemonkey
MissedSMS
Contexts
Received SMS
Variable %SCREEN Matches off
Tasks
1. Variable Set %PULSECOUNT To 0
2. Wait 1 Minute
3. Variable Set %bPULSE to ON IF %SCREEN ~ off
4. Variable Set %bPULSE to OFF IF %PULSECOUNT > 1
5. Wait 4 Minutes IF %bPULSE ~ ON
6. Notify Sound <selected MP3> IF %bPULSE ~ ON
7. Vibrate Time 500 IF %bPULSE ~ ON
8. Variable Add %PULSECOUNT Value 1
9. Goto Action 4 IF %bPULSE ~ ON
Missed Call
Contexts
Missed Call
Tasks
1. Variable Set %CALLPULSECOUNT to 0
2. Wait 1 Minute
3. Variable Set %bRING to ON IF %SCREEN ~ off
4. Variable Set %bRING to OFF IF %CALLPULSECOUNT > 1
5. Wait 9 Minutes IF %bRING ~ ON
6. Notify Sound <selected MP3> IF %bRING ~ ON
7. Vibrate Time 500 IF %bRING ~ ON
8. Variable Add %CALLPULSECOUNT Value 1
9. Goto Action 4 IF %bRING ~ ON
MissedSMSandCallClear
Contexts
Display Unlocked
Tasks
1. Variable Clear %bPULSE
2. Variable Clear %bRING
Thanks!