now browsing by tag
I just made a video for the boing without overlap script (…
I just made a video for the boing without overlap script ( http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_llxperiment_boing_no_overlap)
It’s just for fun, but it looks hilarious 😉
Thanks to TrianguloY for the basic script.
]]>I just created a video for a relatively old script: the animtion bulldoze.
I just created a video for a relatively old script: the animtion bulldoze.
For original post look here: https://plus.google.com/115366157037831519359/posts/GXVcfSaWVRi
]]>I just made a video for the folder dim script.
I just made a video for the folder dim script.
Landscape recording failed somehow a bit… just believe me it works also in landscape
]]>Dim background when folder open
For a video look here: https://plus.google.com/115366157037831519359/posts/3ZY4BWnZbmp
On desktop:
– create an item
– disable it
– hide label and icon
– set label to “bg”
– set content color to black (not transparent)
set up configuration:
– dim has to be the same value in both scripts
-speed can be different
Set in folders resume event:
/*config */
var speed=10;//lower is faster, 1 for instant
var dim=150;//0 for nothing, 255 for solid black
var orientationfix=false;//true if you want to switch screen orientation while folder open
/*endconfig */
var d=LL.getCurrentDesktop();
var i=d.getItemByLabel(“bg”);
var p=i.getProperties();
d.setItemZIndex(i.getId(),d.getItems().getLength()-1);
p.edit().setBoolean(“i.onGrid”,false).setString(“i.pinMode”,”XY”).commit();
if(orientationfix){
var s=Math.max( d.getWidth(),d.getHeight())*1.1;
i.setSize(s,s);}
else i.setSize( d.getWidth(),d.getHeight());
i.setPosition(0,0);
var i=0;
var a=function()
{
i++;
p.edit().setInteger(“i.alpha”,i*dim/speed).commit();
if(i } a(); Set in folders paused event: /*config */ var speed=10;//lower is faster, 1 for instant var dim=150;//0 for nothing, 255 for solid black /*endconfig */ var p=LL.getCurrentDesktop().getItemByLabel(“bg”).getProperties(); var i=speed; var a=function() { i–; p.edit().setInteger(“i.alpha”,i*dim/speed).commit(); if(i>0)setTimeout(a,0); } a();
If you set a non opaque color to the borders of a folder, the edges look like double opaque as they should be.
If you set a non opaque color to the borders of a folder, the edges look like double opaque as they should be.
]]>Universal bug fix guide
1. Restart LL
2. Clear LL’s cache
3. Restart device
4. Ask the community
5. Clear LL’s data (backup before)
6. Reinstall LL (backup before, if not done in 5)
7. Perform a factory reset (careful, all data on your phone will be lost)
If a step of 5-7 solved your problem try to restore your backup. When the bug occurs again, do the step again, which solved your problem, and don’t restore any backups, but recreate your layout.
]]>Can anybody tell me a good solution for screen recording without root?
I (will) have a Windows PC.
Which app are you using? Why exactly that one?
]]>I would like to use a LL desktop as daydream. If that is possible somehow?
Stop points with barrier enabled and right-to-left or bottom-to-top can be passed if diagonal scrolling is active…
I can upload a template if needed.
]]>
D5 Creation