This thread was REALLY HELPFUL!
Details follow so perhaps if others search they'll find this thread.
I did a full nandroid backup including the recovery partition.
I tried ROMManager. It installed from the market just fine. When running it wants to install the ClockworkRecovery. I allowed it and the progress bar got all the way to the end. It then asked for SU permissions and I hit "Allow". Nothing else ever happened.
I rebooted, then ran ROMManager again with the same result. Reading another thread on Droidforums.net I found a suggestion to remove and reinstall it.
I rebooted, removed ROMManager, rebooted, reinstalled ROMManager, rebooted (I'm sure many if not all were unnecessary) and then ran it. This time it flashed ClockworkRecovery successfully, and all the options were there.
Unfortunately I was unaware that without the "Premium version" I could only try Cyanogen's ROM. Since I'm using SmokedGlass and that's not an option anyway, paying to try ROMs would mean I need to make sure I can restore my backup.
I booted into ClockworkRecovery and sure enough nandroid saw NO files. Apparently ClockworkRecovery nandroid and SPRecovery nandroid are different not only in features (no advanced backup on CWR) but they put the backup files in different folders.
By this time I had two options. I could try and figure out where CWR wants the backup and mount the sdcard and move a backup... but since I was already disenchanted with CWR and RM[non-premium] I wanted to get back to SPrecovery.
1. I mounted the USB card.
2. I copied the downloaded SPRecovery images to /sdcard
3. I opened up the ADB shell, and then:
Code:
[root@droid] / # ls /sdcard/recovery*
/sdcard/recovery-0.99.2b.img* /sdcard/recovery-0.99.3.img*
[root@droid] / # flash_image recovery /sdcard/recovery-0.99.3.img
[root@droid] / # sync
[root@droid] / # exit
exit
4. I then rebooted to recovery (AHA, SPRecovery
)
4.
Code:
mysystem:~/Desktop/droid$ adb shell
/ # format SYSTEM:
Formatting SYSTEM:
/ # format CACHE:
Formatting CACHE:
/ # format DATA:
Formatting DATA:
/ # exit
6. I then did a nandroid restore (the SPR nandroid found the backups it had created easily) of SYSTEM, and DATA.
My phone is now exactly the way it was before I ever messed with ROMMonitor. That's exactly the way I like it.
Thanks for the useful advice!
Ehud