
Tag: LS Colours
Overview :
LS Colours
Supports: iOS 4.x - 5.0.x
Version: 1.0
Instructions to configure LockBackground.html
* Adjusting your weather location
To change the weather go to http://www.weather.com 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.
* Setting Description forecast (today)
Open file LockBackground.html and search: var LangTranslate = Italian // This only changes the language of the description of weather, English,Spanish,Italian,Francais only available
* Setting 24H to 12H or 12H to 24H (with "//" = 24H -- without "//" = 12H)
Open file LockBackground.html and search:
<!-- Convert hours component of "12" to "24" -->
//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
and remove only "//" in
<!-- Convert hours component of "12" to "24" -->
here --> currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
* Setting am-pm display
Open file LockBackground.html and search:
SPAN#ampm
{
display: none;
and rename "none" in "true"
* Setting Days and Months
Open file LockBackground.html and search:
var this_weekday_name_array = new Array("Sunday","Monday","Tuesday", "Wednesday","Thursday","Friday","Saturday")
var this_month_name_array = new Array("January","February","March", "April","May","June","July","August","September", "October","November","December") //predefine month names
and rename with your language.
<--------- 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 ;)
all donations are well accepted ^_^
PS Do not steal-mod my theme, ask permission first, each theme has a license to create!!
Created by DemoneLatino/Poetic24
See my more LS: http://poetic24.deviantart.com/
- Compatible iDevices:
- iPhone 4
- iPod Touch 4
- iPhone 4S
- Compatible iOS versions:
- 4.1
- 4.2.1
- 4.2.6
- 4.3.X
- 5.0.1
- 5.1
- Apps Required to use this theme:
- Winterboard
- Lockscreen Clock Hide
|