Thread: Intelliscreen alternates?
-
07-24-2009, 12:41 PM #41
I haven't had any. Everything works perfectly when it comes to using the Popup Blocker.
-
07-24-2009, 07:41 PM #42
I can't get LockScreen Info to work. I downloaded it from cydia, added the plug-ins, enabled it on winterboard, configured it in settings and I see nothing on my lockscreen. Please help!
Thanks!
-
07-25-2009, 05:34 AM #43iPhone? More like MyPhone
- Join Date
- Oct 2008
- Location
- Mumbai, India
- Posts
- 268
- Thanks
- 4
- Thanked 25 Times in 25 Posts
How to get a CalDAV (Google) Calendar to show on the Lockscreen?
It just shows me (0), even though I have a lot of events in it.
-
07-25-2009, 07:57 AM #44
-
07-26-2009, 11:56 PM #45Retired Moderator
- Join Date
- Sep 2007
- Location
- In my own little world
- Posts
- 10,357
- Thanks
- 349
- Thanked 1,174 Times in 728 Posts
I got this........
Screw #Winning, I'm #Juanning
iMac 27" i5 quad 2.8Ghz (1TB), MacBook Pro 17" 2.6, iPhone 4s
-
07-27-2009, 02:54 AM #46iPhone? More like MyPhone
- Join Date
- Oct 2008
- Location
- Mumbai, India
- Posts
- 268
- Thanks
- 4
- Thanked 25 Times in 25 Posts
How to get a CalDAV (Google) Calendar to show on the Lockscreen?
It just shows me (0), even though I have a lot of events in it.
-
07-29-2009, 10:14 PM #47
Ad1tya, i set this up on my iphone3g with CalDEV (google) calendars on it, and everything worked ok. i don't know what to tell you.
-
08-10-2009, 11:01 PM #48
One of the calendars I sync to is icalx.com which I initially started using with the Firefox extension ReminderFox. ReminderFox has a function where the descriptions for birthday calendar entries can contain the year in <>'s and it converts to the persons age when displayed. I hacked together the following nasty code to enable LockInfo to display this as well:
Edit the file Gruppled LockInfo.theme/Bundles/com.ashman.LockInfo/js/lockinfo.js
Find the line that looks like:
Replace that line with:Code:var titleText = "<span class='sub1'>"+events[i].summary+"</span>";
Now if a calendar entry says "Joe Bob's <1968> Birthday", it will display as "Joe Bob's 41st Birthday".Code:if (events[i].summary.match(/<[0-9]{4}>/g)) { var bdayYear = events[i].summary.replace(/.*<([0-9]{4})>.*/g, "$1"); var repYear = start.format("Y") - bdayYear; var sfx = ["th","st","nd","rd"]; repYear = repYear + (sfx[ (repYear%100-20)%10] || sfx[repYear%100] || sfx[0]); var titleText = "<span class='sub1'>"+events[i].summary.replace(/<[0-9]{4}>/g, repYear)+"</span>"; } else { var titleText = "<span class='sub1'>"+events[i].summary+"</span>"; }
Last edited by sysrage; 08-10-2009 at 11:36 PM.
-
The Following User Says Thank You to sysrage For This Useful Post:
radarlove63 (08-20-2009)
-
08-12-2009, 09:58 AM #49
is there a way to increase the time the lockscreen stays lit?
-
08-13-2009, 05:32 PM #50iPhone? More like MyPhone
- Join Date
- Feb 2009
- Location
- L.A.
- Posts
- 216
- Thanks
- 28
- Thanked 23 Times in 14 Posts
-
08-18-2009, 05:22 PM #51
I am having an issue with lockscreen info. I am running a 100% stock lockscreen info matteui theme. At least once a day, at the bottom of the lockscreen there is a message saying respring for changes to take effect. However I never make changes to lockscreen info.
-J
-
08-20-2009, 07:04 AM #52
Hummmm... I'm pretty sure there is a memory leak with lockscreen info. When enabled I can watch my memory slowly drop from 36ish mb to 9.
-J
-
08-20-2009, 08:29 PM #53
-
08-20-2009, 08:51 PM #54Green Apple
- Join Date
- Jun 2009
- Location
- The Big D - Dallas TX
- Posts
- 48
- Thanks
- 2
- Thanked 5 Times in 5 Posts
-
08-24-2009, 11:18 AM #55
-
08-24-2009, 10:20 PM #56Green Apple
- Join Date
- Jun 2009
- Location
- The Big D - Dallas TX
- Posts
- 48
- Thanks
- 2
- Thanked 5 Times in 5 Posts
oh i know. dont get me wrong. i love the ideas. these phones just dont have the ram to do everything that i would love to do. i love rocking my jailbroken iPhone. everyone wants to see it and then asks if its an iPhone. hahahahahaa
-
08-24-2009, 10:36 PM #57My iPhone is a Part of Me
- Join Date
- Dec 2008
- Location
- Between Here & There
- Posts
- 625
- Thanks
- 63
- Thanked 66 Times in 62 Posts
-
09-03-2009, 12:11 AM #58
how do you increase the amount of the days and events listed on the today screen? Cant seem to figure it out.
Thanks,
ill
-
09-03-2009, 09:10 AM #59
can someone tell me where i can get the gruppled lockinfo theme i can't find it in cydia?
-
09-03-2009, 05:21 PM #60
edit: sorted
Last edited by myztical; 09-03-2009 at 05:39 PM.



LinkBack URL
About LinkBacks
Reply With Quote

