Page 3 of 5

Re: EAP version 1.31.0-dev

Posted: 23 May 2016 18:52
by Martin
Hi,

The permission is already there, seems that I forgot that I've added it. It's also available in version 1.30. I've not tested to actually receive MMS so not sure if it works as intended.
A trigger Content Provider Changed is still on the todo-list (no ETA).

Regards,
Martin

Re: EAP version 1.31.0-dev

Posted: 24 May 2016 13:41
by lexelby
Darn, I guess that means adding the permission didn't make it so that I can trigger on MMS received. :( My trigger is set to android.provider.Telephony.WAP_PUSH_RECEIVED with data type application/vnd.wap.mms-message. Ideas?

Re: EAP version 1.31.0-dev

Posted: 24 May 2016 18:47
by Martin
No idea, the values look fine to me. I'll add the content provider changed trigger in the next EAP build, hope this one works.

Re: EAP version 1.31.0-dev

Posted: 24 May 2016 18:56
by Martin
I've just made a small test and it seems that I receive the MMS broadcast. Please ensure that the permissions are actually granted when using Android 6 and check the values again. The ...WAP_PUSH_RECEIVED is also available when pressing [...] at the action-field. Also ensure that there are no excess spaces in value application/vnd.wap.mms-message, some keyboards tend to insert spaces after periods.

Re: EAP version 1.31.0-dev

Posted: 26 May 2016 01:28
by lexelby
I've checked and rechecked -- everything seems right. I guess maybe this is one of those cases where MMS support is inconsistent across devices. FWIW I'm on android 4.2.2, sgh-i537 stock rooted. Guess I'll wait for the content provider trigger. Thanks for all of your help!

Re: EAP version 1.31.0-dev

Posted: 26 May 2016 19:05
by Martin
A new EAP version is available.

Changes in this update:
  • new trigger Content Provider Changed
  • added single-line option to action Input Dialog
  • enlarged search window and fixed camera orientation problem on some devices in action Scan Barcode
  • minor changes and fixes
Download: Automagic.apk (2016-05-26)

Regards,
Martin

Re: EAP version 1.31.0-dev

Posted: 26 May 2016 23:25
by lexelby
It worked!! You are the best developer ever, seriously. I know I haven't paid you anywhere near enough to justify the time you just put into that. Thank your so much!

Re: EAP version 1.31.0-dev

Posted: 09 Jun 2016 19:58
by Martin
A new EAP version is available.

Changes in this update:
  • added functions callJavaMethod, getJavaField and setJavaField to directly access the Android API (Experimental)
  • minor changes and fixes
Download: Automagic.apk (2016-06-09)

Regards,
Martin

Re: EAP version 1.31.0-dev

Posted: 09 Jun 2016 20:29
by bogdyro
The new actions are nowhere to be found Martin. Is it a problem on my end or wrong version uploaded?

Re: EAP version 1.31.0-dev

Posted: 10 Jun 2016 05:08
by bogdyro
Sorry. You said functions. As in script functions. Found them. Maybe they deserve their own separate action blocks? What do you think?