Search found 145 matches

by Bluscre
11 Jul 2019 22:13
Forum: User Help / Bug Reports
Topic: Reconnect router (Fritz!Box)
Replies: 1
Views: 7627

Reconnect router (Fritz!Box)

Based on https://gist.github.com/martinklepsch/3 ... 221cc569e3 i tried creating an action for it but i get an invalid response
Screenshot_20190712-001201.png
Screenshot_20190712-001201.png (178.13 KiB) Viewed 7627 times
by Bluscre
22 Oct 2018 09:27
Forum: Feature Requests
Topic: Blob pattern in action "init variable system setting
Replies: 5
Views: 13790

Re: Blob pattern in action "init variable system setting

Desmanto wrote:What android version you are using? I created the flow for Oreo 8.1. The configuration files has been changed after Nougat (CMIIW), it will stored as xml in /data/system/.
6.1
by Bluscre
22 Oct 2018 09:15
Forum: User Help / Bug Reports
Topic: Auto detach app from market?
Replies: 0
Views: 7659

Auto detach app from market?

Google Play has become way too aggressive when it comes to claiming apps and forcing updates of those (https://forum.xda-developers.com/showthread.php?t=2399472, https://androidforums.com/threads/how-do-i-detach-an-app-from-the-play-store.1265156/, https://android.stackexchange.com/questions/177569/...
by Bluscre
22 Oct 2018 09:10
Forum: User Help / Bug Reports
Topic: Youtube adds
Replies: 2
Views: 7539

Re: Youtube adds

I would suggest Youtube Vanced. Make sure to download it from the official website only (https://vanced.azurewebsites.net/)
by Bluscre
21 Oct 2018 01:01
Forum: Feature Requests
Topic: Wait for logged events
Replies: 5
Views: 17871

Re: Wait for logged events

by Bluscre
22 Sep 2018 11:36
Forum: User Help / Bug Reports
Topic: Create shortcut?
Replies: 10
Views: 25664

Re: Create shortcut?

The missing piece was a missing function to add a parcelable to the broadcast intent (putParcelable). The function is used to add the icon to the intent. The exception is likely caused by adding an icon that's too large. You can try to scale the image down a bit before adding it to the intent. I us...
by Bluscre
22 Sep 2018 11:35
Forum: Feature Requests
Topic: Blob pattern in action "init variable system setting
Replies: 5
Views: 13790

Re: Blob pattern in action "init variable system setting

You could already build a loop to query each setting of interest. To achieve this you can initialize a list with the setting names of interest in a script action and then add a template to loop over the list: That does not apply to the scenario where i want to use it: i want a object containing all...
by Bluscre
20 Sep 2018 12:24
Forum: User Help / Bug Reports
Topic: Iterate over items in list (longer than screen)?
Replies: 6
Views: 15673

Re: Iterate over items in list (longer than screen)?

Your code only puts a fraction of the list into the list variable [ "AdGuard", "Adobe AIR", "AndChat", "Android System WebView", "App Settings", "ARP Guard (WiFi Security)", "Authenticator", "Automagic Premium", "Better Open With", "BoxToGo Pro", "burning series", "Caffeine", "Calculator", "Calendar...
by Bluscre
19 Sep 2018 16:20
Forum: User Help / Bug Reports
Topic: Iterate over items in list (longer than screen)?
Replies: 6
Views: 15673

Re: Iterate over items in list (longer than screen)?

Can you send the flow instead of the code? That way i can understand it better
by Bluscre
18 Sep 2018 07:39
Forum: User Help / Bug Reports
Topic: Iterate over items in list (longer than screen)?
Replies: 6
Views: 15673

Re: Iterate over items in list (longer than screen)?

I tried my loop idea but with limited success: { "[1] Rotation Control": "Yes", "[2] SCR Pro": "Yes", "[3] Skype": "Yes", "[4] SuperSU": "Yes", "[5] SWF Player Free": "No", "[6] TalkBack": "Yes", "[7] TeamSpeak": "Yes", "[8] TeamSpeak": "No", "[9] Telegram X": "No", "[10] Twitch": "Yes", "[11] Twitt...