This is an android widget that i have always liked, so i decided to port it over for the iphone for everyone.

Image
Credits:

Seb- without you this wouldnt have been possible.
Mone- for using your LT android as my base script and SLIGHTLY modding your slider
rsmartin- for creating the widget for the android that I based my widget off of

Was planning on making this NFR, but decided everyone should have this.


LarryHoover Big MEECH

This is not a beginners theme, if anyone has any problems let me know, the script needs cleaned a lil, will do and post an updated link.

FONT: Geo sans light. Available via cydia

UPDATE
Sorry for those having some problems. Here is an Updated Link for the Iphone 4

Iphone 4 version - http://www.mediafire.com/?om9h6mp733bpl9u

Iphone 4 version Celcius - http://www.mediafire.com/?3f7q31zqxx3c6sj

-----UPDATE
Decided to make a blue version after suggestions and critique.

Image

Using Caviar Font
Dang ( from dbar ) - Tribute WP
Slide screen to unlock.

http://www.mediafire.com/?4jwc26h3ve31mcq
Last edited by ThemeThi5 on February 21st, 2011, 6:18 pm, edited 1 time in total.
Double post removed. Use the Edit button if you wish to add to your last post. - Staff
Looks great!
Waiting on the updated, cleaned up script.
Thank you very much! This work is very pleasing to me.
Its nothing serious at all, the script just has the ability to display a customized greeting based on time and can show the time in words. Just left it in there incase the more advanced themers wanted to play :)
Last edited by ThemeThi5 on February 19th, 2011, 3:27 am, edited 1 time in total.
Black and yellow.
Uhhh huh you know what it is
Black and yellow...black and yellow.
So is this compatible with iPhone 4 - 4.2.1?
I just installed it, the background isn't working
also the lock or and the weather...

let me know how to fix it
I'm on 4.1. Will have a buddy a buddy fix it up for 4.2.1 I'll post link tomorrow.
iP4 on 4.1, you can use the wallpaper is you save it to your camera roll and then apply it. only thing not working for me is the slider but i like it better without.

Image
To get the slider to work. Duplicate all the files in bundles/telephonyui add @2x to the end of each file name. And you will have your slider. And yes you must save the picture the the camera roll then apply.
2nd warning, use the Edit link instead of double posting. - Staff
How do i fix the weather..?
lower right...? I looked at the HTML file on dreamweaver. searched for weather.. what exactly do i change to replace it with my own location?


EDIT: Fixed. Nevermind, I found it. I just had to keep going down the html file. Thanks anyways :D
Last edited by markcooz on February 19th, 2011, 7:36 pm, edited 1 time in total.
No problem. The weather is in the HTML. As always change " var locale ". Is the new link working for the iphone4 users?
ThemeThi5 wrote:No problem. The weather is in the HTML. As always change " var locale ". Is the new link working for the iphone4 users?

Yeah so far it's pretty good on mine.
running 4.2.1 on iPhone 4
Great! Hope you enjoy. If anyone wants any other colors let me know
this is hot :thumbsup:

lol @ black and yellow :lol:
no matter what i try, when it's 12am, the 00 won't change to 12 :-!

i even have this in the script area


// 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;



// Pad the minutes and seconds with leading zeros, if required

currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;

currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;

currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;


help please :|
markcooz wrote:
ThemeThi5 wrote:No problem. The weather is in the HTML. As always change " var locale ". Is the new link working for the iphone4 users?

Yeah so far it's pretty good on mine.
running 4.2.1 on iPhone 4

Mark, how did you get this to work? I'm on 4.2.1 as well and i get a queston mark where the wallpaper should be and a weird white border. Did you mod this at all?
itr2sti wrote:
markcooz wrote:
ThemeThi5 wrote:No problem. The weather is in the HTML. As always change " var locale ". Is the new link working for the iphone4 users?

Yeah so far it's pretty good on mine.
running 4.2.1 on iPhone 4

Mark, how did you get this to work? I'm on 4.2.1 as well and i get a queston mark where the wallpaper should be and a weird white border. Did you mod this at all?

Here you go download this. I have a jpeg in there as a background. I set it as my wallpaper.
then i did go to User/Library/SpringBoard and put lockscreenbackground.png there as well...

http://www.mediafire.com/?61x45e3idmvyxi0

To change the weather.
just open it in dreamweaver. use the cmd+f which is find.
"weather" then just scroll down til you see a "Enter Zip Code" or something. Then fill it out.
Image

EDIT: Nevermind got it to work. Here's my tiny mod. Any way to make the numbers more sharp? They look kind of fuzzy. Also I changed the zip yet it didn't update to me city.
Last edited by hsquared on February 20th, 2011, 10:18 pm, edited 1 time in total.
The best way to make the numbers more clear, would be to find the numbers in a rainmeter or android widget, recreate them in PS at a higher resolution, this was made for a 3gs so I'm not too sure how it looks on the Iphone4. Also New links are up with a blue version now too.
Great lockscreen!
Anyone get 24 hours displayed correctly? Would also like to disable weather... Instruction on what to change/remove from the LockBaground.html would be greatly appreciated!
love the simplicity!
@hsquared: mind sharing your slider?
Image
Great Lockscreen Theme. I did a few customisations, German Month, Day and 24H, but the Temperature will not work. Any Idea?