Thread: Aqwoah
-
12-06-2009, 04:32 AM #1881My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Nancy, France
- Posts
- 985
- Thanks
- 430
- Thanked 488 Times in 265 Posts
Very nice lockscreen.
How to have the map of shown world?
Is it possible to integrate the todo plugin ?
I have a little problem with calendar :Last edited by Ramses2; 12-06-2009 at 04:41 AM.
-
12-06-2009, 07:24 AM #1882Green Apple
- Join Date
- Oct 2007
- Location
- Berlin, Germany
- Posts
- 47
- Thanks
- 2
- Thanked 18 Times in 16 Posts
Look for the following passage inside "fr.js" found in /Library/Themes/Aqwoah Lockinfo/Bundles/com.ashman.LockInfo/Strings and edit it as shown. Seems that the 3 letters for displaying the day of week seem to be to long.
CheersCode:var shortDays = [ "Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam" edit to -> var shortDays = [ "Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa"
OniDon´t forget to hit the "Thanks" button If my post helped you !!
-
12-06-2009, 10:27 AM #1883
The world map and the time zones are a feature of the next version of Aqwoah LockInfo. As to your calendar problem, it seems that you have either installed a different Helvetica font or you added padding to the text in the style.css. To fix this, you need to change the following section in style.css:
You may have to play with the line-height or font size depending on what font you use.Code:.displayDate { font-size:13px; font-weight:bold; line-height:13px; color:rgba(255, 255, 255, 1.0); text-shadow:#000000 0px 1px 2px; }
Come visit AlohaSoft
Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.
-
12-06-2009, 10:59 AM #1884My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Nancy, France
- Posts
- 985
- Thanks
- 430
- Thanked 488 Times in 265 Posts
Here is my style.css
I make your modification and seeCode:/* General Aqwoah =================================================== */ div { font-family:Helvetica; } div.alt { background-color:rgba(50, 50, 50, 0.25); } .sub1, #Month { font-size:12px; font-weight:bold; color:rgba(255, 255, 255, 1.0); text-shadow:#000000 0px 1px 2px; } .sub2 { font-size:11px; font-weight:bold; color:rgba(200, 200, 200, 1.0); text-shadow:#000000 0px 1px 2px; } .sub3 { font-size:11px; font-weight:bold; color:rgba(190, 212, 255, 1.0); text-shadow:#000000 0px 1px 2px; } .sub4 { font-size:12px; font-weight:bold; color:rgba(190, 212, 255, 1.0); text-shadow:#000000 0px 1px 2px; } .relativeTime { font-size:10px; font-weight:normal; white-space:nowrap; } .loadMore { font-size:11px; font-weight:bold; line-height:18px; text-align:center; color:rgba(200, 200, 200, 0.85); background-image:url(../images/bar3s.png); } .loadMore:after { content:"..."; } /* Clock =================================================== */ #Clock.big #time { font-size:28px; line-height:38px; } #Clock.big #date { font-size:13px; line-height:38px; } /* Monthly Calendar */ #Month { width:90%; } #Month td { font-size:11px; font-weight:bold; } #Month .today, #Month th { background-color:rgba(150, 150, 150, 0.75); -webkit-border-radius:4px; -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.25); text-shadow:rgba(0, 0, 0, 0.6) 0px -1px 1px !important; } .otherMonth { font-weight:normal; color:rgba(190, 212, 255, 1.0); } .timeClock { font-size:22px; font-weight:bold; color:rgba(0, 0, 0, 0.8); margin-top:5px; text-shadow:none; } .todayClock { background-image:url(../images/date.png); background-repeat:no-repeat; } .displayDate { font-size:13px; font-weight:bold; line-height:13px; color:rgba(255, 255, 255, 1.0); text-shadow:#000000 0px 1px 2px; } /* Weather =================================================== */ #weather_timestamp { font-size:12px; font-weight:bold; line-height:18px; } .rightborder { border-right: medium ridge #999999; } .leftborder { border-left: medium ridge #999999; } #weather_title { background-image:url(../images/weatherh.png); padding-left:20px; } #Weather .temp { font-weight:bold; } #Weather .city { text-transform:capitalize; padding-left:0px; } #Weather .weatherIcon { width:60px; height:60px; } #Weather .forecast td { font-weight:bold; } #Weather .forecast img { width:45px; height:45px; } #Weather .forecast span { font-size:11px !important; } .weather_temp { background-image:url(../images/weather_temp.png); background-position: top right; float:right; width:40px; height:15px; background-repeat:no-repeat; margin-right:12px; -webkit-opacity:0.5; } /* RSS =================================================== */ .rss-box { width:320px; } .rss-items { list-style-type: inherit; list-style-image: url(../images/rss.png); margin-left:23; margin-right:20; margin-top:5; margin-bottom:0; padding:0; } .rss-item { margin-bottom: 5px;; font-family:Helvetica; font-size:11px; font-weight:bold; color:rgba(190, 212, 255, 1.0); text-shadow:#000000 0px 1px 2px; } .rss-item a:link, .rss-item a:visited, .rss-item a:active { text-decoration:none; font-family:Helvetica; font-size:12px; font-weight:bold; color:rgba(255, 255, 255, 1.0); text-shadow:#000000 0px 1px 2px; } #NewsDiv { position: absolute; left: 0; top: 0; width: 100%; } .rssHeaderTitle { text-transform:capitalize; padding-left:0px; } .rss_desc { background-image:url(../images/rss_desc.png); background-position: top right; float:right; width:40px; height:15px; background-repeat:no-repeat; margin-right:12px; -webkit-opacity:0.5; } .arrow_next { background-image:url(../images/arrow_next.png); float:right; width:15px; height:15px; background-repeat:no-repeat; margin-right:12px; -webkit-opacity:0.5; } /* Calendar =================================================== */ #Calendar .sub1.header.cal span { background-image:url(../images/calendarh.png); padding-left:20px; } #Calendar .sub { background-image:url(../images/calendar.png); padding-left:32px; background-position:7px 3px; } #Calendar .time { font-size:12px; font-weight:bold; } #Calendar .sub.allDay { background-image:url(../images/paper.png); background-position:7px 3px; } #Calendar .sub.birthday { background-image:url(../images/birthday.png); background-position:7px 3px; } #cal_Holidays .sub1.header span { background-image:url(../images/star.png) !important; background-position:7px 3px; } #Calendar .sub.cal_Holidays { background-image:url(../images/star.png) !important; background-position:7px 3px; } #cal_Birthdays .sub1.header span { background-image:url(../images/birthday.png) !important; background-position:7px 3px; } #cal_Birthdays .sub { background-image:url(../images/birthday.png) !important; background-position:7px 3px; } /* Mail =================================================== */ #Mail .sub { background-image:url(../images/mail.png); background-position:7px 3px; } /* Voicemail =================================================== */ #Voicemail .sub { background-image:url(../images/voicemail.png); background-position:7px 3px; } /* Calls */ #Calls .sub { background-image:url(../images/calls.png); background-position:7px 3px; } /* SMS */ #SMS .sub1.header span { padding-left:20px; } #SMS .sub { background-image:url(../images/sms.png); background-position:7px 3px; } /* TODO =================================================== */ #TODO .sub.header span { background-image:url(../images/paper.png); padding-left:20px; } #TODO .sub .sub1 span { background-image:url(../images/paper.png); padding-left:20px; } #TODO .sub { background-image:url(../images/paper.png); padding-left:40px; }
And i have an other problem. I have a mail but, in the lockscreen, it is not ?
-
12-06-2009, 11:53 AM #1885
I have no idea what's going on with your font. It seems that it is lower that regular Helvetica. Here is my French version:

As for Mail, it is a strange issue that is common to all Gruppled themes. You have to press the Home button to get it initially. After that it works.
Come visit AlohaSoft
Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.
-
12-06-2009, 01:04 PM #1886My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Nancy, France
- Posts
- 985
- Thanks
- 430
- Thanked 488 Times in 265 Posts
-
12-07-2009, 02:06 AM #1887
Hi guys
little help please
how can i change the name of cities in weather part?
i want to add my city to the section?
thank you
-
12-07-2009, 06:58 AM #1888
Hi Armadillo
congratulations for your work
i have got some error with accentued caractère , for bypass thisthis i have change this Line of rss.html
http://feed2js.org//feed2js.php?src="+rssSources[parseInt(data[0])]+"&desc="+parseInt(data[1])+"&num="+rssItems[parseInt(data[0])];
i add
+"&tz=+1&utf=y"
at the end like this
http://feed2js.org//feed2js.php?src="+rssSources[parseInt(data[0])]+"&desc="+parseInt(data[1])+"&num="+rssItems[parseInt(data[0])]+"&tz=+1&utf=y";
and now is perfect
-
12-07-2009, 09:36 AM #1889
@kalou60: That's correct, it needed the the UTF flag. I fixed that for a Japanese user a few days ago so he could read Japanese feeds. This fix will be included in the next update.
@frost666: You should read the Read Me that is included in the AlohaSoft repo. It contains detailed instructions how to customize this. If you are using the pirated version, you are out of luck.
Come visit AlohaSoft
Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.
-
12-07-2009, 08:37 PM #1890
Has anyone tried using lockinfo with smartscreen?
It seems to work, but crashes sometimes.
-
12-07-2009, 11:28 PM #1891
Come visit AlohaSoft
Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.
-
12-08-2009, 08:09 AM #1892
Armadillo,
I sent you a PM.
Thanks
-
12-08-2009, 11:02 AM #1893
@Armadillo, (Sorry for my bad english)
Great job ! Do you now how to implante a facebook plugin for your next update ( i m waiting after it ;o) )
Thanks
-
12-08-2009, 12:23 PM #1894
I haven't looked at facebook. I'm not sure dave has a plugin for that.
Come visit AlohaSoft
Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.
-
12-08-2009, 08:32 PM #1895
For those that are looking to combine Lockinfo with cydgets or smartscreen widgets, the Lockinfo and cydgets seem to work. However Lockinfo and smartscreen causes a crash. Specifically when switching to smartscreen.
-
12-09-2009, 12:02 AM #1896
RSS Edit?
How to get RSS to start like pictured? Where do I edit this? Thanks in advance.
-
12-10-2009, 12:51 PM #1897
My mod
-
12-12-2009, 07:42 AM #1898
very nice
-
12-12-2009, 11:08 PM #1899
All themes updated with the following 96 icons plus 3 SBSettings toggles (3GUnrestrictor, Push Notifications, Push Mail). Aqwoah LockInfo III will be released tomorrow.
-
-
-
-
Come visit AlohaSoft
Feel free to email me icon requests. Make sure to include a link to the application plus the app name EXACTLY as displayed on the iPhone. No PMs please.
-
12-12-2009, 11:25 PM #1900
Awesome. Been waiting for your new Lockinfo release



LinkBack URL
About LinkBacks
Reply With Quote
