EAP version 1.31.0-dev
Moderator: Martin
Re: EAP version 1.31.0-dev
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
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
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
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
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
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
A new EAP version is available.
Changes in this update:
Regards,
Martin
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
Regards,
Martin
Re: EAP version 1.31.0-dev
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
A new EAP version is available.
Changes in this update:
Regards,
Martin
Changes in this update:
- added functions callJavaMethod, getJavaField and setJavaField to directly access the Android API (Experimental)
- minor changes and fixes
Regards,
Martin
Re: EAP version 1.31.0-dev
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
Sorry. You said functions. As in script functions. Found them. Maybe they deserve their own separate action blocks? What do you think?