Is there any way to change / customize the unlocker (change the look)… And no, I don’t want to use zooper for it…
Is there any way to change / customize the unlocker (change the look)… And no, I don’t want to use zooper for it…
]]>
« horizontal screen animation: flip (Previous Post)
< ![CDATA[
I don’t think so
]]>
< ![CDATA[
you can create your own with e. g. stop points and events… scripts…
]]>
< ![CDATA[
The unlocker is not customizeable, but you can create a shortcut for LLaction ‘unlock screen’ and give it an icon you like.
]]>
< ![CDATA[
Yeah… I am actually looking for something moveable or slidable like in widgetlocker… Guess i will have to learn how to script?
]]>
< ![CDATA[
No scripting needed. As said above, its very easy to make somthing slideable with shortcuts/widgets and stoppoints
]]>
< ![CDATA[
I’m just trying to create a slideable lockscreen.
After suing this discussion it seemed like I should ask this here instead of making a new post.
I’ve gotten in place a few stop points, but I can’t figure out what I have to do and set up so that after unlocking the lockscreen returns to it’s original (home) position!
Already tried a bunch of things, I’m sure it has to be doable without scripting, but just can’t figure it out.
]]>
< ![CDATA[
Taavo Allik do I understand right, you want with one swipe both unlock and move the screen?
]]>
< ![CDATA[
Lukas Morawietz if I understand you correctly then yes.
My first idea was to put a stop point to the left edge of the home position, I hoped that after every move the screen would snap back to it (but it also snaps to the unlocking stop point, when that’s reached). Hope that made it clearer, if not then let me know!
]]>
< ![CDATA[
Definetly the easiest way is scripting.
LL.unlock();
LL.getCurrentDesktop().setPosition(0,0);
I don’t know if there is another way, but this is exactly what scripting is for.
]]>
< ![CDATA[
Lukas Morawietz Thank you!
My scripting level is still at a big fat zero.
Where should I set this action? What a fool, of course to stop point reached event, sorry for being so…..not being able to think clearly….long day.
//weirdly G+ didn’t notify me of your message, it saw the message when I opened the app…
Thanks again!
]]>
< ![CDATA[
Lukas Morawietz
Seems my skill is even worse than I thought, probably needed something up:
At line 2: TypeError: Cannot find function setPosition in object function getCurrentDesktop() {/*net.pierrox.lightning_launcher.c.a.e getCurrentDesktop() */}
That’s what I get…
]]>
< ![CDATA[
Sorry for hijacking this post one again.
I now feel even more stupid – I only tested without locking the screen, when I lock and unlock then it always goes to the home position already. Who knew =D
So no scripting is needed and no errors as well!
Thanks for your help, Lukas!
]]>
< ![CDATA[
Cool. I don’t use locksreen, so I’ll remember that next time 😉
]]>