Search found 2709 matches

by Desmanto
06 Aug 2017 14:38
Forum: User Help / Bug Reports
Topic: HTTP request, Trigger and Action
Replies: 12
Views: 34869

Re: HTTP request, Trigger and Action

Wow, that will be nice. Can't wait to see it.

After using Automagic for about 2 months, just realize the script is really easy to use and debug.
I can parse quite a complex text in automagic, but can't do the same yet in eventghost :lol:
by Desmanto
04 Aug 2017 05:06
Forum: User Help / Bug Reports
Topic: HTTP request, Trigger and Action
Replies: 12
Views: 34869

Re: HTTP request, Trigger and Action

I download the Curl for Linux - Android, 7.40. Extract only the curl binary, put it into /storage/emulated/0/Automagic/Resources/curl Create a simple text file, named a.txt, type something and save it at root folder of /sdcard. Then I create Action : Execute Command Command : curl -F 'data=@/storage...
by Desmanto
03 Aug 2017 05:20
Forum: General
Topic: [SOLVED] How to get a value from key?
Replies: 6
Views: 20068

Re: [SOLVED] How to get a value from key?

Don't know what is the base language for automagic, but i ever read somewhere for the regex part, it is based on java. What is the custom function that you need? You can try to see the Script documentation to check whether there is the function you need. Or you can just simply tap "function" at the ...
by Desmanto
02 Aug 2017 05:39
Forum: User Help / Bug Reports
Topic: HTTP request, Trigger and Action
Replies: 12
Views: 34869

Re: HTTP request, Trigger and Action

Actually just wanna remove the autoremote plugin. Automagic webserver is more realiable and simple than autoremote. The server can be always on as long as the flow is enable, while autoremote can sometimes break when the wifi signal drop. The only missing things is this file upload only. So maybe th...
by Desmanto
02 Aug 2017 05:36
Forum: General
Topic: shell command to change a tts engine?
Replies: 13
Views: 42453

Re: shell command to change a tts engine?

Seems like your phone use custom android OS. They don't implement the standard TTS from android. If that's the case, probably it will be very difficult to make it work. Unless you can find stock AOSP ROM for your phone and flash it. But that will be very risky, so I don't recommend it.
by Desmanto
01 Aug 2017 14:41
Forum: General
Topic: shell command to change a tts engine?
Replies: 13
Views: 42453

Re: shell command to change a tts engine?

You can change the default TTS using Action Set System Setting . Select Category Secure and find tts_default_locale . Press save and copy that element, so you have the first action to set it to Ava. Using this action. After locate the tts_default_locale, you can see the value at there. You just nee...
by Desmanto
01 Aug 2017 14:04
Forum: General
Topic: shell command to change a tts engine?
Replies: 13
Views: 42453

Re: shell command to change a tts engine?

If you check the database secure tts_default_locale, what is the value? After you install new TTS engine, do this value change? If you use action Speech Output, what are the choices of voice to choose from? If you only need to use the engine, there is no need to make it default TTS. I use various of...
by Desmanto
01 Aug 2017 13:44
Forum: General
Topic: shell command to change a tts engine?
Replies: 13
Views: 42453

Re: shell command to change a tts engine?

What phone do you have? I never see any reason TTS should be locked. If it is really locked out, probably it is set somewhere in the build.prop, using special parameter. That will be beyond the topic discussed in this forum. You install 3rd party TTS to see if it can worked. I use vocalizer e2. But ...
by Desmanto
01 Aug 2017 12:33
Forum: General
Topic: shell command to change a tts engine?
Replies: 13
Views: 42453

Re: shell command to change a tts engine?

I am sorry if I am quite ambiguous. I mean the usual settings at your phone, not in automagic action. Open settings at your phone, Language & Input - Text-to-speech output. The position might be different in some phones, you gotta to find it out. Sometimes it is located at the accessibility or maybe...
by Desmanto
01 Aug 2017 10:36
Forum: General
Topic: shell command to change a tts engine?
Replies: 13
Views: 42453

Re: shell command to change a tts engine?

First you wanna set the default TTS engine to the ones you need, from the Settings - Text to Speech output at your phone. You need the value later. For example you use Ava and wanna change to Tom and vice versa. You can change the default TTS using Action Set System Setting. Select Category Secure a...