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.
LOL--I sat on 4.0 from a week after the first jailbreakme last summer until about two months ago. I get that.

Did you specifically try the dialer and "PhonepadTwo" (exactly as capitalized here and no spaces)? I've never tried any other combo, honestly. Supervixen had posted that tip a while back, but probably after 4.2.1 was already out.

I'm so wanting another phone to test this kind of thing on. *eyes hubby's stock phone irritably*

Okay I tried again with PhonepadTwo. The first time I tried, i forgot to update the file on my phone :eek: after editing it on my computer.

IT WORKED!!!!

It doesnt work with LockClock though.

Thanks for the tip. Im going to update my post above.
 
Okay I tried again with PhonepadTwo. The first time I tried, i forgot to update the file on my phone :eek: after editing it on my computer.

IT WORKED!!!!

It doesnt work with LockClock though.

Thanks for the tip. Im going to update my post above.

Sweet!

Now if we could figure out if Capture It can be set for just the dialer through Bytafont...hmm...
 
Sweet!

Now if we could figure out if Capture It can be set for just the dialer through Bytafont...hmm...

I couldnt find Capture It for Bytafont although I did find it for Fontswap. But the Fontswap version only has the Helvetica.ttf and HelveticaBold.ttf files. Not sure if I can use those files with Bytafont anyway.
 
I couldnt find Capture It for Bytafont although I did find it for Fontswap. But the Fontswap version only has the Helvetica.ttf and HelveticaBold.ttf files. Not sure if I can use those files with Bytafont anyway.

Well, tried it--relabeled it for Bytafont and added it to the MyFonts file. It just defaults to something else in the widget (some serif font) and isn't visible at all in the calculator. Which makes it a bit impractical.

I had a similar problem with Neutraface, I have all the right pieces EXCEPT the one for PhonepadTwo, and it won't take another renamed .ttf file in place of that one. I'm not sure what the differences are.

But hey, at least you have more font options than you did an hour ago!
 
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)

I may be missing something but are you/ he trying to change the LS clock to one font thru bytafont?

If so why not just use the font family: Helvetica and in bytafont click on advance and the select your font thru bytafont
 
Well, tried it--relabeled it for Bytafont and added it to the MyFonts file. It just defaults to something else in the widget (some serif font) and isn't visible at all in the calculator. Which makes it a bit impractical.

I had a similar problem with Neutraface, I have all the right pieces EXCEPT the one for PhonepadTwo, and it won't take another renamed .ttf file in place of that one. I'm not sure what the differences are.

But hey, at least you have more font options than you did an hour ago!

lol, I tried it using the file you and Supervixen provided and the fontswap files, no go. Did not expect it to work :p but what the hey :D

Thanks for your help :)
 
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)

I may be missing something but are you/ he trying to change the LS clock to one font thru bytafont?

If so why not just use the font family: Helvetica and in bytafont click on advance and the select your font thru bytafont

We were trying to use the Capture it font on the lockscreen on iOS 4.1, its not available for Bytafont :(
Also we were trying to use two different fonts, one for lockscreen widget and one for system. The HTML code doesnt work for iOS 4.1, hence the Bytafont/Dialer-"PhonepadTwo" workaround
 

Got it.

Code:
#weatherIcon{	

	position: absolute;top: 296px; right: 0px; down: 0px; left: 236px;

Change the 296px after "top". I changed it to 95px and got this:

Picture 2.png

Subtract even more if you want it higher, and if you want to move it to the left, subtract from the "left: 236px" figure.

You can make these changes directly from the text editor within iFile if you have that on your phone, and preview them by double-clicking on the Widget.html and selecting the Web Viewer. For making one or two small changes, that's easiest. Anything more than that, I usually do on the computer.
 
Here is The 1st Lockscreen (so you can all stop PM ing Me HA HA )


Image


Download
http://www.box.net/shared/ilxt9slg5ffiyvvq98vc

Includes
Widget
Wallpaper
Lock

Enjoy :)

I downloaded and installed this lockscreen and in the top left hand corner of the lockscreen is the text "5 day LS theme.zip". I found this text in the first line of the LockBackground.html file and commented it out. However, after re-springing, I'm still seeing this text on the lockscreen.

Anyone else getting this? Fix?

Thanks to Lexs for the LS, and welcome back.
 
I downloaded and installed this lockscreen and in the top left hand corner of the lockscreen is the text "5 day LS theme.zip". I found this text in the first line of the LockBackground.html file and commented it out. However, after re-springing, I'm still seeing this text on the lockscreen.

Anyone else getting this? Fix?

Thanks to Lexs for the LS, and welcome back.

Nope, not seeing it:

IMG_1000000825.PNG

What phone and what firmware are you running? And what program did you use to open the HTML, as I'm not seeing that text at all in there?
 
Nope, not seeing it:

What phone and what firmware are you running? And what program did you use to open the HTML, as I'm not seeing that text at all in there?

Running 4.2.1 on a 4G iPod Touch. I used Dashcode to open the Lockbackground.html file. The same file that you edit to change the weather.

