Kino faya (Kinofaya)
now browsing by tag
Hi, I am looking for a way to change my wallpaper automatically every weeks.
I found that script wich change the wallpaper every times it is launched.
I dont know how to script at all, so maybe someone can make the necessary changes to make it work the way I want ?
Here is the script :
LL.bindClass(“java.lang.Runtime”);
LL.bindClass(“java.io.File”);
var wallpaper_dir = new File(“/storage…”) //replace with wallpaper directory
var container_id = LL.getCurrentDesktop().getId() ;
var ll_wallpaper = new File(LL.getContext().getFilesDir() + “/pages/” + container_id + “/wp”);
ll_wallpaper.delete();
var wallpaper_list = wallpaper_dir.listFiles()
var index = Math.floor((Math.random() * wallpaper_list.length));
var rt = Runtime.getRuntime()
rt.exec(“cp ” + wallpaper_list[index].getAbsolutePath() + ” ” + ll_wallpaper.getAbsolutePath());
LL.runAction(EventHandler.RESTART);
]]>Hi, I have a question about LL lock screens.
With a LL lockscreen, how can I have my notifications to show up like natives samsung notifications on lock screen ?
Thanks.
]]>Hi
Is there a way in LL to make my desktop background or system background to change automatically like every months ?
]]>I tried playing with kwgt settings but I always end with the same problem.

I tried playing with kwgt settings but I always end with the same problem. Here is a screen recording showing the problem. You can see that aslong the widget fits in the panel box, the swipping is fine. When I setup the widget to fit the size I want it, the swipping is wrong. This is because the widget is now to big to fit the panel box.
The problem now is that kwgt widget scale/size.
What am I doing wrong to never get in the size I need ?
]]>Hi, I have problems with LL. I am on a samsung A8 android version 8.0.0
I hope someone can help me with it.
1- When I try to save my panel as a folder style, LL crashes and no folder style is saved.
2- I made a panel in wich I have 2 widgets that are aligned vertically. I can switch from 1 widget to the other by swipping up or down. The problem is that the scrolling goes too far, so I sometimes swipe to an empty space over my 1st widget, or above my second one.
Do someone know how to fix it ?
]]>Hi, I have problems with LL. I am on a samsung A8 android version 8.0.0
Hi, I have problems with LL. I am on a samsung A8 android version 8.0.0
I hope someone can help me with it.
1- When I try to save my panel as a folder style, LL crashes and no folder style is saved.
2- I made a panel in wich I have 2 widgets that are aligned vertically. I can switch from 1 widget to the other by swipping up or down. The problem is that the scrolling goes too far, so I sometimes swipe to an empty space over my 1st widget, or above my second one.
Do someone know how to fix it ?
Hi
Hi,
Can someone tell me if it is possible to send a message directly to Pierre ?
I need some help with a script he made, but I am scared that he wont see the message in here.
Is there a way to mail him ?
thx
Hi
Hi,
I am back again with the same questions, I tried verything I could, but still did not found a way to go.
1- How can I import and use a script ? I am trying to install Pierre’s hand drawer script to make a hand drawer widget. But following the instructions dont work.
It says that” no event is defined at line 8 “.
2- How can I make a shortcut/script/widget to take instant pictures, without having to launch the camera application ?
I hope someone can help;
bye
Hi
Hi,
I tried to install Pierre’s script to make a hand drawer widget, but I couldn’t make it.
Everytime it tells me that the event isn’t defined.
Can someone help me with it ?
Another thing I am trying to do, is having a shortcut to take a picture instantly, without having to launch the camera app.
How can I do it, does this need a script ?
Thanks