Archives

now browsing by author

 

We’ve had no software updates since February 2017.

We’ve had no software updates since February 2017. Does anyone know the status of the project, has it been abandoned at this point?

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.)

]]>

Blur the background when opening a folder….

Blur the background when opening a folder….

Is there an English tutorial, can only find German..

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?

]]>

Didnt it use to be possible to set colors for the nav and statusbar?

Didnt it use to be possible to set colors for the nav and statusbar? im only seeing the statusbar option on my new phone :/

]]>

Silly question about scripts. I’ll get straight to the point first. How to run another script in a script?

Silly question about scripts. I’ll get straight to the point first. How to run another script in a script?

I don’t know JavaScript but i have some minimal programming knowledge and I manage to learn from other scripts in the repository. However, I still haven’t found a script that refer to another scripts. May I know what should I write such that Script A can run another Script B? Thanks!

The issue with the factory apps icons not appearing on Oreo is still there, as I had posted a few weeks ago.

The issue with the factory apps icons not appearing on Oreo is still there, as I had posted a few weeks ago.

]]>

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

]]>

Hi

Hi,

I’m having issues with the “configure desktops” setting… Every time I select it, the launcher crashes.

I think this only started over the weekend.

It was fine last week or the week before.

LL – v14.1.5 (r2893).

Mobile – Huawei P10 lite.

]]>

I want to know the best way to make an animation with scripts without using bindings.

I want to know the best way to make an animation with scripts without using bindings.

An example when using bindings on an icon:

Binding “Left”

Animate (‘$Left’,1000,”ac”,1000″)

Binding “Top”

Animate (‘$Top’,1000,”de”,1000″)

My question is how a script, doing the same thing, would look like.

Thank you!