Archives
now browsing by author
Is it possible to use the fingerprint scanner (rooted android 6.0.1) to unlock the lightning launcher lockscreen?
Is it possible to use the fingerprint scanner (rooted android 6.0.1) to unlock the lightning launcher lockscreen?
Just want to say thank you again.
Just want to say thank you again. I’ve used this launcher for so many years and I have no need to try any other. Keep up the good work
]]>
What have I done wrong this code should let me pick an image it does that but then takes me to Smart Launcher 5 (my…
What have I done wrong this code should let me pick an image it does that but then takes me to Smart Launcher 5 (my backup launcher) :/
function pickImage(){
var intent = new Intent();
intent.setAction(Intent.ACTION_PICK);
intent.setType(“image/*”);
mctx.startActivityForResult(Intent.createChooser(intent, “Choose Image for ActionBar up navigation icon”), 0);
};
// THE CODE BELOW TAKES ME TO ANOTHER LAUNCHER :/
onActivityResult:function(request, result, data){
super.onActivityResult(request, result, data);
if(request == 0 && result == RESULT_OK){
Android.makeNewToast(“done”, true).show;
}
}
]]>Just created a new Telegram channel here: http://t.me/lightninglauncher :-) Welcome!
Just created a new Telegram channel here: http://t.me/lightninglauncher 🙂 Welcome!
Feel free to join.
]]>Be advised, Google plus is shutting down… https://www.androidpolice.com/2018/10/08/google-plus-shutdown/
Be advised, Google plus is shutting down… https://www.androidpolice.com/2018/10/08/google-plus-shutdown/
]]>
What is the best way to retrieve a LL variable value from Tasker?
What is the best way to retrieve a LL variable value from Tasker? Or alternatively, to retrieve a Tasker variable from LL script (without invoking Tasker)?
]]>
SerĂa ideal que se pudiera elegir el nĂşmero de barras Dock pues por el momento se tiene que agregar una página si se…
SerĂa ideal que se pudiera elegir el nĂşmero de barras Dock pues por el momento se tiene que agregar una página si se desea agregar más accesos directos al Dock
I’m trying to make folders close by tapping just anywhere (except for inside the folder).
I’m trying to make folders close by tapping just anywhere (except for inside the folder). It happens that a folder opens on top of its own icon and then I can no longer close it with anything other than the back button.. that annoys the hell out of me. I just want it to close when I tap anywhere outside of the folder. Is there a way to do this? There must be, but I haven’t found it yet….j
]]>
is there a way (through script or otherwise) to automatically insert a space at the end of every app label in the…
is there a way (through script or otherwise) to automatically insert a space at the end of every app label in the app drawer? I’m using a custom font that doesn’t show up properly unless there is a space at the end of the text. the font is called alphabetic kanji.
]]>
I don’t understand bindings :/ i’d like to display a String that changes to another String every 20 minutes sorta…
I don’t understand bindings :/ i’d like to display a String that changes to another String every 20 minutes sorta like a random greeting kinda thing, bindings seem to be the way to do it but how.
]]>