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

Frenchjay

macrumors 68000
Original poster
Jul 6, 2010
1,840
28
I just saw this theme on the jailbroken home screen page and i am having trouble with it. I installed the theme via openssh with no problem but it looks like this.

Qx7YL.png




My question is how to i get rid of the stock clock, how do i get rid of the stock swipe to open in the way and how do i set my own wallpaper as the background?
 
Download ClockHide in Cydia to remove the stock clock from the lockscreen

As for the default slider, there are about 25 threads strewn about in this forum about how to fix that. Google welllock@2x.png and you should find out how to fix that.

Within the theme you're using there is probably a default wallpaper in there. You'd need to manually replace that one with the one you want, then respring.
 
Download ClockHide in Cydia to remove the stock clock from the lockscreen

As for the default slider, there are about 25 threads strewn about in this forum about how to fix that. Google welllock@2x.png and you should find out how to fix that.

Within the theme you're using there is probably a default wallpaper in there. You'd need to manually replace that one with the one you want, then respring.

this or there is a theme called slide to unlock killer it allows you to remove the text or the box or both
 
Download ClockHide in Cydia to remove the stock clock from the lockscreen

As for the default slider, there are about 25 threads strewn about in this forum about how to fix that. Google welllock@2x.png and you should find out how to fix that.

Within the theme you're using there is probably a default wallpaper in there. You'd need to manually replace that one with the one you want, then respring.

Ok i managed to download a theme that got rid of the stock slide to unlock and it worked :D Now i would like to put my own wallpaper on the blink lockscreen! How do i do that in openssh?

Thanks for you help :)
 
Look inside the theme for either wallpaper.png, lockbackground.png or background.png. Once you find it, simply replace it with one of your own wallpapers and name it accordingly, then respring.
 
Look inside the theme for either wallpaper.png, lockbackground.png or background.png. Once you find it, simply replace it with one of your own wallpapers and name it accordingly, then respring.

Ok where do i replace it with my wallpaper?

I went into var/stash/themes/blink

Now it has

bundles

ullimages

Which one do i go into? Do i delete all the other png's and replace with my png?
 
In the main folder i have

bundles (folder)
helveticaneue-ultralight-webfont.svg
LockBackground.html
ullimages (folder)

mmm ive seen themes like this i belive the black background in part of the html coding, ive never found a way to change the background in those types of themes

what is in UIImages that looks like lockscreen or background
 
mmm ive seen themes like this i belive the black background in part of the html coding, ive never found a way to change the background in those types of themes

what is in UIImages that looks like lockscreen or background

I deleted all the png's in there and replaced it with mine but no change after respringing!
 
reinstall the theme and see what files it adds back that you deleted, it possible that theme is a html background thats just coded to the colour black and its not using a png at all

Ok reinstalled. In the ullimages folder there is

Black_Lock.png
Black_Lock@2x.png
Translucent_Base.png
Translucent_Base@2x.png

If you go into the bundle folder>>com.apple.springboard there is
FSO_LockIcon.png
FSO_LockIcon@2x.png
net.r-ch.frostbite.plist
SBLockScreenControlsLCD.png
SBLockScreenControlsLCD@2x.png
SBLockScreenControlsLCDSmall.png
SBLockScreenControlsLCDSmall@2x.png
 
Ok reinstalled. In the ullimages folder there is

Black_Lock.png
Black_Lock@2x.png
Translucent_Base.png
Translucent_Base@2x.png

If you go into the bundle folder>>com.apple.springboard there is
FSO_LockIcon.png
FSO_LockIcon@2x.png
net.r-ch.frostbite.plist
SBLockScreenControlsLCD.png
SBLockScreenControlsLCD@2x.png
SBLockScreenControlsLCDSmall.png
SBLockScreenControlsLCDSmall@2x.png

ive never seen a theme use those file names, do any of them look like a black wallpaper?
 
Blink was written before Apple changed how wallpaper is handled. You need to add code to the HTML to make it work, not just add a picture to the theme folder.
 
To those who don't know why Blink's wallpaper is all wonky, it's because it was originally written before the advent of IOS4. The creator tied the wallpaper to whichever wallpaper you've set your iPhone/iTouch to use as a lockscreen wallpaper through Settings, but IOS4 changed the file names.

Simply look for the following code in LockBackground.html:
background:url('file:///private/var/mobile/Library/SpringBoard/LockBackground.jpg');

And change it to:´
background:url('Insert Name of File Here.extension-of-file');

Then place that file in the root file of the Blink theme (i.e. same folder as LockBackground.html). If you ever run into LockScreens with black backgrounds like this, it's usually because of this very problem (especially since the creator of "Blink" has created several popular Lockscreens) so simply repeat the process for all of those as well.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.