Search found 18 matches

by p50kombi
16 May 2020 09:04
Forum: User Help / Bug Reports
Topic: Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.
Replies: 8
Views: 16262

Re: Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.

I'm quite an experienced user, as you can yell by attached screenshots.
The only thing is,both the dark theme and night theme settings don't change my device to dark theme when set to 1.
Is there another system setting i need to change?
Screenshot_20200516-100028.jpg
Screenshot_20200516-100028.jpg (291.34 KiB) Viewed 16198 times
Screenshot_20200516-100200.jpg
Screenshot_20200516-100200.jpg (394.09 KiB) Viewed 16198 times
by p50kombi
16 May 2020 08:22
Forum: User Help / Bug Reports
Topic: Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.
Replies: 8
Views: 16262

Re: Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.

It's changed by android settings,its set to auto at sunset and sunrise. The picture changes per action,the WiFi symbol for instance gets replaced by a green one when connected,and the volume gets mote bars,less bars or silent,all different pictures depending. Behind the widget is a script,updating s...
by p50kombi
16 May 2020 07:08
Forum: User Help / Bug Reports
Topic: Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.
Replies: 8
Views: 16262

Re: Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.

Changes when screen is on and off, but mostly when off as when I wake up they are invisible. I've seen it happen when I changed from dark to light theme,thats how I found out that triggers it. Never seen the problem on android 9, no. Only on 10. They are both am custom widgets. My phone is a Samsung...
by p50kombi
15 May 2020 15:57
Forum: User Help / Bug Reports
Topic: Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.
Replies: 8
Views: 16262

Everytime android 10 switches from night(dark) theme to day(light), my custom widgets dissappear.

Screenshot_20200515-165148_Nova Launcher.jpg Hi all, So I made two custom widgets, with click able actions and an icon changing according to what is selected. However, every morning I noticed the widgets are missing, they become invisible. They're still there, as I can click on the area where they ...
by p50kombi
10 Mar 2020 15:07
Forum: User Help / Bug Reports
Topic: Trying to get SSID of current connected Wifi AP as global variable
Replies: 6
Views: 16211

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

sorted it, I used it as a trigger, not as a condition.
using at a condition, now the script works.

Thanks for your help.
by p50kombi
10 Mar 2020 14:54
Forum: User Help / Bug Reports
Topic: Trying to get SSID of current connected Wifi AP as global variable
Replies: 6
Views: 16211

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

tried that, that just gives the global variable out as ssid for some reason
by p50kombi
10 Mar 2020 14:49
Forum: User Help / Bug Reports
Topic: Trying to get SSID of current connected Wifi AP as global variable
Replies: 6
Views: 16211

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

Thanks, now only thing is which script do I use to let global_wifi_ssid be the variable ssid?

for some reason my brain is having a meltdown.
by p50kombi
10 Mar 2020 14:21
Forum: User Help / Bug Reports
Topic: Trying to get SSID of current connected Wifi AP as global variable
Replies: 6
Views: 16211

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

Hi All, I am trying to get the name of the Wifi network I am currently connected to in a widget on screen. I use this widget to swich wifi on and off and to show what I am connected to atm. I found a bit of code on here and adapted it as follows: wifiManager=callJavaMethod(getContext(), "android.con...
by p50kombi
23 May 2019 10:47
Forum: User Help / Bug Reports
Topic: Backup to FTP, only syncing new files
Replies: 4
Views: 11421

Re: Backup to FTP, only syncing new files

nevermind..I figured it out..
I added an isempty expression to the flow ;)