July, 2015

now browsing by month

 

playing around with bindings and animation.

playing around with bindings and animation.

done with LL and Tasker.

3 scripts: 1 for setting values horizontal, 1 for setting vertical values and 1 for resetting both.

it’s not finished, just a demo.

]]>

In 12.5.1 dynamic texts are untouchable.

In 12.5.1 dynamic texts are untouchable. Not in “normal” mode and neither in edit mode. A launcher restart fixes it though.

]]>

There is a way to know if a script is still running?

There is a way to know if a script is still running?

Let me explain better…

I have this kind of script:

//start—

var script=LL.getScriptByName(“name”);

script.setTag(“something”,something)

LL.runScript(“name”,0);

/in the other script i do something and then i set a tag on that script/

var value=script.getTag(“otherthing”);

//do something with value

//end—

the other script takes time to do all its calculations and in the meanwhile the current script has already taken the tag from that script.

In this way the current script takes always the tag of the precedent execution!

That’s why i need to know if the other script is still running.

P.S. i already tried to use JSON for a faster data passing, but nothing has changed…

]]>

I’m trying to create a composed color using a color choosed by me and another preset color that goes in overlay.

I’m trying to create a composed color using a color choosed by me and another preset color that goes in overlay.

To do this i used some android classes and this is the outcome:

var color = LL.pickColor(“”,some color,false);

var add = 0x9050…..;

var drawable = new ColorDrawable(color);

drawable.setColorFilter(add,PorterDuff.Mode.OVERLAY);

var col = drawable.getColor();

It gives me no error, but it returns always the choosed color.

I tried with other different PorterDuff modes and the result is always the same…

Am I doing something wrong or this is impracticable on LL?

Please i need a quick answer!!

EDIT: I did some research and i realized that setting a color filter on a ColorDrawable has no effect…

There is still another way to do the same thing??

]]>

hi All, hi Pierre Hébert

hi All, hi Pierre Hébert 

since a few days i play around with bindings.

It’s a very nice feature but i have a lot of weired problems.

https://plus.google.com/u/0/+gerdreuter/posts/aCUgkJx58Hc

and now new problems.

i’ll try to do some pretty animations and also want to use tasker to show notification counts.

please watch the demo-video, to see hat i mean.

following weired things happens:

after reboot or restoring the template the position and size of the items are different. also the value of the variables (particularly the variables filled by tasker) are lost.

Please look at the pictures.

Any suggestions, solutions?

edit:

LL 12.5.2

Android 5.0.2 

]]>

Best Launcher…

Best Launcher…

]]>

Hello

Hello,

Not sure this is a LL issue/change but since I am using LL and LL lockscreen, this seems the best place to ask. I have recently done the Android 5.0 update, and LL works fine. But I have noticed a major change in behaviour (not sur if LL or Google). Before 5.0 when locking phone while on an app, I would get back to the app when unlocking. With 5.0 as I unlock the phone I am systematically back to desktop. 

Is there a way to prevent this from happening and get back to the previous behaviour.

]]>

KLLosed for Kustom & Lightning Launcher

Originally shared by gerd reuter (werksmannschaft)

KLLosed for Kustom & Lightning Launcher

Kustom LWP

Ligthning Launcher

Tasker

Lipse Icons Grayscale

Tiny White Icons

A lot of Colors are customizable.

Standard is a Shade of Grey 😉

Video:

https://www.youtube.com/watch?v=vY33PPVTYS8

Will be available tomorrow at PlayStore:

https://play.google.com/store/apps/details?id=de.werksmannschaft.KLLosed

]]>

Is it possible to select multiple icons with a panel or folder and update their properties all at once?

Is it possible to select multiple icons with a panel or folder and update their properties all at once? e.g. setting reflection, scale, etc?

]]>

Is there a way to scale padlock in lockscreen, or change it for something different?

Is there a way to scale padlock in lockscreen, or change it for something different?

]]>