now browsing by category

 

LL v14.2b1 (r2896)

LL v14.2b1 (r2896)

I would like so that when the Home button is pressed, the status of the panels is also restored to their home page.

In addition, the use of a gradient for coloring the background in folders is it possible? If this is possible, how is it configured?

Thanks.

]]>

Hi.

Hi. Is it possible to launch shell commands with sqlite and retrieve (or update) information from databases, like in Tasker using javascript?

]]>

Lockscreen unlocks on widget update?

Lockscreen unlocks on widget update?

I’ve set up a desktop containing Zooper widgets as a lockscreen. These widget have on-click properties set in Zooper to update the widgets. The lockscreen I’ve set to unlock on swipe—simple.

Now, however, the problem is when I touch the widgets, they update and the screen unlocks—not the desired behavior.

It’s not necessarily connected with the widgets though, as I use the Bubblefication app to change some notifications to pop-up bubbles—I’ve noticed when these appear on the lockscreen and I click the expanded bubble to minimize it the screen also unlocks.

So maybe I need to set something else in the desktop’s properties to not unlock on general actions?

]]>

I’d like to run Lightning Launcher backup at the press of a shortcut: I currently have all the tasker externalities…

I’d like to run Lightning Launcher backup at the press of a shortcut: I currently have all the tasker externalities of the additional steps I want—delete the old *.lla backup files, move the newly created backup to SD and so—done.

Now I just need to get Tasker to perform—via the Lightning Launcher plugin—the operation of backing up Lightning Launcher settings to the default name and location. How can I do this?

]]>

I’m on Nougat, set a desktop as lockscreen—can I hide the navbar on this lockscreen?

I’m on Nougat, set a desktop as lockscreen—can I hide the navbar on this lockscreen? In the desktop settings I can only choose to have the statusbar hidden, for navbar only the tint etc…

]]>

I’m sure I’m missing it and it’s simple to do, but can’t figure it out: I want to increase default icon size for a…

I’m sure I’m missing it and it’s simple to do, but can’t figure it out: I want to increase default icon size for a desktop to some zoom percentage, let’s say 160%. How do I do this? I don’t want to fiddle with every icon and change its size.

In Desktop layout settings, I can set the grid, i.e. 6×9 but then the icons stay spaced out and small—how do I enlarge them all?

]]>

Maybe y’all can help.

Maybe y’all can help.

I’m wanting to set the ’long tap’ action of an icon to open a URL in my default browser.

It appears there is no plug & play option for this. Is it possible, via a simple script, and if so, might someone be generous enough to write it for me? (I’m completely JavaScript illiterate.)

Also, if I’m missing a built-in way to set a shortcut to a URL, please enlighten me. This would be even better than a script.

Thank you.

(Picture is purely for entertainment and to make this post more interesting.)

]]>

Hi.

Hi.

I´m thinking about migrating from Tasker to DroidScript, but first I need to make sure I can send variables and execute LL scripts from DroidScript using broadcast intents. What would be the list of parameters I need to send?. For example, I’ve managed to send a variable from DroidScript to KLWP using this:

KUSTOM_ACTION = “org.kustom.action.SEND_VAR”;

KUSTOM_ACTION_EXT_NAME = “org.kustom.action.EXT_NAME”;

KUSTOM_ACTION_VAR_NAME = “org.kustom.action.VAR_NAME”;

KUSTOM_ACTION_VAR_VALUE = “org.kustom.action.VAR_VALUE”;

KUSTOM_ACTION_VAR_NAME_ARRAY = “org.kustom.action.VAR_NAME_ARRAY”;

KUSTOM_ACTION_VAR_VALUE_ARRAY = “org.kustom.action.VAR_VALUE_ARRAY”;

var extras = [

{name:KUSTOM_ACTION_EXT_NAME, type:”string”, value: “droidscript”},

{name:KUSTOM_ACTION_VAR_NAME, type:”string”, value: “ds_var”},

{name:KUSTOM_ACTION_VAR_VALUE, type:”string”, value: “test variable from droidscript”}

];

extras = JSON.stringify( extras );

app.BroadcastIntent(KUSTOM_ACTION,null,null,null,extras);

Is it possible to do something similar for Lightning Launcher?

]]>

How can I remove the gap between the status bar and the action bar?

How can I remove the gap between the status bar and the action bar?

Device: Xiaomi Redmi Note 4 on Nougat

]]>

Hello, has anyone created a text box with Marquee style scrolling text?

Hello, has anyone created a text box with Marquee style scrolling text? I can’t get the old marquee HTML tag to work, didn’t find any existing scripts, and haven’t figured out a way to do it in JS. Any thoughts or guidance is appreciated.

]]>