I'm looking for something to do this as well. I know the image names for the iPhone, but I have yet a lot to learn for the iPad.
You need to remove these files located in System/Library/PrivateFrameworks/TelephonyUIframework
WellLock@2x.png BarBottomLock@2x.png
Make sure you back them up before you delete or change.
Here is my lock screen on my iPad 3.
![]()
They both end with ~ipad. Is that right?
1.2 is running like a champ after I changed the background. Weather is working fine as well.
May make a small suggestion? Maybe put location in the weather square? I travel a lot, it would be nice to know which weather I'm looking at.
<div style="position: absolute; top: 80px; left: 2000px;">
<p id="city">Loading...</p>
</div>
<div style="position: absolute; top: 150px; left: 275px;">
<p id="city">Loading...</p>
</div>
Will install. Is there a tweak also to go along with it to remove the slide to unlock and have like a touch to unlock or something ? As show on that screen shot above. You have the slide to unlock removed.
That's right. Please back them up because this is part of Apple files not a themes so once you have gotten rid of them, the lock screen will stay like that until you restore. Just delete the 2xPNG ones. The other ones can stay.
The city is actually already rendered but I have to coordinates off the screen.
Open lackbackgound.html in a text editor and go dow to the section that says
Change the positioning until the city name is in a location you like.
Just looking at it in chrome (and not loading it on my ipad) looks like the following code should be good
----------
I used "lockinfo" to get rid of my slide to unlock bar. There is no other tweak that I know of that will hide the bar so you will have to do it manually as instructed by frenchjay
Dude, you hit the positioning right on the head! Thanks!
And I have to give FrenchJay's method a try, although messing with the Apple files like that is risky.
just submitted 1.2. that is the one that is linked above
Since 1.1 is the most recent update that is in Cydia, how do I install 1.2 from the zip file I downloaded to my PC?
The city is actually already rendered but I have to coordinates off the screen.
Open lackbackgound.html in a text editor and go dow to the section that says
Change the positioning until the city name is in a location you like.
Just looking at it in chrome (and not loading it on my ipad) looks like the following code should be good
----------
I used "lockinfo" to get rid of my slide to unlock bar. There is no other tweak that I know of that will hide the bar so you will have to do it manually as instructed by frenchjay
I ended up installing 1.1 and it looks fabulous. But one question - how do I change the city where the temperature is from?
/ /The location field should be a relatively machine-legible string
/ / if using the default, Apple/Accuweather parser (originally from Leopard's Weather.wdgt)
var locale - "USNY0996" / / 'New York City, New York'
I just realized that I miss-typed that. I meant to say that 1.1 is running like a champ. No issues as of yet.
And FrenchJay, thanks for the info, I gave it a try and it worked great! I'm surprised it doesn't put up the blue ? like for other missing pictures.
No problem. Once it's done you can enable the clock and change the colour in Springtomise and it's looks amazing!! 😀
![]()
How do I get rid of the picture frame button to the right of the slide?
Use the normal iPad settings menu.
Settings/General/Passcode Lock
Then deselect the picture from toggle.
Yeah, um, I deselected it, and its still there. It won't go away, even after a respring.
Very strange. I'm unsure what else to suggest apart from doing a hard reset and seeing if it goes away.
After some heavy modding of the ToochB iphone lockscreen (changing resolutions, moving elements, ect.) here is what I have come up with. My first lockscreen for my iPad3 in all it's retina display beauty.
All feedback is appreciated...
Image
// set to 'false' if you'd prefer Fahrenheit (Fixed your typo)
var isCelcius = true //true|false
Anyone else know how to do this?EDIT: Having a N/A response for a weather icon might be causing this so you might need to make a nice little N/A mini-icon with some code to show it when no info is available, or just have a blank space mini-icon to get rid of the HTML empty picture box.
Thanks whitesmoke, I downloaded and it looks great. 🙂 But one question I have is, how do I get rid of my iPad banner with time and date across the top? Anyone's help appreciated.