October, 2014

now browsing by month

 

Pierre Hébert

Pierre Hébert

Hi Pierre…

I have request. Can you publish new Czech language packet?

Thanks

]]>

Double Slided release…i’m using Lightning Launcher Extreme so if anyone wants my template let me know or the…

Originally shared by Jeff Ludlow

Double Slided release…i’m using Lightning Launcher Extreme so if anyone wants my template let me know or the backup…lockscreen is widgetlocker and i use tap to unlock and place it over the sign in button…there are double sliding panels one is the small widget which slides to reveal the weather and a cpl of apps and then the whole screen itself slides to reveal the sidebar…any questions just ask 🙂

Download here…..https://mega.co.nz/#F!R49WnAiA!aw6G5c5h0_K4DCgRHT3Wdg

]]>

Just Blue

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.

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…

What needs to be done to get LL to display dynamic counter on stock / custom dialler / messaging app to display unanswered calls / unread text messages?

]]>

Its been a while.. Someone remind me how to get item.setName() to save?

Its been a while.. Someone remind me how to get item.setName() to save?

]]>

Title

]]>

Like many of you, I use LLX in conjunction with Zooper Widgets Pro.

Like many of you, I use LLX in conjunction with Zooper Widgets Pro.  However, I am seriously considering getting rid of all my zooper widgets.  The reason, every time I have to do a clean install, I have to set do a lot of tweaking to set everything back up the way it was.  

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!

]]>

Quick shot of my theme to go along wiyh my last lockscreen…try and release it tomorrow with a video of the action

Originally shared by Jeff Ludlow

Quick shot of my theme to go along wiyh my last lockscreen…try and release it tomorrow with a video of the action

]]>

This is a feature request and a tip to devs in one.

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.

]]>