Hey Guys!
All you have to do is put a additional file under /system/framework (so the Updater knows the Theme Version your running on) and create your own MetadataFile for Theme Support.
You can also create a Big MetadataFile with all the Updates in there, but thats a whole work to keep it up to date.
Take a look at the wiki, how the JSON-File has to look, and how the update will work:
http://code.google.com/p/cyanogen-updater/wiki/CreateJSONMetadataFile
When you have questions: Just ask
Hope you like it
Update 28/10/2009:
CM-Updater 4.5 is out.
Get it here:
http://cyanogen-updater.googlecode.com/files/cmupdater_4.5.apk
Update 09/09/2009:
Added a HowTo
Update 08/09/2009:
CM-Updater 4.1 is out:
Fixed Bug when changing orientation while Barcodescanning
Fixed Bug with MD5SUM to Pad the String to 32chars
UpdateFolder can now be changed (i think its beta )
Suggestion for all Theme Developers(cause some host their themes on one click hosters):
Create a google code Project to host your themes and your JSON.
You can put up to 2gb Files on there and you have direct downloads.
For Barcodes use this link(creates permalinks):
http://qrcode.kaywa.com/
HowTo:
When you want to Use the Theme Update Feature, youn have to configure a Theme Server first. I haven't included one, because each ThemeDev has its own Theme JSON File.
Search your Favourite Theme Thread @ XDA and see, if the Designer already made it cm-updater compatible. If not ask him if he can do so and point him to this Thread.
If its compatible, just go to Settings-->Themes-->Theme Update Server, and enter the URL (must be a URL to a file called *.json) or just scan a Theme Barcode if the ThemeDev provided one. The Barcodescanning is the same as entering it manually, but it saves work so you don't have to type in the url.
The next Time you do a "Check now" the ThemeUpdaterServer File will be scanned (also the Rom Updates) and if the Theme matches some criterias (see below), it will show up in the App under Themes. All you have to do now, is download the File and hit "Apply Now".
When you are complaining about, the Themes and Roms are showing up even tough you already installed it, just disable the "Show all Updates" Option. When this is enabled, you will always see every Update(with a few limitations as described above). When you disable this feature, you will probably only see Updates.
How the Updater works (Themes):
Theme Developers put a File called
/system/framework/themes.theme
in their Themepackages, to tell the Update you are running a Theme with this name and this Version.(The Path is configurable)
When there is no themes.theme File present, the App assumes a Wildcard for Theme Checking (will come to this later).
When any of the described checks don't pass, the Update is Discarded and the App proceeds with checking the next Update in the List.
When you do now an Updatecheck, first the Rom Provided in the JSON File (Theme Update Server) must match the Rom your running. This is because a Theme is always designed for a specific Version of a Rom, and this is a Securityfeature that you can not mess up your System.
When your Rom Matches, the next thing from the JSON that gets compared is the Theme Name.
This must either match the Theme Name from the themes.theme, or if this File is not Present or you have the "Show all Theme Updates" Option enabled, the Wildcard is used. So this Updates will always show up, so you can install a Theme, if you dont have one installed.
Next thing is the Version. If Wildcard(no themes.theme File or Show All Updates enabled) is used, the Version is not compared. Otherwise its compared against the Version from the themes.theme, so you will only see updates for your Theme and no older Versions.
The last thing that must match is the branch. Its either Stable or Experimental. It depends on your Configuration (Show Experimental Builds), if this update shows up or not.
When your Update is not showing up, connect your Phone via USB Cable and do an
Code:
adb logcat | grep "<CM-Updater>"
You will see the Output from the App, and the Reason why an Update is discarded. It can be helpful for Theme devs to test their own Jsons.
damn i cant wait for this
Thanks for all your work! Already prepping to use and abuse this feature for my themes :]
Greatly appreciate your work.
This sounds great! Will definitely look into it more when I get the chance.
This is just amazingly awesome...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Of course its still on the old CMUpdater but still, things are ready to go now :]
great idea
So are there two buttons now? One to check mod update other for your theme update? Build in devs metadata file location and have a drop down menu so you can switch themes on the fly. Maybe add a link to go to a location with 5 or 6 screenshots that pop up in the browser? To make it super easy. Add an option to input your own custom locations and save them and make them nameable and selectable from a drop down menu. Devs can just include a location in thread topic of their metadata file. And when you need to add a feature...just add in new metadata file links as well. Like custom apns i suppose.
Is there going to be some way for it to keep track of theme compatibility? For example, I have a theme (Enoch) which works with 4.0.4, but EnochX works only with 4.1.X. If they tried to install EnochX on 4.0.4, or Enoch on 4.1 - what would happen? Will CMUpdater know not to install incompatible themes? Perhaps there should be a JSON identifier for what build a theme is compatible against?
drpfenderson said:
Is there going to be some way for it to keep track of theme compatibility? For example, I have a theme (Enoch) which works with 4.0.4, but EnochX works only with 4.1.X. If they tried to install EnochX on 4.0.4, or Enoch on 4.1 - what would happen? Will CMUpdater know not to install incompatible themes? Perhaps there should be a JSON identifier for what build a theme is compatible against?
Click to expand...
Click to collapse
The "mod" string in the json must match the ro.modversion from /system/build.prop . Otherwise you will not see the update. Maybe i will add multiple mod strings
impressive!
wow, i can not wait to use this! i'm glad that your including theme support so now we can handle themeing a lot easier
awesome work!
Now you can add multiple mod strings to support more roms per update-
in example cm 4.1.1 and 4.1.1.1 where the themetemplate hasnt changed
You have to split them with a |
made a new testing version for you with more features
check out the first post!
added a barcode picture in the first post so you can scan it for my smaple json. Its much easier than typing
just a check....
who has already started implimenting this?
we plan to release on sunday - giving u guys some time to catch up and get ready
IF you have ur json and themes ready by sunday, email me with the URL and description
i plan to give the links to 5-10 theme jsons in the 1st post if you guys are ready
i will be out of contact from monday til friday, so sunday is the deadline to get ur theme in the "featured" list
What about themes that replace files like framework.jar or services.jar willthose work?
beagz said:
What about themes that replace files like framework.jar or services.jar willthose work?
Click to expand...
Click to collapse
why should it not work?it only downloads the theme and applies it via the recovery image.
The same way as when you do it manually.
Brilliant!
garok89 said:
just a check....
who has already started implimenting this?
we plan to release on sunday - giving u guys some time to catch up and get ready
IF you have ur json and themes ready by sunday, email me with the URL and description
i plan to give the links to 5-10 theme jsons in the 1st post if you guys are ready
i will be out of contact from monday til friday, so sunday is the deadline to get ur theme in the "featured" list
Click to expand...
Click to collapse
I've got a themes.theme file in my latest as well as a json file uploaded to http://injun.org/themes/SystemForce.json (case important i think) if anyone wants to try it out in incidental releases.
prash...have a look at the 1st post of the updater thread...
would be good to have u in the featured list
can u make a quick mock-up of the theme for 4.1.2.1?
im using that version so cant actually "see" your 4.0.4 themes
if it works then u, my friend, will be the 1st in the featured list
Related
Credits for the original contributors
Original build: dthadamaja: http://forum.xda-developers.com/member.php?u=829728
Icons: Mattahan: http://mattahan.deviantart.com/
Cyanogen:making his mod http://www.cyanogenmod.com/For
XDA: All the PPL that help: All the threads that helped me manage to get this build done.
Read these note I don't put theme here for my health I know how this thing works they are for you.
This is a modified build of the original buff Theme many of the old icons have been replaced. There also have been update to further improve the skin. There will be continued work to get this theme fully embedded into the android platform.
I am taking rom requests if you would like to see buuf ported to your rom please.
Post in this thread http://forum.xda-developers.com/showthread.php?p=5098110#post5098110
Supported Roms
Cyanogen Mod
Dwang
TheOfficial
Manup Eclair
The release numbering will be changing now that there is a stable version of buuf. As of version 1.0 buuf will be considered a stable theme. The release versions will work in this manner.
Stable releases will consist of the primary release number and an even second number.
exp... 1.0, 1.2, 1.4 these are all stable theme releases
Experimental releases will consist of a primary release number and an odd second number.
exp... 1.1, 1.3, 1.5 these are all experimental releases and may cause problems.
I am going to extend the the life of the flashable release (Cyanogen Mod only) since some people are still having problem with metamorph. I will continue the flashable release until version 1.5 you will still need to use metamorph to do gmail, talk, vending, youtube images.
How use ddms
What you need
1. You need android sdk installed.
2. You need to have java sdk installed.
3. You need to have adb setup.
4. This should all be setup if you have a rooted phone.
How to use it
1. Navigate to you android sdk > Tools directory
2. double click ddms.bat
3. Make sure you select V or verbose
4. run the application/theme causing the problem
5. when done select a line in the log window
6. go to edit>select all
7. click the icons of the floppy disk and export to txt
8. send it to me or who ever needs it.
Logcat in ddms
1. go to device>run logcat
2. run the app/theme causing problems
3. click the X in the right corner
4. click save then save as <some file>
5. send it to me so I can fix the problem.
Not to hard is it! so someone having a problem with metamorph and a partial theme please send me some logs so I find out what is causing the problem and fix it.
MAKE SURE YOU BACK UP BEFORE YOU INSTALL
If you didn't back up you can attempt to uninstall by reflashing CM MOD which should replace anything this theme changes.
Make a backup IT takes all 5min and you don't have to go though the whole flash procedure again. I recommend making a back up on a fresh flash before you put anything on your phone. Then make a second when you have all of your apps and configurations done all you have to do is rename the nandroid folder.
MD5Sums are your friend check these!! they will tell you if there is a problem with your download. This will stop you from flashing a bad archive and it will also let you know that I was the last one to modify it. They are to keep you safe. There is a link to a windows app to check these below
Windows: WinMD5Sum
Linux: $md5sum filename
<-----------------------------------------------Cyanogen Mod------------------------------->
Release 1.2 Stable CM
CM-buuf-1.2.zip
Release Notes: Release_Notes.txt
To fix Market Crash you must do this, go to settings then manage applications. Choose market, then uninstall updates. Open your market, sign in, and you can download again.
You must do this after installing framework-res
To theme market follow these steps exactly. Scripts attached to thread scroll down.
Manual.
1. Run this code before you uninstall the market update. This backups up the market update so we can move it the /system/app/Vending.
Code:
mount -oremount,rw /dev/block/mtdblock3 /system
mkdir /sdcard/buuf-backup
cp /data/app/com.android.vending.apk /sdcard/buuf-backup/com.android.vending.apk
2. Now uninstall the market update.
3. Now run the following code and this will move the updated market to /system/app/Vending and you should be able to theme it.
Code:
rm -rf /data/app/com.android.vending.apk
cp /system/app/Vending.apk /sdcard/buuf-backup/Vending.old.apk
rm -rf /system/app/Vending.apk
cp /sdcard/buuf-backup/com.android.vending.apk /system/app/Vending.apk
4. Theme vending.apk with metamorph.
Scripts.
1. copy the scripts to your sdcard
2. Run script market_one.sh from terminal
Code:
sh /sdcard/market_one.sh
3. Uninstall the market updates.
4. Run script market_two.sh from terminal
Code:
sh /sdcard/market_two.sh
5. run metamorph on the vending.apk
Cm only above this line
<---------------------------------------End Cyanogen Mod ------------------------------>
Release 1.0-3 Stable Dwang (New!!!)
Dwang-buuf-1.0-3.zip
Release Notes: Release_Notes.txt
Release 1.0-3 Stable TheOfficial (New!!!)
theofficial-buuf-1.0-3.zip
Release Notes: Release_Notes.txt
Maps and Log Allows morphing of maps and log READ THE INSTRUCTIONS!!
Maps_log_1.0.zip
Pre-Release updates can be found on my website as well as Pre-release packages. If you want to help test or just want the latest cutting edge builds head over to deadnull.net and you can find them there. I also have an section for ahome themes you can use if you don't have root or don't want to.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Buuf Addon Packages
Something New and Fun
I have been playing with some java programing and widgets. Note: (I am far from great programmer if you have any input I am all ears) So I manage to fumble through and get a clock widget working So here it is 2 sizes small and large.
http://www.android-theme.com/buuf%20clock
Alpha Eclair_2.0.1-v1.0 (metamorph) New!!
Eclair_2.0.1-v1.0-buuf-1.0-3.zip
rom manup456 Eclair_2.0.1-v1.0:http://forum.xda-developers.com/showthread.php?t=598973
This is an Alpha release that mean little to no testing. Make a backup before using it. This is only known to work on the rom stated you may try it on others but I recommend only installing core packages. There is still work that needs to be done so it may be missing themed peaces here or there if you find any of these and can take a screenshot for me please do. I will fix them.
Custom addons how to
Find the addon thread
Confirm the addon work with your rom
Install or flash the addon depending on how it is installed
Open metamorph
Morph the sub-theme for your addon
Reboot if required (framework requires a reboot)
Asphalto widgets
Asphalto widgets
God damnn!!
My favorite theme of all time is back!! and on Cyans newest ROM???!??!!
YES! Thank you very much Mister!!
nice port over.. and i see youve added some extra fill-in parts to match the original theme...
nice job, im not sure if the creator has quit development, with all of these roms and new OS ports etc and themes evolving with the amount of customization that can be put into it... not sure if he has the time
good job tho,
are you customizing the PowerControl widget as well? - some people use it
Buuf
I am slowly working though, updated a lot of the icons/animation I didn't Like. I will be doing more with the power control widget soon. I just did a quick background skin on it so it somewhat matched the theme. I have been putting of fighting with .9.png that have to be edited to make the widgets. Some are next to impossible to get stretched the right way. There will be more updates to Come.
Please don't forget the Buff themed dialer.
Buuf Dialer
I missed it in the port over I will add it in the next release which will probably later today.
Thanks alot because i cant stand the default dialer its ugly as sin.
WOW
never noticed this theme but WOW. if that custom dialar gets in there today i'll switch over to cm4.1.9999 just for this!
any chance maybe this can get built for xROM 1.5r4?
really effing love the style on this theme.
Porting to Other roms
If there is anyone who can point me in the direction of how to get a custom built rom on the sdk emulator with out building it from source I would think about porting It to other roms.
anyone
anyone get a force close on com.google.gapps after installing this?
force Close
I will get a home force close some times after doing the update but it only happens on first boot. The boots after that I have had no problems. There really shouldn't be any compatibility issue since the apk are ripped right out of Cyanogens zip file. The only changes are to the .png files located with in them. If you continue to have this problem I would suggest doing a fix_permissions on the command line or reinstalling the theme. If this doesn't solve your problem let me know.
note: If you have not checked the md5sum on the zip file please do you can use winmd5sum if you are running windows.
Winmd5sum
g1
hey this theme looks real sweet.. but i keep tryna put it on my g1 and it wont load up.. can u make it so it can work fir the g1?
G1
jamalqhoey said:
hey this theme looks real sweet.. but i keep tryna put it on my g1 and it wont load up.. can u make it so it can work fir the g1?
Click to expand...
Click to collapse
What does it do when you try to load it? If you are getting an error please include it so I can try and figure out what the problem is.
Is is possible for you to port this Theme over to Enomther's TheOfficial AOSP-1.6_r1.2 DRC92 (Donut) v2.0.3? (I will probably get crucified for this but...) I don't like to use Cyanogen's experimental builds because of the bugs that I may get during the day and because BFS seems to be fast initially but after a day of not rebooting it gets excruiciatingly slow. Thanks!
found 2 bugs i beleive
first i did a fix_permissions and i still get a com.google.gapps forceclose on boot and then in the menu theres seems to be a ghosting/issue with it where i can see the menu and then an app thats not even being selected, also the transparency is gone as you scroll down and makes it look as if your selecting 2 apps its weird check it out (other than that i think you hit this on the niggin)
I'm so luvin this theme!
The only icon I don't care for is the signal strength meter. Other than that it's my fave!
wen i flash it,it goes 2 the android screen and then it jus turns black aqnd it doesnt load at all
wen i flash it,it goes 2 the android screen and then it jus turns black aqnd it doesnt load at all
Gapps
zerowx5 said:
first i did a fix_permissions and i still get a com.google.gapps forceclose on boot and then in the menu theres seems to be a ghosting/issue with it where i can see the menu and then an app thats not even being selected, also the transparency is gone as you scroll down and makes it look as if your selecting 2 apps its weird check it out (other than that i think you hit this on the niggin)
Click to expand...
Click to collapse
Is there any chance you could send me a screen shot of the bug. You can do this by having usb debugging on and running DDMS. I will look into and see if I can recreated it with a fresh install of cm.
Credits for MetaMorph Go to Stericson and Kastro.
Credits for the MetaMorph Gui (The application) go to Stericson
Honorable mentions go to Riku, prash, and djengizz For continued support and testing metamorph!
MetaMorph is located in the Android Market in both a free version and a 2.99 donate version, with the donate version being a step ahead of the free version. (One version may be behind the other but they both will receive the same updates)
If youd like to support MetaMorph and keep development going on it please consider purchasing the 2.99 donate version
What MetaMorph is
MetaMorph is a project designed to allow us to patch files within .jar and .apk files on the phone.
Initially MetaMorph was designed for themers but it was discovered through use that we could also use it for applying customer dex files, resource files, images, and xml files. Pretty much anything inside of the apk and jar can be replaced with MetaMorph, which makes it very versatile and useful, in addition to this we can now copy files to places on the phone or sdcard, and we can implement the use of scripts now!
In this thread we will discuss how to theme using MetaMorph and any bugs that may be found with MetaMorph.
To use metamorph simply download an appropriate package for it to your sdcard and select it with MetaMorph.
Here is some basic info about MetaMorph:
Compatible themes can be found in various forms around the XDA forums, try looking by device. (eventually the donate version will get a theme repository, the free version wont get it)
I only recommend downloading what is in the first posts as those have been tested to work with your device and rom!
Please report any bugs.
MAKE A NANDROID BACK BEFORE USING.
Use at your own risk
Heres the link to videos showing metamorph in use:
Part1: http://www.youtube.com/watch?v=xaTVRul-juY
Part2: http://www.youtube.com/watch?v=FqLuyeiM-Qo
Heres a quick video showing a metamorph theme being made from scratch using the old .thm control file! (which is not being supported anymore)
http://www.youtube.com/watch?v=p9y3ooUZZrg
MetaMorph uses a fairly simple format to apply changes to apk or jar files, here you can find out how to create these templates:
http://www.youtube.com/watch?v=fX2xbY4nSd4 (Video 1/4)
http://www.youtube.com/watch?v=Dvps2501CAg (Video 2/4)
http://www.youtube.com/watch?v=3iu5AHF-Zew (Video 3/4)
http://www.youtube.com/watch?v=sgVL-0E8Rh8 (Video 4/4)
To tell metamorph what to do you need to include a Theme Control File. The Theme control file is located in the root directory of the template and MUST have the EXACT same name as the template. Here is a video on how to make the Theme Control File:
http://www.youtube.com/watch?v=Mq4AuHKzNFo
(The old .thm control file is no longer supported. if you need to convert your old theme to use the new .xml toll check here for a tool that will convert it for you:
http://bit.ly/df70cv )
Compression is not accepted on MetaMorph zip templates.
The latest version of MetaMorph (MetaMorph Pro V1.9.8) can be found in the Android Market!
================================================================================
// MetaMorph, what it is and isn't
================================================================================
MetaMorph, at heart, is simply a program that takes files from a directory and adds them to an already existing zip package.
In this case, our zip packages are apk and jar files.
What metamorph is used for, or what it accomplishes by moving files around is completely up to the designer of the package that is used.
For instance, if I make a package that tells metamorph to move a dex file into services.jar then I may be wanting to change the color of the clock which resides on the status bar. If this happens then MetaMorph has not done this, the creator of the package has done this and metamorph was simply the tool he/you used to accomplish this easily. In the same sense, if the desired change does not happen it is most likely not because of metamorph, but rather a fault in the package or instructions that metamorph was given.
here are some things using metamorph can cause:
1) As of right now MetaMorph cannot be used on market apps. If you do happen to use a package that modifies market apps, they will disappear from your phones launcher menu. This is because market apps are signed with Developer keys and by changing them we are changing the md5sum of the package. When this occurs the package takes notice of this change and starts rechecking its integrity. When the package discovers it has changed and has not been resigned with its approved key, thereby approving these changes in a sense, then it will basically error out and Android will remove it. Again MetaMorph can be faulted because it cannot handle this type of action but it cannot be faulted for this if you do it after reading or knowing of this limitation.
2) MetaMorph may also show you and error that some file doesnt exist or that some file that the theme control file is looking for doesnt exist. Again while these errors are thrown by MetaMorph, they are not caused by MetaMorph but by the package that you selected. When MetaMorph runs it checks for two things:
A) That the directory that the theme control file has specified where
the contents that we are to move to another zip package actually
exists in the theme.
AND
B) That the target zip package that we will add files to actually
exists in the path that the theme control file has specified.
This protects the ap from Force closing, and the second check protects you from having unneeded files being created on your phone when it detects that the target apk doesn't exist.
If you have any issues with a theme/package not working please speak with the theme/package creator.
If you have issues, questions, or suggestion with/for MetaMorph please leave them here.
If you have questions about how MetaMorph can be used and how to create packages for it, please leave them here.
If you still have problems with a theme or package that cannot be resolved by the theme/package creator please let us know so that we can take a more in depth look into the issue.
=========================
HELP!
=========================
Theme not applying
The issue here is that your phone probably doesnt have enough space in your /system partition, you can check the space using "df" in a shell. (terminal or another like program)
Depending on the device you have you may need a different SPL to be able to apply themes.
MetaMorph is a tool designed to change files within apks and jars. With this goal in mind MetaMorph succeeds very well.
However, MetaMorph cant predict what you will do with it. The packages you apply with it are are unknown to MetaMorph, and it cant be held responsible for what you decide to apply.
With this being said, it is your responsibility to make sure that the package you apply will work for your phone, and it is the themers responsibility to let you know what requirements are needed to use his package, this includes free space, specific hardware, and specific software needed.
Thanks,
Stephen
some idea. include a ceck for andexplorer in your app like the check for zip binary
Good Idea, I may actually do that.....
Sweet, I'm going to have to give this a try... I hope the guys that develop themes jump on board this.
Hey, i cant get it to work. This is wht ive done
Installed the apk
Installed AndExplorer
Ran Metamorph, was asked to download zip. Said Yes, then said downloading for a minute then said "Somethings Wrong blah blah". FYI my wifi connection is FINE.
Nething im missing ?
try not using wifi connection...for some reason i've had this problem before... Not sure whats going on...can you browse websites with your wifi?
Stericson
Hey, thanks for the tip. Turns out my torrents were hogging my bandwidth of my g router Installed fine, going to try a couple of things posted by djengizz.
Thanks Stericsson
Awesome, just applied a couple of things posted, worked flawlessly, really like the layout of the whole app. Awesome Job.
I guess its true....Android has NO limits
nice..! i want to make my DarkDream compatible with MetaMorph
there is a tutotial how to make a theme for it or something..?
thanks
Edit:
i have a problem.. when i start the program it said "what to do? ZIP was not found.." i click yes to search it then it said "Please wait downloading.." right after that it said "setting up zip" a second after that it takes me to the beginning "what to do?..." and continues this loop forever...
what ZIP it need?(i have a zip file in SDcard/Androidthemes/)
Yes, there will be a tutorial I just finished the video showing it working...
Will do the video in just a moment.
Stericson
Thanks, awesome application! It's working . Btw, since the lockscreen I'm using is yours (right?) what is ICE?
Thanks for this stericson, will play around with it in a few. Great work as usual!
Alleviate said:
Thanks, awesome application! It's working . Btw, since the lockscreen I'm using is yours (right?) what is ICE?
Click to expand...
Click to collapse
ICE = in case of Ermergency. It emergency contact info.
Stericson said:
ICE = in case of Ermergency. It emergency contact info.
Click to expand...
Click to collapse
Oh wow, I'm dumb lol. Thanks! Hopefully the themers start morphing now . Nice work.
When I go to select a theme file, I get this screen, None of these applications will open .thm files:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What am I doing wrong?
severedembrace said:
When I go to select a theme file, I get this screen, None of these applications will open .thm files:
What am I doing wrong?
Click to expand...
Click to collapse
You need to download AndExplorer free from the market and select it when that screen pops up
Stericson said:
Yes, there will be a tutorial I just finished the video showing it working...
Will do the video in just a moment.
Stericson
Click to expand...
Click to collapse
you are awesome..!
ive been trying to port my own version of black bar mod but...for some reason the white letters for time wont show up and the date wont show up once pressing status bar....im guessing it has something to do with the services.jar
Mod dude when i use the hero icon pack the Cyanogen widgets stop working.Is there any way to flash these themes via recovery?
Ace42 said:
Mod dude when i use the hero icon pack the Cyanogen widgets stop working.Is there any way to flash these themes via recovery?
Click to expand...
Click to collapse
the whole point of this app is by not using recovery
Sorry about that, I should know better
So here it goes. After over 250 hours of copying, editing, resizing, renaming, putting things together and so on...
At long last it is ready. Buuf THEME finally for HERO devices.
The amount of work was massive.
For your OWN ease of application i have turned this into a Metamorph Theme. So you need to download Metamorph from the market (free).
SO! Here are the pictures.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- THIS REQUIRED ROOT ACCESS. For those that DON'T have root access, you can only apply the ADW launcher Theme.
- As you can see there is a lot of working going on through there. I tried to make it easiest to apply by creating this via metamorph. This means that WHENEVER an update for your rom comes, you dont have to wait for my update, you can just *simply* apply the metamorph zip and you'll have all your Apps buuf'ed. The only thing i couldn't metamorph yet was the framework-res file. I am planning to integrate that very soon, but at the mo', you're gonna have to apply a .zip via your recovery.
- Also, i am using ADW Launcher. There was a theme named ADW.buuf.theme in the market. That was not working with my rom causing many FC's, so i stripped it down, recreated it from scratch and added a ton of new app images. I have added a lot of default values that suited my liking (highlight color and so on). If you dont like those, simply change them via ADW Settings. ALSO, i have used some code from Eliotstocker to make this theme have some wallpapers. Simply change wallpaper and you should be greeted with a "Buuf Picker" option. In there i have included some of the best Buuf wallpapers.
- As you can see, I have applied a Circular Battery mod (credits to the creators). If you dont like it, simply go to the kitchen and create another mod. It is included in the framework-res.apk zip file
- I am using an edited font, extracted from the Galaxy S by Alex.
- I am also using LCD Density Changer. My setting is @ 139.
- Finally, i am attaching a small .zip file with the bootanimation i use (credit to the creator - sorry don't know who you are) with some amazing boot sequence back from the energy BIOS days, PLUS ad-free hosts, ridding you from the annoying ads.
ROMS
This is initially created for FroydVillain 1.5. The metamorph file should be applicable to ALL AOSP 2.2 Roms for ALL MDPI devices.
The only limitation at the moment is the lack of integration of the framework-res.apk file.
Instructions
1) Download Metamorph and install. Make sure you disable autokiller, in case it kills metamoprh while updating
2) Create a folder AndroidThemes in your SDCard and put the BuufMDPIApps.zip file in it. Apply.
3) Reboot to recovery and apply the framework.zip file
4) Download ADW Launcher and install my edited Buuf Theme. Go to ADW Settings, Theme Preferences, Load and apply.
5 - Optional) Apply fonts.zip via recovery - Credits to Alex
6 - Optional) Apply myboot.zip.
Caution: During the metamorph application of the theme, your phone is going to FC a lot, and sometimes ask for your pin. Please do apply the zip until it is totally done (if it stops, redo it), dont let your phone sleep, and please interact with the FC/SIM lock screens.
Uninstallation
Simply flash your ROM zip file on top. No wipe needed.
Download Links
Metamorph Theme
framework-res.apk
fonts.zip
Adw.Buuftheme.petsasj.apk
myboot.zip
Credits
Based on icons by Paul Davey aka Mattahan. All rights reserved.
Fractal Systems for initial BuuF ADW Theme
Alex for the fonts
Circular battery mod to the creators
Bootanimation to the creators
Donation
- This complete theme pack wasn't created for money. It was created to make the Buuf Theme live on for the MDPI Devices. All credits are due to the people stated above.
- However, i have put into this over 250+ hours of work. And for those of you who have never themed, well all i can say it was really a pain.
- If you feel like buying me a beer for all the hard work, here's a link:
Donate link - THANK YOU
- If you like it, please let me know.
Changelog
19 Sept 2010 v1.2.1 - Initial Release
Requests
Requests for unthemed apps are welcome. Glitches and FC's, as long as distortions, should also be reported. If you wish to have your app icon changed in ADW Drawer, give me the app name, or even better the activity name (check it out via adb logcat, while launching the app) and let me know what kind of icon you want.
Contact me
Twitter
This as AWESOME Because you've done so much work on this also i reccomend you put it in the legend,eris and Hero CDMA forums because it should work on all those devices to Thats if you havent already
Once i get rid of the framework-res problem with metamorph i will post it under Android themes, and separately to MDPI Devices.
Thanks for the comments
hi!
the theme is looking great,awesome work!!
but i get an error when i try to extract framework-res file from recovery,i get an error that the file is corrupt or something like that...what could be the problem?
thanks!
Very good job !!
It works perfectly on Froydvillain 1.5
Just one question : what is your clock&weather widget on the screenshots ?
I am terribly sorry, i think i've put an unsigned framework-res.apk file. I shall update soon.
My clock is Beautiful widgets, with the ANDRODena_Buff clock skin and EmotiSun Weather skin.
edit. I updated the framework-res.apk file, although i doubt it was unsigned, on a second note. Perhaps your download was corrupted. Redownload and let me know please
PS. Thanks for the nice comments guys.
petsasj said:
I am terribly sorry, i think i've put an unsigned framework-res.apk file. I shall update soon.
My clock is Beautiful widgets, with the ANDRODena_Buff clock skin and EmotiSun Weather skin.
edit. I updated the framework-res.apk file, although i doubt it was unsigned, on a second note. Perhaps your download was corrupted. Redownload and let me know please
PS. Thanks for the nice comments guys.
Click to expand...
Click to collapse
framework-res.apk is a system apk and does not need to be signed
I applied the first framework.zip without any problem. (in recovery mode)
C0mpu13rFr34k said:
framework-res.apk is a system apk and does not need to be signed
Click to expand...
Click to collapse
My particular framework-res.apk is modified. It includes the circular battery mod, which not only changes png's, but also adds a few xml files. So yes it does indeed need to be signed. The apk itself cannot, but the .zip needs to be signed with test keys, allowing for the modified framework-res.apk to be extractable and allowing recovery to apply it.
petsasj said:
My particular framework-res.apk is modified. It includes the circular battery mod, which not only changes png's, but also adds a few xml files. So yes it does indeed need to be signed. The apk itself cannot, but the .zip needs to be signed with test keys, allowing for the modified framework-res.apk to be extractable and allowing recovery to apply it.
Click to expand...
Click to collapse
Why were you reffering to the apk before then? Anyways doesn't matter
phone keeps rebooting at gmail.apk floyo 0.8
Looks great, I will be installing on my lunch break
One question - what difference does the LCD Density app make, and why choose the density you have ?
@shields - try to manually update the rest of the apk's. My phone rebooted as well on Gmail.apk. perhaps you have autokiller running or something. Choose Apply existing theme, select the xml file, and manually update the rest apk's
@furrypotato The difference LCD Density app does is that it makes the screen look like a higher resolution one. For example, i can fit 5x5 (columns x rows) instead of the classic 4x4 MDPI devices have. My setting is just something i have found to work fine, and dont have too many scale issues with my apps.
Installed it and loving it.
A very different theme for me to use that's a refreshing change
Thanks
Thanks for the nice comments.
Please feel free to propose any new features.
Whats the best method of adding custom icons ?
I only had a few minutes to look before I left for work but I took a look on Buuf website and found an icon I'd like to use for Tweetdeck. (Fauna #13)
Now I'm guessing I can amend the xml file in the zip in some way and place the icon.png file in folders like the others, but is there an easy way of doing it ?
I even bought beatiful widgets cos I love the themes so much
Oh, and I updated to the new Gmail last night and it's broken some of the gmail graphics such as notfication of emails.
furrypotato said:
Whats the best method of adding custom icons ?
I only had a few minutes to look before I left for work but I took a look on Buuf website and found an icon I'd like to use for Tweetdeck. (Fauna #13)
Now I'm guessing I can amend the xml file in the zip in some way and place the icon.png file in folders like the others, but is there an easy way of doing it ?
I even bought beatiful widgets cos I love the themes so much
Oh, and I updated to the new Gmail last night and it's broken some of the gmail graphics such as notfication of emails.
Click to expand...
Click to collapse
There's no way of adding custom icons yourself. That's how i tried to do it as well. But it doesn't work. You have to create the APK from the beginning, and thats what i had to do. Took me nearly 3 days of non-stop work to remake it.
I, unlike the original creator, will intent to update the icons when asked. So let me know what icon you want for what app, give me the activity name if you have it and i will update it.
I haven't had an eye on the new gmail (as a matter of fact i didnt even know it existed). I will look at those on the weekend, as the following two days i'm taking 3 exams and my head's about to explode.
Let me know though.
Cool thanks.
I'm looking to get the attached icon added to TweetDeck Beta . Dont know activity name sorry (Whats best way of getting it)
Tweetdeck beta in case you need it :
http://downloads.tweetdeck.com/android_test/TweetDeck-0.9.9.1.apk
New Gmail is downloadable in market by the way.
friggan brilliant man, many, many, many kudos.
This theme has been ported to the T-Mobile Theme Engine and can be found here.
CreditCyanogenMod Team, @djdarkknight96, @AMac2583, @Wysie_Soh, @JsinLegacy, @anderwebs, @JAquirre1231, @Montalbert, @teamsilence23, @_QMan, chrfb (ecqlipse 2 icon set), anyone, anywhere who has influence me either implicitly or explicitly.
Screen Shots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
General Info
I do not have a Nexus S to test this on, so I would appreciate it if someone could a.) alert me, preferably on twitter, when a new build is made, and b.) let me know if the theme I post here works.
This theme is extensive with over 2000 edited .png files and more than 35 .xml files.
There are no icons included with this theme. If you would like icons, then you can use ADW.Launcher or ADW EX download Minimalist - ADW Theme.
If you would like to donate to me for my work in this theme, then you can download the Donate version of the above mentioned theme. Search for "Minimalist Donate - ADW Theme" to find it.
If you would like to port this theme to any other device or use any part of it for your own doing, then you can download my images and edited .xml files from this post.
You do not have to ask me if you can port this or use any part of it. You do not have to credit me for any of my work in this theme.
I will not be checking this page frequently, but I will try to answer any questions posted here whenever I update the links. If you want a quicker answer, then I suggest saying something to me on Twitter (@david1171_).
This theme is for the official CM7 Nightly ROMs.
Theme Info
The widgets are transparent with white text. I recommend using a dark wallpaper.
The font included in the theme is the Ubuntu font.
If you are using Amon_RA's recovery and the theme is not applying after flashing, then you need to use clockwork recovery.
Theme Download Links
CM-7.0.0-RC1
http://bit.ly/hBASZV
Flash in recovery
Nightly
http://bit.ly/fYTqTL
crespo
Sort by date
Flash in recvery
Old releases can be found here as well
Source Download Links
Minimalist GingerBread Release 11 - http://bit.ly/fJguW8
Old Source Files - http://bit.ly/gqMG5F
Extra Download Links
Minimalist Keyboard - http://bit.ly/gJoTC6
No odd symbol errors
Edited smiley's in smiley popup
Added 02-19-2011
Flash in recovery
Minimalist Dark Keyboard - http://bit.ly/fDjuaX
Dark version of keyboard
No odd symbol errors
Edited smiley's in smiley popup
Added 02-21-2011
Flash in recovery
Cubed Music Player - http://bit.ly/fkhxss
Flash in recovery
Music.apk with multiple widget sizes - http://bit.ly/fnKdlu
Taken from a fitsnugly build a while back
Stock Font - http://bit.ly/dGmECc
Flash in recovery
Updated 02-17-2011 to include all stock .ttf files
Minimalist Old Market - http://bit.ly/fS7u7d
Flash in recovery
Stock Minimalist gapps - http://bit.ly/e7ASqI
Flash in recovery
This has version 2.2.11 of the Market
Minimalist_Lockscreen_Icons - http://bit.ly/dVj33T
Updated 02-09-2011 to contain custom application icon on rotary lockscreen.
Install Instructions: PLEASE READ!!!
1. Set MetaMorph delay to around 1000 (My exact number is 1054) then press Close
2. Press Unzip/Extract new theme
3. Navigate to where you have Minimalist_Lockscreen_Icons.zip located
4. Select the file
5. Press close on the on the pop up that appears
6. Press Apply all!
7. It WILL force close com.android.phone when it applies the Phone.apk, I do not know of any way around this.
8. While the force close pop up is on the screen, another pop up menu will appear behind the force close pop up and the buttons will say either Continue? or Stop; you must quickly press Force close on the force close pop up, then press Continue? on the other pop up menu; it will then start applying the framework-res.apk
9. The device may freeze up at this point, if it does freeze up (mine did), then wait about 30 seconds, then pull the battery and boot your phone
10. Everything should be applied now
Animations by rover.prince - http://bit.ly/iejwtm
I take no credit whatsoever for these animations.
I have taken them from rover.prince's theme at the request of some users.
Here is the thread where I got the animations.
Apply this with MetaMorph.
Very nice! Like it a lot, good work man
like this theme a lot. Is it possible to use default gingerbread look on the keyboard?
Thanks
Thanks for this! I was the one you emailed about this theme and the NS, and I'm really glad you made a version for this phone. It works without a hitch, and combined with the ADW theme you made, I now have a really good looking phone =)
Updated to cm_crespo_full-15.zip.
This has the new 2.2.11 version of the market in it, so if your market is still stock after flashing this theme, then you need to go to settings/applications/market and press uninstall updates.
Araf said:
like this theme a lot. Is it possible to use default gingerbread look on the keyboard?
Thanks
Click to expand...
Click to collapse
Take the LatinIME.apk from /system/app/ of the Nightly build you are using and push/place in /system/app/ on your phone.
Code:
adb remount
adb shell stop
adb push LatinIME.apk /system/app/LatinIME.apk
adb shell reboot
or you can place it there with a file explorer with root access, but I recommend the above method as you stop your phone, so you shouldn't have to worry about any unnecessary force closes.
Updated to cm_crespo_full-16.zip.
would really appreciate if anyone is able to just get the pull down modifications as an update.zip?
Im desperate for a semi transparent drop down, but the rest of the cyan touches dont fit with me too well
THANKs
I'll try it 2nt
... .. .
Updated to cm_crespo_full-18.zip.
Updated to cm_crespo_full-19.zip.
Updated to cm_crespo_full-20.zip. Fixed the "&" problem with the keyboard, also fixed the letters not showing on the popup when you hold a letter.
Amazing theme such great detail bravo
Sent from my Nexus S using XDA App
Is it just me or is the #20 theme not have the themed status like older ones.
Updated to cm_crespo_full-23.zip.
jerrycycle said:
Is it just me or is the #20 theme not have the themed status like older ones.
Click to expand...
Click to collapse
I may have forgotten to add something when I was bulk building the themes, sorry.
Updated to cm_crespo_full-25.zip.
Updated to cm_crespo_full-26.zip.
New button and textfield images, not a big difference but something I have wanted to get done for a while.
Fixed DeskClock time text issue in landscape
Added Morph to OP for lockscreen icons for those that do not like completely transparent lockscreen. Please read the instructions and do exactly as they say.
Edit1: Also, I believe with the next release, I am going to restructure the way the links are set up in the OP. As it stands right now, it is an ineffective model that takes up a lot of unnecessary space. As anyone who follows me on twitter knows, when I mention my updates on there, I just link to a folder on media that contains folders of each supported device, then in that folder are the theme files for each device. If I go to just having a link to that main folder containing all the sub folders like I do on twitter, then I do not have to go about updating the links in 9 different threads with each release, and I do not have a space for old download files, since they can be gotten from the same place as the current download file. I think this method will make for a less cluttered OP, and save time overall.
Updated to cm_crespo_full-27.zip.
Working fine on 28, but you do lose the screen on/off animations....
mine works i had an issue with running spare parts on screen animations fast if u have that on turn it off should work then
MOD EDIT: As of November 7th CoreDroid officially moved all its support to another site.
Due to repeated kanging from other Roms as well as needing CST paid version to obtain the latest version of the Rom, anything related to the CoreDroid team is not allowed to be posted anymore on XDA and is from now on considered warez.
This includes: Signatures, links, themes, as well as any work developed by the CD team or included in any Rom.
TL;dr: If you included anything from CD in your work, you have to remove it.
We appreciate your understanding on the matter in hand,
XDA Moderation team
MOD EDIT: Removed content
Reserved for Future Use
And this one
Last One
Very nice looking ROM, will be checking out very soon
Instructions:
How to flash? What do you need?
- HTC Incredible S S-OFF
- Radio S-OFF in order to flash new radio
- Recovery ClockworkMod
FAQ:
RECOMMENDED RADIO:
20.2804.30.085AU_3805.04.03.22_M
Download it here(http://forum.xda-developers.com/showthread.php?p=13467904)
How do I flash a new radio?
- Just put the PG32IMG.zip on the root of your SD Card and boot into fastboot.
- Follow the instructions on the screen.
How to get ENG S-OFF:
For now its only possible to get S-OFF by XTC Clip. Check if there’s anyone who can help you out in your country/region on this thread: http://forum.xda-developers.com/showthread.php?t=1042997
Build looks slow/animations slow?
Use Spare Parts and set animations too fast that solves your problem.
When can we expect the next build?
Builds are released based on the testing results. Please do not ask us about ETAs, we are working on getting you a reliable and stable build. Patience my friends!
Can I update without losing all my apps and settings?
Yes, each release can be flashed without losing your data. But I recommend making a Nandroid Backup before updating/flashing.
Can you provide a mirror?
I strongly asks everyone to download only from the links provided above. The reason behind that is that i pay HOTFILE every month and with the downloads i can keep my premium account. Also it lets me know how many people downloaded and from that i base my priorities for builds.
How can i Change system/app/... apks skin or icons?
Since this Build is optimized and Odexed you will need too take some precautions. First you will need a APK Deodexed that you trying too change. Then from within the Build you will need too delete the apk and the respective odex file.
Example:
(Changes to the browser)
1. Inside Build system/App you will find Browser.apk and browser.odex you will need too delete both files.
2. You will need a browser.apk Deodexed which contains the Browser.apk & Browser.odex merged into one bigger Browser.apk
3. Make the changes and then push it to system/app (don't forget 1st step)
Another way would be to use an Android kitchen to deodex the entire system/app and then you will have the system/app deodexed then just change what you like.
Where is Boot Animation, Boot Sound and Shutdown Animation Located?
They are located in SYSTEM\CUSTOMIZE\RESOURCE
Should I use a task killer?
Task Killers are NOT advised! They do nothing but kill your battery and stop processes that aren't supposed to be stopped. FROYO 2.2 manages tasks pretty well. Here is a good read: http://tinyurl.com/NoTaskillersThxScabes
How do you make these folders in the screenshots?
This is an APP called "Folder Organizer". This question has been asked a million times thats why it is here in the FAQs even though it is not ROM related.
My Premium Navigation doesn't work correctly. What should I do?
You can try following things:
- reinstalling Locations under Settings ---> Locations
- removing from your SD card /sdcard/.data/navigator/Data/Temporary
- re-downloading maps
Where can I access the settings for the CRT (TV) animations and lockscreen?
You can change these settings in Settings -> Display.
Where is the changelog and download link? They used to be on the first page..??
The changelog and download link (and much more) can be found at coredroidroms.com
How come I get low Quadrant scores on GB ROMs?
This is mainly because there aren't any custom kernels yet. We're using a stock GB kernel without tweaks or OC.
Are there custom kernels for GB ROMs?
No not yet. The source code for GB kernels has been released. So it's a matter of time now before we can get to use these.
How can I join the Coredroid team?
This is done by invite only and decided by myself or Sergio... From now on I will be posting the status here, which will be displayed as either "closed" or "looking for someone that can.."
STATUS:
- Looking for beta testers!
Can I use the CoreDroid banner you guys are using?
No, but you are welcome to use this one made by DutchDanny just for you guys (feel free to make your own and we'll post them here as well)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
P.S If you think I forgot to mention something or made a mistake in this post, please let me know and I'll be sure to add/correct it.
thanks dude!! I'm gonna get my Incredible S s-off this weekend, will definitely give feedback for it.
Great, the number one
Beta is beeing tested and we'll release it as soon as we think everything is working well, it will be worth the wait !
Addict Banner
For those who like this rom, and wanna show it ! !
Nice Rom great work
Wow...looks so great, really hard work, but it's not my type. I can only support it without download it.
plz add installation details...(to OP)
Really a great job here, but I have one Q:
Does it support Arabic language in SMS and Browser or the letter are separate?
I just wanna read and write in Arabic but the menu in English
Looking forward to try this very cool looking ROM!
nerotix said:
IWhere is the changelog and download link? They used to be on the first page..??
The changelog and download link (and much more) can be found at coredroidroms.com
Click to expand...
Click to collapse
I can not find roms for download on your link
(http://www.coredroidroms.com/site/index.php?option=com_content&view=category&id=61&Itemid=113)
Didn't they say this ROM is coming soon? I believe it's being tested internally before we get it. This thread is getting ready for their release I believe.
AndroidMobileNZ said:
Didn't they say this ROM is coming soon? I believe it's being tested internally before we get it. This thread is getting ready for their release I believe.
Click to expand...
Click to collapse
Thank you sir. cause that is correct! We want to make sure the ROM functions at it best when we release it, it should be ready with 1/2 days. That is also the reason there's no changelog and/or download available yet, as you can see, the title from this thread says "soon" .
nerotix said:
Thank you sir. cause that is correct! We want to make sure the ROM functions at it best when we release it, it should be ready with 1/2 days. That is also the reason there's no changelog and/or download available yet, as you can see, the title from this thread says "soon" .
Click to expand...
Click to collapse
Cheers Nerotix. Looking forward to the ROM!