Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Anybody know why Ive got the litle blue box with a ? in the middle of the screen?.... doing it on both my phone 4 with 4.1 and my gf's 3gs with 4.1?

thanks
 

Attachments

  • photo 1.PNG
    photo 1.PNG
    869.7 KB · Views: 97
  • photo 2.PNG
    photo 2.PNG
    59.1 KB · Views: 91
Anybody know why Ive got the litle blue box with a ? in the middle of the screen?.... doing it on both my phone 4 with 4.1 and my gf's 3gs with 4.1?

thanks

Did you used SlantedLock before? If so, please read the first post and follow instruction to delete your outdated database.

If this is your new installation, then make sure you have the images folders...

The blue question mark is telling you it's missing or cannot find the requested image.
 
this is my first time.... sorry so ive gotta save the wallpaper pack and send it ssh?
 
Is there a way to add back the "slide to unlock" "slide to answer" "slide to power off" text...and change the font on that text?
 
has anyone seen a decrease in battery life with the use of this theme?

I've noticed this also. I JUST turned off the background, going back to my default black background. I assume the bright backgrounds of slanted are the cause.
I won't know until later if that's the cause or something else about the theme. Also try raising your weather refresh time, I have it at 240 so it doesn't refresh the data till then. But I changed that a week ago, so I know that's not the cause.
 
I just discovered BossPaper so I'm going to try to use it to keep my lockscreen background consistent with my SB background (wallpaper). Hopefully it'll work and won't do too much harm on the battery.
 
I've noticed this also. I JUST turned off the background, going back to my default black background. I assume the bright backgrounds of slanted are the cause.
I won't know until later if that's the cause or something else about the theme. Also try raising your weather refresh time, I have it at 240 so it doesn't refresh the data till then. But I changed that a week ago, so I know that's not the cause.

Hehe... I honestly don't believe SlantedLock uses any more battery than any other lockscreen theme out there. In fact, in its locked state, I am pretty confident in claiming that it uses LESS battery than any other similar locksceen out there. I inspected lots of other themes and I know my time calculation cuts down a lot of excess operations.

The only time it performs a few more operation [and this is being VERY nit picky down to the technicality here... So nit picky I'm referring to individual lines of operation code...] would be loading the configurations from the local database, but this only occurs when you lock your phone, which I don't think is something you do too frequently to have any impact... if this has any impact at all... Further more on the nit picky tech talk, we CAN go back to the old method of configureme.js... but IMO, the possibility of the configuration screen via Safari FAR out weighs the usefulness of that miniscule performance boost that only benefits when you lock your phone.(again, if that performance boost is significant enough for any impact)

As for the random wallpaper. That happens once every hour. And it's literally less than 10 lines of code to load a local image onto screen. 24 times in a day.

Other than what I have just described to be unique to SlantedLock, other lockscreen themes does the same thing one way or another. :)

Think: SlantedLock = TypoPhone + WeatherFurik + [optimized]
 
Hehe... I honestly don't believe SlantedLock uses any more battery than any other lockscreen theme out there. In fact, in its locked state, I am pretty confident in claiming that it uses LESS battery than any other similar locksceen out there. I inspected lots of other themes and I know my time calculation cuts down a lot of excess operations.

The only time it performs a few more operation [and this is being VERY nit picky down to the technicality here... So nit picky I'm referring to individual lines of operation code...] would be loading the configurations from the local database, but this only occurs when you lock your phone, which I don't think is something you do too frequently to have any impact... if this has any impact at all... Further more on the nit picky tech talk, we CAN go back to the old method of configureme.js... but IMO, the possibility of the configuration screen via Safari FAR out weighs the usefulness of that miniscule performance boost that only benefits when you lock your phone.(again, if that performance boost is significant enough for any impact)

As for the random wallpaper. That happens once every hour. And it's literally less than 10 lines of code to load a local image onto screen. 24 times in a day.

Other than what I have just described to be unique to SlantedLock, other lockscreen themes does the same thing one way or another. :)

