• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Recovery] CWM-Blue

Encerspay

Android Enthusiast
MADE BY EARTHNFIRE78

Do not Thank me, I am not responsible for this recovery in any way.

EarthnFire78 has made a Blue version of Jerry's CWM-Green Recovery!!!
It's quite amazing, really. He doesn't really hang around here much, so he said that if you need any support just visit his official thread on Android Forums here:
http://forums.androidcentral.com/op...ompatible-w-backsideupdater-auto-install.html
All other details, such as a download link, are available in the link.
I'm just here to spread the word!!!
 
Firefox, or Google (one of the two) stopped me from going to the link. Seems someone in their infinite wisdom (note sarcasm) reported that page as an attack site.

I reported it as safe, but I've no idea if one report will do much good.
 
Firefox, or Google (one of the two) stopped me from going to the link. Seems someone in their infinite wisdom (note sarcasm) reported that page as an attack site.

I reported it as safe, but I've no idea if one report will do much good.
Yeah, on Google Chrome I can't go on any Android Forums page without a message popping up warning me of malware.
 
Firefox, or Google (one of the two) stopped me from going to the link. Seems someone in their infinite wisdom (note sarcasm) reported that page as an attack site.

I reported it as safe, but I've no idea if one report will do much good.

The entire forum is labeled as an attack site by everything at the moment.
 
So about your recovery .....or jerrys did u apply the fix that jerry used to be able to flash cm9? Tried flashing and I got that thunderc. Error that lingered in jerrys early versions.
 
So about your recovery .....or jerrys did u apply the fix that jerry used to be able to flash cm9? Tried flashing and I hot that thunderc. Error that lingered in jerrys early versions.

I'll have to get in contact with him about the fix. I do know it has to do with the updater-scripts causing the recovery to thank that the broad is not a thunderc broad.
 
I'll have to get in contact with him about the fix. I do know it has to do with the updater-scripts causing the recovery to thank that the broad is not a thunderc broad.

Yea his latest recovery fixed the issue with that. Just thought id let ya know cuz I love the look. Just so perfect with my blue theme lol
 
[SIZE="3"]I'll have to get in contact with him about the fix. I do know it has to do with the updater-scripts causing the recovery to thank that the broad is not a thunderc broad. [/SIZE]


If that's the case, can't you just erase the first assert line in the updater-script so that it doesn't try to check what board it is? I do this for the ROMs I port.
 
If that's the case, can't you just erase the first assert line in the updater-script so that it doesn't try to check what board it is? I do this for the ROMs I port.

Or replace with:

Code:
[SIZE="3"]assert(getprop("ro.product.device") == "thunderc" || getprop("ro.build.product") == "thunderc" || getprop("ro.product.board") == "thunderc");[/SIZE]
 
[SIZE="3"]Or replace with:[/SIZE]

Code:
[SIZE="3"]assert(getprop("ro.product.device") == "thunderc" || getprop("ro.build.product") == "thunderc" || getprop("ro.product.board") == "thunderc");[/SIZE]


I'm sure its easier to just erase it, I've put in the correct assert code before and other users still get the error, I have never encountered the error my self though....must be a baseband thing....
 
The entire forum is labeled as an attack site by everything at the moment.


Maybe because they have the word "hack* on some forum and/or zip names? I can see how any non techy type would be easily confused by the term and report the site.

MS Security Essentials screamed at me about the software I had on my PC that I used to root my OpV. Said it was a Trojan lol.
 
I've gotta ask the difficulty of simply changing the color of a recovery...also what tools if any r needed

Its is not difficulty changing the color, you just need to understand rgb color coding. As for building a recovery you need the source code and Linux, Google recommends Ubuntu because the Android build libraries are build around it.

The color was not the only thing I changed, CWM-Blue Recovery is centered are around IHO OM-Mnadylion. I use script that auto mounts the sd-ext partition, and so need a recovery that I could use for that purpose, plus for anyone else that needs one so that there is no need to format the sd-ext partition with every update.
 
Ok great ill search out some tutorials. Its been awhile since I've used any Linux distro I'm betting ill have a bit of reading to do. I'm looking at it simply from a themers standpoint. Id like to push matching recoveries for themes I've been working on
 
Ok great ill search out some tutorials. Its been awhile since I've used any Linux distro I'm betting ill have a bit of reading to do. I'm looking at it simply from a themers standpoint. Id like to push matching recoveries for themes I've been working on

I would avoid having to many recoveries available, as rom developer it would it would make it more difficult to offer support for different recoveries. The VM670NH_recovery and iho-vm670-recovery-4.0.1.4.3 needed to be updated to fit the need that as develop with some custom roms.

JerryScript built CWM-Green to work with BacksideUpdater and offered the source code of the app to developers. His recovery and BacksideUpdater work great, the only problem is my rom needed an sd-ext partition function to not have either system inconstancy errors or boot problems. So that I why I build the recovery, become my rom needed it to be able to update the rom and not have to fully wipe everything with each update.
 
Exactly u built a recovery to best suit the needs for ur rom management .......as Id like to "mod" recoveries for themes being created to suit my needs. I'm only working on themes for jerrys iho builds so as long as my theme and recovery r organized with proper info I see no drawbacks. And seeing as how jerrys recovery is made for his rom Makes it even less likely anything to go wrong. I dont intend on color modding recoveries out of anything but jerrys for his builds
 
Back
Top Bottom