Lightning Launcher Users: Discussion / Ask here
now browsing by category
Anybody know how to get gestures working? Can’t seem to get swipe down to expand notification tray
Anybody know how to get gestures working? Can’t seem to get swipe down to expand notification tray
Suggestion: allow google search widget in the app drawer
Suggestion: allow google search widget in the app drawer
/*
/*
Quick Message
This script will send a preformatted message to someone.
you will need to use this sweet app to give the launcher SEND_SMS permission.
https://play.google.com/store/apps/details?id=com.faendir.lightning_launcher.permission_manager
Make sure you read the app description*/
LL.bindClass(“android.net.Uri”);
LL.bindClass(“android.content.Intent”);
LL.bindClass(“java.language.IllegalArgumentException”);
LL.bindClass(“android.telephony.TelephonyManager”);
LL.bindClass(“android.telephony.SmsManager”);
var mctx = LL.getContext();
var num = “######”; // replace with phone#
var message = “This is is a test”; // replace with your message
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 textMan = SmsManager.getDefault();
textMan.sendTextMessage(num, null, message, null,null);
Android.makeNewToast(“Sent”, false).show();
}catch(e){
alert(e);
}
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.
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?
Can someone point me to a script which can change the app drawer to the alphabet scrolling one?
Can someone point me to a script which can change the app drawer to the alphabet scrolling one?
I recently installed lightning launcher but when I open an application it seems that the opening animations have…
I recently installed lightning launcher but when I open an application it seems that the opening animations have been disabled. I am running Fulmics 5 ROM. Any help is appreciated
Help!!!!! I write this script
Help!!!!! I write this script
var a = LL.getCurrentDesktop();
var m = a.getPositionX();
a.getItemByLabel(“hello”).setPosition(a,0);
And label icon on desktop as hello but it is not doing anything
Can anyone tell me how do I teach myself script codes in lighting launcher.
Can anyone tell me how do I teach myself script codes in lighting launcher.
Do anyone have downloaded zunish Theme from play store.
Do anyone have downloaded zunish Theme from play store. If u have downloaded plzz share the apk with me using Google drive cause my playstore is block.
D5 Creation