Search found 371 matches

by anuraag
26 Oct 2018 15:34
Forum: Feature Requests
Topic: need variable support for widget text.
Replies: 2
Views: 8696

Re: need variable support for widget text.

You can change everything using script function "setWidgetElementProperty". Run a script after Variable changes.
by anuraag
22 Oct 2018 02:54
Forum: EAP - Early Access Program
Topic: EAP version 1.36.0-dev
Replies: 67
Views: 319225

Re: EAP version 1.36.0-dev

Under automagic setting access to notification is marked as enebled on clean install of automagic although it isn't granted by system.
by anuraag
19 Oct 2018 03:33
Forum: Flow Sharing Area
Topic: Random wallpaper changer
Replies: 11
Views: 34763

Re: Random wallpaper changer

@Mices7 : Do you try it on the same device? If same device and ROM, it seems to be Automagic's bug. @digitalstone : Thanks for the confirmation. This immediately ruled out the limitation on Nougat 7.1. I am using RR 6.2.0 Oreo 8.1 and changing home screen will change the lockscreen too. Hi Desmanto...
by anuraag
18 Oct 2018 14:06
Forum: User Help / Bug Reports
Topic: Create a shortcut to the home screen
Replies: 2
Views: 7483

Re: Create a shortcut to the home screen

http://automagic4android.com/forum/view ... t=0#p22087. Requires 1.36 build which will soon release. So you may check it again.
by anuraag
18 Oct 2018 01:47
Forum: Flow Sharing Area
Topic: Random wallpaper changer
Replies: 11
Views: 34763

Re: Random wallpaper changer

On my G5+ 8.1 stock rom with automagic changeing home screen wallpaper changes lock screen wallpaper too. But when i tested it using java script it worked homewall="/storage/emulated/0/OOE4xAnBhKo_Full.jpg"; lockwall="/storage/emulated/0/Pictures/Mysplash/KOKxOB8550Q.jpg"; WallpaperManager=callJavaS...
by anuraag
16 Oct 2018 03:59
Forum: User Help / Bug Reports
Topic: removeAllElementValues bug
Replies: 12
Views: 21684

Re: removeAllElementValues bug

@Desmanto thanks for long testing. :thumbsup:

In my main script it is removeElementValues.

That only function made my flow to take 3 times more time. I thought script was working.
by anuraag
15 Oct 2018 02:56
Forum: User Help / Bug Reports
Topic: removeAllElementValues bug
Replies: 12
Views: 21684

removeAllElementValues bug

I have created a flow. Action init "Variable File List" Then script exclude=newList("/storage/emulated/0/Android"); removeElementValue(files, exclude); but exclude list aren't removed. If i use loop insted of removeAllElementValues it works. http://automagic4android.com/flow.php?id=2e5e52274b9156e08...
by anuraag
11 Oct 2018 06:30
Forum: User Help / Bug Reports
Topic: Updates
Replies: 4
Views: 9582

Re: Updates

Someone found direct way to update apps here http://automagic4android.com/forum/view ... f=5&t=7619
by anuraag
11 Oct 2018 00:04
Forum: User Help / Bug Reports
Topic: Google Play auto update
Replies: 6
Views: 16234

Re: Google Play auto update

Use action "start activity" instead of send Broadcast.
by anuraag
06 Oct 2018 23:18
Forum: User Help / Bug Reports
Topic: App task started triggered continues
Replies: 6
Views: 11709

Re: App task started triggered continues

Thanks. That explains everything.