Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: EvolutionHD v2.0
is a discussion within theiPhone 4|4S New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;EvolutionHD v2.0! (Awesome graphics by bluemetal) Back and better than ever! This update brings long-promised/overdue features that make the theme top notch! - Widgets that support iOS 5 - Now
...-
06-14-2012, 01:19 AM #1My iPhone is a Part of Me
- Join Date
- Sep 2010
- Location
- New Mexico
- Posts
- 657
- Thanks
- 186
- Thanked 244 Times in 143 Posts
EvolutionHD v2.0

EvolutionHD v2.0! (Awesome graphics by bluemetal)
Back and better than ever!
This update brings long-promised/overdue features that make the theme top notch!

- Widgets that support iOS 5
- Now features widgets for four different languages (English, German, French, and Dutch) which can be set right from within the theme.
- Now features an RSS reader which can be toggled on or off.
- A redesigned lockscreen, which features the Analog clock widget, RSS reader, and slide to unlock functionality.
- Matching folder buttons that can be set to be black or brown from within the theme.
- Animations
- Each widget was converted to a DynamicView, which means more RAM!

Video will be here soon.


This download isn't *completely* stable, I've yet to iron out a kink or two, but is stable enough for everyday use.



Q: Why doesn’t my lockscreen widget change with my homescreen widget?
A: DreamBoard cannot apply variables to the lockscreen, which prevents being able to choose the widget for the lockscreen from within the theme. However, with a little know-how and determination, you can change the widget yourself, by editing the theme’s code.*
How to change the lockscreen widget to match the homescreen widget:
Go to the theme’s folder (var/mobile/Library/DreamBoard/EvolutionHD 2.0), and find the file “EvolutionHD.plist”
Open the file with any kind of text editor, and search for the following: “LockscreenClock”
Now, look at the underlined text. Depending on your language, all you have to do is change “English” to your corresponding language. This IS CASE SENSITIVE (it will not work otherwise). If you want a German widget, simply erase “English” and type “German.” If you want French, enter “French,” and if you want Dutch, enter “Dutch.” Now, this has only change the language of the widget, and not the actual widget.
To change the widget, you must edit the “Clock” text. Remember, this text is also CASE SENSITIVE, if you do not capitalize, it will NOT work. If you want the Analog clock, simply leave it as “Clock.” If you want the Green LCD widget type “LCD.” Finally, if you want the Blue LCD Clock, change it to “Blue-LCD.”
DONE!
*NOTE - You are only changing the text “English” and “Clock” do not alter anything else, as you could break the theme. The text you type IS case sensitive, as a reminder.
Code:<dict> <key>FrameHeight</key> <integer>155</integer> <key>FrameWidth</key> <integer>320</integer> <key>FrameX</key> <integer>0</integer> <key>FrameY</key> <integer>0</integer> <key>URL</key> <string>$ROOT/Widgets/English/Clock/Widget.html</string> <key>ViewType</key> <string>WebView</string> <key>id</key> <string>LockscreenClock</string> </dict>
Q: How do I disable the DreamBoard lockscreen?
A: There are alternate PLists included with the theme that do not have a lockscreen included. There is a guide further on in the PDF that shows you how to do this as well.
How to disable the DreamBoard lockscreen:
Go to the theme’s folder (var/mobile/Library/DreamBoard/EvolutionHD 2.0), and find folder within it, titled “Alternate PLists”
Find the NoLockscreen.plist
Replace the “EvolutionHD.plist” at the main folder with this PList. Remember, the file’s name IS case sensitive, so it must be titled “EvolutionHD.plist” or the theme will not work.
Q: How do I change my widget’s weather location?
A: This is done by changing the widget’s locale to yours. There is a guide further down on how to do so.
How to change a widget’s weather location:
Go to the theme’s folder (var/mobile/Library/DreamBoard/EvolutionHD 2.0) and find the “Widgets” folder inside of it.
Navigate to your widget, by first selecting your language, and then the widget’s folder.
From there go to “Widgets” folder, and then to the “Weather” folder.
Now, open the Weather.html file in a text editor. Search for “var locale” and replace the text in quotations with your postal or zip code.
In the example below, it has been changed to 87144.
*NOTE - If you change widgets, you must do this for each widget, as they each have their own file that contains that number.
Q: How do I edit my icons?Code:var locale = "87144" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'
A: There is an edit button under the “Config” folder of the theme, which when tapped, starts edit mode. To close edit mode, simply press the home button.
Q: What do the flags at the bottom of the clock widget buttons mean?
A: It means that that is what language the button will set that widget to. So, for example, if there is an American flag showing, the widgets will display in English. If there is a German flag showing, the widgets will display in German, and so on and so forth.
Q: Where can I request icons?
A: You can request them right here!
Q: How do I change my RSS feeds?
A: There is a guide further down, with an accompanying image that explains how to do so.
How to change the RSS feeds:
Go to the theme’s folder (var/mobile/Library/DreamBoard/EvolutionHD 2.0) and find the “Widgets” folder inside of it.
Open the RSS folder and find the file in it titled “Widget.html”
Open this file with a text editor and scroll to the bottom, to find the code below:
With your RSS feed of choice, replace the “http://rss.cnn.com/rss......” with your RSS link.Code:var cssfeed=new gfeedrssticker("example1", "example1class", 10000, "_new") cssfeed.addFeed("RSS", "http://rss.cnn.com/rss/edition.rss") //Specify "label" plus URL to RSS feed //cssfeed.displayoptions("date") //show the specified additional fields cssfeed.setentrycontainer("div") //Wrap each entry with a DIV tag cssfeed.filterfeed(100, "date") //Show 10 entries, sort by date cssfeed.entries_per_page(1) cssfeed.init()
*NOTE - If you change this, this feed will also show on the lockscreen RSS reader.
Q: How do I disable the RSS on my lockscreen?
A: You must edit the theme’s code to do so. It is extremely easy and simple and there is a guide further down explaining how to do so.
How to disable the RSS feed on the lockscreen:
Go to the theme’s folder (var/mobile/Library/DreamBoard/EvolutionHD 2.0), and open the file “EvolutionHD.plist.”
Search for “LockRSS.” Scroll, a little higher than this text, to this part of the code:
Change the number “1” in the highlighted portion to a zero (0).
Done!
Code:<dict> <key>Alpha</key> <real>1</real> <key>ClipToBounds</key> <true/> <key>ContentHeight</key> <integer>480</integer> <key>ContentWidth</key> <integer>320</integer> <key>FrameHeight</key> <integer>48</integer> <key>FrameWidth</key> <integer>320</integer> <key>FrameX</key> <integer>0</integer> <key>FrameY</key> <integer>69</integer> <key>HorizontalScrollBars</key> <false/> <key>Paging</key> <false/> <key>ScrollingEnabled</key> <false/> <key>Subviews</key> <array> <dict> <key>FrameHeight</key> <integer>480</integer> <key>FrameWidth</key> <integer>320</integer> <key>FrameX</key> <integer>0</integer> <key>FrameY</key> <integer>-355</integer> <key>URL</key> <string>$ROOT/Widgets/RSS/Widget.html</string> <key>ViewType</key> <string>WebView</string> <key>id</key> <string>RSS</string> </dict> <dict> <key>Frame</key> <string>0,-435,320,480</string> <key>Image</key> <string>$ROOT/Widgets/RSS/Background.png</string> <key>ViewType</key> <string>ImageView</string> <key>id</key> <string>RSSBackground</string> </dict> </array> <key>UserInteraction</key> <true/> <key>VerticalScrollBars</key> <false/> <key>ViewType</key> <string>ScrollView</string> <key>id</key> <string>LockRSS</string> </dict>
-
06-14-2012, 02:10 AM #2My iPhone is a Part of Me
- Join Date
- Sep 2010
- Location
- New Mexico
- Posts
- 657
- Thanks
- 186
- Thanked 244 Times in 143 Posts
-
06-14-2012, 11:11 AM #3Livin the iPhone Life
- Join Date
- Mar 2011
- Location
- Winchester, UK
- Posts
- 2,380
- Thanks
- 2,148
- Thanked 1,410 Times in 761 Posts
So what's the difference between v1 and v2? Just that v2 works in iOS5?
Also I think you forgot to credit Blue.
-
06-14-2012, 01:30 PM #4My iPhone is a Part of Me
- Join Date
- Sep 2010
- Location
- New Mexico
- Posts
- 657
- Thanks
- 186
- Thanked 244 Times in 143 Posts
That, and the widgets are DynamicViews, there is language support for all 4 languages from within the theme, the lockscreen is redesigned, there are guides on how to mod it to one's liking, the RSS reader is included, and finally you can change the matching folder button's color from within it as well. This is v2, I already have blue's permission to be using all of the graphics and such, but I will add his name, for his excellent work on the graphics.
-
06-18-2012, 11:58 AM #5Green Apple
- Join Date
- Jan 2008
- Location
- Mississauga, Ontario, Canada
- Posts
- 63
- Thanks
- 19
- Thanked 12 Times in 9 Posts
Not sure if I can request here? If so I would like a couple of icons:
Linkedin
IntelliScreenX
Theme Icon Maker
Canadian Police (CA Scanner)
If this is possible, thank you!
-
06-25-2012, 09:37 AM #6
Thanks for all your time and effort in creating this. Just a slight issue mind you. Whenever I respring the phone it loses all my icons that I have set. Any ideas?
-
06-25-2012, 07:25 PM #7My iPhone is a Part of Me
- Join Date
- Sep 2010
- Location
- New Mexico
- Posts
- 657
- Thanks
- 186
- Thanked 244 Times in 143 Posts
You have to set permissions to the theme's folder, otherwise it won't let you create the PList DreamBoard tries to create that holds all of your icons. To do this, find the theme's folder in iFile, and tap on the blue arrow. On that screen scroll down and change the Owner to "mobile" and set the Access permissions all to Read, Write, and Execute. Lastly turn "Apply Hierarchically" on. And it hit done
Now try to change your icons
I couldn't find an image for theme icon maker. Can you find one?


