UPDATE: The issue I was having is because my phone is a fold, and if I set KLWP to be the wallpaper on both the inside and outside displays, they both will freeze. How I have my phone set up, the outside display is not supposed to be a mirror of the inside one, so perhaps KLWP is getting confused with the two different instances. If I put it just on one of them, it works correctly.
I made a live wallpaper that was meant to just be like a slideshow gallery. It’s not very complicated, all I did was create a stack group containing two overlap groups, and in the overlap groups each one contained an image (the overlap was to allow me to try and put a frame around the image, but also I have found that sometimes when some elements won’t show up, adding a text or shape control will prod it into working), the image file name is set in a global, and then I have a flow that will periodically pick a random image from a directory. In the KLWP editor, this works perfectly fine. It works exactly like it’s supposed to. However, on my phone, it seems like the very best I can get is the wallpaper will statically show whatever was in the editor when I saved it.
Also, if I make a change in the editor, it will not update the wallpaper that is visible. To do that, I have to switch it to a different wallpaper and then switch it back to KLWP using the fix option. Often, I will get no wallpaper at all, and just a black background, and that is not part of the wallpaper at all, since I’ve given it both a blue background and a whitish gradient frame.
I’m using a zFold 4 phone, which has two different screens, and the behavior is a little strange because it’s like I have to set the wallpaper on both the outside screen and the unfolded screen, as though they are separate. And it seems like I get slightly closer to correct behavior on the front, small screen than I do on the larger.
One thing that did help the picture appearing, because it was appearing before all mangled, was the rendering option that I forget the name of, but it’s something double.
I’ve never had this issue before with a Kustom creation. Almost everything about the watch faces or the widgets I have created largely works as expected, and works the same from the editor to the actual use. But not this.
For debugging purposes, I had it display the file name of the images it’s showing, along with the angle of their tilt, because I have it do a little bit of an angle like they are random photographs. It displays this information, but this information doesn’t update either. I added it to see if anything was getting updated, if perhaps it was just the images.
I set up three different flows, with multiple triggers each, though I have tried them stripped down to just one trigger. The first one is the finished loading trigger, and it draws the file names of the first file, sets the global, then randomly generates the tilt, and stores that in a global and repeats that for the second image.
The other two flows are to update the file name and tilt of each of those images. They are separate so that I can put them on separate cron schedules, so they update at different rates. I also added the manual trigger to all of them, but it does not seem to receive the touch. And I even changed whatever setting it was that is supposed to help if KLWP is not receiving the touches.
Any insight or help would be tremendously appreciated.