Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
after many requests, i decided to release it ;)

:.. Slider by nozerogravity for android ported by me
:.. Should works in all devices

:..: Download LS Sunset.rar


ls_sunset_by_schn3d1-d470t1w.png
 
Just wanted to share my home screen. It's not much now, but I just did the jailbreak last Sunday and I haven't had the time to really fool around with it. :)

photomv.png
 
:.. 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

Could you share the homescreen theme please? love the minimal look
 
hi! is there an english version of this, or how do i change language and time...thanks!

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
 
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!:D
 
thanks, how about the time i want to chnge it to 12" and how do i post sreen shot clear and bigger!:D

In the same html, look for this, and remove the /* like the first line says:D:

Code:
/* 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

For screenshots, I upload to photobucket, then post the IMG code they give you.
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.