The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone





 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple, iPhone & iPad Forums, Mods, Guides, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #166  
Old 08-19-2009, 01:54 AM
What's Jailbreak?
 
Join Date: Jun 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by travis_t80 View Post
Nobody knows how to change from 24 to 12-hour?
Does this help.. this is how to get it to 24hr format.. maybe you can work out how to get it to 12hr!

Download this Widget.html file and replace it with the original in iVillain.theme directory to get the clock to show the time in 24hrs format.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote

Tag Cloud
  #167  
Old 08-19-2009, 02:38 AM
Green Apple
 
Join Date: Apr 2008
Posts: 36
Thanks: 1
Thanked 11 Times in 7 Posts

Quote:
Originally Posted by Li-ion View Post
On page1- page9.png, there is a rounded square, which is kinda opaque and grey...

Could you link me to it?

Thanks!
I'll try and post the psd files for both page1 to ... and also for the icons.

Quote:
Originally Posted by travis_t80 View Post
Nobody knows how to change from 24 to 12-hour?
This was provided by cmart4 on this thread a few pages ago. i just removed these lines to get 24hour.

You must add:

if(hr==100){hr=112;am_pm='am';}
else if(hr<112){am_pm='am';}
else if(hr==112){am_pm='pm';}
else if(hr>112){am_pm='pm';hr=(hr-12);}

in Widget.html

So it must looks:

