May, 2014

now browsing by month

 

Hey I have recently bought extreme and am trying to make a lock screen, i have coded my passcode stuff but when i…

Hey I have recently bought extreme and am trying to make a lock screen, i have coded my passcode stuff but when i went to try it i realised the statusbar can be dragged and recent apps can be accessed.

Now i know i can make my desktop full screen but how would i disable recent apps? Also if there is a way to disable the status bar without hiding it that would be awesome.

]]>

Hi guys.

Hi guys. I’m new year. I got the jello theme. U weren’t kidding wen u sed there was a steep learning curve. Looking for any help from those who hav jello installed pls.

]]>

I want to report a buh in the home screen with Soft messenger and his bubbles, in the home screen disappear

I want to report a buh in the home screen with Soft messenger and his bubbles, in the home screen disappear

]]>

jello

Originally shared by gerd reuter (werksmannschaft)

jello

Lightning Launcher eXtreme / Zooper WidgetPro / Media Utilities / Tasker / Lockscreen

navigation:

upper swipe left/right  or tap

center swipe left/right or tap

notification up/down or tap

watch the video to see how it works:

jello

availabe in a few hours:

https://play.google.com/store/apps/details?id=de.werksmannschaft.lltemplate.jello

]]>

Here are my screens.

Here are my screens.

http://mycolorscreen.com/2014/05/05/plus-ui-dark/

]]>

Label Case switcher

Label Case switcher

Just a fast script that will change the labels of all the items in the app drawer (or a custom container if necessary, ask about)

The change can be done permanently or just visual (a restart will change them back)

Available types: ( you can write your own one if you know scripting)

– UPPER CASE

– lower case

– Sentence case

– Title Case (from http://stackoverflow.com/questions/196972/convert-string-to-title-case-with-javascript)

(Note: sorry for the lack of posts, in fact I have a lot of scripts I’m working on, but my free time has decrease suddenly, maybe in summer)

———————————————–

var container = LL.getContainerById(99);//LL.getEvent().getContainer();

var permanent = confirm(“Permanent change?”);

var type = parseInt(prompt(“1- UPPER CASE\n2- lower case\n3- As a sentence\n4- Title Case”,0));

run(container);

Android.makeNewToast(“Done”,true).show();

function run(cont){

var items = cont.getItems();

for(var i=items.getLength()- 1;i>=0; –i){

var item=items.getAt(i);

item.setLabel(change(item.getLabel()),permanent);

if(item.getType()==”Folder”||item.getType()==”Panel”)run(item.getContainer());

}

}

function change(label){

var ret=label;

switch(type){

case 1: ret=ret.toUpperCase(); break;

case 2: ret=ret.toLowerCase(); break;

case 3: ret=

ret.charAt(0).toUpperCase() + ret.substring(1,ret.length).toLowerCase(); break;

case 4: ret=ret.split(” “).map(function(i){return i[0].toUpperCase() + i.substring(1)}).join(” “);

break;

//Write here your custom label changer

}

return ret;

}

]]>

freshUp

Originally shared by gerd reuter (werksmannschaft)

freshUp

Lightning Launcher eXtreme / Zoopr Widget Pro / Media Utilities / Simple Rss Widget / Tasker / LockScreen

Video:

freshUp

]]>

Here’s the files for my latest setup…ya need LL Extreme cause its done with panels for the bottom scroller and…

Originally shared by Jeff Ludlow

Here’s the files for my latest setup…ya need LL Extreme cause its done with panels for the bottom scroller and music scroller…as well as media utilities and popup widget and of course Zooper….

For the bottom scroller bar ya need a panel that is 540×60 and setup main,media and popups zw inside there accordingly…

for the music and time widgets you need a panel that is 620×500 and there you setup the time widget and music zw inside and position them so that when you scroll up you bring the music zw along with it..

the search icon which shows g+ notifications is 180×180

the app drawer icon where your notifications will show is a zw that is 540×60…

Agenda and Weather are popup widgets which are 650 x 650(you can adjust the position according to your screen size

Faves is a popup widget which is 540×120

Any other questions feel free to ask….hope i explained everything ok lol

https://www.dropbox.com/s/i9hna0rr65bmekb/Greyred.zip
]]>

How do I hide a stop point after I have placed it?

How do I hide a stop point after I have placed it?

]]>

Is it possible to set a different live wallpaper to the lockscreen than is on the desktop?

Is it possible to set a different live wallpaper to the lockscreen than is on the desktop?

]]>