-
The Following User Says Thank You to korbyn8495 For This Useful Post:
SlamminUK (06-26-2012)
-
06-26-2012, 02:12 AM #8
Nice one fella. Worked a treat.
Another issue I can't seem to resolve is removing the RSS feed from lockscreen. I have changed the code 1 to a 0 and it remains even after a respring.
Can I throw an icon request into the mix? If you can I would like to see
Apps
- Atomic Web Browser
- Grooveshark
- Met Office
- My O2
- My Xbox LIVE
- Natwest
- Onavo Extend
- UK Train Times
- VLC
Games
- Bejeweled 2
- Call of Duty Elite
- Plants vs Zombies
Many thanksLast edited by SlamminUK; 06-27-2012 at 08:25 AM. Reason: additional info.
-
06-27-2012, 07:24 PM #9My iPhone is a Part of Me
- Join Date
- Sep 2010
- Location
- New Mexico
- Posts
- 657
- Thanks
- 186
- Thanked 244 Times in 143 Posts
-
10-08-2012, 02:35 PM #10My iPhone is a Part of Me
- Join Date
- Jun 2011
- Location
- Anywhere under Heaven is my Home
- Posts
- 731
- Thanks
- 407
- Thanked 1,182 Times in 366 Posts
Anyone have a psd for this theme?





LinkBack URL
About LinkBacks
Reply With Quote

