now browsing by tag

 
 

What is the best way to retrieve a LL variable value from Tasker?

What is the best way to retrieve a LL variable value from Tasker? Or alternatively, to retrieve a Tasker variable from LL script (without invoking Tasker)?

]]>

Is is possible to add permissions (specifically, internet access) on Nougat without the need for Xposed?

Is is possible to add permissions (specifically, internet access) on Nougat without the need for Xposed? Using Lukas Morawietz Permissions Manager but that requires Xposed which isn’t stable on Nougat …

]]>

two questions for the scripting experts here:

two questions for the scripting experts here:

1. what is the best way to introduce a “wait time” or delay of a few seconds in a script?

2. when sending an intent using startActivity, is it possible to use the format “intent:#Intent;action=ACTION,package=PACKAGE …”? what is the correct syntax for sending an intent this way?

thanks! tried looking through this forum but couldn’t find any answers …

]]>

does anyone already have a script written that pulls the last used app and opens it (regardless of whether that app…

does anyone already have a script written that pulls the last used app and opens it (regardless of whether that app is now in the foreground or background)?

saw a post from TrianguloY in 2014 but saw that it no longer applied to LP/MM+ …

]]>

I have an app that creates a desktop shortcut which works perfectly on LL.

I have an app that creates a desktop shortcut which works perfectly on LL. What I’d like to do is to be able to reverse-engineer the shortcut so that I can programmatically launch the shortcut via LL or Tasker (without having the shortcut on my desktop at all). Is this possible?

note: I am aware I can hide the shortcut on the desktop, but am looking for a way to launch the shortcut with LL in the background

]]>

Question: Are bindings constantly being evaluated if the screen is off or if LL is in the background?

Question: Are bindings constantly being evaluated if the screen is off or if LL is in the background?

Use case: I have a clock widget setup to change item properties every second. If I use a script to do this, I can clear timeout on desktop pause and resume on desktop resume. If I use bindings to achieve the same effect, do the bindings continue to get evaluated when LL is in the background or when screen is off, thereby draining more battery than the script solution?

]]>

Script to launch Tasker task not working on latest beta. Here’s my code – any suggestions?

Script to launch Tasker task not working on latest beta. Here’s my code – any suggestions?

var i = new TaskerIntent(“Listen”);

i.addParameter(LL.getEvent().getItem().getLabel());

LL.sendTaskerIntent(i, true);

]]>

scripting help: how to setBoxBackground to null (i.e. no image) via bindings?

scripting help: how to setBoxBackground to null (i.e. no image) via bindings?

]]>

Request: Has anyone built LL “app drawer” folder that has the same features as Nougat/Marshmallow (alphabets on…

Request: Has anyone built LL “app drawer” folder that has the same features as Nougat/Marshmallow (alphabets on left-hand side, most often used on the top)?

of all the features and customization capabilities of LL, have always thought the app drawer view was the least user-friendly and most restrictive (in terms of what can / cannot be modified) …

]]>

When clicking a Tasker shortcut on the LL home desktop, sometimes LL causes last used app to be displayed instead of…

When clicking a Tasker shortcut on the LL home desktop, sometimes LL causes last used app to be displayed instead of running the Tasker shortcut. Anyone else have this problem?

]]>