Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
The official release that you paid for isn't updated until the beta is stable. You won't see the "annoying" updates on Cydia if you remove the alpha or beta repo. Had you stayed with the official release, you would have exactly what you paid for, a stable working release. You don't have to "research" for updates if you remove the repos you added, the official release updates can easily be found on Cydia and Rock when available. The purpose of the beta releases is to help the dev (through feedback, not criticism) find bugs because he isn't able to test every possible configuration out there. People who add the beta repo should expect bugs to surface as the next revision is being developed and new features are being added. When all the bugs are worked out of the beta then the dev will release it as an official update.

ahh thanks guys
 
I decided to install the trial and test it out but... i noticed something weird. When i press on the sleep button to remove my phone from standby - there's a noticeably lag compared to when i press on the home button which is near instant.
 
I have 2 semi urgent questions.

1) My lockweather plugin wont work. No matter what app I change it to, it wont work. Any ideas?

2) Also, an OCD question. Is there a way to change the color dots of the calendar? Old my old phone there much brighter, now theyre just dull and boring. Any help?
 
I have 2 semi urgent questions.

1) My lockweather plugin wont work. No matter what app I change it to, it wont work. Any ideas?

2) Also, an OCD question. Is there a way to change the color dots of the calendar? Old my old phone there much brighter, now theyre just dull and boring. Any help?

First... #1 What is not working with LockWeather? You have LockWeather plugin and WeatherIcon installed right? You set weather icon to an app. Does it have the wrong city? Does it not show up?

Second, yes... It's a bit tricky though.
I'll try to write out some directions that I compiled from this page: http://www.macthemes.net/forum/viewtopic.php?pid=644616
You can see the posts where I kind of explain it there but here goes for this thread. :)

First, I used this site http://www.allprofitallfree.com/color-wheel2.html to find the RGB color values for the colors I wanted. I picked the colors and then got the numbers (the ones between 1 and 255) for Red, Bue and Green.

Write those down for each calender you want.

Next you have to change the calendars to these colors. I'm going to tell you the command line way because it's the most generic...

SSH into your phone as the user 'mobile'.
Run these commands:
Code:
cd Library/Calendar
sqlite3 Calendar.sqlitedb
The command line should switch from your current directory to sqlite> or something. Next you're going to make some SQL calls.
Code:
select rowid,title,color_r,color_g,color_b from Calendar;
Enter that exacly as it is... You'll see output in this format and this is what these numbers mean.
Code:
ROWID | TITLE | COLOR_R | COLOR_G | COLOR_B
So now you have to decide what colors you want for what calendar. So probably write down the ROWID for each calendar you want to change.

To actually change the calendars color execute
Code:
update Calendar set color_r=###,color_g=###,color_b=### where rowid=#;
### is going to be the number that you wrote down earlier for each R, G or B value for the color you want to use. The # is the row number for the calendar that you want to change.

Make sure you don't forget the ; when you run these commands. If you hit enter and just get another blank line with ...> then you just type ; and hit enter and it will be fine.

But yea... That's it! Haha. If you have calendar open on your phone close it and open it again. I resprang for good measure so it would be updated on my lockscreen.
 
Well I figured it out. Thats really weird. The weather wouldnt work until i set my default city in the default weather app, then switched it to The Weather Channel app. As for the color dots, Ill try those later. Thanks vivid.
 
I use LockInfo on my Homescreen.
How can I change the position of the whole thing a couple of pixels down?

Thanks very much :)
 
I've tried setting up Flat Dock from Cydia and it's not working, could Lockscreen be affecting this?
I'm new to jailbraking
thanks for any help
 
I use LockInfo on my Homescreen.
How can I change the position of the whole thing a couple of pixels down?

Thanks very much :)

Are you running the beta? Or just the actual release? I know that one of the betas has this feature already for the lockscreen but maybe with an email to the creator he could add it to the Homescreen prefs too.
 
I paid for lockinfo quite some time ago and still haven't found a theme to use. Is there a repo for lockinfo themes that I'm missing? I have matteui now. I tried a couple and they all aren't very good, or are buggy. the only one i really liked was 235 teehanlax but the dev had to ditch the project :(
 
I paid for lockinfo quite some time ago and still haven't found a theme to use. Is there a repo for lockinfo themes that I'm missing? I have matteui now. I tried a couple and they all aren't very good, or are buggy. the only one i really liked was 235 teehanlax but the dev had to ditch the project :(

Search for gloss. I think its called high gloss or something. I love it, personally.
 
I paid for lockinfo quite some time ago and still haven't found a theme to use. Is there a repo for lockinfo themes that I'm missing? I have matteui now. I tried a couple and they all aren't very good, or are buggy. the only one i really liked was 235 teehanlax but the dev had to ditch the project :(

Yes, try High Gloss...I like it...Here is a screen shot.

IMG_0010.PNG.jpg
 
messing with high gloss now. much better than the boring old matte ui theme.

it's taking forever to config but i'm veryyyy close to getting my moneys worth of this app!
 
Would anyone know how to disable lockinfo while on a call? When I have my phone on speaker and lock my phone, lockinfo shows over my callers pic.
 
My Lockweather never updates. I just looked at it (2:34pm) and it still had the 7:45am weather the last time I updated it. Anybody know how to make it automatically update?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.