October, 2014
now browsing by month
Just Blue
I tried to match my icons to my background.
Not really satisfied yet.
Anyway I thought I would share it.
The last image shows the icons on my phone which don’t work out well ATM.




LLX Lock Screen – screen turning off.
Anyone had this issue since the last but one Beta release ?
I use LLX lock screen, and one in ten times, I press the power button or home button (S5) to look at the time on my lock screen. The screen comes on and immediately goes off.
I deleted the lock screen, created a new one with no widgets, just the unlocker, and it still does it.
I removed LLX completely, cleared phone cache, re-installed, same issue.
I remove LLX lock screen completely, and use the Samsung lock screens and everything works perfectly.
Just wondering if anyone else has experienced this ?
]]>What needs to be done to get LL to display dynamic counter on stock / custom dialler / messaging app to display…
Its been a while.. Someone remind me how to get item.setName() to save?
Like many of you, I use LLX in conjunction with Zooper Widgets Pro.
I had asked in the zooper community/forum, but I didn’t get any smarter. So I thought I’d ask here since many use ZWP. HOW DO YOU RESTORE YOUR ZOOPER SETUP???? I backup and restore both my LLX and zooper settings. When I restore my LLX backup, it places zooper widget holders back in place, and it asks for permission to create the widget. I grant it, and check “always” allow, but the next widget’s place holder still asks, so I gotta go one by one and “allow” it. Then, I still have to edit the zooper widget, again, one by one and restore the saved widget, which BTW, does NOT restore the action on touch. I have recreate those again as well. Its a lot of freakin’ tweaking!!!! What am I doing wrong? Is there a better way I’m missing?? Thanks!
]]>This is a feature request and a tip to devs in one.
First the tip: this is how to push any view (in this example a videoview) to LL
LL.bindClass(“android.R”);
LL.bindClass(“android.widget.VideoView”);
var root=LL.getContext().getWindow().getDecorView().findViewById(R.id.content);
var view=new VideoView(LL.getContext());
view.setVideoPath(“/sdcard/Video/video.mp4”);
root.addView(view);
view.start();
setTimeout(clear,0);
function clear()
{
if(LL.isPaused())root.removeView(view);
else setTimeout(clear,0);
}
Now the Request:
Pierre Hébert I would like to see a view item, which is just a item to display a java view. Of course it should be possible to create it through script. This would make things a lot easier and the above stuff wouldn’t be needed.
]]>