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.
Yes Time and Date widget is included have you changed anything in the LockBackground.html iF so Download again.

Thank you! I first downloaded it using download manager on my iPhone. I just downloaded it on my laptop and it gave me a message about it being encrypted "A problem is preventing this folder from being encrypted"....any how it works perfect now...Again thanks ...Great LS I love it!!:)


:EDIT: It works but after I put in my location code the time disappears. Try it and see maybe its me "USNY0481" or 11691
 
Last edited:
thanks to: augustborn for the widget and underachiever for giving him the images and for noki and glasklart.

went beachy

img1322.png


img1321.png
 
thanks to: augustborn for the widget and underachiever for giving him the images and for noki and glasklart.

went beachy

Image

Image

I really need to get around to playing with the weather icons in that second one.

Work in progress...the HTML and font aren't playing right together in spots, but it's getting there.

IMG_1000000831.PNG
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5)



Just out of curiosity do you create anything that's actually yours and not from someone else's?

Really?? I hope you're kidding. Schnedi does a great job putting stuff together and adding some taste to it. Nobody is forcing you to be on the forum and download his collections.

While you're at it, email Jobs and ask why he screwed the developer that made wifi sync.
 
I'm a noob so be kind.. still working on getting the dock labels to disappear. Winterboard isn't doing it. I love these icons!

Image

Looks good. Use Springtomize to remove the dock icon labels

Where are those icons from, I love the stainless steel look.
 
Thanks! The theme is Metius by Surenix. It also takes every stock icon and frames it with the iCloud iconic appearance. Love it.:)

Going to try springtomize now..

edit: I found a WinterBoard tweak for it- transparent dock labels ;)
 
Last edited:
Really?? I hope you're kidding. Schnedi does a great job putting stuff together and adding some taste to it. Nobody is forcing you to be on the forum and download his collections.

While you're at it, email Jobs and ask why he screwed the developer that made wifi sync.

Are YOU serious? Yes he does a good job on different themes but i don't see how in this theme shot he is adding taste to it (original on left, Schnedis on right). But if you feel that adding a weather icon and moving the am/pm over to the time is adding "some taste" then that is your right to have that opinion; and you're right nobody is forcing me on anything as i don't d/l his collections.

and as for emailing Jobs i have no idea what the relevance is nor what the hell you're talking about!

img0028a.png
img0029v.png
 
Are YOU serious? Yes he does a good job on different themes but i don't see how in this theme shot he is adding taste to it (original on left, Schnedis on right). But if you feel that adding a weather icon and moving the am/pm over to the time is adding "some taste" then that is your right to have that opinion; and you're right nobody is forcing me on anything as i don't d/l his collections.

and as for emailing Jobs i have no idea what the relevance is nor what the hell you're talking about!

You're right.... I'll shut up now. Keep up the great work Schnedi.
 
Really?? I hope you're kidding. Schnedi does a great job putting stuff together and adding some taste to it. Nobody is forcing you to be on the forum and download his collections.

While you're at it, email Jobs and ask why he screwed the developer that made wifi sync.

You really shouldn't comment about that which you don't know anything about. Are you a member at dBar? If not, you'd be amazed how a day or two after a theme gets released there, it gets released here only a tiny bit altered and claimed as his/her own.

Schnedi even admitted earlier that "I'm just trying to prove that having a private forum is no impediment get their mods/themes, I can even improve ..." In other words, Schnedi ADMITS to "getting" other people's themes. Never, not once, has Schnedi given proper credit to the original designer.

The one that Fantasigraphic posted screen shots of above is the perfect example. I mean, Schnedi couldn't even be bothered to find a different wallpaper to camouflage his/her theft.

If imitation is the most sincere form of flattery, then Schnedi's giving out a LOT of love!
 
You really shouldn't comment about that which you don't know anything about. Are you a member at dBar? If not, you'd be amazed how a day or two after a theme gets released there, it gets released here only a tiny bit altered and claimed as his/her own.

Schnedi even admitted earlier that "I'm just trying to prove that having a private forum is no impediment get their mods/themes, I can even improve ..." In other words, Schnedi ADMITS to "getting" other people's themes. Never, not once, has Schnedi given proper credit to the original designer.

The one that Fantasigraphic posted screen shots of above is the perfect example. I mean, Schnedi couldn't even be bothered to find a different wallpaper to camouflage his/her theft.

If imitation is the most sincere form of flattery, then Schnedi's giving out a LOT of love!

But.. But.. But.. I already waved the white flag. Sorry Schnedi, I can't defend you if you're modding and not giving credit.

KentuckyHouse, Fantasigraphic, and other forum readers, sorry for getting in the way; my bad.

On a different topic, I need to find a good LS.
 
How would I change the weather to be in fahrenheit? and what icon package is that? it doesn't look that way on my phone after installing it.

