EAP version 1.34.0-dev
Moderator: Martin
Re: EAP version 1.34.0-dev
@mbirth: the next EAP build will restructure the settings menu. I've decided to only use five top level groups to keep the settings menu simple. I hope you like it
@Philip: thanks for reporting, fixed in the next EAP.
@Philip: thanks for reporting, fixed in the next EAP.
Re: EAP version 1.34.0-dev
Automagic service freezes at least once every day. Stop/start service only helps.
What i mean by "freezes" is that it even does not pass through "contains(trigger, /*something*/)" expressions at all flows i have (over 30).
I do some work with files and clipboard, i use my own multi-clipboard version that can save/load list files of my own formal and it may contain more than 800 entries. May something of it be the reason?
But, even if it is, that is not normal. It's a bug.
Sorry for my bad english.
What i mean by "freezes" is that it even does not pass through "contains(trigger, /*something*/)" expressions at all flows i have (over 30).
I do some work with files and clipboard, i use my own multi-clipboard version that can save/load list files of my own formal and it may contain more than 800 entries. May something of it be the reason?
But, even if it is, that is not normal. It's a bug.
Sorry for my bad english.
Re: EAP version 1.34.0-dev
Hi,
Could you please enable Settings->Debug Log and send a log to me when this occurs the next time (Navigation Drawer->Log, menu->Send Log)?
A simplified version of one of your flows that still reproduces the problem would be great.
Thanks & Regards,
Martin
Could you please enable Settings->Debug Log and send a log to me when this occurs the next time (Navigation Drawer->Log, menu->Send Log)?
A simplified version of one of your flows that still reproduces the problem would be great.
Thanks & Regards,
Martin
Re: EAP version 1.34.0-dev
Of cource, i will send you a debug log when the problem will repeat.
Thanks for the answer!
Update. Here are the logs. The situation is quite same, so the bug is device-independent.
Update-2. In my new device this bug appears more frequently (twice a day). I hope you will fix it.
Thanks for the answer!
Update. Here are the logs. The situation is quite same, so the bug is device-independent.
Update-2. In my new device this bug appears more frequently (twice a day). I hope you will fix it.
- Attachments
-
- logs.zip
- (51.45 KiB) Downloaded 1647 times
Re: EAP version 1.34.0-dev
The logs likely only show the effect but don't contain the reason for the problem. I suspect that there is an action script or a condition expression that might be running for a very long time for some reason and then blocks the other actions from executing. Do you have any flows with scripts that loop over long lists or scripts that process huge maps?
Could you please enable Write log to file in the settings of Automagic and send the log to me (using menu->Log, menu->Send log) after the problem occurred again? Please also try to disable all flows that are not required to keep the log as short as possible. Also ensure that you are not modifying any wake locks in any way since this can have very strange side effects.
Thanks & Regards,
Martin
Could you please enable Write log to file in the settings of Automagic and send the log to me (using menu->Log, menu->Send log) after the problem occurred again? Please also try to disable all flows that are not required to keep the log as short as possible. Also ensure that you are not modifying any wake locks in any way since this can have very strange side effects.
Thanks & Regards,
Martin
Re: EAP version 1.34.0-dev
A new EAP version is available.
Changes in this update:
Regards,
Martin
Changes in this update:
- added option to change font size for text input in action Input Dialog
- restructured and simplified Automagic settings screen
- integrated search into actionbar
Regards,
Martin
Re: EAP version 1.34.0-dev
Looks awesome! Great work! Thanks!Martin wrote:Changes in this update:
- restructured and simplified Automagic settings screen
BlackBerry KEY2, Android 8.1.0
Re: EAP version 1.34.0-dev
This promises to be become a great update!
Do you plan adding BSSID support for the "WiFi Available" condition and "Enable WiFi AP" action in this release? Public and shared private APs using identical names are becoming more commonplace, requiring use of the unique BSSID to select the desired AP.
Do you plan adding BSSID support for the "WiFi Available" condition and "Enable WiFi AP" action in this release? Public and shared private APs using identical names are becoming more commonplace, requiring use of the unique BSSID to select the desired AP.
Re: EAP version 1.34.0-dev
@mbirth: Thanks, glad you like it
@IGY: Not sure about this yet. WiFi Available would be possible to extend but it's also possible to check the BSSID using a Script or Expression for now. I have to check if Enable WiFi AP can be extended at all since the API of Android looks limited. It looks like it could only be achieved when the WiFi networks are configured for each BSSID which seems not to be possible with the regular settings UI of Android. But maybe I also miss some options in the settings UI. Let me know if and how you can add different configurations for each BSSID for the same SSID.
@IGY: Not sure about this yet. WiFi Available would be possible to extend but it's also possible to check the BSSID using a Script or Expression for now. I have to check if Enable WiFi AP can be extended at all since the API of Android looks limited. It looks like it could only be achieved when the WiFi networks are configured for each BSSID which seems not to be possible with the regular settings UI of Android. But maybe I also miss some options in the settings UI. Let me know if and how you can add different configurations for each BSSID for the same SSID.
Re: EAP version 1.34.0-dev
A new EAP version is available.
Changes in this update:
@igoryan94: please use this version and use menu->Log, menu->Send Log after the issue has been reproduced. The log contains some more information that should help to find the root cause (hopefully).
Regards,
Martin
Changes in this update:
- changes to log output to debug problem of igoryan94
@igoryan94: please use this version and use menu->Log, menu->Send Log after the issue has been reproduced. The log contains some more information that should help to find the root cause (hopefully).
Regards,
Martin