Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Attachments

  • Untitled.jpg
    Untitled.jpg
    226.8 KB · Views: 155
Two things;

I used the OP's theme - and have no slider, how do I add that green one with two signs pointing right?
And, I'm stuck with a new battery and data indicator, how do I go back to the default ones?
 
Yes the answer is back around page twelve, its a very easy line change.

Where exactly do I place the .png files to normalize the month and day sizes? I see some new files and dont know where to place them what is the png_bak where does that go?
 
Yes the answer is back around page twelve, its a very easy line change.

Where exactly do I place the .png files to normalize the month and day sizes? I see some new files and dont know where to place them what is the png_bak where does that go?

Thank you, sir! You just made my night lol
 
photo-2.jpg


Issues;
- Slider is still default
- By top bar has changed, battery and data indicator - how do I keep those default instead of the new ones?
 
chakraj said:
Yes the answer is back around page twelve, its a very easy line change.

Where exactly do I place the .png files to normalize the month and day sizes? I see some new files and dont know where to place them what is the png_bak where does that go?

Put the files in the "Private" directory found inside the theme. The "_bak" files are backups of the original unedited png files in case you want to revert back to the stock versions.
 
Being a web developer myself, I started tinkering with the code and positioning... Here's what I ended up with. Now I see how theming is done. Lets see what I can brew up with my web skill. :D

img0180h.png


Much thanks to OP for getting me a kick start!

hehe, those dates are not correct, but I had used the widest width of the texts to ensure I give it enough space. :)
 
Being a web developer myself, I started tinkering with the code and positioning... Here's what I ended up with. Now I see how theming is done. Lets see what I can brew up with my web skill. :D

img0180h.png


Much thanks to OP for getting me a kick start!

hehe, those dates are not correct, but I had used the widest width of the texts to ensure I give it enough space. :)

Can you post a zip file with your edited theme please?
 
some days i do better than others... :D

i found THE CORRECT file, and added the line for "F" in the weather, and got this; anyone tell me how i can fix this? (or even just get rid of the box around the weather...)

This looks like the "originalBubble" stylesheet (you can choose your stylesheet in the configureMe.js). Look into that css-file (the #WeatherContainer section) and set background-color: none; and border-style: none; or just remove the lines.

As for your grade-sign, open the file Wallpaper.js and compare the last function there with this:
Code:
function dealWithWeather(obj){

	if (obj.error == false){
		document.getElementById("city").innerText=obj.city;
		document.getElementById("desc").innerText=obj.description.toLowerCase();
		
		if(useRealFeel == true){
			tempValue = convertTemp(obj.realFeel);
		}else{
			tempValue = convertTemp(obj.temp)
		}
		if (isCelsius) gradeSign = "C"; else gradeSign = "F";
		document.getElementById("temp").innerHTML=tempValue + "°" + gradeSign;
		document.getElementById("weatherIcon").src="Private/weather/Icon Sets/"+iconSet+"/"+MiniIcons[obj.icon]+iconExt;
	}
	
	setTimeout('fetchWeatherData(dealWithWeather,postal)', 1000*60*updateInterval);
}
 
There are two threads here, regarding this lockscreen beauty, and NONE of them honors the originator of this theme: Angelman8

I just now happened to stumble upon a blog pointing at that site. At least it would have been nice to mention this! And that saddens me.

This lockscreen is meant to display some kind of typo-theme, where it is MEANT for the numbers and texts to be all kind of different style an even maybe go off screen.
 
Anyone else having trouble with the LockMS-TOP package in Cydia? It fails to install after being downloaded.
 
I'm using "invisible tap to unlock" version of this theme.

Why is the "slide to unlock text" still there? How can I get rid of it. I checked SpringBoard.strings in the themes folder and every <string> is empty.

img_1308o2hx.png
 
Being a web developer myself, I started tinkering with the code and positioning... Here's what I ended up with. Now I see how theming is done. Lets see what I can brew up with my web skill. :D

img0180h.png


Much thanks to OP for getting me a kick start!

hehe, those dates are not correct, but I had used the widest width of the texts to ensure I give it enough space. :)

How do I change the chevron slide arrows to this one? Or even the default slide to unlock version
 
Can you post a zip file with your edited theme please?

Well, I did a bit of coding and rewriting a few things on the html file.(hope OP don't mind :p) I converted the entire thing to use no images, so we can control it by setting fonts through CSS. That way everytime we want to change font, we don't have to export a slew of different PNGs. I added the seconds that ticks/counts up. Also, I "think" I optimized the code a bit with fewer date/function calls etc.

Here's a screenshot of the entire thing using Arial font. I know it looks rather crude and lacking with just plain old Arial font, but I haven't found a nice font mix that works on the iPhone, yet.

img0181.png


Here's the html file I'm using:
http://www.mediafire.com/?c32nbsms9k2m49v
 
Wow... I've never been inclined to jailbreak my phone, but this thread is the only thing that's ever made me want to.
 
can someone tell me why my weather doesnt work?....i asked 3 times now and noone knows?

are all of your weathers working fine?....mine still says 3 and a ? mark after it.

step by step,i just need help.

is there a newer version of this theme that i need to DL?.....

thanks,i really hope someone can just get this working for me.
 
Love this theme though i have a few questions!

photo1-1.png


Does anyone knows how to disable the theme when you are at the entering passcode screen? Because it is rather cluttered as is...

photo3.png


Also, i am actively trying to figure out, with the help from a nice person from the mactheme forum, how to remove the passcode dot things, and still to no avail, so if anyone knows the trick and treat, please share!!! :)!

photo4.png


Thankx for the wonderful theme everyone!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.