I have installed Sapphire using the newer clockwork recoveries, but I had to pull the updater-script file out of the update.zip file then edit it by deleting the line w/ the assert that keeps failing.. it is similar to this:
assert(!less_than_int(1277837854, getprop("ro.build.date.utc")));
then save the edited updater-script and drag it back into the update.zip, overwriting the original one. Save the update.zip and install via Clockwork recovery. Definitely not the preferred way to do it, but it can be done if you don't want to keep flashing different recoveries.
Why exactly is that check needed/required? TIA
assert(!less_than_int(1277837854, getprop("ro.build.date.utc")));
then save the edited updater-script and drag it back into the update.zip, overwriting the original one. Save the update.zip and install via Clockwork recovery. Definitely not the preferred way to do it, but it can be done if you don't want to keep flashing different recoveries.
Why exactly is that check needed/required? TIA