Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: [Mods] OS7 - w/Live Tiles
is a discussion within theiPhone 4|4S New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;This is merely an extension of the original thread which can be found here . This thread is to make things easier for the community to find and post all
...-
02-15-2011, 11:01 PM #1iGan, Themer/Modder/Tweaker
- Join Date
- Jul 2010
- Location
- Western Australia
- Posts
- 1,815
- Thanks
- 3,821
- Thanked 3,015 Times in 898 Posts
[Mods] OS7 - w/Live Tiles
This is merely an extension of the original thread which can be found here.
This thread is to make things easier for the community to find and post all the mods/tweaks/addons they have found/created for this amazing theme.
If some things arent working then please do let me know. Also if there are suggestions as such, do let me know as well.
FAQ's
Q. My phone keeps going into safe mode.
A. We are aware that it has conflicts with some other mobilesubstrate plugins. iProtect and iBlacklist are a couple of the culprits. If you have installed iProtect or iBlacklist then either delete the app/s via Cydia or disable them via SBSettings (available via Cydia) by going to SBSettings-> More-> Mobilesubstrate Addons, and turning them off.
Q. My multitasking isn't working.
A. Multitasking is currently working and is available in Beta 3. An alternative also would be to download Multifl0w from Cydia and use the cards option for more of the Windows Phone 7 feel.
Q. I forgot to back up my default theme on Backboard, how do i get back to it?
A. Easiest way is to disable OS7 via SBSettings (available via Cydia) by going to SBSettings-> More-> Mobilesubstrate Addons, and turning OS7 off.
Q. Will there be more live tiles?
A. Wynd and the community is working on more live tiles. Note that live tiles do use up a lot of RAM so we don't recommend having more live tiles on older devices.
Q. How do we move the tiles around?
A. In beta 2 when holding an icon, you are able either move the icon up or down.
Q. My Camera doesn't work anymore, it always brings me to my Camera Roll.
A. This issue has been fixed in beta 2. You will need to make 2 new folders in "User/Library/OS7/Tiles" named "com.apple.mobileslideshow-Photos" and "com.apple.mobileslideshow-Camera". copy the contents of "com.apple.mobileshow" into "com.apple.mobileslideshow-Photos" and copy the "Info.plist" from another bundle that doesn't use any live tiles and place it inside "com.apple.mobileslideshow-Camera", then you will need to place an image named Tile.png (older devices - 115x115) or [email protected] (retina devices - 230x230) in the folder.
Q. Where's my spotlight gone?
A. Wynd is working on bringing spotlight back and it will be in future releases.
Q. When i pin my icons to the start page, i get a small square icon inside a big square.
A. This issue only resolves to the stock apps and Cydia apps. We are working on creating more icons for your favourite apps. Each app has to be made individually for the custom WP7 look.
Q. Is there going to be a lockscreen with this?
A. Alternative Lockscreens are available below.
Q. I'm having difficulties downloading this theme.
A. Make sure you are downloading the theme from your iPhone. Go to Safari and look for this thread and download that way. You MUST download them in order for this theme to work.
Q. Will there be any badges with this?
A. This is available in beta 3 with the option to move the badge where you like along with the font size. This will involve having to edit the Info.plist on the corresponding tile. You will need to add:
Also you will have to create a new tile named, TileWithBadge.png for non-retina, and [email protected] for retina. Recommended that you use the current Tile.png or [email protected] and just move the image to the left a bit.Code:<key>badgeX</key> <string>60</string> <key>badgeY</key> <string>32</string> <key>badgeFontSize</key> <string>43</string> <key>badgeHeight</key> <string>54</string>
Q. Will you incorporate folders with this?
A. At the moment we can use Categories (available via Cydia) to make folders since we can theme those icons and have a wallpaper, etc.
Q. Some of my icons have a ? in place of the icon.
A. This has been fixed in beta 4. Place the image in the corresponding folder and name it Minitile.png.
Q. Will there be colour mods with this?
A. We are working on that and it will be included in future releases. Looking for an easier way to apply the colour mods.
Q. How do we set the weather to our location?
A. You will have to go to "User/Library/OS7/Tiles/com.apple.weather/Library/wydget.js" and edit the ???????? in this line of code with the location you get from here. Its the second line. (The " " must be kept there. It must also be an 8 digit/letter code.)
Q. How do we change the temperature?Code:localStorage.setItem("zipCode", "????????");
A. Go to "User/Library/OS7/Tiles/com.apple.weather/Library/wydget.js" and the edit these lines of code.
For Celsius:
For Fahrenheit:Code:if(temp == "C"){ url="http://weather.yahooapis.com/forecastrss?u=c&p="; }else{ url="http://weather.yahooapis.com/forecastrss?u=c&p="; }
Q. How do we delete apps?Code:if(temp == "F"){ url="http://weather.yahooapis.com/forecastrss?u=f&p="; }else{ url="http://weather.yahooapis.com/forecastrss?u=f&p="; }
A. If its a Cydia app then you'll have to delete via Cydia, but for the standard apps you'll have to switch back to default to delete. A fix will be coming in future releases.
Q. How do we make large tiles?
A. This is available in beta 2. In the Info.plist of the app you want to make large, change it from
toCode:<?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>usesHTML</key> <string>YES</string> <key>widgetFile</key> <string>Tile.html</string> </dict> </plist>
note that theCode:<?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>usesHTML</key> <string>YES</string> <key>widgetFile</key> <string>Tile.html</string> <key>isLargeTile</key> <string>YES</string> </dict> </plist>
may have to be changed depending on if it is a live tile or not.Code:<key>usesHTML</key> <string>YES</string>
Q. How do we change the Facebook pics?
A. You will need the new Facbook Tile HERE.
1. Open as many photos as possible to build up the Facebook image cache (the thumbnails will do) on your facebook
2. Rescan your Facebook Image Cache by getting "fscan" file from HERE and transfer it to private/var/root/*here*
3. Open MobileTerminal (download from Cydia) do the following
> type "login"
> type "root"
> type ur password, the default password is "alpine"
> type "sh fscan"
it will take a while depends on how big is your image cache
4. Respring and enjoy.
Q. What do we name the folders to put our Icon's/Live Tiles?
A. If you hold down an icon you will see the bundle name.
Background's
How To: Rename the Background you want to use to "Background.png" and copy to "User/Library/OS7/Images".
Name: Crazy Background's.
Author/s: malloz16.
Description: Set of four crazy background's.
Download: Here
Image/s:

Name: Green Background.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: A New Style Green Background.
Download: Here
Image/s:

Name: Bubble Background.
Author/s: metaserph.
Description: A Pack of 8 Bubble Style Background's.
Download: Here
Image/s:

Name: Metal Background.
Author/s: DaEliminator.
Description: A Metal Style Background.
Download: Here
Image/s:

Name: White Background.
Author/s: DA_GHOST.
Description: A White Background.
Download: Here
Image/s:

Name: Dark Red Background.
Author/s: 1972petros.
Description: A Dark Red Style Background.
Download: Here
Image/s:

Name: WP7 Stock Background.
Author/s: GaN-MaN.
Description: A Pack of 10 Stock Windows Phone 7 Background's.
Download: Here
Image/s:

Name: Shiny Background.
Author/s: mason670.
Description: A Pack of 8 Shiny Background's.
Download: Here
Image/s:

Name: Black Background.
Author/s: akmal17.
Description: A Black Style Background.
Download: Here
Image/s:

Name: Neon Transparent Background.
Author/s: DaElminator, edited by GaN-MaN.
Description: A Neon Transparent Style Background.
Download: Here
Image/s:

Name: Coloured Background.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: A Pack of 33 Coloured Background's.
Download: Here
Image/s:

Icon's
How To: Copy the folder of the Icon/s you want to "User/Library/OS7/Tiles".
Name: iFile Icon.
Author/s: LennyTheDub.
Description: Alternative iFile Icon.
Download: Here
Image/s:

Name: Cydia Icon.
Author/s: LennyTheDub.
Description: Alternative Cydia Icon.
Download: Here
Image/s:

Name: App Store Icon.
Author/s: dharris.
Description: Alternative App Store Icon.
Download: Here
Image/s:

Name: Camera Icon.
Author/s: dharris.
Description: Alternative Camera Icon.
Download: Here
Image/s:

Name: Maps Icon.
Author/s: dharris.
Description: Alternative Maps Icon.
Download: Here
Image/s:

Name: Settings Icon.
Author/s: dharris.
Description: Alternative Settings Icon.
Download: Here
Image/s:

Name: Osfoora Icon.
Author/s: dharris.
Description: Alternative Osfoora Icon.
Download: Here
Image/s:

Name: Safari Icon.
Author/s: axiomjunglist, edited by GaN-MaN.
Description: Alternative Safari Icon.
Download: Here
Image/s:

Name: iReal SMS Icon.
Author/s: bbourizk, edited by GaN-MaN.
Description: Alternative iReal SMS Icon.
Download: Here
Image/s:

Name: Small GIF Icon.
Author/s: dharris.
Description: Small animated GIF Icon.
Download: Here
Image/s:

Name: Deezer Icon.
Author/s: zef-k, edited by GaN-MaN.
Description: Alternative Deezer Icon.
Download: Here
Image/s:

Name: OS7's Icon Bonanza.
Author/s: rpgpromaster and GaN-MaN.
Description: A Massive Pack which includes 64 Icons.
Download: Here
Image/s:

Name: New Arrow.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: A New HD Arrow.[Place it in "User/Library/OS7/Images".]
Download: Here
Image/s:

Name: Google Voice Tile.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Alternative Google Voice Tile.
Download: Here
Image/s:

Name: Youlu AddressBook Tile.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Alternative Youlu AddressBook Tile.
Download: Here
Image/s:

Name: Realistic OS7 Icons.
Author/s: bbourizk, edited by GaN-MaN.
Description: A Pack of 23 Realistic Style Icons.
Download: Here
Image/s:

Name: Safari Icon.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Another Alternative Safari Tile.
Download: Here
Image/s:

Name: Mail Icon.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Alternative Mail Tile.
Download: Here
Image/s:

Name: Alarm Clock Icon.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Alarm Clock Tile.
Download: Here
Image/s:

Name: Notified Icon.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Alternative Notified Tile.
Download: Here
Image/s:

Name: Bill Minder Icon.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Alternative Bill Minder Tile.
Download: Here
Image/s:

Name: WhatsApp Icon.
Author/s: jsayz, edited by GaN-MaN.
Description: Alternative WhatsApp Tile.
Download: Here
Image/s:

Name: Backboard Icon.
Author/s: mason670, edited by GaN-MaN.
Description: Alternative Backboard Tile.
Download: Here
Image/s:

Name: iFile Icon.
Author/s: mason670, edited by GaN-MaN.
Description: Another Alternative iFile Tile.
Download: Here
Image/s:

Name: BeejiveIM Icon.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Alternative BeejiveIM Tile.
Download: Here
Image/s:

Name: 4 Pack of Icon's.
Author/s: actisys, edited by GaN-MaN.
Description: A Pack of 4 Icon's including HeyTell, Heywire, Pandora, and MyWi.
Download: Here
Image/s:

Name: 14 Pack of Icon's.
Author/s: dacheezypuffs, edited by GaN-MaN.
Description: A Pack of 14 Icon's.
Download: Here
Image/s:

Name: Safari Icon.
Author/s: homokimark, edited by GaN-MaN.
Description: Another Alternative Safari Icon.
Download: Here
Image/s:

Name: New Arrow v2.
Author/s: AngryPIG.
Description: Alternative HD Arrow.[Place it in "User/Library/OS7/Images".]
Download: Here
Image/s:

Name: Minitiles with Circles.
Author/s: AngryPIG.
Description: A Pack of Minitiles with Circles.
Download: Here
Image/s:

Name: Minitiles.
Author/s: AngryPIG.
Description: A Pack of Minitiles.
Download: Here
Image/s:

Live Tile's
How To: Copy the folder of the Live Tile/s you want to "User/Library/OS7/Tiles".
Name: Small Weather Tile.
Author/s: dharris, edited by GaN-MaN.
Description: Small Weather Tile with City and Temperature. [It says Adsheet because I'm using it to test]
Download: Here
Image/s:

Name: Large ModMyI RSS Feed.
Author/s: dharris, edited by GaN-MaN.
Description: Large Tile with a Live ModMyI RSS Feed.
Download: Here
Image/s:

Name: Large Engadget RSS Feed.
Author/s: dharris, edited by GaN-MaN.
Description: Large Tile with a Live Engadget RSS Feed.
Download: Here
Image/s:

Name: Camera Roll Photo Tile.
Author/s: Rimbol, edited by hughjaas, Navarr and GaN-MaN.
Description: Large Photo Tile which uses your Camera Roll for the Slideshow.[You may have to edit this line of code "var imagepath = "file:///private/var/mobile/Media/DCIM/101APPLE/";" to "var imagepath = "file:///private/var/mobile/Media/DCIM/100APPLE/";"]
Download: Here
Image/s:

Name: Live Clock Tile.
Author/s: timo395.
Description: Live Clock Tile with a Variety of Styles. [Choose a style from "moreskins.js" and edit it in "settings.js'.]
Download: Here
Image/s:

Name: Live Digital Clock Tile.
Author/s: rpgpromaster.
Description: A Live Digital Clock Tile.
Download: Here
Image/s:

Name: Twitter Tile.
Author/s: Bainch, edited by GaN-MaN.
Description: A Large Live Twitter Tile. [You will need to edit this line of code "}).render().setUser('bainchyDelgado').start() ;" with your own username.]
Download: Here
Image/s:

Name: Large Calendar Tile.
Author/s: GaN-MaN.
Description: A Large Calendar Tile.
Download: Here
Image/s:

Name: Facebook Tile.
Author/s: eggs588.
Description: Alternative Facebook Tile.
Download: Here
Image/s:

Name: Settings Tile.
Author/s: Bainch.
Description: A Moving Settings Tile.
Download: Here
Image/s:

Name: Weekly Weather Tile.
Author/s: 1972petros.
Description: A Large Weather Tile with Weekly Forecast.
Download: Here
Image/s:

Name: Large Clock Tile.
Author/s: actisys.
Description: A Large Clock Tile Using Circle's.
Download: Here
Image/s:

Name: Large Weather Tile.
Author/s: homokimark.
Description: A Large Weather Tile using different Icon's.
Download: Here
Image/s:

Name: Large Xbox Live Tile.
Author/s: GaN-MaN and Navarr.
Description: A Large Xbox Live Tile with Avatar and Gamertag.
Download: Here
Image/s:

Name: Scrolling Speed Dial.
Author/s: GaN-MaN.
Description: A Small Scrolling Speed Dial Tile. [You need to edit the Slide.png with the correct name and image, then use Icon Renamer to remove the Tiles Name. Use this with CallMe from Cydia. You will also have to edit the folder accordingly with the bundle via iFile because Windows dont allow us to put ":" in the name.]
Download: Here
Image/s:

Name: Calendar Tile.
Author/s: GaN-MaN.
Description: Alternative Calendar Tile.
Download: Here
Image/s:

Name: Notes Live Tile.
Author/s: falcon212.
Description: Notes Typing Live Tile. [Configure text in Tile.html]
Download: Here
Image/s:

Name: HTC Clock Tile.
Author/s: GaN-MaN.
Description: Alternative HTC Style Clock Tile.
Download: Here
Image/s:

Name: Large Clock Tile.
Author/s: rpgpromaster.
Description: Alternative Large Live Clock Tile.
Download: Here
Image/s:

Name: Large Clock Tile + Date.
Author/s: rpgpromaster.
Description: Alternative Large Live Clock Tile With Date Below.
Download: Here
Image/s:

Name: Large Clock Tile + Date (DD/MM).
Author/s: rpgpromaster.
Description: Alternative Large Live Clock Tile With Date Below in a day/month/year format.
Download: Here
Image/s:

Name: Large Photo Tile with Effects.
Author/s: storyr, edited by schtozo.
Description: You can find the details HERE.
Download: Here
Image/s:

Name: HTC Clock Tile.
Author/s: GaN-MaN, edited by AngryPIG.
Description: Alternative Transparent HTC Style Clock Tile.
Download: Here
Image/s:

Name: Live Twitter Tile.
Author/s: falcon212.
Description: Live Twitter Tile with Latest Tweet. [Twitter Account must not be on private. Edit Tile2.html and change USERNAME to your twitter username. Multiple username and auto scroll (thanks to ephogy for the script) HERE.]
Download: Here
Image/s:

Name: Large Facebook Tile + Notifications.
Author/s: falcon212 and ephogy.
Description: Large Live Facebook Tile with Notifications.
Download: Here
Image/s:

Name: Wiggle Messages Tile.
Author/s: falcon212.
Description: Messages Live Tile which wiggles.
Download: Here
Image/s:

Name: Monthly Calendar Tile.
Author/s: 1972petros.
Description: A Monthly Calendar Live Tile.
Download: Here
Image/s:

Name: Large iPod Tile.
Author/s: DeuceDillinger.
Description: Alternative Large iPod Tile.
Download: Here
Image/s:

Name: Small iPod Tile.
Author/s: germarican.
Description: Alternative Small iPod Tile.
Download: Here
Image/s:

Name: Large Facebook News Feed Live Tile.
Author/s: GaN-MaN.
Description: A Large Facebook Live Tile with News Feed.
Download: Here
Image/s:

Name: Large Calendar Live Tile.
Author/s: GaN-MaN.
Description: A Large Dashboard Style Calendar Live Tile.
Download: Here
Image/s:

Name: PSN Live Tile.
Author/s: GaN-MaN.
Description: A Large Scrolling PlayStation Network Live Tile.
Download: Here
Image/s:

Name: YouTube Live Tile.
Author/s: k.nitsua.
Description: An Animated YouTube Tile.
Download: Here
Image/s:

Name: iPod Live Tile.
Author/s: k.nitsua.
Description: A Large Animated iPod Tile.
Download: Here
Image/s:

Name: Hulu Live Tile.
Author/s: k.nitsua.
Description: An Animated Hulu Tile.
Download: Here
Image/s:

Lockscreen's
How To: Copy the entire folder to "Library/Themes" and activate via WinterBoard.
Name: Blink Lockscreen.
Author/s: rhyguy.
Description: Windows Phone 7 Lockscreen Alternative.
Download: Here
Image/s:

Name: OS7 Lockscreen.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Windows Phone 7 Style Lockscreen. [Uses User Wallpaper, respring required for changes to take effect.]
Download: Here
Image/s:

Name: OS7 Lockscreen v2.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Windows Phone 7 Style Lockscreen. [Uses User Wallpaper, respring required for changes to take effect.]
Download: Here
Image/s:

Name: Clarity.
Author/s: Krazy.
Description: Another Windows Phone 7 Style Lockscreen. [Uses User Wallpaper, respring required for changes to take effect.]
Download: Here
Image/s:

Name: OS7 Lockscreen v3.
Author/s: mahmood79.
Description: Another Windows Phone 7 Style Lockscreen. [Uses User Wallpaper, respring required for changes to take effect.]
Download: Here
Image/s:

Name: Clarity 2.
Author/s: 1972petros.
Description: Animated Windows Phone Lockscreen.
Download: Here
Image/s:

Name: OS7 Lockscreen v4.
Author/s: rpgpromaster, edited by GaN-MaN.
Description: Windows Phone 7 Style Lockscreen. [Uses User Wallpaper, respring required for changes to take effect.]
Download: Here
Image/s:

Name: OS7 Lockscreen with Lockinfo.
Author/s: GaN-MaN.
Description: Windows Phone 7 Style Lockscreen which Includes Vertical LockInfo notifications. [Lockinfo Required. Uses User Wallpaper, respring required for changes to take effect.]
Download: Here
Image/s:

Name: OS7 LS+Lockinfo v2.
Author/s: GaN-MaN.
Description: Windows Phone 7 Style Lockscreen which Includes Horizontal LockInfo notifications. [Lockinfo Required. Wallpaper: Background.png in root of LS folder.]
Download: Here
Image/s:

Name: i7 Lockscreen.
Author/s: 1972petros.
Description: Another alternative lockscreen.
Download: Here
Image/s:

Name: Simple Sections Lockscreen.
Author/s: DeuceDillinger.
Description: Alternative Lockscreen with simple sections.
[FONT="Century Gothic"][SIZE="2"][COLOR="Black"]Download: Here
Image/s:

SBSetting's
How To: Copy the entire folder to "User/Library/SBSettings/Themes" and activate via "SBSettings->More->SBSettings Theme".
Name: OS7 SBSettings.
Author/s: mahmood79.
Description: Windows Phone 7 Style SBSettings Theme.
Download: Here
Image/s:

Name: OS7 SBSettings HD.
Author/s: dadostile87.
Description: Windows Phone 7 Style SBSettings Theme in HD.
Download: Here
Image/s:

Theme's
How To: Copy the entire folder to "Library/Themes" and activate via WinterBoard.
Name: OS7 iAcces Keyboard.
Author/s: GaN-MaN.
Description: Windows Phone 7 Style Keyboard. [Requires iAcces 4]
Download: Here
Image/s:

Name: OS7 Theme.
Author/s: GaN-MaN.
Description: Black UI, Dialer, Loaders, SMS Theme, Windows Symbol Tap To Unlock.
Download: Here
Image/s:

Name: OS7 Calculators.
Author/s: GaN-MaN.
Description: Windows Phone 7 Style Calculator Skin in 10 colours. Blue, Brown, Green, Lime, Magenta, Orange, Pink, Purple, Red, and Teal.
Download: Here
Image/s:

Name: OS7 Status Bar.
Author/s: jseb, edited by GaN-MaN.
Description: Windows Phone 7 Style Status Bar.
Download: Here
Image/s:

Name: OS7 Sounds.
Author/s: jseb.
Description: Windows Phone 7 Sounds Pack which includes Lock, Unlock, SMS, Mail, and Click.
Download: Here
Image/s:

Name: OS7 MBEx.
Author/s: GaN-MaN.
Description: Windows Phone 7 Style Music Player. [MusicBarExtended Required, available via Cydia.]
Download: Here
Image/s:

Boot Logo's
How To: Copy the entire folder to "Library/BootLogos" and activate via Settings->BootLogo. [iPhone 4.2.1 Greenpois0n'd and BootLogo from Cydia Required (If doesn't show in Cydia then just download one of the bootlogos there and it'll install BootLogo with it]Required]
Name: OS7 BootLogo.
Author/s: GaN-MaN.
Description: Windows Phone 7 BootLogo.
Download: Here
Image/s:

Name: OS7 BootLogo 2.
Author/s: 1972petros.
Description: Another Windows Phone 7 BootLogo.
Download: Here
Image/s:

Ringtone's
How To: Copy to Ringtones.
Name: WP7 Ringtones.
Author/s: schtozo.
Description: Windows Phone 7 Stock Ringtones Pack.
Download: Here
OS7's
How To: Copy whatever you want into "User/Library/OS7".
Name: Blue OS7.
Author/s: freeipodtouch.
Description: A Blue OS7 Pack.[PSD Available HERE.]
Download: Here
Image/s:
Name: Purple OS7.
Author/s: freeipodtouch.
Description: A Purple OS7 Pack. [PSD Available HERE.]
Download: Here
Image/s:
Name: Pink OS7.
Author/s: freeipodtouch.
Description: A Pink OS7 Pack. [PSD Available HERE.]
Download: Here
Image/s:
Name: Brown OS7.
Author/s: freeipodtouch.
Description: A Brown OS7 Pack. [PSD Available HERE.]
Download: Here
Image/s:
Name: Gold OS7.
Author/s: freeipodtouch.
Description: A Gold OS7 Pack. [PSD Available HERE.]
Download: Here
Image/s:
Font's
How To: Bytafont Required. Place in "var/mobile/Library/MyFonts".
Name: Segoe WP Font.
Author/s: GaN-MaN.
Description: Windows Phone 7 Font. [Only whats not bold is when you will see the font. I have ported the bold over too but it looks just like the stock Helvetica bold font anyway.]
Download: Here
Image/s:

Credit's
Wyndwarrior: For EVERYTHING.
Raaj FX: For pushing me.
DA_GHOST: For the continuous support and being my beta.
Navarr: For the continuous support and being my beta.
mason670: For the continuous support and being my beta.
SickChris714: For the continuous support and being my beta.
rpgpromaster: For the continuous support.
cocotherat: For helping test the Xbox Live Tile.
Author's on this thread: For the contribution to this amazing theme.
Everyone Else: For the continuous support.Last edited by GaN-MaN; 04-15-2011 at 08:56 PM.
-
The Following 136 Users Say Thank You to GaN-MaN For This Useful Post:
.:JimmyL:. (02-23-2011), 1972petros (02-16-2011), 32dave (02-25-2011), 41RDr4G0Nz (05-10-2011), actisys (02-16-2011), AdamMcD94 (04-14-2011), alexd97 (03-06-2012), alexxx139 (02-16-2011), alon799 (11-09-2012), AngryPIG (02-24-2011), Anonymous (06-13-2012), anykine23 (02-15-2011), AoSHJ (02-23-2011), artOxzehz (02-19-2011), asablue65 (02-22-2011), ashion (12-22-2011), aslamvs (02-16-2011), avs fan (04-11-2011), BadJ3d1 (05-01-2011), Bainch (02-17-2011), barovia (04-17-2011), bk4life (02-16-2011), caneskessler (03-15-2011), CCoops11 (02-27-2011), chiaki77 (02-16-2011), ChrisOSX (03-23-2011), chronus719 (02-15-2011), Compta5 (02-17-2011), cougar11 (02-16-2011), Cpfoxhunt (02-26-2011), Cratter13 (08-19-2012), croix (02-16-2011), cryslotus (02-22-2011), D0MiN0 (02-15-2011), dadostile87 (02-16-2011), DaEliminator (02-16-2011), Danield76 (02-23-2011), DA_GHOST (04-16-2011), DeCoy (02-18-2011), Defiied (02-16-2011), DeuceDillinger (02-26-2011), donaglia (03-02-2011), Downloadeous Maximus (02-17-2011), EddieLeonard (02-23-2011), edel_hert (02-18-2011), eggs588 (02-16-2011), eightyfour (03-25-2011), el pastator (02-22-2011), elitejelly (03-21-2011), EndFinity (03-01-2011), EventHorizn (02-25-2011), fizz215 (03-15-2011), foolio15 (02-26-2011), Frep (02-16-2011), Funked (02-18-2011), germarican (02-16-2011), GhStRdR2k (02-17-2011), hughjaas (02-22-2011), iGood (02-24-2011), iliasr21 (04-11-2011), ipodtouch4g (04-11-2011), iryankgt (02-17-2011), It's Mi (02-19-2011), jasvncnt10 (02-17-2011), jayteez (02-15-2011), Jdot1224 (04-09-2011), JeffroTk (04-04-2011), Jevangel (10-14-2011), jokerg7 (02-17-2011), jonmassot (02-26-2011), Joserrrr (04-11-2011), k.nitsua (04-09-2011), Karini (03-16-2011), kevin.e.white (04-07-2013), konata_fan337 (03-18-2011), lao3hero (02-15-2011), LennyTheDub (02-16-2011), Major Herbie (03-02-2011), mason670 (02-15-2011), Max399 (02-17-2011), maxmotives (05-19-2011), mervman (04-27-2011), MindGem (03-20-2011), miroppb (04-18-2012), MontyLife (04-11-2011), Moose0704 (05-05-2011), Navarr (02-16-2011), Nicholas Ives (01-31-2012), NightRipper (06-02-2012), nomercy413 (03-17-2011), O.z) (03-20-2011), Philinkorny (02-16-2011), PhilLD (03-09-2011), pikadon (02-27-2011), poopmaster (03-10-2012), Pronup (02-16-2011), Raaj FX was banned (02-15-2011), Race1 (07-02-2012), Raindrop (02-21-2011), ranxoren (02-16-2011), Rawby (03-05-2011), rayndog3 (02-03-2012), ReBourne (02-23-2011), rine5 (03-01-2011), RippedThemer (03-04-2011), Rypac1502 (02-16-2011), SamuelDSamuelson (02-16-2011), schtozo (02-16-2011), shorty707 (03-26-2012), sickchris714 (02-16-2011), SirromNave (02-11-2012), SirTimothy1 (02-26-2011), skiptowncat (02-15-2011), smoothunit (02-15-2011), SphinxUMR (02-17-2011), Splitroaster (02-17-2011), starwalker (02-20-2011), superb921 (02-20-2011), swol_je (04-08-2011), thegunners (11-30-2011), The_13th_Plague (02-17-2011), thr3 (03-26-2012), tunizizou (02-16-2011), txiki77 (05-28-2012), UNLOCKZ (03-10-2012), UofMBob (02-15-2011), vivisco (03-20-2011), vonodson (03-02-2012), wdw5000 (04-11-2011), WhyNotCallMeRo (02-17-2011), wyndwarrior (02-20-2011), Xenontac (02-21-2011), xeon_xn (03-07-2011), Yasunick (02-16-2011), zausser (02-24-2011), zelt000 (02-16-2011)
-
02-15-2011, 11:02 PM #2
This is so awesome keep up the work dude.

I will update the zip files each time I make new icons so just download them when you see that I have a edit for icons.
Edit-
Hey guys I made some new icons (or adjusted them) for SD and HD. Enjoy
-Ministry of sound, ifile, Grooveshark, backgrounder (3 versions)
Edit-
Just some more icons
-OperaMini, flashlightLast edited by mason670; 02-22-2011 at 02:04 AM.
-
-
02-15-2011, 11:12 PM #3
Great work! I finally installed some things that I was too lazy to go back and search for. Thanks a ton!
-
-
02-15-2011, 11:16 PM #4perma-banned for life
- Join Date
- Mar 2009
- Location
- Photoshop CS5
- Posts
- 8,424
- Thanks
- 10,454
- Thanked 7,049 Times in 3,590 Posts
sick.
-
The Following User Says Thank You to Raaj FX was banned For This Useful Post:
GaN-MaN (02-15-2011)
-
02-15-2011, 11:18 PM #5iGan, Themer/Modder/Tweaker
- Join Date
- Jul 2010
- Location
- Western Australia
- Posts
- 1,815
- Thanks
- 3,821
- Thanked 3,015 Times in 898 Posts
-
The Following 5 Users Say Thank You to GaN-MaN For This Useful Post:
donaglia (02-22-2011), JeffroTk (04-04-2011), Major Herbie (03-02-2011), Raaj FX was banned (02-15-2011), RyMill (06-24-2011)
-
02-15-2011, 11:20 PM #6perma-banned for life
- Join Date
- Mar 2009
- Location
- Photoshop CS5
- Posts
- 8,424
- Thanks
- 10,454
- Thanked 7,049 Times in 3,590 Posts
thats all i need to say. i bookmarked this thread.
-
The Following 3 Users Say Thank You to Raaj FX was banned For This Useful Post:
GaN-MaN (02-15-2011), JeffroTk (04-04-2011), Major Herbie (03-02-2011)
-
02-15-2011, 11:22 PM #7lao3modder
- Join Date
- May 2010
- Location
- Hong Kong
- Posts
- 6,347
- Thanks
- 10,653
- Thanked 10,505 Times in 3,754 Posts
Thanks, Gan-man

-
The Following 2 Users Say Thank You to lao3hero For This Useful Post:
GaN-MaN (02-15-2011), Major Herbie (03-02-2011)
-
02-15-2011, 11:25 PM #8perma-banned for life
- Join Date
- Mar 2009
- Location
- Photoshop CS5
- Posts
- 8,424
- Thanks
- 10,454
- Thanked 7,049 Times in 3,590 Posts
Is there no way of getting the xbox tiles to be retina?
-
The Following 2 Users Say Thank You to Raaj FX was banned For This Useful Post:
GaN-MaN (02-19-2011), Major Herbie (03-02-2011)
-
02-15-2011, 11:28 PM #9iGan, Themer/Modder/Tweaker
- Join Date
- Jul 2010
- Location
- Western Australia
- Posts
- 1,815
- Thanks
- 3,821
- Thanked 3,015 Times in 898 Posts
-
The Following 3 Users Say Thank You to GaN-MaN For This Useful Post:
Major Herbie (03-02-2011), Raaj FX was banned (02-15-2011), RyMill (06-24-2011)
-
02-15-2011, 11:31 PM #10iPhone? More like MyPhone
- Join Date
- Jan 2009
- Location
- Michigan
- Posts
- 240
- Thanks
- 185
- Thanked 33 Times in 32 Posts
Finally a one stop shop for the greatest theme ever! Thanks to Gan-Man and Wynd for making this all possible. Honestly no other theme even comes close.
-
-
02-15-2011, 11:34 PM #11iGan, Themer/Modder/Tweaker
- Join Date
- Jul 2010
- Location
- Western Australia
- Posts
- 1,815
- Thanks
- 3,821
- Thanked 3,015 Times in 898 Posts
I'll be taking a break from this theme for a couple of days i think.
I want to work on my iNavHD mods. lol. too much OS7 for one person already.
-
02-15-2011, 11:34 PM #12Livin the iPhone Life
- Join Date
- Sep 2009
- Location
- Manchester, England
- Posts
- 1,892
- Thanks
- 361
- Thanked 483 Times in 355 Posts
Bookmarked!! Thanks GaN-MaN.....how do I switch on my phone

-
The Following User Says Thank You to skiptowncat For This Useful Post:
GaN-MaN (02-16-2011)
-
02-16-2011, 12:34 AM #13
Is anyone else having problems with the text in the sms app showing up when you have the OS 7 UI theme and the iacces theme installed?
Edit: iacces has nothing to do with it, the text you're typing in the sms field doesn't show up at all with the OS 7 UI theme.
-
02-16-2011, 01:04 AM #14
Alternative Calendar Tile download link is not working..
Actually ‘Scrolling Speed Dial’ and ‘Calendar Tile’ both links are downloading same fileLast edited by abhishek_22; 02-16-2011 at 01:17 AM.
-
The Following 3 Users Say Thank You to abhishek_22 For This Useful Post:
GaN-MaN (02-16-2011), Major Herbie (03-02-2011), starwalker (02-20-2011)
-
02-16-2011, 01:30 AM #15iGan, Themer/Modder/Tweaker
- Join Date
- Jul 2010
- Location
- Western Australia
- Posts
- 1,815
- Thanks
- 3,821
- Thanked 3,015 Times in 898 Posts
-
The Following 2 Users Say Thank You to GaN-MaN For This Useful Post:
starwalker (02-20-2011), stewd (03-13-2011)
-
02-16-2011, 02:11 AM #16
Thanks for this great thread ! NOW OS7 theme is better !
-
The Following User Says Thank You to tunizizou For This Useful Post:
GaN-MaN (02-16-2011)
-
02-16-2011, 02:12 AM #17What's Jailbreak?
- Join Date
- Feb 2011
- Location
- Pleiades Star Cluster - Taurus Constellation
- Posts
- 7
- Thanks
- 0
- Thanked 4 Times in 2 Posts
This thread just gave me a boner
-
The Following 3 Users Say Thank You to SuperNovaBoy For This Useful Post:
GaN-MaN (02-16-2011), Joey_Pham (03-27-2011), Major Herbie (03-02-2011)
-
02-16-2011, 02:31 AM #18
Someone has a lockscreen compatible iphone3g ? Because all lockscreen mods in this first post don't work
-
02-16-2011, 02:46 AM #19
@Gan-Man what a great thread this is perfect
just one thing the os7 lockscreen v4 is downloading Coloured backgrounds with the 33 different ones
-
The Following User Says Thank You to nicholash747 For This Useful Post:
GaN-MaN (02-16-2011)
-
02-16-2011, 02:48 AM #20iGan, Themer/Modder/Tweaker
- Join Date
- Jul 2010
- Location
- Western Australia
- Posts
- 1,815
- Thanks
- 3,821
- Thanked 3,015 Times in 898 Posts




LinkBack URL
About LinkBacks
Reply With Quote
