Search found 371 matches

by anuraag
23 Mar 2020 13:33
Forum: User Help / Bug Reports
Topic: shortening links with bit.ly
Replies: 11
Views: 25822

Re: shortening links with bit.ly

No need of autoweb. I have used access_token included in autoweb.
http://automagic4android.com/flow.php?i ... c680bed355
by anuraag
23 Mar 2020 13:00
Forum: Feature Requests
Topic: Set Dark Mode Android 10
Replies: 1
Views: 8711

Re: Set Dark Mode Android 10

Got solution. Need to toogle car mode after secure setting.
by anuraag
23 Mar 2020 02:07
Forum: Feature Requests
Topic: Set Dark Mode Android 10
Replies: 1
Views: 8711

Set Dark Mode Android 10

I have tried to change android 10 dark mode through Set System Setting but it doesn't work. It would be nice if you can add an action for it.
by anuraag
13 Mar 2020 14:01
Forum: User Help / Bug Reports
Topic: Known Issues on Android Q
Replies: 41
Views: 240604

Re: Known Issues on Android Q

(set flow options to "Skip execution when an instance is already executing") You can set "Hide Automagic input method" in Automagic General settings These option not required as this process is so fast that you don't even notice input dialog or any parallel execution problem. Root access isn't requ...
by anuraag
11 Mar 2020 10:21
Forum: User Help / Bug Reports
Topic: How to save/restore state?
Replies: 3
Views: 11991

Re: How to save/restore state?

This can be done in one flow. Use 2 triggers. 1) App task started. 2) App task ended. Set condition expression contains(trigger, "App Task Started") If condition true then Set Interruptions Mode All If condition false then Set Interruptions Mode None For storing/restoring sound profile there are two...
by anuraag
10 Mar 2020 14:52
Forum: User Help / Bug Reports
Topic: Trying to get SSID of current connected Wifi AP as global variable
Replies: 6
Views: 16213

Re: Trying to get SSID of current connected Wifi AP as global variable

Use script action after above condition. Put

Code: Select all

global_wifi_ssid = ssid
by anuraag
10 Mar 2020 14:38
Forum: User Help / Bug Reports
Topic: Trying to get SSID of current connected Wifi AP as global variable
Replies: 6
Views: 16213

Re: Trying to get SSID of current connected Wifi AP as global variable

There is an condition WiFi Connected available to get currently connected ssid. It will give you ssid variable.
by anuraag
10 Mar 2020 00:01
Forum: Flow Sharing Area
Topic: Unsplash wallpaper
Replies: 14
Views: 56200

Re: Unsplash wallpaper

Hi Rafi
I haven't learnt java or any other programing language. When I need some solutions I search at stackoverflow.com or Google for solution and port existing code to automagic.
by anuraag
09 Mar 2020 14:05
Forum: Flow Sharing Area
Topic: Unsplash wallpaper
Replies: 14
Views: 56200

Re: Unsplash wallpaper

That error will occur when you don't have any cached images and no internet connection.
by anuraag
09 Mar 2020 12:55
Forum: Flow Sharing Area
Topic: Unsplash wallpaper
Replies: 14
Views: 56200

Re: Unsplash wallpaper

Here is flow.
Modify first action to change path. Make sure it exits.