Think: SlantedLock = TypoPhone + WeatherFurik + [optimized]

Very thorough description Claude heh. And interesting facts, I wasn't aware this was so optimized in comparison to the others. Though I was thinking about it only checking on lock, and I do use BiteSMS, and text quiet often. Could this be causing repeated checks responding at the lockscreen?
As for the wallpaper, I just assumed it was the bright wallpapers :O, am I just being a tad paranoid with that? As I do like the wallpapers heh. Oh, and I thank you for your work on this, I get constant comments on how awesome it looks >_>b.
 
Very thorough description Claude heh. And interesting facts, I wasn't aware this was so optimized in comparison to the others. Though I was thinking about it only checking on lock, and I do use BiteSMS, and text quiet often. Could this be causing repeated checks responding at the lockscreen?
As for the wallpaper, I just assumed it was the bright wallpapers :O, am I just being a tad paranoid with that? As I do like the wallpapers heh. Oh, and I thank you for your work on this, I get constant comments on how awesome it looks >_>b.

Sorry, I don't mean to sound conceeded and by no means is SlantedLock super duper awesomeness optimized, but I do believe it's at least on equal footing in power use and I try my best to optimize.(and I conclude this based on seeing and comparing what functions/codes are being used) In fact, there were complaints that the time would not load immediately when you hit the home button... I'm aware of that, but I think it's because of how time is being calculated... and I decided that the cut down on instructions far out weighs the half second delay, so I'm going to stick with this approach for now until i figure something out that's better. :)

I have had people think that some of the features SlantedLock has that they've never seen before(like the config screen) is a potential for power drain. xD It's not. Unless you open up safari to use it... then you'd be running Safari. :)

The brightness of the wallpaper has nothing to do with the battery use(at least I believe so). The thing that sucks battery, the back light, is still getting the same power at the brightness level you set.

As for using LockInfo and BiteSMS quick reply... You're still on the lockscreen, so SlantedLock is not doing anything special other than tick the time. It only does its thing when you lock your phone going from the home screen. And... when it's time to update your weather, then it will run through a series of internet connectivity to fetch new weather data... assuming u have internet, if not, it simply uses cached data and waits for the next update time.
 
Anyone have an higher resolution weather icons? The ones that come with the theme aren't retina friendly so much.
 
Sorry, I don't mean to sound conceeded and by no means is SlantedLock super duper awesomeness optimized, but I do believe it's at least on equal footing in power use and I try my best to optimize.(and I conclude this based on seeing and comparing what functions/codes are being used) In fact, there were complaints that the time would not load immediately when you hit the home button... I'm aware of that, but I think it's because of how time is being calculated... and I decided that the cut down on instructions far out weighs the half second delay, so I'm going to stick with this approach for now until i figure something out that's better. :)

I have had people think that some of the features SlantedLock has that they've never seen before(like the config screen) is a potential for power drain. xD It's not. Unless you open up safari to use it... then you'd be running Safari. :)

The brightness of the wallpaper has nothing to do with the battery use(at least I believe so). The thing that sucks battery, the back light, is still getting the same power at the brightness level you set.

As for using LockInfo and BiteSMS quick reply... You're still on the lockscreen, so SlantedLock is not doing anything special other than tick the time. It only does its thing when you lock your phone going from the home screen. And... when it's time to update your weather, then it will run through a series of internet connectivity to fetch new weather data... assuming u have internet, if not, it simply uses cached data and waits for the next update time.

lol Makes sense, I do find it far more customizable and smoother than a lot of the other lockscreen mods out there performance wise.
I never would have actually thought the customization screen was a power drain hah, if anything I love the simplicity over having to do it all manually in coding.
Very interesting, so no matter the coloring of the background, say between a black and a brighter colored one, the same amount of power is used either way?
And thanks for the heads up, I was just unsure when it did its data checks. I was thinking it might be doing checks each time a QR message came up or something along those lines. >_< Just paranoia lol.
Though I was wondering if we might see an additional option in a future release to toggle off the seconds and AM/PM in in the : symbol? Doubtful that hiding it would save on performance, just more of a personal taste heh.
 
