March, 2014

now browsing by month

 

Jelly Bean launcher loader lag:

Jelly Bean launcher loader lag:

Now that I have located the app that I wanted post the following link to, I can’t find the post where I wanted to reply to Curtis Sylvester Jr.’s comment… But I’ve been wanting to share this with everyone anyway.

I had gotten tired of staring at the jelly bean launcher loader menu for long periods of time, so I uninstalled it, and just decided to live with manually setting the home screen on every startup.

A couple days ago I finally found an alternative that seems to work a lot better. I hope it can solve the same problem for anyone else..

And gets rid of the lag, and even has 800 for selecting which Launcher you want to use. With jellybean loader you have to uninstall and reinstall to do that.

WaitCancelHome:

https://play.google.com/store/apps/details?id=tora.mamma.waitcancelhome



]]>

This little free tool allows to easily change the resolution of your device.

Originally shared by Lutz Linke

This little free tool allows to easily change the resolution of your device.

Used it to change my Nexus 4’s 768×1280 to more common 720×1280 to prepare my template for publishing. I only changed the resolution, kept the DPI, worked good. Could avoid having to use the slow emulator.

(I know, can be done by adb shell commands, but it’s easier and does not require a PC.)

https://play.google.com/store/apps/details?id=com.nomone.resolution_changer
]]>

holo flow wip

holo flow wip

]]>

Preview of my next little project.

Preview of my next little project.

Don’t worry if you don’t understand what’s happening, I’ll publish it soon (when some minor bugs get resolved)

Quick explanation: make the script you want just selecting the subscripts. A fully ready-to-use script will be created. No programming skills needed (just copy/paste)

Important: I used my ‘fast run’ tool to run the script.

In the video the script is:

Go to home desktop

Wait one second

Zoom 100p

Wait one second

Go to desktop bookmark

Wait one second

Zoom 100p

Unlock screen

Edit: yes, I like to make scripts that make scripts…scriptception! :D

]]>

Scenario:

Scenario:

– shortcut to llx action lightning menu

– shortcut is launched by a script

– nothing happens

I think this shouldn’t be as it is…

]]>

LOL this one hits home big time.

LOL this one hits home big time… Pierre Hébert should we tell them they need to put the coffee machine (or perhaps I should say caffeinated beverage of choice ) between the bed and the keyboard?

Originally shared by Programming Geeks

Programming Geeks Life :))

#programming   #programmer   #mylife   #life  

]]>

LL not supported Scripts (only LLX). But in LL action for LL is option Custom scripts menu, this is bug.

LL not supported Scripts (only LLX). But in LL action for LL is option Custom scripts menu, this is bug.

]]>

API Suggestion

API Suggestion

int getCurrentRotation()

returns rotation degree hopefully or just land/port mode(0/1).

We can deduce phone’s orientation by comparing desktop.getHeight()/getWidth().

But in the strict sence, it is not rotation index. For example, most of Android watch has the same width/height(LLx in watch???) I think this phenomenon can be happend in any other devices.

And can’t LL app know some infos like device’s resoltion, current navbar on/off state/navbar height, statusbar transparency/overlapping, which are all about screen sizes.

If LL itself knows those infos, please support LL or Android object can provide those infos directly.

]]>

Restart LLX?

Restart LLX?

I found an LL shortcut for this, but is it also in settings?

]]>

I’d like a function under LL.getEvent() that returns the action that called the event.

I’d like a function under LL.getEvent() that returns the action that called the event.. It’d say something like “swipe left” or “position changed”..

The idea being so we can use the same script for related actions rather than creating multiple scripts

if(LL.getEvent().getType()==”tap”) {

functionA();

}

else{

functionB();

}

You get the idea

]]>