View Full Version : Time and Date on Home Screen
Chiny
Oct 21, 2008, 07:41 PM
Well I'm looking for help to get the time and date from the lockscreen to the homescreen, but don't get it twisted I searched my a** off and got a widget download to my desktop, but I dont know how to mod the file to get it to work. I know how to ssh the file but thats about it. Any help would be appreciate, THANKS! BTW Im a Windows user not a MAC.
MultiFinder17
Oct 21, 2008, 11:34 PM
You could always just glance at the clock in the statusbar and at the calendar icon :)
kkat69
Oct 22, 2008, 12:14 AM
You could always just glance at the clock in the statusbar and at the calendar icon :)
Yup, works for me, anything more it would be called jailbroken.
Chiny
Oct 22, 2008, 04:19 PM
Wow, it took u kids a long time to come up with that. Glad to see public school worked out for u guys! Anyway if anybody has something real to contribute to my problem give me a shoot. THANKX!!
brendanryder
Oct 22, 2008, 04:24 PM
well is your iphone jailbreaked or not?
Chiny
Oct 22, 2008, 04:34 PM
Yes, the phone is jb running 2.0.1, i have seen the mod and I know it can be done.
hchavarria
Oct 22, 2008, 04:56 PM
Wow, it took u kids a long time to come up with that. Glad to see public school worked out for u guys! Anyway if anybody has something real to contribute to my problem give me a shoot. THANKX!!
For someone asking for help your a bit rude. Anyway, do a search for WAD and I think it might do what you want. It's a set of files that have the time, date, and weather but with a little of HTML knowledge you will figure out how to exclude those items your not interested in. See below for an image of my homescreen to see if this is what your looking for.
Flickr Image (http://www.flickr.com/photos/31678820@N06/2964580039/)
Chiny
Oct 22, 2008, 05:23 PM
Im not trying to be rude, just trying to get some help. I see ur homescreen and im liking what I see. I'll look-up what you said, but all that code stuff im really not good at. I just stated getting my feet wet with the ssh thing, so be patient with me. THANKX
hchavarria
Oct 22, 2008, 05:40 PM
If you need any help with it I can help although there are many forums talking about this. The latest version is WAD 2.2 and you can also modify your lock screen with it. The actual files have been really noted so everything inside the files have instructions of what to do to accomplish your look.
Chiny
Oct 22, 2008, 05:49 PM
Is this for MAC or Windows, because I only use Windows?
hchavarria
Oct 22, 2008, 05:53 PM
Well either one (I use both) because it's just HTML files and images. To add a content like the time or other items you can create an HTML file and call it widget (if using WinterBoard). WAD is just HTML files with folders of images, WAD stands for Weather, Analog, Digital (I think) because it combines the weather, an analog clock, and a digital clock. Although you can find other similar premade HTML files I think WAD is the most comprehensive and complete out there.
Chiny
Oct 22, 2008, 07:34 PM
I found it and downloaded it, reading up on it as I type. Just one thing, if I set it to the top, is there a way to get rid of the time on the statusbar? Holla Back!
hchavarria
Oct 22, 2008, 07:39 PM
I found it and downloaded it, reading up on it as I type. Just one thing, if I set it to the top, is there a way to get rid of the time on the statusbar? Holla Back!
Look at my post with my fluke image...Is that what u mean?
Chiny
Oct 22, 2008, 10:52 PM
Thats exactly what I mean, I 've been trying for the last two hours to change the 24hr to 12hr w/o success. And move the clock and weather to the top, also failed. Im reading the instuctions as wellas I can understand them but its not happening right now. So im shuttin it down for tonite try again tomorrow after work.
asskick3r
Oct 22, 2008, 11:12 PM
Try intelliscreen.
I have no personal experience with it (on the 2.X FW) .... but if you play with the settings ...
it can show you what you want right on the lockscreen.
Search it up on google or cydia/installer.
Downloader beware. When I tried to install this on my jailbroken 1.1.4 ipod touch it caused a brick and DFU restore.
But then again ... it was on the 1.1.4 FW ... and it was a beta.
So I say go for it if you can find it.
Chiny
Oct 23, 2008, 07:09 AM
I have Intellascreen on my phone and it works fine for me.
hchavarria
Oct 23, 2008, 12:08 PM
Thats exactly what I mean, I 've been trying for the last two hours to change the 24hr to 12hr w/o success. And move the clock and weather to the top, also failed. Im reading the instuctions as wellas I can understand them but its not happening right now. So im shuttin it down for tonite try again tomorrow after work.
If you want you can attach or send me your file and I can take a look at it for you.
Chiny
Oct 23, 2008, 10:53 PM
This is what I have so far, still working on the 24hr to 12hr, and the moving it to the top.
http://img72.imageshack.us/img72/1685/71510338st6.png
hchavarria
Oct 23, 2008, 11:05 PM
This is what I have so far, still working on the 24hr to 12hr, and the moving it to the top.
http://img72.imageshack.us/img72/1685/71510338st6.png
For the 12hr you just need to remove hte * \ from the 12hr section in the Digital-clock.js file.
/* <===== REMOVE
// Choose either "AM" or "PM" as appropriate
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
// Convert the hours component to 12-hour format if needed
currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
// Convert an hours component of "0" to "12"
currentHours = ( currentHours == 0 ) ? 12 : currentHours;
*/ <====== REMOVE
To move them to the top modify the Widget.html file to the following
<!-- SytleSheets Pick one from the list and imput its name after Widgets/StyleSheets/***** --> <!-- NEW!! -->
<link rel="stylesheet" href="Widgets/StyleSheets/top.css">
<!--
Chiny
Oct 24, 2008, 08:04 AM
Tried everything u posted and it didn't work. Im guessing there is something
wrong with the widget version I have. WADv2.2, Also trying to figure out how to use the Blank app
30 blanks from cydia.
hchavarria
Oct 24, 2008, 11:08 AM
Tried everything u posted and it didn't work. Im guessing there is something
wrong with the widget version I have. WADv2.2, Also trying to figure out how to use the Blank app
30 blanks from cydia.
I just use the blank apps that came with WAD, I just place them under /private/var/mobile/Library/Web Clips. After you made the changes to the files and uploaded them to the phone, did you respring? Also once you add the blank app to the folder mentioned, you need to respring to get effect.
Chiny
Oct 24, 2008, 04:07 PM
Dont remmeber doing the respring, but I've resprung the phone plenty of times I found the 30 blank app in cydia, I'm guessing u use it to arrange the icons a certain way on the spring board, right?
hchavarria
Oct 24, 2008, 04:45 PM
Dont remmeber doing the respring, but I've resprung the phone plenty of times I found the 30 blank app in cydia, I'm guessing u use it to arrange the icons a certain way on the spring board, right?
That is correct.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.