yep its repeatable. becomes slow and sluggish after a minute or so

I've had to stop using this lockscreen because of this issue. I'm in and out of data areas too often and the phone becomes practically unusable. Real pity cos I loved it!
 
I've had to stop using this lockscreen because of this issue. I'm in and out of data areas too often and the phone becomes practically unusable. Real pity cos I loved it!

luckily for me im always next to a home wifi or i have network coverage
 
Claude,

Thanks for the great work you've done/are doing. Such a beautiful lock screen.

Just wondering if you could tell me where/how "day" is being defined. It seems that at night time (midnight, for example), the weather icon being displayed is the "day" icon, as it shows a sun with clouds over it ("foggy"), instead of a moon with clouds over it ("foggy_night). I've tried all icon sets, to no avail.

Thanks for the help!
 
I've had to stop using this lockscreen because of this issue. I'm in and out of data areas too often and the phone becomes practically unusable. Real pity cos I loved it!

It is unfortunate that this is the case... but I haven't figured out anything better to handle this issue. Originally, it was my code that's messing up in scheduling causing repeated update requests. That was resolved to proper scheduling in 1.5.4, so I'm not sure what else could be the problem. Until then... sorry.

Claude,

Thanks for the great work you've done/are doing. Such a beautiful lock screen.

Just wondering if you could tell me where/how "day" is being defined. It seems that at night time (midnight, for example), the weather icon being displayed is the "day" icon, as it shows a sun with clouds over it ("foggy"), instead of a moon with clouds over it ("foggy_night). I've tried all icon sets, to no avail.

Thanks for the help!

The icons are not determined by my script. It's determined by the weather code that it receives from the weather source. If you look in one of the weather js files... you will see the icon name and the weather code associated with it. As some previous users have noticed, the icon sets seem to be very lacking in variety and many icons are repeated/reuse. I've decided NOT to alter this list match up simply because there seems to be a standard to these weather icons. Thus, if I were to make a single set of very detailed icon sets... it would work, but... if someone were to download an icon set from somewhere else and try to use it, it would not have the required files and will appear broken. In short... SlantedLock appears broken because I had wished to keep it consistent with the icon sets already available around the web. I had left the match up in the script easily modifiable for users to tweak at their own use. :)
 
The icons are not determined by my script. It's determined by the weather code that it receives from the weather source. If you look in one of the weather js files... you will see the icon name and the weather code associated with it. As some previous users have noticed, the icon sets seem to be very lacking in variety and many icons are repeated/reuse. I've decided NOT to alter this list match up simply because there seems to be a standard to these weather icons. Thus, if I were to make a single set of very detailed icon sets... it would work, but... if someone were to download an icon set from somewhere else and try to use it, it would not have the required files and will appear broken. In short... SlantedLock appears broken because I had wished to keep it consistent with the icon sets already available around the web. I had left the match up in the script easily modifiable for users to tweak at their own use. :)

Thanks for the reply and the explanation. :D

However, I still am unsure about how I should fix this. Icons exist for the weather conditions, it just seems that it is pulling the day icon when it should be pulling the night. I'm just trying to figure out if I can fix this, and how. I'm not familiar with the weather script, and hoped you were, and that you could point out how/where the script is pulling the weather condition information from Yahoo or AccuWeather. Does the script make the differentiation between night and day? The icons are there to support it, so I assumed the script could determine the time of day, but maybe not?
 
Slantedlock is not caching

I downloaded my Slantedlock with Cydia and am using YahooWeather in canada.
The weather info is not caching. Everytime I lock and come back on, the weather reloads itself and fetches data. I checked my data usage, it goes up 0.1 MB every 2-3 times that I lock my iphone. I did this a couple of times to make sure and it is definitely not caching.

Am I missing something here?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.