Search found 4468 matches

by Martin
13 Jan 2020 21:24
Forum: General
Topic: Activate without Play Store
Replies: 12
Views: 43193

Re: Activate without Play Store

The EAP versions won't work since the EAP versions expire at a fixed date. You have to uninstall the EAP version first and install the version available on Google Play.
Alternatively you can also install the latest EAP version that is not expired yet.

Regards,
Martin
by Martin
09 Jan 2020 20:48
Forum: User Help / Bug Reports
Topic: Removing repeated words in a string
Replies: 2
Views: 7917

Re: Removing repeated words in a string

Check out this page:
https://stackoverflow.com/questions/282 ... cate-words

Something like this should work:

Code: Select all

string2 = replaceAll(string1, '(\\b\\S+\\b)\\s+\\b\\1\\b', '$1');
Regards,
Martin
by Martin
09 Jan 2020 20:36
Forum: User Help / Bug Reports
Topic: Crash with log file
Replies: 2
Views: 9212

Re: Crash with log file

@jassing: Is there a dialog to report the crash when this happens? If yes, please report the crash so I can check what's going on. Please also try to restart the device once to see if this helps.

Regards,
Martin
by Martin
09 Jan 2020 20:34
Forum: User Help / Bug Reports
Topic: Problem with Evaluation Version
Replies: 2
Views: 7958

Re: Problem with Evaluation Version

Maybe you copied Automagic from another device to this one or maybe the device id changed after a backup/restore. Please stop Automagic, delete the license.license file and restart Automagic again. It should download an evaluation license that matches this device (respectively the new device id). Re...
by Martin
09 Jan 2020 20:30
Forum: User Help / Bug Reports
Topic: [German] Globale Variable Datum/Zeit {Bug? }
Replies: 2
Views: 8290

Re: [German] Globale Variable Datum/Zeit {Bug? }

Maybe it's caused by some kind of battery optimization of the ROM. Please ensure that Automagic is allowed to run in the background and that the device does not stop Automagic.
Also check this page for potential workarounds: https://dontkillmyapp.com/

Regards,
Martin
by Martin
09 Jan 2020 20:28
Forum: General
Topic: Activate without Play Store
Replies: 12
Views: 43193

Re: Activate without Play Store

@Bluescre: I think I did not get an email from you. Here are the instructions that should make it possible to run Automagic on a device without Google Play: 1. Install Automagic on a device with Google Play and use an app to backup and send the APK to your other device. 2. Start Automagic on the dev...
by Martin
03 Jan 2020 13:12
Forum: EAP - Early Access Program
Topic: EAP version 1.38.0-dev
Replies: 157
Views: 1653776

Re: EAP version 1.38.0-dev

@jassing: Please try to restart the device once then enable Debug Log and Write log to file in the logging settings of Automagic and try to enable external SD card access again. Please send the log to me afterwards in case it still does not work. Maybe I can identify the cause. The way to access fil...
by Martin
03 Jan 2020 13:02
Forum: User Help / Bug Reports
Topic: DIY-Actions/Triggers: Start Activity, General Broadcast, ...
Replies: 49
Views: 295865

Re: DIY-Actions/Triggers: Start Activity, General Broadcast, ...

Hi, You can use action Query Content Provider to get a list of calendar events. You can base it on the example named All current calendar events . You could change the last part of the content uri from {triggertime} to {triggertime+7*24*60*60*1000} to read all events in the next 7 days and then try ...
by Martin
03 Jan 2020 12:50
Forum: General
Topic: Activate without Play Store
Replies: 12
Views: 43193

Re: Activate without Play Store

Hi, There's currently no official way to support Automagic on devices without Google Play since Automagic relies on Google Play and Google Play services for a few features that don't work without Google Play (updating, license check, some triggers, conditions, actions). Feel free to contact me by ma...
by Martin
28 Dec 2019 19:11
Forum: EAP - Early Access Program
Topic: EAP version 1.38.0-dev
Replies: 157
Views: 1653776

Re: EAP version 1.38.0-dev

A new EAP version is available.

Changes in this update:
  • minor changes & bug fixes
Download: Automagic.apk (2019-12-28)

Regards,
Martin