Just for your information, I contacted the NMA author about a Tasker plugin to make all this a lot easier, and they said I was not the first to ask and that they hope to create one and have it available early in the new year, so that may help you once its available.
I gave up trying to get Tasker to work with the NMA notifications, nothing seemed to work on my SGS2.
To...@tonymatic.se wrote :
On 19 Dec, 11:42, Dave Fisher <d...@the-darkside.co.uk> wrote:
> Hi Tony,
>
> Just for your information, I contacted the NMA author about a Tasker plugin to make all this a lot easier, and they said I was not the first to ask and that they hope to create one and have it available early in the new year, so that may help you once its available.
>
> I gave up trying to get Tasker to work with the NMA notifications, nothing seemed to work on my SGS2.
>
> T...@tonymatic.se wrote :
I never got it to work in the background well but you cab set it up
and execute it when needed
With a widget or something
I listen for a Variable Set %NTITLE with the value: You have new
notifications!
The Task look like this.
1. HTTP Get. URL to my webserver there I grab tts.txt and save it
localy in phone temp folder.
2. Read Line from tts.txt and save it to my own variable. %TTS
3. Say/Speech %TTS
4. Delete File temp/tts.txt
5. Set %TTS to nothing. I just put a dot.
In same script that I send NMA message it also write tts.txt with the
speech message to my webserver.
It's very fast.
I tried to send different message every 8 second and it's worked fine
with 100% perfection.
With lower than 8 seconds between it's a risk to miss some
notification message.
Nma notification and speech are almost exacly in same time so it's
very fast.
My next step is to try with mp3/wav file both localy and remote file.