KyungJoon Lee
now browsing by tag
https://play.google.com/store/apps/details?id=net.pierrox.lightning_launcher_extreme
Wow today I discoverd LL is on X-mas sales.
And I was surprised at its price, only ~1$.
So I wrote a post about it in my favoriate Korean community.
I wish merry X-mas and more LL users. lol
]]>Recently, I visited my Googel developer page and found my Windows template’s download count is about 10 thousands.
Recently, I visited my Googel developer page and found my Windows template’s download count is about 10 thousands. I got a shock because 10,000 is too BIG number to me 🙂 When I uploaded it, I didnt anticipate it at all. I know download-count is not equal to real use-count, which is very low. I can’t help but admit that I’m not using it as main homescreen. 🙂 My main thing is very simple.
In playstore, not a few Windows related templates are there. But I think they are just a bundle of icons, because their launchers have no power like LL :).
Anyway, so I made a step-by-step video which is absolutely for LL novice users.I hope this video helps for those not familiar with LL.
One tip for editing SCRIPT
I’ve just found this tip.
When creating, editing, testing LLx script, its inconvienient of using phone’s soft keyboard, if a script has not a few line.
Do you use Samba Server app? First run this app.
In Script Editor app, tap “Edit…” button.
Then probably a popup will open for selecting your fav editor. In that time, LLx creates a JS file /LLfoder../tmp/script.js
In your PC, go to //your_phones_samba_name/LLx../tmp and open script.js file with your PC editor like Notepad++.
Edit and save in PC, and in your phone, open phone’s editor, then you will see just edited contents, and back to Script Editor.
]]>Coloring My Drawer
https://github.com/alogblog/coloringMyDrawer/blob/master/coloringMyDrawer.js
How to use:
1. Copy and paste code into script editor.
2. Insert LL’s “Restart app” shortcut into a desktop.
3. Go to My Drawer, and open its setting.
4. In events option, set Load action to Run Script/your pasted one.
5. Run “Restart app* shortcut.
6. Go to My Drawer again.
7. Then script will ask some option, just select default.
Non latin alphabet users
In the script, you can edit an array for your alphabet’s grouping chars.
Limit on current LLx(10.0.2)
1. LLx’s script engine doesnt do setCell() API permanently. So after you set each app blocks to start from new line, and exit from drawer, its changed position is restored. T.T
Hence until LLx can do it permanently, its of no use.
2. We can’t run this script out of drawer. LLx item.setCell() API doesnt work if item is not loaded. So we used Restart app method for using LOAD event.
LL’s Bug?
If we set drawers LOAD action, strangedly LLx run its action on loading and UNLOADING.
]]>My Windows 7 LLx Template has just removed from Google Playstore for the copyright infringement reason.
Before uploading, I worried about that, so searched playstore by ‘windows 7’ and saw many Windows related apps.
My suspicion is that one(or all?) of my app logo(Windows logo+ligthning), MS’s wallpaper, or some desktop icons from Windows 7 might be the source of infringement.
Google didnt exactly tell me what elements was the reason.
Anyway, I’m thinking I upload with no Windows wallpaper, modifid logo, but with Windows desktop icons. Because I see many apps using Windows icons.
If my modified app is removed twice, my playstore account itself may be blocked. I’m worried 🙂
]]>m is not defined
m is not defined
I’ve got a feedback which is about my Windwos 7 LLx template.
When user press START button in the bottom-right(see pic.) which is a LL folder in panel(statubs bar), sometimes that button was not responding and show error message, “m is not defined…”
Wierd thing is that in my script(z.alogblog…statButton)’s Line 2 and whole lines, there is no “m” object.
Probably “m” is LL’s inner Java or Javascipt object? If so, why did that problem rise?
]]>With transparent navbar in landscape
With transparent navbar in landscape
In portrait mode, there is no problem.
In landscape, real navbar is located in right side, but LL doesnt know it.
]]>If a LLx template with script embeded is installed in LL, then what will happen?
Desktop changed event
Current LL provides load event which is trigger only at LL app itself restarting.
In multidesktop launcher system, will it be needed to know the instant of desktop switching, at that time we can prepare some works for newly loaded(?showed) desktop.
]]>