+ Reply
Results 1 to 7 of 7
  1. #1
    iPhoneaholic opusandbill's Avatar
    Join Date
    Oct 2007
    Location
    The Republic of Texas
    Posts
    384
    Thanks
    24
    Thanked 291 Times in 59 Posts

    Default lost date for calendar app

    Somehow I lost both the day and date for the calendar app, the picture shows what I did have, now I do not have anything but the app is there and it works.


  2. #2
    plain jane vanilla (post count restored to FULL AWESOMENESS) cpjr's Avatar
    Join Date
    Jul 2007
    Location
    ATL
    Posts
    11,692
    Thanks
    181
    Thanked 1,456 Times in 1,263 Posts

    The day and date are controlled by "info.plist" file. So, something happened to that file. If you using winderboard its located inside the main theme folder, or should be.

  3. #3
    iPhoneaholic opusandbill's Avatar
    Join Date
    Oct 2007
    Location
    The Republic of Texas
    Posts
    384
    Thanks
    24
    Thanked 291 Times in 59 Posts

    Quote Originally Posted by cpjr View Post
    The day and date are controlled by "info.plist" file. So, something happened to that file. If you using winderboard its located inside the main theme folder, or should be.
    I did check the plist that is in my theme and it seems to be fine but I still do not have anything.

  4. #4
    iPhone? More like MyPhone Tazzaras's Avatar
    Join Date
    Jan 2009
    Location
    Salt Lake City, UT
    Posts
    110
    Thanks
    18
    Thanked 38 Times in 31 Posts

    your calendar app is controlled by the springboard.strings file, if you have a custom theme with a custom springboard.strings file, then you have to make sure that your calendar info is in there otherwise it won't show anything because that argument is missing. If you are on a mac and can open your original file and find it then just add those arguments in there otherwise let me know and I'll try to post what you need to add to it

  5. The Following User Says Thank You to Tazzaras For This Useful Post:

    opusandbill (01-27-2009)

  6. #5
    iPhoneaholic opusandbill's Avatar
    Join Date
    Oct 2007
    Location
    The Republic of Texas
    Posts
    384
    Thanks
    24
    Thanked 291 Times in 59 Posts

    thanks Tazzaras, if you are using 2.1 could you post the stock string file?

    this is what my string file looks like.

    Last edited by opusandbill; 01-27-2009 at 07:03 AM.

  7. #6
    iPhone? More like MyPhone Tazzaras's Avatar
    Join Date
    Jan 2009
    Location
    Salt Lake City, UT
    Posts
    110
    Thanks
    18
    Thanked 38 Times in 31 Posts

    im running 2.2 so i am not sure if the calendar strings are the same, but try to add this or if you already have it change it accordingly and see if it helps


    <key>CALENDAR_ICON_DAY_NAME_FORMAT</key>
    <string>EEEE</string>
    <key>CALENDAR_ICON_DAY_NUMBER_FORMAT</key>
    <string>d</string>

  8. The Following User Says Thank You to Tazzaras For This Useful Post:

    opusandbill (01-27-2009)

  9. #7
    iPhoneaholic opusandbill's Avatar
    Join Date
    Oct 2007
    Location
    The Republic of Texas
    Posts
    384
    Thanks
    24
    Thanked 291 Times in 59 Posts

    thanks that fixed the problem.



    Quote Originally Posted by Tazzaras View Post
    im running 2.2 so i am not sure if the calendar strings are the same, but try to add this or if you already have it change it accordingly and see if it helps


    <key>CALENDAR_ICON_DAY_NAME_FORMAT</key>
    <string>EEEE</string>
    <key>CALENDAR_ICON_DAY_NUMBER_FORMAT</key>
    <string>d</string>

Posting Permissions

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