+ Reply
Page 39 of 214 FirstFirst ... 293738394041 49 89 139 ... LastLast
Results 761 to 780 of 4280
  1. #761
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by dsg View Post
    I did the above and it's working, just some errors when you re-spring which I need help with I'm not good with coding I found this by just copying a tutorial on creating landscape apps using the iPhoneSDK
    and figured that the springboard was just a glorified app

    dsg
    thats pretty cool i wonder if we can put that into your current theme folder ....and make it load like that everytime?
    Last edited by Ice9812; 11-26-2008 at 07:23 PM.
    If I Helped You Hit The Thanks Button

  2. The Following User Says Thank You to Ice9812 For This Useful Post:

    dsg (11-26-2008)

  3. #762
    dsg
    dsg is online now
    My iPhone is a Part of Me dsg's Avatar
    Join Date
    Jul 2008
    Posts
    668
    Thanks
    265
    Thanked 95 Times in 79 Posts

    Quote Originally Posted by Ice9812 View Post
    im not an expert so i could be wrong but what if you put that info.plist edit in your current theme folder ....wouldnt that make it load like that everytime?
    I don't know it could i'll just have to try it, thanks for the suggestion

    [edit] sorry it's not the info.plist I edited it's the infoplist.strings, I wonder if modding the info.plist would work
    Last edited by dsg; 11-26-2008 at 07:24 PM.

  4. The Following User Says Thank You to dsg For This Useful Post:

    Ice9812 (11-26-2008)

  5. #763
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by dsg View Post
    I don't know it could i'll just have to try it, thanks for the suggestion

    [edit] sorry it's not the info.plist I edited it's the infoplist.strings, I wonder if modding the info.plist would work
    ya i know im sorry about that i noticed that too...i tried the info.plist and it didnt work....but i was thinkin does winterboard support that english.lproj to have in your current theme?
    If I Helped You Hit The Thanks Button

  6. #764
    dsg
    dsg is online now
    My iPhone is a Part of Me dsg's Avatar
    Join Date
    Jul 2008
    Posts
    668
    Thanks
    265
    Thanked 95 Times in 79 Posts

    Quote Originally Posted by Ice9812 View Post
    ya i know im sorry about that i noticed that too...i tried the info.plist and it didnt work....but i was thinkin does winterboard support that english.lproj to have in your current theme?
    not sure, I'd have to find out some how

  7. #765
    What's Jailbreak?
    Join Date
    Feb 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    I compiled this from different themes and images that I have found here and other parts of the net. Most of the icons are from TJ iDesign Studio - Realized Icons the ones that are not there are modified to fit the black and white realized look by me using the Realize template on the same site. I don't take credit for any of the images.

    [Official] show off your theme thread!!-iphone-screenshots-001.png

    [Official] show off your theme thread!!-iphone-screenshots-002.png

  8. #766
    My iPhone is a Part of Me MattMac's Avatar
    Join Date
    Dec 2007
    Location
    Nar Nar Goon, Victoria, Australia
    Posts
    741
    Thanks
    83
    Thanked 88 Times in 71 Posts

    Hmmm, landscape didn't work for me...
    Its still at the top.

    Exactly what did you do?
    16GB iPhone 3G
    2.2 Pwned
    Dedicated Cydia User

    2.2 GHz Intel MacBook

    Mac OS X 10.5.5
    Bootcamp w/ Windows XP

  9. #767
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by MattMac View Post
    Hmmm, landscape didn't work for me...
    Its still at the top.

    Exactly what did you do?
    i navigated to the springboard.app/English.lproj/

    copied the InfoPlist.strings
    to the hard drive and added:

    <key>UIInterfaceOrientation</key>
    <string>UIInterfaceOrientationLandscapeRight</string>

    then copied the new one back to the original folder

    so my InfoPlist.strings looks like this:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>CFBundleName</key>
    	<string>SpringBoard</string>
    	<key>NSHumanReadableCopyright</key>
    	<string>© __MyCompanyName__, 2005</string>
    	<key>UIInterfaceOrientation</key>
    	<string>UIInterfaceOrientationLandscapeRight</string>
    </dict>
    </plist>
    im looking into seeing if i can get the weather and calendar info that is used from Bears addon to display landscaped and edit the rest of the springboard but im having trouble with it
    Attached Thumbnails Attached Thumbnails [Official] show off your theme thread!!-img_0004.png  
    Last edited by Ice9812; 11-26-2008 at 09:42 PM.
    If I Helped You Hit The Thanks Button

  10. #768
    My iPhone is a Part of Me MattMac's Avatar
    Join Date
    Dec 2007
    Location
    Nar Nar Goon, Victoria, Australia
    Posts
    741
    Thanks
    83
    Thanked 88 Times in 71 Posts

    Hmm, are you on firmware 2.2?

    I can get it to work through the Info.plist within the SpringBoard.app itself, but not in the infoplist.strings file...


    I'm currently trying to workout how to make this mod work through WinterBoard.
    I think I could make a theme from it much like Pear-Phone's dead one.
    16GB iPhone 3G
    2.2 Pwned
    Dedicated Cydia User

    2.2 GHz Intel MacBook

    Mac OS X 10.5.5
    Bootcamp w/ Windows XP

  11. #769
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by MattMac View Post
    Hmm, are you on firmware 2.2?

    I can get it to work through the Info.plist within the SpringBoard.app itself, but not in the infoplist.strings file...


    I'm currently trying to workout how to make this mod work through WinterBoard.
    I think I could make a theme from it much like Pear-Phone's dead one.
    ya im on 2.2...i didnt try it through the info.plst i used the Infoplist.strings file....but it worked no problem and i did about 10 resprings and it loaded on the right everytime

    send me a pm and let me know if and when you get it working throught winterboard ..id like to know how to do it with winterboard
    If I Helped You Hit The Thanks Button

  12. #770
    What's Jailbreak?
    Join Date
    Dec 2007
    Posts
    27
    Thanks
    4
    Thanked 3 Times in 3 Posts

    Here's mine. Gradiance icons with my own wallpaper. And time and weather widget. Very simple with only the main apps I use the most.

    1st page

    2nd page

    3rd page

    Last page

  13. #771
    What's Jailbreak?
    Join Date
    Mar 2008
    Posts
    3
    Thanks
    0
    Thanked 1 Time in 1 Post
    Quote Originally Posted by Ice9812 View Post
    i navigated to the springboard.app/English.lproj/

    copied the InfoPlist.strings
    to the hard drive and added:

    <key>UIInterfaceOrientation</key>
    <string>UIInterfaceOrientationLandscapeRight</string>

    then copied the new one back to the original folder

    so my InfoPlist.strings looks like this:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>CFBundleName</key>
    	<string>SpringBoard</string>
    	<key>NSHumanReadableCopyright</key>
    	<string>© __MyCompanyName__, 2005</string>
    	<key>UIInterfaceOrientation</key>
    	<string>UIInterfaceOrientationLandscapeRight</string>
    </dict>
    </plist>
    im looking into seeing if i can get the weather and calendar info that is used from Bears addon to display landscaped and edit the rest of the springboard but im having trouble with it


    Just to try I did this with settings app (worked perfect), I am currently using a landscape theme, wouldnt it be possible to mod the plist so the actual application itself is in landscape as well, making it so you wouldnt have to turn your iphone to portrait in settings and other apps as well...
    Does anyone know the code to auto-rotate appstore apps much like what safari does? or even just make a strict landscape view app for that matter? Thanks!

    SMKOUT333

  14. #772
    Green Apple
    Join Date
    Dec 2007
    Posts
    39
    Thanks
    1
    Thanked 4 Times in 4 Posts






  15. The Following User Says Thank You to killahov For This Useful Post:

    helitx (12-04-2008)

  16. #773
    My iPhone is a Part of Me 24trepid's Avatar
    Join Date
    Oct 2007
    Location
    Florida
    Posts
    738
    Thanks
    235
    Thanked 138 Times in 86 Posts


  17. #774
    dsg
    dsg is online now
    My iPhone is a Part of Me dsg's Avatar
    Join Date
    Jul 2008
    Posts
    668
    Thanks
    265
    Thanked 95 Times in 79 Posts

    Quote Originally Posted by SMKOUT333 View Post
    wouldnt it be possible to mod the plist so the actual application itself is in landscape[/COLOR[/COLOR][/COLOR]] as well, making it so you wouldn't have to turn your iphone to portrait in settings and other apps as well...

    SMKOUT333
    I tried this on a few apps some of the apps I tried it on didn't work at all, On the others just the status bar went in to landscape view,

    from searching the web I found that the full code to change to land scape mode is embedded in to the compiled app (don't quote me on this!)

    dsg
    Last edited by dsg; 11-29-2008 at 06:57 PM.

  18. #775
    Green Apple
    Join Date
    Nov 2008
    Posts
    61
    Thanks
    9
    Thanked 2 Times in 2 Posts

    Quote Originally Posted by a17o17ymous View Post
    Here's mine. Gradiance icons with my own wallpaper. And time and weather widget. Very simple with only the main apps I use the most.

    1st page

    2nd page

    3rd page

    Last page


    Nice theme! I use intelliscreen so not for me but impressive nonetheless!

  19. #776
    What's Jailbreak? OJsakila's Avatar
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Here's mine. Props to this site.

    _______________________________
    _______Savannah, GA
    _______________________________

  20. #777
    iPhone? More like MyPhone iamnintendork's Avatar
    Join Date
    Jul 2008
    Posts
    110
    Thanks
    16
    Thanked 8 Times in 7 Posts

    Quote Originally Posted by a17o17ymous View Post
    Here's mine. Gradiance icons with my own wallpaper. And time and weather widget. Very simple with only the main apps I use the most.

    1st page

    2nd page

    3rd page

    Last page
    AHHH!! I want that biteSMS icon.

  21. #778
    What's Jailbreak?
    Join Date
    Nov 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Quote Originally Posted by NathR32 View Post
    Can someone please explain to me how to recreate this lock screen? I'm rather new to jailbreaking/modding my iPhone and I can't quite figure it out. I really like the look if this if anyone could help me.

  22. #779
    Livin the iPhone Life Reako's Avatar
    Join Date
    Sep 2007
    Posts
    1,683
    Thanks
    31
    Thanked 182 Times in 126 Posts

    For now.


  23. #780
    Green Apple
    Join Date
    Feb 2008
    Location
    Sydney, Australia
    Posts
    71
    Thanks
    7
    Thanked 5 Times in 5 Posts




Posting Permissions

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