Contrary to what it says you can use this rom with ics I use cai as we speak with no issues. I also have an older screen. Just so everyone knows
Reasons for choosing Blue as the theme.
1. Blue as warm inviting color.
2. In terms of processing of the color, Blue is cool which means processing power to produce the color is less.
3. Blue is my favorite color, so in reality make the recovery Blue was out of a selfish need personal recovery that is of course Blue![]()
UPDATE 06-03-2012
For now CM9 roms are not supported, the temporary fix is to replace this line:
with, in the updater-script.Code:assert(getprop("ro.product.device") == "thunderc" || getprop("ro.build.product") == "thunderc");
Code:assert(getprop("ro.product.device") == "thunderc" || getprop("ro.build.product") == "thunderc" || getprop("ro.product.board") == "thunderc");
Recommended install methods are terminal/adb or BacksideUpdater
Code:[FONT="Georgia"][SIZE="3"]adb shell # flash_image recovery /path-to-recoveryimage/CWM-Blue-Recovery-120616.img[/SIZE][/FONT]
EarthnFire78 how can I replace the line? where? Sorry but still learning on this stuff.
It in the updater-scripts, but you have to use Notepad++ or Gedit to edit it, and the EOL has to be set to Unix.
Sorry but why replace it? it's easier to just remove it.....
because replacing it cause one to learn how to modify an updater-script, and even if you are just removing it you would still need to edit with either Notepad++ or Gedit.
Say, would you mind doing a Blue Machine Theme to match your epic recovery?
As long as you have ThemeChooser.apk and ThemeManager.apk install I'll do it. If it does not work give me tell tomorrow and I'll compile the theme from source.