[RECOVERY] ClockworkMod Recovery 6.0.3.0

cmlusco

Senior Member
Nov 20, 2010
3,244
968
0
Michigan City, IN
I am looking for someone to test CWMR 6.0.3.0 for me on the Droid Incredible:
https://dl.dropbox.com/u/3727513/recovery-6.0.3.0-dinc-testbuild.img

I just need to verify everything mounts and backup/restore works.

Thanks.
Getting a bunch of errors on startup, didn't even try to backup or restore anything. Will not create a last_log.

E:bad option "NULL"
E:skipping malformed revovery.fstab line: /data ext4 /dev/block/mmcblk0p1 NULL ext3

E:bad option "NULL"
E:skipping malformed revovery.fstab line: /cache ext4 /dev/block/mmcblk0p2 NULL ext3

E:bad option "NULL"
E:skipping malformed revovery.fstab line: /sd-ext ext4 /dev/block/mmcblk1p2 NULL ext3

E:unknown volume for path [/cache/recover/command]
E:can't mount /cache/recovery/command
E:\unknown volume for path [/data]
E:\unknown volume for path [/data]
E:\unknown volume for path [/cache/recover/log]
E:can't mount /cache/recover/log
E:can't open /cache/recover/log
E:\unknown volume for path [/cache/recover/last_log]
E:can't mount /cache/recover/last_log
E:can't open /cache/recover/last_log
E:unknown volume for path [/cache/recovery/command]
 

tiny4579

Inactive Recognized Developer
Jan 15, 2011
9,328
5,060
0
Pretty easy fix. I compared the recovery.fstab on the inc with the one on the toro. The problem is the incredible's recovery.fstab doesn't work on the new cwm. All I had to do was pull the NULLs and second device and file system out. Each line should have three columns. I made those changes and built it, booted it with fastboot and then some basic tests. I did a backup, factory reset, confirmed they were wiped, formatted system in mounts and storage, confirmed it was cleared, then restored and confirmed that it would boot.

If anyone's interested, I'll post my build in the morning and push my changes to recovery.fstab then as well.
 

cmlusco

Senior Member
Nov 20, 2010
3,244
968
0
Michigan City, IN
Yeah i fixed it my self too. I also changed the background to the standard black, as the grey really bugged me for some reason. I used cwm for a long time. But now that twrp is around, it has become my recovery of choice. It has a better ui, more features, and backs up and restores faster. Twrp also gets frequent updates, and cwm seems to have ceased to provide updates for the incredible. I didnt look into the mechanics of this recovery vs previous versions, what is so different or better about it than previous cwm's?
 

tiny4579

Inactive Recognized Developer
Jan 15, 2011
9,328
5,060
0
I'm a TWRP user as well. The advantages of this one primarily are incremental and faster backups. The incremental backup feature is one I wish TWRP has. It basically allows you to make small backups with only the changes from the previous backup to save space if you keep multiple backups of a ROM. If you use nandroids to switch ROMs, the benefit is reduced as the differences in the ROMs are larger leading to larger backups.
 

gweedo767

Senior Member
Nov 27, 2006
171
68
0
I'm a TWRP user as well. The advantages of this one primarily are incremental and faster backups. The incremental backup feature is one I wish TWRP has. It basically allows you to make small backups with only the changes from the previous backup to save space if you keep multiple backups of a ROM. If you use nandroids to switch ROMs, the benefit is reduced as the differences in the ROMs are larger leading to larger backups.
If you push the recovery changes let me know.