+ Reply
Page 2 of 6 FirstFirst 1234 ... LastLast
Results 21 to 40 of 108
  1. #21
    Green Apple
    Join Date
    May 2009
    Location
    Hanoi, Vietnam
    Posts
    56
    Thanks
    2
    Thanked 48 Times in 15 Posts

    Quote Originally Posted by Mirav View Post
    I have already installed Iblank and created 12 icons, but i still have the problem. There is something else i need to do to rearrange the icons?
    Cheers
    After creating 12 Blank icon. You move 12 app icon in Home page to next page, bring 12 blank icon to Home page and arrange pictures as illustrated below :


  2. #22
    What's Jailbreak?
    Join Date
    May 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    OK, done, now all is fine. But for me having 51 icons on the dock has been painful...
    Very nice theme anyway.
    Cheers

  3. #23
    Livin the iPhone Life mr.sparky's Avatar
    Join Date
    Jul 2008
    Location
    On the open sea
    Posts
    1,328
    Thanks
    597
    Thanked 221 Times in 155 Posts

    I kinnda like this one. Great work.

  4. #24
    iPhoneaholic
    Join Date
    Feb 2009
    Posts
    360
    Thanks
    9
    Thanked 41 Times in 31 Posts

    I'm just curious. Is the large weather icon and description supposed to change? Cause my local weather here has been changing all day, tho it still says "fair" with the same sun icon even tho it's been raining all morning here. The only thing that's seems tochange is the temp listed.
    Last edited by lunercrab; 05-26-2009 at 12:14 PM. Reason: Automerged Doublepost

  5. #25
    Green Apple
    Join Date
    May 2009
    Posts
    63
    Thanks
    79
    Thanked 5 Times in 5 Posts

    Sick theme!
    Questions, Is there supposed to be a 2nd page to put all of your apps and games?

  6. #26
    Green Apple
    Join Date
    May 2009
    Location
    Hanoi, Vietnam
    Posts
    56
    Thanks
    2
    Thanked 48 Times in 15 Posts

    Quote Originally Posted by lunercrab View Post
    I'm just curious. Is the large weather icon and description supposed to change? Cause my local weather here has been changing all day, tho it still says "fair" with the same sun icon even tho it's been raining all morning here. The only thing that's seems tochange is the temp listed.
    You've changed the area code of the weather where you live in the file : Weather-Config.js ?

    Quote Originally Posted by Pat Bateman View Post
    Sick theme!
    Questions, Is there supposed to be a 2nd page to put all of your apps and games?
    *My idea is: Home Page is just beautiful and to show information. The apps and games will be shown in the following page as the default theme.
    *In the later version will have separate pages

  7. #27
    Green Apple Iphonefanatic's Avatar
    Join Date
    Nov 2008
    Location
    New York City
    Posts
    53
    Thanks
    46
    Thanked 17 Times in 12 Posts

    Default not working for me

    I can NOT get this app to work, I followed the instructions above to the tee and do NOT see apple pro theme or apple pro calendar in winterboard, the files are in the "var\stash\Theme.XXX" folder but NOT in winterboard...I have firmware version 2.2

    nevermind my question, I got it to work, one question though, how do I know what my locale number is?? I'm in New york city and would like to see my weather and not hanoi.
    Last edited by Iphonefanatic; 05-26-2009 at 09:59 PM. Reason: Automerged Doublepost

  8. #28
    iPhoneaholic
    Join Date
    Feb 2009
    Posts
    360
    Thanks
    9
    Thanked 41 Times in 31 Posts

    Quote Originally Posted by ancola66 View Post
    You've changed the area code of the weather where you live in the file : Weather-Config.js ?
    it finally changed half way thru the day...icons just seem to not change as much as i've seen in other weather widgets...hey i got another quick question, what files do i need to remove to get rid of the lockscreen analog clock with the date on it...either that or how do i disable it from "hiding" my battery charging icon? thanks...great theme so far

    Quote Originally Posted by Iphonefanatic View Post
    I can NOT get this app to work, I followed the instructions above to the tee and do NOT see apple pro theme or apple pro calendar in winterboard, the files are in the "varstashTheme.XXX" folder but NOT in winterboard...I have firmware version 2.2

    nevermind my question, I got it to work, one question though, how do I know what my locale number is?? I'm in New york city and would like to see my weather and not hanoi.
    your locale number is your zip code...just put ur zip code in...worked for me
    Last edited by lunercrab; 05-26-2009 at 11:05 PM. Reason: Automerged Doublepost

  9. #29
    Green Apple
    Join Date
    May 2009
    Location
    Hanoi, Vietnam
    Posts
    56
    Thanks
    2
    Thanked 48 Times in 15 Posts

    Quote Originally Posted by lunercrab View Post
    it finally changed half way thru the day...icons just seem to not change as much as i've seen in other weather widgets...hey i got another quick question, what files do i need to remove to get rid of the lockscreen analog clock with the date on it...either that or how do i disable it from "hiding" my battery charging icon? thanks...great theme so far
    If you want to delete the date on the analog clock you open the file LockBackgroud.html and edit as follows :

    TD#date
    {
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-shadow: #ffffff 0px 1px 2px;
    color: transparent;
    }

    <style>



    TD#date
    {
    font-family: Helvetica, Helvetica;
    font-size: 6px;
    opacity: .9;
    text-shadow:0px 1px 3px black;
    color: transparent;
    height: 270px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 100px;
    width: 320px;

  10. #30
    iPhoneaholic
    Join Date
    Feb 2009
    Posts
    360
    Thanks
    9
    Thanked 41 Times in 31 Posts

    Quote Originally Posted by ancola66 View Post
    If you want to delete the date on the analog clock you open the file LockBackgroud.html and edit as follows :

    TD#date
    {
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-shadow: #ffffff 0px 1px 2px;
    color: transparent;
    }

    <style>



    TD#date
    {
    font-family: Helvetica, Helvetica;
    font-size: 6px;
    opacity: .9;
    text-shadow:0px 1px 3px black;
    color: transparent;
    height: 270px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 100px;
    width: 320px;
    no i want to get rid of the whole clock all together, i have a different lock screen i want to use with this theme...

  11. #31
    Green Apple
    Join Date
    May 2009
    Location
    Hanoi, Vietnam
    Posts
    56
    Thanks
    2
    Thanked 48 Times in 15 Posts

    Quote Originally Posted by lunercrab View Post
    no i want to get rid of the whole clock all together, i have a different lock screen i want to use with this theme...
    Oh! I understand you then . Here Analog Clock Lockscreen :
    Attached Files Attached Files

  12. #32
    iPhone? More like MyPhone
    Join Date
    Jan 2009
    Posts
    278
    Thanks
    8
    Thanked 3 Times in 3 Posts

    damn i really like thiss theme is it up on repo?
    to lazy to look and plus my wifi is tweaking out

  13. #33
    Green Apple
    Join Date
    May 2009
    Location
    Hanoi, Vietnam
    Posts
    56
    Thanks
    2
    Thanked 48 Times in 15 Posts

    Quote Originally Posted by Sk8r789456 View Post
    damn i really like thiss theme is it up on repo?
    to lazy to look and plus my wifi is tweaking out
    You can see all vista theme are the same, inav too but they are all different by creativity. You can feel the difference of each theme

  14. #34
    iPhoneaholic
    Join Date
    Feb 2009
    Posts
    360
    Thanks
    9
    Thanked 41 Times in 31 Posts

    hey i have another quick question...i want to use "accuweather" for the springboard weather app, but everytime i change the config file to "appleAccuweatherStolen" i just get the loading screen...is there something else i need to change as well?

  15. #35
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    22
    Thanks
    11
    Thanked 1 Time in 1 Post
    You have to also enter the city & state name on the line marked "var locale" in the weather config.

    I have a question of my own, Is anyone else's calendar not switching days without a respring?

  16. #36
    Green Apple
    Join Date
    May 2009
    Location
    Hanoi, Vietnam
    Posts
    56
    Thanks
    2
    Thanked 48 Times in 15 Posts

    Quote Originally Posted by screwface View Post
    You have to also enter the city & state name on the line marked "var locale" in the weather config.

    I have a question of my own, Is anyone else's calendar not switching days without a respring?
    Because the calendar widget is not perfect on the iphone, weather widget its too , This is also happening on other Theme

  17. The Following User Says Thank You to ancola66 For This Useful Post:

    screwface (05-30-2009)

  18. #37
    Green Apple
    Join Date
    Nov 2007
    Posts
    40
    Thanks
    0
    Thanked 9 Times in 8 Posts

    Not bad looking, I like it.

  19. #38
    Green Apple
    Join Date
    May 2009
    Posts
    42
    Thanks
    2
    Thanked 20 Times in 12 Posts

    Hi ancola, how excatly you edit the "VMXX0006" to other country or city? me from manila "MNLX0006" or "MLX0006" thanks i like your themes

  20. #39
    Green Apple
    Join Date
    May 2009
    Location
    Hanoi, Vietnam
    Posts
    56
    Thanks
    2
    Thanked 48 Times in 15 Posts

    Quote Originally Posted by Mcmms View Post
    Hi ancola, how excatly you edit the "VMXX0006" to other country or city? me from manila "MNLX0006" or "MLX0006" thanks i like your themes
    Here for you : regional weather Manila RPXX0017
    and all weather code for Philippine you can look here :

    Philippines - Asia Weather Forecast on Yahoo! Weather

    Apple Pro Theme v.2 Comingsoon with Springjumps . Do you like it?

    Last edited by ancola66; 05-30-2009 at 09:09 AM. Reason: Automerged Doublepost

  21. The Following User Says Thank You to ancola66 For This Useful Post:

    Mcmms (05-30-2009)

  22. #40
    Green Apple
    Join Date
    May 2009
    Posts
    42
    Thanks
    2
    Thanked 20 Times in 12 Posts

    Thanks Cant wait for your next themes V.2

+ Reply
Page 2 of 6 FirstFirst 1234 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts