Showing posts with label miLock. Show all posts
Showing posts with label miLock. Show all posts

miLock Ultimate User Guide


If you havent checked this out you should. Version 1.8 live for i5 and 1.6 live for the 4s. 

Over 50 options. Tons of ways to customize miLock

Font Type - 8 fonts / also a sub menu to select from 8 different objects to fall when device is shaken + Toggle
Font Size - 8 font sizes to choose from / also a sub menu to select from 8 font colors.
Moveable Weather Elements - 9 Elements you can turn on, and move anywhere on the lockscreen.
Widgets - 4 widgets to choose from
Wallpapers - 6 wallpapers to choose from have to option to pick a theme background, or weather image
24hr or 12hr - Selectable directly from the lockscreen. 
C or F -  Select Celcius or Fareinheit


Font Types
Advent
CaviarDreams
Factor
Square
BankGothic
WaltoGraph
CFB
Oktober

Falling Objects
Filled Star
Outline Star
Biohazard
Music note
Leaf
Heart
Snowflake
Dollar Sign

Font Colors
blue
red
purple
green
pink
white
black
orange

Font sizes
20px
22px
26px
35px
43px
40px
52px
58px

Widgets
HTC Clock
4 Day forecast
Animate Weather (uniAW)
Slideshow

Movable Weather Elements
Temp
Icon
City
Humid
Desc
Date
Low
High
Time



Above is the Main Menu. From left to right. Select moving elements, Widgets, Backgrounds, Font Size/Color Font Type/Symbol Type, and location entry/24hr/F.
To start you will need to press the Location Entry Far right. Here you will need to Enter your zip code, Press if you entered Zip or Woeid, Select 12hr or 24hr time, and select farenheit to celcius.
Once your done press save. Your lockscreen will load and show a weather background. If it does not load go back to Location Entry, Press reset. Then retry your zipcode or woeid.

Moving elements:
 To add weather elements to your lockscreen, you will need to turn them on. Select the symbol below.  This will open the Main Menu. If you do not see it Unlock and Lock your device for it to show. Note: Even when it isnt showing it is still able to be pressed.

Main Menu Button
Once the meun is up you will need to select

Movable Weather Elements
This will bring up this menu


Select the white buttons to turn on, and off buttons to turn off the element from being shown.
Once selected the lockscreen will remember your selection until a respring.

Once you have the items you want turned on. Close the window. Now you are able to touch these icons and move them around on the lockscreen. When you stop moving the lockscreen records the position, and is saved until a respring

Widgets

The above button takes you to the Widget menu. Which looks like this.


From top to bottom, the widgets are Clock, 5Day Forecast, uniAW, Slideshow, and Close.

 HTC Clock widget.
Select this icon from the widget menu, to turn the HTC style clock on.
You can move the clock around on the lockscreen, and it will remember its location until a respring.
If you cannot move the clock, select it again from the menu.

 5 Day Forecast
Select this icon from the widget menu, to turn on 5 Day Forecast. This widget is also movable, if you cannot move it, select it again from the menu. Fonts will change on this widget, as well. You will need to unlock and lock your device for the fonts and colors to change.

uniAW (One Animated Weather)
Select this icon to enable uinAW by Ian Nichol, This widget is not movable. It will sit at the top of the screen, As the day goes on the sun will move across the screen. At night the moon will come and move across the screen. When it is cloudy clouds will come across the screen, if it is raining rain drops will fall. 

Slideshow

Select this icon to enable the Slideshow. For the slideshow to show. You will need to unlock and lock your device.

Close


Close is where you select what widget you want to close that you have previously selected. Press the widget menu and choose close. Another menu will popup with a list of widget. Touch one to close it.


Rotating Text

To Rotate text slide right 3 times right about the slider. This will flip the text. Continue to swipe to rotate more.  Note: It will only save your position if city is showing.

Falling Objects

To initiate falling objects, you must turn it on. Go to 

At the bottom you will see falling objects. Click it. Now you will be shown the falling objects menu.
Select on and select a falling object. Once selected it will reload. Now shake your device to see the falling object you chose.

Wallpapers

To change the wallpaper select


This will open the background menu. It displays 6 preset backgrounds to choose from, also my theme backgrounds, and weather only option.

Weather only will show a weather background for each condition 40+ HD wallpapers

If you would like to add your own backgrounds. put the images in Private/Stylesheets/walls
I made it where all  your have to do is replace them images. The code automatically makes thumbnails for the images. They must be HD for iPhone  640 x 1136.




















#miLock How to change falling leaves when you shake your device.



In the latest update of miLock I implemented falling leaves. 
To activate, while on the lockscreen shake your device.

I would like to show you how you can change from leaves to many other symbols.

The leaves are not images, they are html entity's for example (★) is a solid star this can be made by ★ That is the html code.

In Private/Wiget/FallinLeaves/Lockbackground.html There is a place where I used the Leaf code. Looks something like this  

var $flake = $('<div id="flake" />').css({
            'position': 'absolute',
            'top': '-50px'
        }).html('&#x1f341;'),

At the bottom you see the maple leaf code. &#x1f341; Just replace that with any code you find. Here are some good websites for codes.


Special Characters2

If I can get a good list of 8 I will add them to a menu;)

miLock User Screenshots

One of the best things about miLock, is that not one person will have the exact same layout. Below users took screenshots from there iPhone's and sent them to me. Not a one the  same:) 






#miLock V1.3 Change Log










Added Animated Weather (Credits to Ian Nichol)
Added font previews
Fixed forecast alignment
Added Widget Icons
Added new fonts
Fixed widget menu (not disappearing at times)
Added new wallpapers
Added Close button in widget menu 
Main menu close will not close widgets
Redesigned Clock (Is only movable once, if you want to move again select it again.
Optimized JPG's
This does not save after respring..  It is not possible.


Once again big thanks to Ian Nichol for the use of Animated Weather scripts. Weather is animated, also as the time goes on during the day. The sun will move across your screen. Later on the moon will come and do the same:) Very nice addition to #miLock









#miLock v1.3 Most requested Animated Weather

Click Here to Watch


           

Update will be submitted Sunday, Feb 17th
Credit to Ian Nichol for the animation scripts