May, 2016
now browsing by month
//Quick Dial
LL.bindClass(“android.net.Uri”);
LL.bindClass(“android.content.Intent”);
LL.bindClass(“android.content.ActivityNotFoundException”);
LL.bindClass(“android.telephony.TelephonyManager”);
var mctx = LL.getContext();
var num = “4444”; // replace with phone#
function check()
{
var service = mctx.getSystemService(Context.TELEPHONY_SERVICE);
// Check if device supports telephony
if (service.getPhoneType() == TelephonyManager.PHONE_TYPE_NONE)
{
alert(“This device doesnt support telephony”);
}
else
{
// continue
}
}
check();
try
{
var i = new Intent(Intent.ACTION_DIAL);
i.setData(Uri.parse(“tel:” + num));
mctx.startActivity(i);
}
catch (anfe)
{
alert(anfe);
}
]]>Is this the place to put in suggestions?
Is this the place to put in suggestions?
What a great launcher!!
I use app tagging with an app called folder organizer which allows multiple labels for each app and then I can nest in folders according to the labels. I can find apps easily by function. It would be great if this was built into a launcher. Total launcher seems to have a form of this but need to explore it more.
Also having a quick alphabet list for quick motion in the app drawer would also be helpful.
Keep up the great work.
Here’s a weird one:
I have a Direct Dial shortcut for my wife on my LL desktop, but when I tap it, LL says: “Item is not installed. Search Google Play, or pick another app?”
I tried removing the shortcut and readding it: same result.
I’m not sure when this stopped working, but it was probably when I upgraded from an S6 to an S7. Has anyone seen this strange behaviour before?
]]>I have a question about system cache.
I’ve been using LL for a couple of months now and am used to most of its features and quirks.
One detail, however, is still evading me. I assumed that if I just kept using LL, it would eventually dawn on me how the feature is supposed to work, but that hasn’t happened yet and I’m growing impatient.
Anyway, here’s the problem: Every time I create a new folder, it’s not styled the way I want it to be. I have to go to a previously created folder, copy its style to the clipboard, and then paste that style into the new folder.
Alternatively, I can save a named style from a previous folder and then load that style into the new folder.
However, all of this feels very awkward. Shouldn’t this just work without copying styles around?
How do I get my newly created folders to inherit globally defined folder properties? The Folder settings screen doesn’t contain settings for all of the folder properties that can be defined, so I’ve been wondering for a couple of months now how this is supposed to be done.
Thanks in advance for any help.
]]>Started having an issue today while trying to change my icons, LL is telling me all my icon packs are broken except…
Started having an issue today while trying to change my icons, LL is telling me all my icon packs are broken except the one I had been using. They all work fine in other launchers. Anyone know of a fix?