Archives
now browsing by author
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.
]]>How do I get rid of the lightning menu whenever I swipe up?
How do I get rid of the lightning menu whenever I swipe up? It won’t get away even if I set it to do another thing like open app drawer. Kindly help. Thanks.
Hi
Is there a way in LL to make my desktop background or system background to change automatically like every months ?
]]>Is it possible to be able to close the app drawer with a vertical swipe down?
Is it possible to be able to close the app drawer with a vertical swipe down? My current app drawer is vertical scroll only.
The swipe down event is not working.
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 ?
]]>Uuuuhhhh Was this launcher made an open source project, or did someone rip off the name?
https://play.google.com/store/apps/details?id=com.lightning.newlauncher
]]>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 ?
]]>I’ve been wanting to come back to this launcher and give it another try.
I’ve been wanting to come back to this launcher and give it another try. But as soon as I do same old problems return to remind me why I drop it before, it worked excellent in my Nexus 5, but it does horribly wrong on my Nexus 5x.
I’ve activated the “keep in RAM” and the don’t optimize battery in the system but every now and then when I press home I get this at least a second and sometime more, it drives me nuts, makes me want to drop it again.
Any help?
Anyone?
]]>