The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

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




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion
Reply
LinkBack Thread Tools Display Modes
  #766  
Old 11-26-2008, 10:12 PM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

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

Exactly what did you do?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #767  
Old 11-26-2008, 10:39 PM
My iPhone is a Part of Me
 
Join Date: May 2008
Device + Firmware: Iphone 1st gen 16gig 3.0 redsnOw
Operating System: xp
Location: Scranton
Posts: 510
Thanks: 158
Thanked 184 Times in 144 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
[Official] show off your theme thread!!-img_0004.png  

Last edited by Ice9812; 11-26-2008 at 10:42 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #768  
Old 11-26-2008, 11:43 PM
MattMac's Avatar
My iPhone is a Part of Me
 
Join Date: Dec 2007
Device + Firmware: 16GB 3G iPhone - 2.2
Operating System: OS X 10.5.5 | Win XP Pro
Location: Melbourne, Australia
Posts: 740
Thanks: 83
Thanked 87 Times in 71 Posts
Send a message via MSN to MattMac

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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #769  
Old 11-27-2008, 12:29 AM
My iPhone is a Part of Me
 
Join Date: May 2008
Device + Firmware: Iphone 1st gen 16gig 3.0 redsnOw
Operating System: xp
Location: Scranton
Posts: 510
Thanks: 158
Thanked 184 Times in 144 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
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #770  
Old 11-27-2008, 01:43 AM
What's Jailbreak?
 
Join Date: Dec 2007
Posts: 17
Thanks: 2
Thanked 2 Times in 2 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
Click the image to open in full size.
2nd page
Click the image to open in full size.
3rd page
Click the image to open in full size.
Last page
Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #771  
Old 11-27-2008, 11:48 AM
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
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #772  
Old 11-27-2008, 03:04 PM
Green Apple
 
Join Date: Dec 2007
Posts: 37
Thanks: 1
Thanked 4 Times in 4 Posts

Click the image to open in full size.

Click the image to open in full size.

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to killahov For This Useful Post:
helitx (12-04-2008)
  #773  
Old 11-28-2008, 09:13 AM
24trepid's Avatar
My iPhone is a Part of Me
 
Join Date: Oct 2007
Device + Firmware: 16GB iPhone 3GS Jailbroken
Operating System: Windows 7, 64-bit
Location: Florida
Posts: 594
Thanks: 194
Thanked 117 Times in 72 Posts

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #774  
Old 11-28-2008, 11:25 AM
dsg's Avatar
dsg dsg is offline
iPhone? More like MyPhone
 
Join Date: Jul 2008
Device + Firmware: 2g iPhone, 3.0 Firmware
Operating System: Mac Os X 10.5.8, Windows 7
Posts: 235
Thanks: 103
Thanked 41 Times in 36 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 07:57 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #775  
Old 11-28-2008, 12:13 PM
Green Apple
 
Join Date: Nov 2008
Device + Firmware: iPhone 3g, AT&T, 2.2 jailbroke
Operating System: Windows Vista
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
Click the image to open in full size.
2nd page
Click the image to open in full size.
3rd page
Click the image to open in full size.
Last page
Click the image to open in full size.


Nice theme! I use intelliscreen so not for me but impressive nonetheless!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #776  
Old 11-28-2008, 03:37 PM
OJsakila's Avatar
What's Jailbreak?
 
Join Date: Jul 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts

Here's mine. Props to this site.

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #777  
Old 11-29-2008, 01:41 AM
iamnintendork's Avatar
iPhone? More like MyPhone
 
Join Date: Jul 2008
Device + Firmware: Iphone 3G 16G
Operating System: Black Macbook
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
Click the image to open in full size.
2nd page
Click the image to open in full size.
3rd page
Click the image to open in full size.
Last page
Click the image to open in full size.
AHHH!! I want that biteSMS icon.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #778  
Old 11-29-2008, 10:20 AM
What's Jailbreak?
 
Join Date: Nov 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by NathR32 View Post
Click the image to open in full size.
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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #779  
Old 11-29-2008, 11:47 PM
Reako's Avatar
Livin the iPhone Life
 
Join Date: Sep 2007
Posts: 1,653
Thanks: 31
Thanked 157 Times in 121 Posts

For now.

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #780  
Old 11-30-2008, 12:18 PM
Green Apple
 
Join Date: Feb 2008
Device + Firmware: 3G, FW - 3.0
Operating System: Vista 64bit
Location: Ohio, USA
Posts: 41
Thanks: 3
Thanked 3 Times in 3 Posts

Click the image to open in full size.

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, 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 01:04 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top