I have tried this twice now and am getting an error when recovery tries to apply the update from SDCard;
"assert failed: mount("ext3", "MTD", "system", "/system")
E:Error in /tmp/sideload/package.zip
(Status 7)
Installation aborted."
I'm getting the same error. I was rooted on stock ROM. Backed everything up via TiBu/CWM Nandroid, then used voodoo temp unroot and tried to install via recovery. I even tried a factory reset and then applying the update, but still got the same message. I hadn't deleted any bloat, only frozen, and I thawed it all before attempting. I also checked the mount_ext3 file and there's no chmod commands in it. Not really sure where to go with this, I guess SBF stock 905 and then upgrade? I'm just worried about loosing root doing things that way.
Edit: I read too fast, I'm getting a slightly different message.
Verifying current system...
assert failed: apply_patch_check("/system/bin/logwrapper", "longasschecksum", "longassdifferentchecksum")
E:Error in /tmp/sideload/package.zip
(Status 7)
Installation aborted.
I think it's due to Bootstrap Recovery, and I think I found a solution:
How to remove Droid X Bootstrap through ROOT EXPLORER
Uninstall bootstrap app first
1. Click mount r/w
2. DELETE
a) system/bin/hijack
b) system/bin/logwrapper
3. RENAME
a) system/bin/logwrapper.bin
4. TO
a) system/bin/logwrapper
How to remove Droid X Bootstrap through TERMINAL EMULATOR (FREE)(instructions from Abe's post)
Uninstall bootstrap app first.
su
mount -o remount,rw /dev/block/mmcblk1p21 /system
cp /system/bin/logwrapper.bin /system/bin/logwrapper
Reboot
I'm going to give it a shot and post the results.
Edit again:
Well, it looked good. It got past where I was getting the error--
updating BP...
updating LTE...
Removing unneeded files from preinstall...
Patching preinstall files...
Unpacking new files in preinstall...
Symlinks and permissions in preinstall...
Removing unneeded files from vwebtop...
Unpacking new files in vwebtop...
Symlinks and permissions in vwebtop...
Removing unneeded files...
Patching system files...
assert failed: apply_patch("/system/app/PlusOne.apk", "-", checksum1, 8942820, checksum2, package_extract_file("patch/system/app/PlusOne.apk.p"))
E:Error in /tmp/sideload/package.zip
(Status 7)
Installation aborted.
Edit:
Wiped cache twice, restarted, tried the update again, and it finished! Why, hello there, ICS!! :icon_ banana: