now browsing by category
Just a small annotation:
The new beta broke my animation script for me.
I don’t know why and I don’t know if it’s a general problem, but I don’t have time to look at it before Christmas. So if this or other of my scripts don’t work on the new beta, tell me, but don’t expect a fast fix.
]]>dynamic calendar icon [fixed version]
dynamic calendar icon [fixed version]
Now with the ability to show the day or the month.
I posted time ago this script, but somebody asked for it, and with the new updates (and because it was wrong) I updated it.
The instructions are: (watch the video for better understanding)
– Change in the script the label of the item, by default it is ‘Calendar’
– By default it shows the day, change the ‘month’ variable to true to show the month
– Open the icon picker (just choose an icon of an item), then search for the item you want. If it support a dynamic calendar, you will find 31 icon, all the same but with different numbers. Just long press the one with the number 1 a toast will say that the data was copied. You can press back now to cancel.
– In the script, where it says, paste that data.
– Set the script in the resumed event of the container with the item.
It is now ready to use.
Note: if it don’t work, paste that data I mentioned here in a comment. Due to the long variety of icon packs I couldn’t test all.
Another note: it only updates the icon when the day/month change, if you want to force it (because you changed the icon or whatever) run the script from the item.
I hope it works, any error just comment.
]]>Hi all
Having a problem with one of my scripts:
var f=LL.getCurrentDesktop().getItemByName(‘CCMF’);
var p=f.getProperties();
var label = “2”;
f.setLabel(label);
p.edit().setInteger(“i.alpha”,250).commit();
p.edit().setInteger(“s.labelFontColor”,”00xff2196F3″).commit();
Basically it works up till the last line, which is meant to change the color of the shortcut text, which it does in a way, it makes it transparent instead of the color I want it.
So my question is how do you convert a hex color code into the format required for it to work?
I know it’s probably something simple and I think I’ve seen the answer here before but can’t find it.
Thanks in advance.
]]>COBOL-guy questions : Why is simple complex?
var
test = {} ;
test.simple = {} ;
test.simple.par1 = 1;
test.complex = test.simple;
test.complex.par2 = 2;
alert( JSON.stringify(
test. simple));
And how to prevent?
]]>transparent bars lollipop
Strange things, but this seems to work.
Put this script to run in the load event of the desktop
LL.bindClass(“android.view.WindowManager”);
LL.getContext().getWindow().addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
And, in the miscellaneous settings of the desktop, uncheck the transparent bars. Yes, you read right, I wrote that you need to disable the transparent bars in the lightning settings. (This is because that setting set those translucent bars, and the script won’t work)
For me it works. If it don’t work for you…I already said those are strange things.
]]>New Version of Folder dim script to hopefully fix some random nullpointers when opening too many folders too fast.
https://drive.google.com/open?id=0B40xU-30MxN7Z3Bka1pYX3hBUVU&authuser=0
Always top indicator script
Always top indicator script
The first of the list of scripts from my new screen https://plus.google.com/105066926163073195690/posts/h2ABxYf2F5B (with template download link)
This is a script that places an item as an indicator always on top, that is replaced by the next one when reached.
This time I added annotations in the video (made with scripts, of course 😉 but to sum them here:
Instructions:
– Label the items “indicator 0”, “indicator 1”, and so on starting from top, otherwise it will behave wrong.
– Unzoom (or zoom) to move all the items to their positions. Use this specially when editing.
– Newly created items are prepared (tag saved and detached from grid) automatically. But
– To modify a previously saved one, run the script from the item (to save only that item), or from the container (to save all items, make sure all are in the right position)
Important note:
For me it works smooth and lag-free with 3,4 items. Didn’t tested with more but if it works slow for you, try to change the AUTOREFRESH to false, keeping in mind you will need to run the script after any change you make, even when adding new items.
]]>New APK: Sort apps into categories
This has BETA status use at your own risk.
Only for use on an empty desktop, will delete all items if there are any!
Usage
* load it as script in an empty desktop (or one you don’t need anymore, or one you launched that script in before)
* grant account access if needed (only first time)
* it will probably stay open as black window with only a title and maybe “Initializing Query” as text. if it does, close it.
* it will probably say now, “Request Canceled” as a toast. If it does, just load it again.
* wait for the queries to finish
* a dialog should pop up now showing all categories which are gonna be created
* you can select one or more of them and press group. Then you can enter a new name for this category/these categories.
* Press commit if you are finsihed grouping stuff.
* the desktop is now gonna get filled with folders containing all your apps
* the category “Other” contains all apps which aren’t on the play store/couldn’t be found
* bug: the items in the folders all stay at position (0/0), so you have to open all folders manually and press menu->items->sort a-z
https://drive.google.com/open?id=0B40xU-30MxN7LUtXMVpZRUpMNWM&authuser=0
As always, if you have something you would like to do, but can’t do within the script, tell me
Hey guys, I’ve had a new Idea.
The problem is: It’s working for me, but I can’t prove if its working on other phones, especially in other countries.
So, it would be great if you could help me with this.
First i need to say, this needs 3 premissions, which could help to spy your phone, and it does also request Google access.
Of course it does not spy you or your phone, instead it does request data from google servers.
So if you don’t trust anyone – or me in particular 😉 – , stop reading here.
What you need to do:
* download the apk
* load it as script
* grant account access
* it will probably stay open as black window with only a title. if it does, close it.
it will probably say now, that you need to grant permissions first as a toast. If it does, just load it again.
* tell me the toast output you get. If everything worked correct, it should be:
YouTube, Lightning launcher Extreme, File Explorer
in 3 toasts.
https://drive.google.com/open?id=0B40xU-30MxN7VHdKckhpYmZBQ2s&authuser=0
D5 Creation