5 day LS.theme.zip<style type="text/css"> <== this text shows up on lockscreen

@font-face{

font-family: "SansationRegular";

src: url('http://www.fontsforweb.com/public/fonts/424/SansationRegular.eot');

src: local("Sansation"), url('http://www.fontsforweb.com/public/fonts/424/SansationRegular.ttf') format("truetype");

}

.fontsforweb_fontid_424 {

font-family: "SansationRegular";

}
 
Running 4.2.1 on a 4G iPod Touch. I used Dashcode to open the Lockbackground.html file. The same file that you edit to change the weather.

5 day LS.theme.zip<style type="text/css"> <== this text shows up on lockscreen

@font-face{

font-family: "SansationRegular";

src: url('http://www.fontsforweb.com/public/fonts/424/SansationRegular.eot');

src: local("Sansation"), url('http://www.fontsforweb.com/public/fonts/424/SansationRegular.ttf') format("truetype");

}

.fontsforweb_fontid_424 {

font-family: "SansationRegular";

}

I think your text editor is adding that in. Here's a screenshot of the same file in Komodo Edit (a free web editor)--click on the attachment to see it full screen:

Picture 3.png

Note that line 1 (the line numbers are on the left) doesn't match what you're seeing. That text does not appear in the HTML or the CSS. Delete it outright and it *should* disappear from the screen.

(As always, save a backup copy first.)
 
I think your text editor is adding that in. Here's a screenshot of the same file in Komodo Edit (a free web editor)--click on the attachment to see it full screen:

Note that line 1 (the line numbers are on the left) doesn't match what you're seeing. That text does not appear in the HTML or the CSS. Delete it outright and it *should* disappear from the screen.

(As always, save a backup copy first.)

Nail. Head. HIT. :D Thanks a bunch, that was the problem. Looks great now.
 
Nail. Head. HIT. :D Thanks a bunch, that was the problem. Looks great now.

Sweet! Glad to help!

I'm just working on converting it to 12 hour, adding the AM/PM back in, and chasing down that random shadow behind the first day of the extended forecast. My husband keeps laughing at my random outbursts at the code. But finding my way through stuff like this is how I learn. :D

And here we go:

IMG_1000000826.PNG

I actually like Lexs' background better, but hey, had to make it my own somehow...
 
Last edited:
Sweet! Glad to help!

I'm just working on converting it to 12 hour, adding the AM/PM back in, and chasing down that random shadow behind the first day of the extended forecast. My husband keeps laughing at my random outbursts at the code. But finding my way through stuff like this is how I learn. :D

That is exactly how I learn. Jump in, make a few changes and check results. Best way to learn.
 
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)

IrishVixen said:
drawing inspiration from the sexy women themers... thanks to you mone and lexs :)

Image

Well, now I know what every guy in the place will want on his phone tomorrow. :D

Love the font work though, and perfect pairing with that image!

Tomorrow!!! Yeah I'm sure her PM just blew up!
 
Sweet! Glad to help!

I'm just working on converting it to 12 hour, adding the AM/PM back in, and chasing down that random shadow behind the first day of the extended forecast. My husband keeps laughing at my random outbursts at the code. But finding my way through stuff like this is how I learn. :D

And here we go:

View attachment 293381

I actually like Lexs' background better, but hey, had to make it my own somehow...

Looking good I forgot most folks here go for 12hr clock

The shadow (Mon) as we are calling it will appear on the Top/first day if you want to change it

myopia.css

#Day1{



position:absolute; top:77px; left:140px;



color: white;



text-shadow: 10px 1px 1px rgba(0, 0, 0, 0.7), 0 10px 3px #000000;


Change the Text Shadow to

text-shadow: 0px 0px 1px black;

You are right this is how I learnt by simply playing around
and boy did I make some howlers :) and Still do :)
 
Looking good I forgot most folks here go for 12hr clock

The shadow (Mon) as we are calling it will appear on the Top/first day if you want to change it

<snip>

You are right this is how I learnt by simply playing around
and boy did I make some howlers :) and Still do :)

LOL--good morning! I think we're all subject to those howlers. :D

And I cheated on the "shadow", just copied the style info from day 2 over, minus position.

As for 12 hour, I think most people here know what to do if they want it...and if they don't, they'll get to learn! (we've got a bigger European contingent now too, I think, more 24 hour users than before) That, at least, isn't that hard to teach if needed. Took a bit more doing to add the am/pm in on this one, but I have so darn many widgets now, it was easy enough to copy and paste in the code that was absent.

Awesome pic of "you", by the way. ;) (The boots are to die for. I need a pair of those!)
 
LEXS, would it be possible to post the battery in the screenshot? If it's NFR, I understand. I just thought I'd ask. :D

To be honest I am not sure so to be on the safe side I did not include it.

The whole status bar is sexy... :)

Thank you

Hey LEXS, did you release this widget already? It's so beautiful

No not yet I noticed after posting it
The 11st July showed up so I am in the process of fixing it
Plus today it says the 12nd July
Mmmmmmmm Not sure what I have done
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.