How do I add internet shortcut to my desktop? Kindly help. Thanks.

How do I add internet shortcut to my desktop? Kindly help. Thanks.

Hi, I am looking for a way to change my wallpaper automatically every weeks.

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.

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.

]]>

Title

Title

Title

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.

Script not working

Script not working

]]>

Hi

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.