Search found 80 matches

by natong
23 Sep 2016 06:38
Forum: User Help / Bug Reports
Topic: Flow can't continue if action sleep running somewhere
Replies: 1
Views: 6216

Re: Flow can't continue if action sleep running somewhere

I just read the explanation in topic "Does flow structure matter?"
http://automagic4android.com/forum/view ... f=5&t=5994

I think I need to have a separate flow for flashing the widget.

Sleep also interupt the parallel flow, can't stop flow until the sleep timeout.
by natong
23 Sep 2016 06:25
Forum: User Help / Bug Reports
Topic: Flow can't continue if action sleep running somewhere
Replies: 1
Views: 6216

Flow can't continue if action sleep running somewhere

I am designing a flow that flash image in custom widget.
If the sleep action/function/loop still processing, the other branchs can't continue.
The message dialog action will wait until the Sleep 5m action finished.
Screenshot_2016-09-23-13-15-32-482.jpg
Screenshot_2016-09-23-13-15-32-482.jpg (229.88 KiB) Viewed 6216 times
by natong
21 Sep 2016 02:57
Forum: Feature Requests
Topic: Change wording "Log to SD card" to "Log to file"
Replies: 1
Views: 7114

Change wording "Log to SD card" to "Log to file"

Some of my clients didn't understand "Log to SD card". They often told me that they doesn't have SDCARD.
Is it better to change wording to "Save log to log.txt" or something else?
by natong
14 Sep 2016 14:49
Forum: User Help / Bug Reports
Topic: AM didn't start when reboot
Replies: 1
Views: 5788

AM didn't start when reboot

I have one phone that AM could't start when reboot even though I enabled in the preferences.
I have to launch AM manually.
Is there a way to check where is the list of startup app in android 4.4.2?
by natong
14 Sep 2016 14:33
Forum: Feature Requests
Topic: Backup AM Preferences
Replies: 1
Views: 6907

Backup AM Preferences

When I uninstall and reinstall AM, I have to resetting the preferences. And also re-add all widgets in the home screen.

Is it good to store preferences as .xml ? Then we can send the preferences to the other users too.
by natong
25 Mar 2016 12:43
Forum: User Help / Bug Reports
Topic: Access to system files
Replies: 13
Views: 35309

Re: Access to system files

What device model are you using? Is /sdcard/ a real physical sd card? I think that Android does not support the file observer events on external sd cards. I using Lenovo K3 Note, official ROM, non root. Internal storage = /sdcard = /mnt/sdcard = /mnt/m_internal_storage External storage = /storage/4...
by natong
24 Mar 2016 13:01
Forum: User Help / Bug Reports
Topic: Access to system files
Replies: 13
Views: 35309

Re: Access to system files

I just updated my phone to Android 6.0. My File Observer can't monitor /sdcard/Pictures. Is there any limit on Android 6.0?
by natong
30 Dec 2015 09:48
Forum: Feature Requests
Topic: Trigger: Fused Location Updated
Replies: 2
Views: 9445

Re: Trigger: Fused Location Updated

Sorry for my poor english. :roll: As I known, Google geolocation store the value in fused location to save battery, right? (Maybe it call as "last known location") The trigger will activate when fuse location update to the new value. And/or options to check distance between the old location and new ...
by natong
29 Dec 2015 10:57
Forum: Feature Requests
Topic: Trigger: Fused Location Updated
Replies: 2
Views: 9445

Trigger: Fused Location Updated

I would like to request a trigger when fused location updated or changed within ___ metres and/or ___ mins. Is these possible ? with supply variables: location_old = previous location location_new = current location distance = distance between old and new location time_old = previous updated time ti...
by natong
18 Oct 2015 03:36
Forum: User Help / Bug Reports
Topic: Can't wait for result with action start activity
Replies: 4
Views: 11277

Re: Can't wait for result with action start activity

I tried enable/disable but still got the same result. I also tried enable/disable multi-windows.