As previously mentioned, updating your phone to 3.0 presents some problems with this theme. Namely SpringJumps, the new Spotlight Icon (minor), and the slightly-off-center scrolling image/banner above the weather and calendar.
The fixes were rather simple but I thought I'd share. Note: I'm not the original author of this theme, nor do I condone their failure to give credit/obtain permission to use the elements they pieced together to make this theme. I'm just another user who knows a little. These assume you know how to SSH into your phone and are comfortable modifying files.
The Fixes:
1. Spotlight Icon: Download the No Spotlight Icon package from Cydia, enable in Winterboard.
2. Off-center scrolling banner: Navigate to /var/stash/Themes.XXXXXX/Apple Pro Theme V.2/, copy Wallpaper.html to your desktop and open with Notepad/TextEdit/etc. Within the following code:
Code:
<style>
body {
background-color: none;
margin: 0;
padding: 0px;
height: 60px;
width: 320px;
margin-top: -15px;
margin-left: 0px;
}
</style>
change the "margin-top:" value to -24.
Once the changes have been made and saved, copy it back to that directory, overwriting the current Wallpaper.html.
The Wallpaper.html I've included in the attached archive has already been changed for you. If you prefer this method, just overwrite your current wallpaper.html in /var/stash/Themes.XXXXXX/Apple Pro Theme V.2/.
3. To make SpringJumps icons transparent again: navigate to /var/stash/Applications/. The _shortcut_[X].app folders contain the new SpringJumps icons and code. _shortcut_0.app refers to SpringJumps icon 0, and so-forth.
Copy the Icon.png from the attached archive into shortcuts 0-4 folders, overwriting the current Icon.png.
That should take care of the minor issues this theme had from 3.0. Good Luck and Enjoy!
AppleProThemeV2-Fixes.zip contents:
Icon.png (this is a transparent 70x70 icon for use w/ the SpringJumps fix)
Wallpaper.html (this fixes the off-center scrolling banner problem introduced in 3.0)
Credit for the SpringJumps icon fix:
http://www.modmyi.com/forums/skinnin...ons-3-0-a.html