I *think* the icons are from Prestige HD (someone correct me if I'm wrong on that one). The font may differ from the one shown; that will depend on what fonts are installed on your phone. There doesn't appear to be a specific font included with that widget.

As for the weather, to change that, you need to do two things:

Search for "var locale" (minus the quotes) in the HTML file. You'll need to replace the code that's in the quotes after the equals sign to the right Yahoo Weather code for your locale. Example:

Code:
var locale = "USWAXXXX"

Directly beneath that line, you'll see:

Code:
var isCelsius = true

Change true to false; this changes from Celsius to Fahrenheit. Save and respring to see your changes.
 
I *think* the icons are from Prestige HD (someone correct me if I'm wrong on that one). The font may differ from the one shown; that will depend on what fonts are installed on your phone. There doesn't appear to be a specific font included with that widget.

As for the weather, to change that, you need to do two things:

Search for "var locale" (minus the quotes) in the HTML file. You'll need to replace the code that's in the quotes after the equals sign to the right Yahoo Weather code for your locale. Example:

Code:
var locale = "USWAXXXX"

Directly beneath that line, you'll see:

Code:
var isCelsius = true

Change true to false; this changes from Celsius to Fahrenheit. Save and respring to see your changes.

I take it there's no way to set location of weather to "current location" and have it update every so often?

EDIT: Also, I'm using iPhone Explorer to view files, and TextWrangler to edit them. However, when I go to save the new html file, it's telling me the following error: "Document encoding mismatch" and says this document contains UTF-16, but encoding has been set to Western, and it may not be able to be opened again in the future by TextWrangler.

Do you edit the files directly in the phone via OpenSSH?

EDIT AGAIN: I saved the HTML file as Unix UTF-16, though it still gave me the warning for some reason.

EDIT AGAIN AGAIN: And it worked! Thanks so much Vixen. I know you said you were a newb at this still but seriously, you're way ahead of me. If you're a newb, I might as well not even know what an iPhone is yet given the gap in knowledge about this ha.
 
Last edited:
But.. But.. But.. I already waved the white flag. Sorry Schnedi, I can't defend you if you're modding and not giving credit.

KentuckyHouse, Fantasigraphic, and other forum readers, sorry for getting in the way; my bad.

On a different topic, I need to find a good LS.

You're right...I apologize. I didn't mean to come down on you so hard. :D

I've mentioned this stuff to some other members before as it's just something that's silly. There's no need to rip off other people's work and pass it off as your own.

What Schnedi is surely going to hide behind is this...on dBar, they tend to use coding that is similar so as to make modifying or tweaking the layout easier. Most of the themes over there, the html looks alike. This also helps when you're trying to find things in the code because it's almost always in the same spot, even in different themes.

Schnedi is going to say he's not doing anything different than what the creators over at dBar are doing...using the same code to achieve different results. And over there, you'll see "new" themes that are just reworked versions of previous themes by other designers. The difference is, on dBar, if someone reworks a theme and releases it, they give credit to the original designer. That's something Schnedi doesn't do here.

His comment to Fantasigraphic earlier asking if he was a designer was ironic...since Schnedi isn't either!

If he'd just give proper credit, there wouldn't be a problem.
 
variations on a theme. i added a picture frame light to make the widget adaptable to even a dark background. kept the red highlights to maintain some sort of cohesiveness with the rest of the theme.

credits:
-redline creative team
-underacheiver for posting weather icons
-noki widget script (may have been tadtad1)

qhSwW.png


included in package is a dock and several optional backgrounds
download: https://rapidshare.com/files/257958146/SEredline-nokiV3widgetAB.rar
 
I take it there's no way to set location of weather to "current location" and have it update every so often?

EDIT: Also, I'm using iPhone Explorer to view files, and TextWrangler to edit them. However, when I go to save the new html file, it's telling me the following error: "Document encoding mismatch" and says this document contains UTF-16, but encoding has been set to Western, and it may not be able to be opened again in the future by TextWrangler.

Do you edit the files directly in the phone via OpenSSH?

EDIT AGAIN: I saved the HTML file as Unix UTF-16, though it still gave me the warning for some reason.

EDIT AGAIN AGAIN: And it worked! Thanks so much Vixen. I know you said you were a newb at this still but seriously, you're way ahead of me. If you're a newb, I might as well not even know what an iPhone is yet given the gap in knowledge about this ha.

Glad you got it working! As far as editing goes, I edit mostly on the computer and use Text Wrangler only occasionally. I usually use Komodo Edit, which is also free--it has its own issues, as occasionally a file appears as containing nothing but Japanese. But I just open those in Wrangler, copy all the text into a new file in Komodo, and resave it with the correct name. Komodo has more features and doesn't throw those encoding mismatch errors.

I do edit sometimes on the phone using iFile; one of the better JB apps and WELL worth the money.
 
i don't know why you "fighting"
i don't give credits to dbar members, cause they they don't give it when use others mods

and i'm talking about mone and djalai, and they are not the only ones...

you think you cooler than us cause you from a "private" forum?? i/we can do really good mods and not to be members of dBar

anyway just enjoy!!!
 
Glad you got it working! As far as editing goes, I edit mostly on the computer and use Text Wrangler only occasionally. I usually use Komodo Edit, which is also free--it has its own issues, as occasionally a file appears as containing nothing but Japanese. But I just open those in Wrangler, copy all the text into a new file in Komodo, and resave it with the correct name. Komodo has more features and doesn't throw those encoding mismatch errors.

I do edit sometimes on the phone using iFile; one of the better JB apps and WELL worth the money.

I thought I was the only one who is getting japanese characters when I use Komodo.....pffff driving me crazy sometimes:mad:
 
Hello Schnedi, this joke was really good .. lol .. I suspect you're a little bit confused .. sorry, but what shall I think, when I read this?

btw. show me the 'private' forum .. I see none. Everyone can come .. except you, but that's your own fault .. and I really think, this is also the reason where the rabbit is buried in pepper, but remember, it was your own decision to go.

I really wonder, where is the friendly Schnedi, who I have known in the past, who has created really good and own mods? Look at your last screenshot for example .. your android miui clock mod .. it's so a beautiful theme and you really did not need to copy others work.

And the same applies to Lexs .. where is the Alexis who has made ​​such beautiful themes .. even we made some together. Can you remember, when I have tease you, that you not have your glasses on?

Howsoever, makes really sad and above all, these all is so pointless.

Thank you Jason (Fantasigraphic) and KentuckyHouse for your support, but I think every further word is useless .. In addition, we do not want to make this thread full with these 'off topic things'.

Mone
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.