March, 2014
now browsing by month
I have found a small language issue for the french version : if i go in menu “Personnaliser Lightning”, there are 3…
v9.9.11 beta (again !)
Since the previous 9.9.11 has never been available because of Play system errors yesterday, I added some more bug fixes to this version…
Edit: it seems Google Play has been repaired, at last ! The update should start to appear soon through the regular update system.
Changelog:
– some fixes related to the app drawer (need a reset to resolve mixed icons issue)
– fix script LL.getCurrentDesktop() (fixes the bug with the pin code lock screen)
– fix script Folder.close()
– fix script Item.setSize()
– fix missing script Window.setTimeout()
– fix a problem when adding stop point through the menu key
– fix the Desktop settings linked with the app drawer, when reached from the app drawer, and renamed “All Apps” to “App Drawer”, “Desktop settings” to “Current desktop”
There is also an experimental items hierarchy viewer, under the “Items / Hierarchy…” long tap menu. This is incomplete because items infos are not yet available, but I would like to get your feedback on this way to browse items.
]]>Hello
I need help from script or tasker guru. I want to create a shortcuts that move 2 panels too the specified position.
I can easily create 2 separate shortcuts. And I got the intent for the corresponding shortcuts (e.g. “#Intent;action=android.intent.action.VIEW;component=net.pierrox.lightning_launcher_extreme\/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=3.8146973E-5;f.x=0.46585464;i.p=137;end”).
So I tried to use Tasker as suggested in a previous discussion using the Script/Run shell task and entering in action:
am start “intent:#Intent;action=android.intent.action.VIEW;component=net.pierrox.lightning_launcher_extreme\/net.pierrox.lightning_launcher.activities.Dashboard;f.s=1.0;f.y=3.8146973E-5;f.x=0.46585464;i.p=137;end”
But it does not work on my phone. I tried a lot of thing, removing the “, removing the \ before the / (and the opposite)… I just can’t get to make it work.
So if any of you script or tasker guru could help me on that. I would be eternally grateful :p
]]>Just two little things:
Just two little things:
-In the editor, don’t know others but the popup with the suggestions is almost invisible. ( at the top the screen, yes that) It is shown well when I swipe down from it.
-Now we have the line where errors happens…how about make numbered lines in the editor?
]]>Tree info
Well, you can’t click anywere, just see the tree of items, their name (or type) and the id.
Hey, I made this in 30 minutes. Not bad 😀
Just run it from where you want. By default it will also replace the output log with the information. comment the bottom line to avoid this (add // at the beginning of the sentence)
WARNING: If you have a loooooot of items it could crash, but I’m almost sure you don’t have as much as I have. 😉
————————–
var str = “List:”;
var str2 = “”;
function addToStr(cont,h){
var items=cont.getItems();
var l = items.getLength();
for(var i = 0;i var item = items.getAt(i); var type = item.getType(); str+=h+ ( type==”Shortcut” || type == “Folder” ? item.getLabel() : “{“+type+”}” ) ; if( item.getType()==”Panel” || item.getType()==”Folder” ) { str+=”¦ Id:” + item.getId() + “\n”; addToStr(item.getContainer() , h+” ¦”); }else{str+=” Id:”+ item.getId() + “\n”;} } } var desktops = LL.getAllDesktops(); var len = desktops.getLength(); for(var j = 0 ; j var desktop = LL.getContainerById(desktops.getAt(j)); str+=”\n”+desktop.getName()+” Id:” + desktop.getId() + “\n”; addToStr(desktop , ” ¦” ); str2+=str; str=””; } var appdrawer = LL.getContainerById(99); str+=”\nApp drawer Id:99\n”; addToStr( appdrawer , ” ¦” ); LL.writeToLogFile(str2+str, true ); //this will add the string to a file, true to clear before, false to append alert(str2+str); //this will display the tree in one popup (alert)
Is there a way to disable all drawer views, except custom one?
Looking for help with LLX, on a Galaxy S3 running 4.3.
I was organizing My Drawer. I had a folder with some apps in it.
I was just moving it around and it vanished. Can’t find it anywhere. I’ve zoomed out to see if it just went far away, and I’ve checked to see that it isn’t under (or in) some other item.
And I cannot figure out how to put the apps that were in it back into My Drawer.
Can you please help?
]]>