Hey, can someone tell me where the badge background image is located? I can't seem to find it.
Hey, how'd you get the weather icon and temperature on the status bar?
:.. Desktop Wallpaper pack http://manicho.deviantart.com/art/I-Can-t-Swim-Wallpaper-Pack-101156093
:.. Overlay modded by me
Release??
Image
:.. For the lockscreen i just have to say ******* private releasers
:.. Wallpaper from Fiftyfootshadows.net
:.. Rotating weather icon. thanks to gaBzii and hentfling
i just was bored :s
if you want anything just ask!!
Image
hi! is there an english version of this, or how do i change language and time...thanks!
function calendarDate ( )
{
var this_date_name_array = new Array("00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30","31")
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
hi, anyone care to help fix this Lock Screen...
[url=http://www.hostingpics.org/thumbs/mini_705106IMG_1392.png]Image[/URL]
:.. Desktop Wallpaper pack http://manicho.deviantart.com/art/I-Can-t-Swim-Wallpaper-Pack-101156093
:.. Overlay modded by me
Release??
Image
Just open up LockBackground.html, and you need to update the following lines to this:
Code:function calendarDate ( ) { var this_date_name_array = new Array("00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30","31") 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
thanks, how about the time i want to chnge it to 12" and how do i post sreen shot clear and bigger!![]()
/* Remove the /* from under this line to display am or pm after the 12 hours clock */ /* NEW!! */
// Choose either "AM" or "PM" as appropriate
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
// Convert the hours component to 12-hour format if needed
currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
// Convert an hours component of "0" to "12"
currentHours = ( currentHours == 0 ) ? 12 : currentHours;
// Compose the string for display
var currentTimeString = timeOfDay;
// Update the time display