Archives
now browsing by author
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
]]>Running Scripts in background: It seems like Lightning is sometimes ignoring the broadcast. Can anybody confirm this?
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