Quote:
Originally Posted by
[NUT]

That's what this version is supposed to fix, lol 
Can you open up a terminal app and execute /system/bin/busybox
Please let me know what version it says it is and search the commands it supports if it has lzcat as a command.
I hope you created a backup of your original chargemon script as instructed in the OP, thats your easy way back to your previously installed CWM.
[EDIT]
Doh! I think i know whats wrong, you probably have a busybox inside /system/xbin ... that is probably being used, can you repeat the above instructions on /system/xbin/busybox ?
Previously i had busybox 1.21.0 installed in /system/xbin/ (i used BusyBox Free app from the store to update it, because i was having some problems with a mod), after installing your package i had my previous Busybox in it's place and a new one (v1.20.2-jb) in /system/bin, but when starting your recovery script it was trying to use the busybox in /system/xbin, so i moved your busybox from bin to xbin and now i can boot into TWRP with vol-down. But when using vol-up i only get a black screen with purple led.
I will try updating from scratch to 1.5 later and see what happens.
Also, my SD card is not mounting, it is a Sandisk Extreme with factory format (Fat32), your script identifies it as "FAT32 with code 'Win95'." and refuses to mount it, see my previously posted log above. So i have the logs in cache and no new folder in sdcard1. Also i think this has something to do with CWM not booting on my phone.
BTW, thanks for your hard work.
EDIT: I took a look at your flashable install script in v1.5, it seems it is still copying busybox to /system/bin, but setting permissions on busybox located in /system/xbin/, my knowledge on linux scripting is very limited, so i may be wrong.