November, 2018

now browsing by month

 

Can the ‘default’ desktop/home screen be set through Tasker ?

Can the ‘default’ desktop/home screen be set through Tasker ?

I’m thinking of coding up a Tasker system where depending on which profile I chose, the Home key (in-screen, not physical button, SGS9+) takes me to a different home screen/desktop: one for work, one for outdoor activities, etc.

Is it possible to SET the default with Lightning Launcher ? I understand there are shortcuts to SHOW a specific desktop, but I want it to work when I simply press the home button.

Hi, lightners!

Hi, lightners!

I’m wondering, is there a way to show notification through LL?

I have a beautiful lockscreen, and it is minimalistic, so no serious customization there.

There is clock, of course, AND, the icons of notifications, with rather clever peek and select mechanics.

Yes, to replicate it – I should be guru at scripting. But do LL even have an access to notifications?

Hi, is there a way to copy folder from desktop to desktop and break the connection between them?

Hi, is there a way to copy folder from desktop to desktop and break the connection between them? When you copy a folder to another desktop and you edit it, it affects both instances. I need to edit the copied folder without affecting the original. Thanks

How do I copy desktops?

How do I copy desktops? I want to create same properties of desktops so I need to copy them rather than recreate their properties one by one. Kindly advise. Thanks

When downloading an app, the app icon doesn’t appear on the screen once downloaded.

When downloading an app, the app icon doesn’t appear on the screen once downloaded. I have to go to the play store to open the app. Any suggestions? Using a Samsung Galaxy s9. Thank you.

I checked off for landscape mode in settings.

I checked off for landscape mode in settings.

When I open the launcher this is how it opens.

When I turn the phone for portrait mode, this is how it what I get. Never used to this I changed from Mi Max To Mi Max 2. That’s the only difference.

Please help.

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