function dotime(){
theTime=setTimeout('dotime()',1000);
d = new Date();
hr= d.getHours()+100;
mn= d.getMinutes()+100;
se= d.getSeconds()+100;
if(hr==100){hr=112;am_pm='am';}
else if(hr<112){am_pm='am';}
else if(hr==112){am_pm='pm';}
else if(hr>112){am_pm='pm';hr=(hr-12);}
tot=''+hr+mn+se;

Last edited by rich1976; 08-19-2009 at 02:38 AM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #168  
Old 08-19-2009, 08:48 AM
iPhone? More like MyPhone
 
Join Date: Feb 2009
Device + Firmware: iPhone 3G 2.2.1
Posts: 185
Thanks: 0
Thanked 10 Times in 10 Posts

I managed to incorporate stacks v3 onto the Hero theme dock
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to ares07 For This Useful Post:
eleazar123 (08-19-2009)
  #169  
Old 08-19-2009, 09:28 AM
map1978's Avatar
Green Apple
 
Join Date: Jan 2009
Device + Firmware: Black iPhone 3G
Operating System: MAC OS X & XP via Parallels
Location: NYC
Posts: 98
Thanks: 13
Thanked 11 Times in 10 Posts

anyone know why everytime I check off "user wallpaper" in this HTC theme, the weather widget doesn't show up with it?

when i uncheck "user wallpaper" and go default, it works fine

Click the image to open in full size.

also, when i do use it as default, the font (changed everything back to default too) doesn't fit in the box properly

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #170  
Old 08-19-2009, 09:31 AM
travis_t80's Avatar
Green Apple
 
Join Date: Sep 2008
Device + Firmware: iPhone 3G, 3.0.1
Operating System: Windows 7, XP
Location: A-town
Posts: 71
Thanks: 5
Thanked 3 Times in 2 Posts

Quote:
Originally Posted by rich1976 View Post
This was provided by cmart4 on this thread a few pages ago. i just removed these lines to get 24hour.

You must add:

if(hr==100){hr=112;am_pm='am';}
else if(hr<112){am_pm='am';}
else if(hr==112){am_pm='pm';}
else if(hr>112){am_pm='pm';hr=(hr-12);}

in Widget.html

So it must looks:

function dotime(){
theTime=setTimeout('dotime()',1000);
d = new Date();
hr= d.getHours()+100;
mn= d.getMinutes()+100;
se= d.getSeconds()+100;
if(hr==100){hr=112;am_pm='am';}
else if(hr<112){am_pm='am';}
else if(hr==112){am_pm='pm';}
else if(hr>112){am_pm='pm';hr=(hr-12);}
tot=''+hr+mn+se;
Great, thanks!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #171  
Old 08-19-2009, 09:43 AM
iPhone? More like MyPhone
 
Join Date: Feb 2009
Device + Firmware: iPhone 3G 2.2.1
Posts: 185
Thanks: 0
Thanked 10 Times in 10 Posts

I managed to put clock.app and weather.app starting by clicking on 2 of the blank icons...sweet

Now, anyone can figure out how to change spotligh background?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #172  
Old 08-19-2009, 12:55 PM
What's Jailbreak?
 
Join Date: Aug 2009
Posts: 2
Thanks: 2
Thanked 2 Times in 1 Post

the dock buttons work much better if you use 5 icon dock and just add 2 blank icons on both sides of the phone icon. all you have to do is crop the blank space on each side of the smaller buttons.
Attached Thumbnails
HTC Hero Theme-img_0306-1-.png  HTC Hero Theme-img_0307-1-.png  HTC Hero Theme-ipod.png  HTC Hero Theme-safari.png  
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 2 Users Say Thank You to antonucci For This Useful Post:
eleazar123 (08-19-2009), map1978 (08-21-2009)
  #173  
Old 08-19-2009, 01:00 PM
What's Jailbreak?
 
Join Date: Aug 2009
Posts: 2
Thanks: 2
Thanked 2 Times in 1 Post

and does anyone know where (and which file) to change the font size for the city and weather conditions?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #174  
Old 08-20-2009, 02:54 AM
Green Apple
 
Join Date: Apr 2008
Posts: 36
Thanks: 1
Thanked 11 Times in 7 Posts

Quote:
Originally Posted by antonucci View Post
and does anyone know where (and which file) to change the font size for the city and weather conditions?
Edit the widget.html file

<div id="WeatherContainer">
<div id="TextContainer">
<p style="display:block;position: absolute; top: 190px;left:19px;right:0px;width: 220px;text-shadow: 0px 2px 2px black;font-size:1.4em;" id="city"></p>
<p style="display:block;position: absolute; top: 213px;left:217px;width: 310px;text-shadow: 0px 2px 2px black;" id="temp"></p>
<p style="display:block;position: absolute; top: 213px;left:20px;width: 50px;text-align: left;text-shadow: 0px 2px 2px black;font-size:0.8em;" id="desc"></p>
<p style="display:block;position: absolute; top: 217px;left:268px;width: 310px;color: white;text-shadow: 0px 2px 2px black;font-size:12px;" id="hi" >H:</p>
<p style="display:block;position: absolute; top: 230px;left:268px;width: 310px;color: white;text-shadow: 0px 2px 2px black;font-size:12px;" id="low" >L:</p>
</div>
</div>
<div id="Forecast" >
<p style="display:block;position: absolute; top: 206px;left:285px;width: 310px;color: white;text-shadow: 0px 2px 2px black;font-size:12px;" id="hi0" ></p>
<p style="display:block;position: absolute; top: 219px;left:285px;width: 310px;color: white;text-shadow: 0px 2px 2px black;font-size:12px;" id="low0" ></p>
</div>


id shows what part your editing and just change the font-size
In this code you can also change the position of each element.
Just make minor changes, re spring the springboard until you get the desired positions and size.

id's

"City" - City
"desc" - Weather conditions
& "temp" - For the Temperature

Hope this all makes sense
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to rich1976 For This Useful Post:
antonucci (08-20-2009)
  #175  
Old 08-20-2009, 08:29 AM
What's Jailbreak?
 
Join Date: Aug 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Can anyone make a 5 icon dock for me with that theme??? in that order

Byline(just an rss icon), Mail, Phone, BiteSMS(just a bubble or something like that), Safari

would be very very nice i can't do that on my own...
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #176  
Old 08-20-2009, 02:14 PM
What's Jailbreak?
 
Join Date: Feb 2008
Device + Firmware: iPod Touch 2.2.1 & iPhone 3.0 TMobileUSA
Operating System: OSX 10.5.6
Posts: 18
Thanks: 3
Thanked 1 Time in 1 Post

if someone could help me with the following it would be greatly appreciated!

1) lockscreen that works. mine is missing the arch slider unlock thinggy.
2) the weather widget. it says Mostly Sunny but has Mostly Cloudy image and i cannot click on it to open a weather app or link in Safari.
3) I would like to be able to change backgrounds for the lockscreen and home screen and still have working widgets.

