now browsing by category
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();
]]>how i should do to detect navigationbar available or not?
Maybe someone here can help me again – I’m playing around with adding items to my desktops, and I’ve discovered the…
Hi People. I’ve not used LL for a while, and i can’t remember how to disable icon reflections ??
Can anyone help me with changing defaults?
Playing with LL I just noticed something I think I accidentally created a floating desktop and not actually the…
Question:
When you set an image as the background of an item, if the image is smaller it is scaled with aliasing.
Is it possible (by script I assume) to remove that aliasing but without changing the size of the image (this is: the internal bitmap from item.getBoxBackground(“n”).getBitmap() need to have a small size, smaller than the item)
I know I can create an image with the size of the item and draw the previous image with an anti alias paint, then set that new image. The problem is that the image has now a different size, I want to keep the original size.
(Note: I know some workarounds, but I’m interested in that way in particular)
]]>
D5 Creation