Archives

now browsing by author

 

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

Jay M​ TrianguloY​ Pierre Hébert​

Jay M​ TrianguloY​ Pierre Hébert​

Is it possible to send 2 variables when running a script ?

I want to run the SMS script passing tel num and message

]]>

Hi Pierre Hébert​ when will come the possibility to schedule batch scripts ?

Hi Pierre Hébert​ when will come the possibility to schedule batch scripts ?

Or is it already possible and how ?

Ex : I want to run a script every week on Sunday morning

]]>

Jay M​

Jay M​

The screenshot for SEND_SMS permission.

Thank you

]]>

/*

/*

Quick Message

This script will send a preformatted message to someone.

you will need to install this sweet apk by the dev himself to give the launcher permission to send sms messages

http://www.lightninglauncher.com/permissions//

If your running Marshmallow just installing the apk is not enough there is 1 more step you need to take, go to your device settings and open your application manager press the cog icon on the toolbar and choose app permissions find the sms permission tap it and flick the switch on the new permission and your good to go.

Note: This step will probably be a little diferent on your device but should be nearly the same.

*/

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)

}

]]>

waLListiK

Originally shared by gerd reuter (werksmannschaft)

waLListiK

for Kustom LWP & Lightning Launcher

with Whicons

5 Pages horizontal by scroll or tap

2 vertical panels for Notifications & Favorites

Works with or without Softkeys\Statusbar(must adjust Globals) and different Launchers (with support vertical scroll). If you use other then LL you need to setup the Favoritespanel, and customize Touch for the Navigation.

I used a grid with 8 Cols and 12 Rows and LL.

A lot of Globals to customize.

Notifications shown for:

Whatsapp, TypeApp, GMail, Hangouts, Phone.

If you use others please adjust by yourself.

If Current day has events a badge will be shown.

Alarm in statusbar is colored when alarm is set

Musicpanel stays on top when music is playing.

Cover shown/hidden bei tap

Tap to switch from NSFW to SFW Wall 😉

Please watch the video(s).

video NSFW:

https://www.youtube.com/watch?v=ZOQGGj9s2f0

video SFW:

https://www.youtube.com/watch?v=hKXQ2SNRNd0

Store (tomorrow) :

https://play.google.com/store/apps/details?id=de.FactoryTeam.klwp.waLListiK

]]>

//Quick Dial

//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);

}

]]>

Here’s a weird one:

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?

]]>

This is not apk, but i didn’t know the other way lol

This is not apk, but i didn’t know the other way lol

Hi all;)

I’m sorry for waiting you…for long time.

Finally, l could share ‘MaterialPhotoFrame2’!!!

LoL

All you need is…

・LIGHTNING LAUNCHER

only 😉

READ

・Applying the template, choose “Replace”( not “Merge”), or you will face unexpected problems.

・If you apply this template to LL, LL will sometimes force stop. Don’t worry, this doesn’t mean the file goes mad. I think , this problem owes to LL’s bug…(because i use a lot of item bindings in this template…

Originally shared by Masaoka Taro

Hi all;)

I’m sorry for waiting you…for long time.

Finally, l could share ‘MaterialPhotoFrame2’!!!

LoL

All you need is…

・LIGHTNING LAUNCHER

only 😉

Note : This template is NOT for KWLP !

READ

・Applying the template, choose “Replace”( not “Merge”), or you will face unexpected problems.

・If you apply this template to LL, LL will sometimes force stop. Don’t worry, this doesn’t mean the file goes mad. I think , this problem owes to LL’s bug…(because i use a lot of item bindings in this template…)

https://drive.google.com/folderview?id=0B0wqI-fZCR_vdUszcmVhR0lLcEE
]]>

just

Originally shared by gerd reuter (werksmannschaft)

just

LLighning Launcher Template with Kustom Widgets

4 Vertical Pages Scroll or tap

1 Sidebar

1 Lockscreen

Works with or without Softkeys (you may have to adjust Widgets).

Notifications shown for:

Whatsapp, TypeApp, GMail, Hangouts, Phone.

If you use others please adjust by yourself (Widgets)

Video:

https://www.youtube.com/watch?v=v3gnWhDhhYc

Store (soon):

https://play.google.com/store/apps/details?id=de.FactoryTeam.lltemplate.just

]]>