poetic24 on DeviantArthttp://creativecommons.org/licenses/by-nc-sa/3.0/https://www.deviantart.com/poetic24/art/Release-LS-ClockDigital-279370847poetic24

Deviation Actions

poetic24's avatar

-Release- LS ClockDigital

By
Published:
2.8K Views

Description

LS ClockDigital
Supports: iOS 4.2.x - 4.3.x - 5.0.x
Instructions to configure LockBackground.html
* Adjusting your weather location

To change the weather go to [link] and enter your location, then click on the "Find Weather" tab. Next, in the address bar, copy the 8-character code (Example: ITXX0042 = Milan,Italy). Open the LockBackground.html file and search for "var locale" then paste your weather code in the "ITXX0042". If you want to change the weather to Fahrenheit, search for "var isCelsius" and then change this to "false". Example: “var isCelsius = true” will display your temperature in Celsius.

* Settings 12-24 Hours
Open file LockBackground.html with editor text and search:

/*---------------------------------------------------------------------------------------------------------------------------------12 hours to 24 hour Edit------*/



/* Remove the /* from under this line to display the 12 hours clock */ /* NEW!! */

//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

remove only "//" in -->

/*---------------------------------------------------------------------------------------------------------------------------------12 hours to 24 hour Edit------*/



/* Remove the /* from under this line to display the 12 hours clock */ /* NEW!! */

here --> currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

save berfore exit,enjoy ;)

* Settings Days and Months with your language

var this_weekday_name_array = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat")


var this_month_name_array = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") //predefine month names

* Setting your custom wallpaper

Select your preferred wallpaper and rename it to “Layer.png” and delete or rename original wallpaper..
Respring the device. enjoy :D

* hidden clock on the lockscreen for iOS 4.x
Lockscreen Clock hide support only 4.x - 4.2.x - 4.3.x - 5.0.x

Credits:
cTn slide:
[link]

Clock mod by me:
[link]

<--------- Readme ----------->
You like my works? (see my gallery on my DeviantArt,also themes available on Cydia)
Please give me something to continue with the development of other themes :D
with PayPal my email is: chicotriste_18_7@hotmail.com
*all donations are well accepted ;)

thanks :)
Comments16
Join the community to add your comment. Already a deviant? Log In
luistoluca's avatar
how to put your status bar? :O