Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I see that you have a different background than mine. Can I change it without have to SSH?
 
I would just download "iPhone Explorer" and drag and drop files. You can use iFile as well.

You need to replace /var/stash/Themes.XXXXX/HTC Animated Lockbackground.theme/Lockbackground.png with your custom image.
 
Can anyone point me to the location in the HTML script that will allow me to reduce the font size of my location name? 3 letters are being cut off.

Many thanks !!
 
I can't seem to fit my LockInfo stuff beneath this animated tweak. I have email, Notifications, SMS, missed calls and also Favorites but they get cut off at the top by the seemingly too large, and unnecessary space taken up by the animated tweak beneath the forecast icons. I hope I'm making somewhat sense here w/o a screenie ;)
 
WhatAmI - Have you gone into the Lockinfo settings and moved the position of where the lockinfo information starts on the screen? Example: Lockscreen > Layout > Position

I disabled the forecast as you will not fit much information on the screen with it enabled.

Can anyone point me to the location in the HTML script that will allow me to reduce the font size of my location name? 3 letters are being cut off.

I'm not an expect with this but I am guessing its LockBackground.html in the root of the theme. I see that there is code referencing fonts and position.

Thanks for the confirmation. Does the version you listed include Retina versions?

Sadly it does not :(
 

Attachments

  • photo (25).jpg
    photo (25).jpg
    102.9 KB · Views: 181
Last edited by a moderator:
WhatAmI - Have you gone into the Lockinfo settings and moved the position of where the lockinfo information starts on the screen? Example: Lockscreen > Layout > Position

I disabled the forecast as you will not fit much information on the screen with it enabled.

Thanks, yes I have played with that quite a bit but as I really 'need' the forcast there's not much room for anything down below. I'll play around with the code to see if I can adjust somehow. I'll post back when resolved.
 
How do u get to configureme.js ? Can I get there through ifile ? I just want to change the forecast location.0

For the forecast you edit the html file. Look for var local and then enter your city code between the quotations. And yes, you can use iFile.
 
Can anyone point me to the location in the HTML script that will allow me to reduce the font size of my location name? 3 letters are being cut off.

Many thanks !!


Looked into this just for you. You need to modify the following file:

/var/stash/Themes/HTC Animated Lockbackground.theme/Private/Stylesheets/myopiaAlt.css

There you will find all the font type and position info.

The line you need to change is in the following section:

#city{

..and edit the line:

font-size:

Save and respring. I have just tested this and it works.

If there are any Brits that don't like the MM/DD format and would like to change it to DD/MM then you accomplish this by editing LockBackground.html:

Search for: function calendarDate ( )

Find:

this_weekday_name_array[this_weekday] + ", " + this_month_name_array[this_month] + " " + this_date

Replace with:

this_weekday_name_array[this_weekday] + ", " + this_date + " " + this_month_name_array[this_month]
 
Last edited by a moderator:
I have a pretty stupid question.

How do you enable and disable the weather animations? I've tried to do this but it just doesn't seem to work.
 
I have a pretty stupid question.

How do you enable and disable the weather animations? I've tried to do this but it just doesn't seem to work.

Edit configureMe.js with iFile or SSH and change the following line to false

var showWeatherAni = true

Save and re-spring.
 
Looked into this just for you. You need to modify the following file:

/var/stash/Themes/HTC Animated Lockbackground.theme/Private/Stylesheets/myopiaAlt.css

There you will find all the font type and position info.

The line you need to change is in the following section:

#city{

..and edit the line:

font-size:

Save and respring. I have just tested this and it works.

Thanks for this... it works. However it still cuts off 3 of the last letters regardless of size in my city name. Seems as though it only displays 11 characters in my city name including a space. Can you add more characters????? Thanks in advance!!
 
Thanks for this... it works. However it still cuts off 3 of the last letters regardless of size in my city name. Seems as though it only displays 11 characters in my city name including a space. Can you add more characters????? Thanks in advance!!

Edit Lockbackground.html and increase 11 to 14 and it will do the trick:


("city").innerText=obj.city.substring(0,11);
 
Last edited:
Edit configureMe.js with iFile or SSH and change the following line to false

var showWeatherAni = true

Save and re-spring.


I don't have that file on mine. Mines called "HTC widget" when I go into winterboard. It's the exact same theme. I tried looking for it in the lockbackground.html file and it wasn't in there. I also tried searching the weatherwidget.html. No luck there either.
 
There appears to be a few different versions of the same theme floating around. Why not install this theme as per post #1 then you can make the necessary tweaks as per this thread.
 
Ive been looking at the LockBackground.html and for the life of me I cant find the part to change it to a 24hour clock... Ive cant find the section mentioned earlier about var TwentyFourHourClock = true

Can anyone help me?
 
Last edited:
Are you using iFile? If so open Lockbackground.html using iFile

Click on the search icon at bottom left of screen

TYPE Twenty

This will jump to the "var TwentyFourHourClock" line that you need to change.

Make the changes, save and respring.
 
Forcast

WhatAmI - Have you gone into the Lockinfo settings and moved the position of where the lockinfo information starts on the screen? Example: Lockscreen > Layout > Position

I disabled the forecast as you will not fit much information on the screen with it enabled.

Where is the string to disable forcast. Thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.