now browsing by category

 

Hi Lukas Morawietz​

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

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​

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?

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…

Maybe someone here can help me again – I’m playing around with adding items to my desktops, and I’ve discovered the Advanced Formatting option for the “Date and Time” dynamic text. My question is, is there a way to get dynamic text to display the time since a date, or the time until a date? Like a countdown or stopwatch?

]]>

Hi People. I’ve not used LL for a while, and i can’t remember how to disable icon reflections ??

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?

Can anyone help me with changing defaults? When I go to edit the properties of any item, things that I’ve changed get a little orange checkbox labeled “Custom” off to the left, indicating that the setting has been changed from the default. Is there any way to change the default, though? Example: When I create a new app shortcut on a desktop, I want it to always have the “System” launch animation option turned on. Currently, everything I create has “None” in this setting, and I have to go in and change it manually.

]]>

Playing with LL I just noticed something I think I accidentally created a floating desktop and not actually the…

Playing with LL I just noticed something I think I accidentally created a floating desktop and not actually the desktop itself. Is there a way to copy the floating desktop to the actual desktop?

]]>

Question:

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)

]]>