HI to everybody,
had a wonderful WE, fun alcohol & friends. (do not drink & drive, be polite even when drunk -LOL- XD)
Hope you all did the same or better
But i also looked at resolving last issues with lockinfo 2.0 & teehanlax theme combination.
//weathericon & weathericon plugin for lockinfo.
before weathericon plugin kept on sending JSON data (the one we use)
now it only sends depending on refresh rate you set in plugin prefs..
I cannot change this, and even if i added refresh onclick, this won’t solve anything as it keeps reading same data over and over until it changes.
So, i’m affraid: no solution here.
For some strange reason, now everything is back to normal all this works perfectly again on my iphone,
It’s a pitty i can’t determine why.
//Push Notifications, cancel notifications.
I managed to make a function to remove push notifications (all of them at once, no other way possible)
when clicking on them.
As i cannot test it, i will post here to make you try asap.
//font-size:
as everyone prefers his own way, i’ll make two css: big/small.
but this is not priority.
//Calendar specific colours.
I’ll look for it this week… it’s a good idea to look for a specific word.
Also i would like to thank all teh people that made a donation,
this will be very useful and already is:
apart from offering one beer to my sister on saturday night,
i bought a version of Mr. Ashman’s great piece of software (LockInfo 2.0)
which now allows me to go on with this work
and maybe a new one.
January 17th, 2010 at 21:21
I will let you know how I get on with the Notifications
Thanks also for the drink drive advise
January 17th, 2010 at 21:54
Good to hear you had a good weekend and are sober enough to continue working
for push you only need to make something to hide the line of the notification. As respringing the phone will clear them anyway. This way it is easy to make it possible to choose which push is removed.
Again just an idea as I didn’t test it. I should look into your code to find out exactly what is possible so I might not come up with very stupid ideas
January 17th, 2010 at 23:13
Guys, where are you all finding LockInfo 2.0? It’s not showing up for me at all in Cydia, and I have both of Ashman’s Repos installed (normal and beta)…
January 17th, 2010 at 23:16
chris:
add http://david.ashman.com/lockinfo/ as source..
ame235: the push solution with a ‘clear button’ is fine – but maybe you can look into the stuff you changed between 14.1 and 15.1 – this update did break the auto-removal of push notifications
January 17th, 2010 at 23:23
@Chris
I don’t use LI2.0 and I am not really looking forward to upgrading and won’t if I don’t have to. I only hear bad things about it
Also read that the new weather plugin won’t work with 1.14 so didn’t upgrade that either.
I hope the updates on this theme will keep working for me or I will stick to the old beta and might modify it myself if needed.
January 17th, 2010 at 23:48
@Michael:
didn’t change anything to push between those updates..
but i notice here that push is now included in lockinfo, it doesn’t need a plugin anymore..which might be the difference.
@StarSoft, Chris
i just installed v 2.0, and all the original plugins, looks good to me…
event if test was 20mins, because after that i began receiving Push notifications for facebook of another guy.
After searching, it results “push fix” package (which i even don’t need!!) is full of problems, and one in particular is: sends your ID to some recipient..surely reused..OMG! why this thing is still in repos??!
so I’m trying to restore the phone to 1st state (getting original certificates from apple),
will take me a while tonight. grr.rr. this is maximum annoyance.
January 17th, 2010 at 23:50
@Chris
Just add
http://iphone.ashman.com/lockinfo/
to your Cydia Repository list. It should come after you put that in. He’s actually just releases lockinfo 2.0.0-2 today.
January 18th, 2010 at 00:12
Got it! Thanks guys. I just had the david.ashman.com/apt and david.ashman.com/beta repositories. Wonder how I missed the LockInfo specific one… Everything is working perfectly on my end with 2.0!
January 18th, 2010 at 00:15
thx for the answer ame235..
because of that quote (blog 15.1), i thought you changed something:
//PUSH,
for some “why the hell technology is that way?” reason,
PUSH notificatios sometimes got arriving in a strange way..
so i made a workaround that i tested on Firefox to be working, but Firefox isn’t iPhone
so please report the way it works..
—
i can reproduce it: if i activate the 14.1 version on my phone push auto-removal works fine, with the 15.1 and the latest beta the notifcations don’t get removed. no change in lockinfo or the push plugin itself between these two steps
thanks for your work! the theme really rocks!
January 18th, 2010 at 08:57
One little request from this side…
Can you not remove linebreaks from your javascript files till final release pls? Makes modifying and testing code rather hard :-s
January 18th, 2010 at 09:15
@StarSoft:
that was a tryout to see if results were better in loading speed.
actually, i cannot confirm it goes faster (even if it should)
so i will now make releases in normal mode.
BTW, look for a javascript “beautifier”… does the same.
//Restored phone:
(got Fabcebook & LeMonde)
Finally seems my push notifications are working now.
don’t understand why so few articles about that “push fix” danger, and consequences..because those f+‹’i certificates are backed up in iTunes, and come back upon restore!!!
I had to restore, and reinstall one by one each cydia package because it also doesn’t disappear from the pkg backup app.. what a mess!
well in the end phone works, push looks good, hope i will find interesting app sending pushes now
January 18th, 2010 at 09:35
@ame235
Thanks. Luckily i could find my way through the minified javascript.
If you use appigo todo (think i read you do in an earlier article) you can also use push with the todo’s. Thats what i use to test, every 5 mins you can send/receive a push notification.
Found a tiny bug with the todo plugin. When there is no due date set with an item it will show up in your theme as 1-1-01 and time 12:01 (or something).
January 18th, 2010 at 09:45
@StarSoft:
i have that also on my screen, will check.
//found workaround:
now show a ” – ” when no time due set.
@Joost:
Actually, “word match” in calendar already exists,
it’s exactly that way we add the orange button for birthdays.
checks for the pattern in your language file da.js/en.js/fr.js…: “string_birthday”
and looks for it in the title of the event.
But adding or a specific name.. would be.. hum.. nope, too complicated, i mean.. if you whant you can change “string_birthday” to “joost” and then put the joost.png instead of birthday in css.
should do the trick.
January 18th, 2010 at 11:24
@Joost
When you succeed in altering the file(s), can you send me a copy of the files? alk at yostiunit dot nl
January 18th, 2010 at 11:53
@ALK
Just edit strings/en.js (or whatever language you use) and find the line:
var string_birthday = “birthday”;
Between the quotes you can enter any value you want the bullet before the item to be orange. To use multiple values use a | (pipe) between them, so for example i have it like this:
var string_birthday = “birthday|holiday|party”;
Unless you want something to decide which word is which color… then you will have to modify more, but not that much more as i see it.
January 18th, 2010 at 12:34
@StarSoft
thanks!, is it possible to make a line like this then?
var string_ANYTHING = “ANYTHING”;
Because there has to be some other file that says relates to this line? Presumably in the calender department?
January 18th, 2010 at 13:13
It is possible but that would require you to edit the lockinfo.js file to make the correct reference.
I’m assuming you want to make your own bullets in the calendar…
I can look at it later but I’m waiting for the next release before i start modifying anything, as the minified scripts are a bit hard to implement in a future release.
January 18th, 2010 at 13:28
Yup, StarSoft, right,
)
i’m just waiting for a push notification to appear to check if collapsing and deleting PUSHs is resolved,
after that, i feel there are going to be some more themes around here (not all from me apparently
January 18th, 2010 at 14:14
@StarSoft
Thanks in advance!
@ame235
It cannot be said enough: keep up the good work. I’m from Holland and would like to thank you on behalf of all the Dutchmen! ;P
January 18th, 2010 at 23:17
@ame235
is there a way to have the mail and notifications showing on lockinfo without actually having to get a new mail or a new notification to have them appear?
and i would actually like to have calendar be the first one to appear right after the time and the weather, but it seems like its set for mail to be the first one to appear and then calendar.
is there arrange them to your own liking?
thanks
January 19th, 2010 at 15:10
thanks for your work – donation send
January 19th, 2010 at 15:41
Thnx for donation Michael.
new version is here:
http://www.ame235.com/ame235/
comments closed here.