November, 2014

now browsing by month

 

Is there a reliable way to determine wether the screen is unlocked (stock(!) lockscreen) and home screen shown?

Is there a reliable way to determine wether the screen is unlocked (stock(!) lockscreen) and home screen shown?

I have an issue with LL and ZW (not other widgets). I trigger animation of panels with ZWs inside on ScreenOn. But ZWs disappear until LL is restarted or animation done with screen visible or long tap on ZW. I tried delaying, but that is not a sufficiently reliable solution.

]]>

[EDIT: template link. See at bottom of this post]

[EDIT: template link. See at bottom of this post]

Today I’m showing you a script that….

Wait, no. This time is not a script (sort of) but a whole screen! Full of new scripts!

And I recently updated to Lollipop, so better. (Except for the translucent bars 🙁 it was better in kitkat)

Ok, things to say:

1) I’m good programming, but really bad designing , just need to see my maze game, only cubes and spheres [this is not spam 😛 ] For this reason the screen has scripts doing things, and the design is really simple. If you are one of the ‘design masters’ your critics will be appreciated.

2) This is my personal screen. I made all the scripts for myself, this means: I didn’t tested them with different designs, different configurations, and didn’t tested for bugs. It works for me, and that’s all I wanted.

I think in posting the scripts in the future, don’t know when. If you have special interest for any in particular, tell in comments.

3) All the scripts are new ones, trying to make a ‘lollipop’ screen (animations mainly), I didn’t even use any of my old ones (just took some code).

The only exception is Ren Shore​​​​​’s lateral bar indicator with little tweaks, which fits perfectly and I couldn’t resist to add (Thanks! 🙂

The scripts are:

– Random background color

– Page indicator with label zoom

– Widgets columns

– Always-top indicator

– Click effect

– Reset position when going back

– Reset desktop when exit

(Note: some things in the video are shown with more lag than usual)

EDIT:

Here is the template I had when I made the video (I exported it by then, deleting non related data). This means that the scripts are a bit outdated now. Don’t expect a full ready-to-use template. It should work, but you may need to fix some scripts if your screen is different of mine (nexus 4). You can check it to know how the layout is made (lots of panels 😉

https://www.dropbox.com/s/n5u4q9n5gjspgqx/Template-material-fix?dl=0

THINGS TO CHANGE:

In “[personal] material scrolling” change the 145 to the id of the panel with the tabs

Also in that script you may want to change the 460 to the new panel width.

If you have problems you can ask me, but I don’t know if I will be able to answer them.

Anyway, remember that all scripts used will be published.

]]>

I need some help with making simple script but really have no idea about this computer languages…

I need some help with making simple script but really have no idea about this computer languages…

I want combine ‘go to home desktop, then zoom 100p’ and ‘close all folders’ in single action, like press home button or back button.

Spend whole day to make this action but couldn’t make it…

Wish someone have any idea to make it. Thank you.

]]>

Hi all

Hi all,

I’m very new to Lightning Launcher, and absolutely loving it – so please forgive a very trivial question.

I’ve searched and searched and searched, but… how does LLX generate the white line over the three icons at the bottom of the initial demo screen?  Tx for any help…

]]>

hi guys, i want to create parallax effect for my widgets, I think it can be realize using scripts

hi guys, i want to create parallax effect for my widgets, I think it can be realize using scripts

can you tell me how to learn using scripts?, any references are there?

thank you

LL.getContext().getWindow().getDecorView().setSystemUiVisibility(4096+4+2);

LL.getContext().getWindow().getDecorView().setSystemUiVisibility(4096+4+2);

Can you guess what it does 😉

(The effect will disappear when leaving the launcher, you may want to set it in the resumed event of the desktop, or any item. For android 4.4 or more. Didn’t test a lot)

]]>

Is it possible to show variables from Tasker directly through an item in LL.

Is it possible to show variables from Tasker directly through an item in LL. As in Zooper widget. In Tasker I added plugin L action >run script>new script, now I made “content.log (“new message”)” just for fun and educational purposes, now LL asks me which data I want to pass to the script and I added %COUNTGP (this is my Tasker variable).

I know the snippet is wrong, but am I on the right way and need simply the right script. Or is this complete wrong?

Can anyone help me?

Can anyone help me? I keep getting paddings on my widgets… the “customize option ->more ” tells me that the area of paddings in all 4 directions are 0…. can anyone tell me what I’m missing?

]]>

Hi :)

Hi 🙂

LLX ⚡

Zooper Widget

Frost icons :

https://play.google.com/store/apps/details?id=com.sonny.lpi.frost

Wallpaper :

https://www.dropbox.com/s/6ypyd2kvq4w0nkh/vladstudio_quiet_night_2048x2048_signed.jpg?dl=0

]]>

How can we use :

How can we use :

public String loadRawResource (String pkg, String name) from the LL class?

]]>