Archives
now browsing by author
Hi guys.
Hi guys. My lightning launcher crashes regularly. Clean install, cleared the data and started again, no theme installed. Very basic setup, nothing fancy, but still, it crashes often. Is this just me? How do I resolve this?
Thanks in advance.
Hi all, in order to bring some order to the chaos I’ve started renaming my lightening launcher panels and icons.
Hi all, in order to bring some order to the chaos I’ve started renaming my lightening launcher panels and icons. So far I’ve been doing this by click and hold, hitting the pencil then properties and in the MISC section selecting the name property.
However I can’t work out how to do this for desktops. I can get to the desktop properties but click and hold of desktop and hitting pencil,but no name property exists under misc. I can also click and hold the desktop and hit the settings icon for the full screen property sheet but no obvious name exists.
Maybe I’m blind and it’s right in front of me but I just can’t see how it’s done.
Any help would be appreciated.
Hello
Hello,
Can someone tell me why the wallpaper doesn’t scroll left or right when I’m using one of my pictures as wallpaper , while it does with the standard wallpapers?
Thanks a lot
It is demand .
It is demand .
As a forced end and new features of the app in the start-up I want to be able to delete the cache at once ( you want to install it as a shortcut to refresh the terminal to the home screen ) .
While sleeping in a vertical configuration so that rotation and use the icon editor of the icon change I want to ensure does not happen .
Why is there no option for selection nimation on my phone but there so on my tablet?
/So I deleted my other script and changed some stuff to create this one which gives you more control.
/So I deleted my other script and changed some stuff to create this one which gives you more control. You now have 3 options what to do with the bars. See Screenshot./
//System bar color changer
var defaultColor = 0xffff5722; // LL Orange
var desktop = LL.getCurrentDesktop();
var property = desktop.getProperties();
var editor = property.edit();
var choice = prompt(“1 = Use same color for both bars\n2 = Use different colors for each bar\n3 = Use Lightning Launchers Orange”, “”);
if (choice == 3)
{
editor.setInteger(“statusBarColor”, 0xffff5722);
editor.setInteger(“navigationBarColor”, 0xffff5722);
editor.commit();
Android.makeNewToast(“Excellent choice!”, true).show();
}
if (choice == null)
{
//Android.makeNewToast(“null selected”, true).show();
}
else if ((choice != 1) && (choice != 2) && (choice != 3))
{
Android.makeNewToast(“Use only 1 2 or 3”, true).show();
}
else if (choice == 1)
{
//Android.makeNewToast(“1 selected”, true).show();
var barsColor = LL.pickColor(“Statusbar and Navbar Color”, defaultColor, true);
if (barsColor != null)
{
editor.setInteger(“statusBarColor”, barsColor);
editor.setInteger(“navigationBarColor”, barsColor);
editor.commit();
}
}
else if (choice == 2)
{
Android.makeNewToast(“Statusbar color”, true).show();
var statusColor = LL.pickColor(“Statusbar Color”, defaultColor, true);
if (statusColor != null)
{
Android.makeNewToast(“Navbar color”, true).show();
editor.setInteger(“statusBarColor”, statusColor);
editor.commit();
var navbarColor = LL.pickColor(“Navbarbar Color”, defaultColor, true);
if (navbarColor != null)
{
editor.setInteger(“navigationBarColor”, navbarColor);
editor.commit();
}
}
}
]]>Hallo, heb steeds dat mijn Google start pagina wordt ingesteld, terwijl hij niet de standaard startpagina is.
Hallo, heb steeds dat mijn Google start pagina wordt ingesteld, terwijl hij niet de standaard startpagina is. Waar kan dat aan liggen?




D5 Creation