Thank you for the quick reply, here is how I have it set up.
As for the Rom, I'm running JellyBeans.
Is Tasker itself enabled?
> It is, I have tasks running as we speak. :)
What Is the run log showing?
Have you tried starting with the basics..
New profile..
Context: Event / text received
Task :
1. Flash " it works"
Then try adding you other task, or the actions from your York other task one at a time?
> I'm not familiar with the run log, to be honest.
It does not sound like it will show anything as the context is not firing, but to check, It is under Menu / More / run log
>
> I have, however, already tried what you said. Tasker wouldn't flash anything when I received a text message.
Hmmm, have you tried a wild card in the filter? "*"
> I just tried it and no luck. It's frustrating, but thank you for your help. The run log is empty, as you suggested.
Arrrgg.... hopefully pent will have more suggestions.....
I did not notice you mentioning having done a recent reboot..
> I just tried it and no luck. It's frustrating, but thank you for your help. The run log is empty, as you suggested.Arrrgg.... hopefully pent will have more suggestions.....
Also, once initially fired up manually, tasker recognizes and handles the rest of the received text commands for the series off tasks, which further leads me to believe it isn't the ROM, unless I'm missing something?
Tom, I have tried that add well; Pent, the ROM I am running is JellyBeans stock ROM, so I don't think it should have that problem, should it?
Also, once initially fired up manually, tasker recognizes and handles the rest of the received text commands for the series off tasks, which further leads me to believe it isn't the ROM, unless I'm missing something?
Nothing about received text shows up in the run log, and no errors occurred upon receiving a text, either. :-(
Unfortunately, this is not clear to me at all.
> Not to be repetitive, but to clarify, after pressing the "play" button to initialize the starting task,
This is the task "Test" you listed above correct?
I can text myself the commands for my anti theft program and Tasker receives them just fine.
Do you mean the context "Text received " works and the profile "Test" fires?
It's just having trouble receiving the initial text command on its own.
So if it works after manually running the task when does it stop working?
I must be getting something all wrong here.... :(
try it with a stock rom, not a custom rom.
Something is wrong with the event configuration you are using in the profile to trigger. Look at the properties of the Received Text event. Completely clear the content value, including any spaces, and add only the single character *. Save and test. If it continues to fail, then your ROM is not presenting received text events in a standard way that Tasker understands. When you launch the initial "task", which is not the same as the profile detecting the event, you are bypassing the detection logic. You might also want to export the entire project again, just so that everyone knows the current state of what is being investigated.
Scott
> --
> You received this message because you are subscribed to the Google Groups "Tasker" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
> Visit this group at http://groups.google.com/group/tasker.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Looking back at your task description from 2 days ago, it looks like you're trigger is looking for the content "test". Have you double checked that the content you are looking for and the sent text are an EXACT match? Most keyboards will add a space at the end when you click on the predicted words.
e.g. If your task is looking for "test" and your text actually sends "test ", you will not get a match. The converse is also true, looking for "test " and receiving "test" will not get a match.
Maybe try setting the content match to "*test*"?
--
Hey all,I have combed through this forum as well as used Google to search for an answer, but to no avail.The Received Text event context will not work for me. I have tested the profile itself using the play button from within Tasker and everything works just fine, but when I try to do a real-world test run, it does not work. I have inspected %SMSRB after receiving a text to make sure that this variable is being set correctly, and it is, but my profile still does not get triggered. I have even set my own global variable to the contents of %SMSRB and tried to pass my variable in, but no luck. I have also used Titanium Backup to freeze Go SMS Pro as well as uninstalled Go SMS Pro and used to stock Messaging app, but nothing.Any advice? Thanks in advance for everyone's time.
You could always import the file into Tasker and view it that way? Sorry for the inconvenience.
So, that said I would say perhaps your trigger is not initializing due to being set at a lower launch priority.
Or, try this... create a test sending a message with your own device through your own device, using tasker and see if tasker recognizes that. i.e. using %PNUM to define a send SMS, then seeing if %SMSRF changes to your devices phone number. If it works, it may be possible to get tasker to integrate recognition. If it doesn't, guaranteed it's most likely a Rom issue.
sorry...
Well isn't that something. I put %PNUM as the sender and made it flash a message upon receiving a text from pnum and it worked. That's definitely a step in the right direction.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/8EqswQOTddg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Yes sir, they are. Hopefully creeping toward a solution here.
Now, are values for %PNUM AND %SMSRF the same?
Is a value for %SMSRB present?
What we need to do now is create a profile that will alert to a change in variable values for %SMSRF and %SMSRB (assuming a value is present)
Anyone else want to chime in???
... I haven't perfected my profiles for those yet.
But, I will continue to work on them...
I did what Brandon suggested using %PNUM and it worked, so I copied the task list over to the new profile and it worked! Finally. For what it's worth, it seems that using "/", "&", and "." Interfered with the Received Text context. By taking the special characters out and copying the desired task list to the new %PNUM profile that Brandon suggested, it all worked.
Thanks again.
IF you decide to modify the context in the future i.e. received from: use , (comma) to separate the received from contact.
example: Wife,Friend,Co-Worker
I well keep that in mind. Thank you all again. And feel free to use the xml I uploaded got your own use. :-)
Finally. For what it's worth, it seems that using "/", "&", and "." Interfered with the Received Text context. By taking the special characters out
/ means OR in Tasker pattern matching. I believe the other special characters you are using should work...
--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
Ah, I was not aware of this. Is there any sort of escape character to be able to use the pattern matching characters as a normal character?
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/8EqswQOTddg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Initially, what I posted is what I was trying to get work, and it wouldn't work for some reason.
Then, doing what Brandon suggested with %PNUM worked. Once it worked, I tried to change the Received Text content field to include special characters like that and it broke it so I changed it back to something without special characters. I was just posting my findings on here for everyone else. :-)
--
Not that I'm aware of, but I could be wrong.
The one option that comes to mind is to remove the matching from the profile and instead do it in the first step of the task instead. There are more matching options in tasks, including regex.
http://tasker.dinglisch.net/userguide/en/matching.html
For example:
Variable set: %pnum ~ \%PNUM sets %pnum to %PNUM, NOT the VALUE OF %PNUM.
You can escape this by proceeding it with another \
Regression matching is achieved by using *
I use that for content matching operat* for work. It alerts me specifically for an operate, operating, and operation request.
Hope this helps!