@enternalza you seem to be the expert. i can't wait til you release yours but in the meantime a few fixes would be awesome!

edit: nevermind, i got it all taken care of. i found the imgsrc code and changed it. i also put the date/weather widget on my lockscreen. and i've also changed the icons for the weather! anyone with working photo or music widget?

Last edited by SourAppleFan; 08-20-2009 at 06:55 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #177  
Old 08-20-2009, 07:04 PM
Li-ion's Avatar
Theme Creator
 
Join Date: Aug 2009
Device + Firmware: 2.2.1 iPod touch 2G, 3.1.2 iPod touch 1G
Operating System: Mac OS X Leopard 10.5.8
Posts: 512
Thanks: 49
Thanked 68 Times in 51 Posts

I finally updated to 3.0, and got stacks.

it looks amazing. I did what ares07 did.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #178  
Old 08-20-2009, 07:19 PM
What's Jailbreak?
 
Join Date: Feb 2008
Device + Firmware: iPod Touch 2.2.1 & iPhone 3.0 TMobileUSA
Operating System: OSX 10.5.6
Posts: 18
Thanks: 3
Thanked 1 Time in 1 Post

Quote:
Originally Posted by marcus34 View Post
did you do that new messages thing with status notifier?
nope, just the tap to unlock picture.

does it always say "New Message" when you go to unlock you screen? or did u customize that too? I was looking for a lockscreen notifier to do exactly what u have!

Last edited by SourAppleFan; 08-20-2009 at 07:22 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #179  
Old 08-21-2009, 02:58 AM
Green Apple
 
Join Date: Apr 2008
Posts: 36
Thanks: 1
Thanked 11 Times in 7 Posts

Quote:
Originally Posted by SourAppleFan View Post
if someone could help me with the following it would be greatly appreciated!

1) lockscreen that works. mine is missing the arch slider unlock thinggy.
2) the weather widget. it says Mostly Sunny but has Mostly Cloudy image and i cannot click on it to open a weather app or link in Safari.
3) I would like to be able to change backgrounds for the lockscreen and home screen and still have working widgets.

@enternalza you seem to be the expert. i can't wait til you release yours but in the meantime a few fixes would be awesome!

edit: nevermind, i got it all taken care of. i found the imgsrc code and changed it. i also put the date/weather widget on my lockscreen. and i've also changed the icons for the weather! anyone with working photo or music widget?
Here you go the PSD file i promised
Attached Files
File Type: rar hero_lockscreen_TEMPLATE.rar (327.9 KB, 144 views)
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to rich1976 For This Useful Post:
SourAppleFan (08-21-2009)
  #180  
Old 08-21-2009, 01:38 PM
Green Apple
 
Join Date: Oct 2008
Posts: 56
Thanks: 1
Thanked 14 Times in 5 Posts

I've decided to make my release private. PM me for my theme and I'll get it to you when I can.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following 7 Users Say Thank You to eternalza For This Useful Post:
Cryto (08-22-2009), hmarcia14 (08-21-2009), Jacki Lee (10-13-2009), johnmhensley (08-25-2009), lappyosx (08-22-2009), Li-ion (08-22-2009), ww2china (08-22-2009)
Reply

  Apple, iPhone & iPad Forums, Mods, Guides, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 12:56 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Owned and Operated by ModMy, LLC Copyright © 2007-10. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / iPad News / iPad Forums / Cydia Hosting /
RSS / Contact Us / / Top