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…
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?
]]>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.
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?
After oreo update has arrived “all apps” stopped working.:(
After oreo update has arrived “all apps” stopped working.:(
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!
D5 Creation