now browsing by tag
Lukas Morawietz
Lukas Morawietz
When trying to use your appdrawer script
Pierre Hébert stopping when using appdrawer script
Is it Marshmallow issue or the same issue mentionned on last days ?
]]>Is there a way to read/export the scripts from lla (backup files) ?
Pierre Hébert TrianguloY Lukas Morawietz
]]>How can I save my scripts ?
I think about copy paste in Keep
Lost all my scripts when I had my issue on Marshmallow
In fact I’m pretty sure I have all my .lla backups but don’t know how to extract the scripts
+TrianguloY
]]>Dock =LL.getVariables().getFloat(“Dock”)
if (Dock == ‘1’) { LL.getVariables().edit().setFloat(“Dock”,” “0”).commit();
}
else {LL.getVariables().edit().setFloat(“Dock”,” “1”).commit();
}
Help TrianguloY
I have syntax error
]]>Pierre Hébert
Pierre Hébert
When editing a desktop some items which have to be not visible are displayed , Could you check ? It’s not a new issue
These items have Bindings with Visibility with a parameter which is 0
]]>Hi Lukas Morawietz
I’m now on Marshmallow and seems there is a new permission for reading wifi network
var unused = $ll_minute;
return
LL.getContext().getSystemService(LL.getContext().WIFI_SERVICE).getConnectionInfo().getSSID();
It’s giving me : unknown.
I can’t find what permission to add through your Xposed module
I’ve added PHONE_STATUS
TrianguloY Jappie Toutenhoofd are you aware of that kind of thing ?
]]>Issue here with bindings
Setting like that under Bindings
var unused = $ll_minute;
LL.getContext().getSystemService(LL.getContext().TELEPHONY_SERVICE).getNetworkOperatorName();
Under Bindings
text –> Label
LLx crashing
]]>Pierre Hébert Could you help here ?
Pierre Hébert Could you help here ?
Sent 2 mails about report this morning
Don’t worry I can survive lol
]]>Hi TrianguloY and Jappie Toutenhoofd
Need some help with scripting
How can I use a parameter sent via Run a script + value ?
Ex : Run a script plus Agenda
Missing how to set the var with this content for my last script line
Here I want to send Agenda and so to set my Agenda variable to 1
Setting all variables to 0 before
LL.getVariables().edit().setFloat(“ToolsProgs”,”0″).commit();
LL.getVariables().edit().setFloat(“MainHome”,”0″).commit();
LL.getVariables().edit().setFloat(“Meteo”,”0″).commit();
LL.getVariables().edit().setFloat(“Notes”,”0″).commit();
LL.getVariables().edit().setFloat(“Agenda”,”0″).commit();
/* here the variable to be set to 1
LL.getVariables().edit().setFloat(Var,”1″).commit();
]]>
D5 Creation